Skip to content

Commit f2206e4

Browse files
committed
Update OpenSSL dependency robotmedia#178
Updated OpenSSL dependency in AppReceiptVerificator to support dynamic frameworks in Swift. Based on the issue here: robotmedia#170 (comment)
1 parent 93039fb commit f2206e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RMStore.podspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Pod::Spec.new do |s|
3232
arv.platform = :ios, '7.0'
3333
arv.source_files = 'RMStore/Optional/RMStoreAppReceiptVerifier.{h,m}', 'RMStore/Optional/RMAppReceipt.{h,m}'
3434
arv.dependency 'OpenSSL-Universal', '~> 1.0'
35+
# arv.dependency 'OpenSSL-iOS'
36+
# arv.vendored_libraries = '${PODS_ROOT}/OpenSSL-iOS/libcrypto.a', '${PODS_ROOT}/OpenSSL-iOS/libssl.a'
37+
# arv.libraries = 'ssl', 'crypto'
38+
# arv.xcconfig = { 'HEADER_SEARCH_PATHS' => "${PODS_ROOT}/OpenSSL-iOS/openssl/**", 'LIBRARY_SEARCH_PATHS' => "${PODS_ROOT}/OpenSSL-iOS/" }
3539
end
3640

3741
s.subspec 'TransactionReceiptVerifier' do |trv|

0 commit comments

Comments
 (0)