Skip to content

Commit

Permalink
Update podspec with xcframework
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Nov 20, 2020
1 parent 13f7c17 commit 0c82e05
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions OpenSSL-Universal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ Pod::Spec.new do |s|
'Justin Plouffe' => 'plouffe.justin@gmail.com'}

s.requires_arc = true

s.cocoapods_version = '>= 1.9'
s.ios.deployment_target = '9.0'
s.ios.vendored_frameworks = 'Frameworks/iphoneos/OpenSSL.framework'
s.osx.deployment_target = '10.10'
s.osx.vendored_frameworks = 'Frameworks/macos/OpenSSL.framework'
s.vendored_frameworks = 'Frameworks/OpenSSL.xcframework'

# Temporary workaround for CocoaPods machinery
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}

# s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
# s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
end

0 comments on commit 0c82e05

Please sign in to comment.