Skip to content

Commit

Permalink
Merge branch 'teste' of github.com:fernandomoraesvr/zsdk into teste
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandomoraesvr committed Mar 24, 2022
2 parents 5ee88fb + f8cddea commit dd6836f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/zsdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Zebra Link OS SDK Flutter Pod
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'

s.ios.deployment_target = '10.0'
s.ios.deployment_target = '9.0'
s.static_framework = true

s.ios.vendored_libraries = 'Libs/zsdk/libzsdk.a'

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'ENABLE_BITCODE' => 'NO' }
end

0 comments on commit dd6836f

Please sign in to comment.