Skip to content

Commit

Permalink
update podspec of gigya nss release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishm committed Nov 22, 2020
1 parent 62dd724 commit 0d29ef8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions GigyaNssRelease.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,13 @@ Pod::Spec.new do |spec|

spec.dependency 'Flutter', '1.22.4'
spec.vendored_frameworks = 'GigyaNss/Flutter/Release/App.framework'


spec.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }


end

0 comments on commit 0d29ef8

Please sign in to comment.