Skip to content

Commit

Permalink
Update OpenSSL dependency robotmedia#178
Browse files Browse the repository at this point in the history
Updated OpenSSL dependency in AppReceiptVerificator to support dynamic frameworks in Swift. Based on the issue here: robotmedia#170 (comment)
  • Loading branch information
everappz committed Mar 24, 2024
1 parent 93039fb commit f2206e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RMStore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Pod::Spec.new do |s|
arv.platform = :ios, '7.0'
arv.source_files = 'RMStore/Optional/RMStoreAppReceiptVerifier.{h,m}', 'RMStore/Optional/RMAppReceipt.{h,m}'
arv.dependency 'OpenSSL-Universal', '~> 1.0'
# arv.dependency 'OpenSSL-iOS'
# arv.vendored_libraries = '${PODS_ROOT}/OpenSSL-iOS/libcrypto.a', '${PODS_ROOT}/OpenSSL-iOS/libssl.a'
# arv.libraries = 'ssl', 'crypto'
# arv.xcconfig = { 'HEADER_SEARCH_PATHS' => "${PODS_ROOT}/OpenSSL-iOS/openssl/**", 'LIBRARY_SEARCH_PATHS' => "${PODS_ROOT}/OpenSSL-iOS/" }
end

s.subspec 'TransactionReceiptVerifier' do |trv|
Expand Down

0 comments on commit f2206e4

Please sign in to comment.