Skip to content

Commit 66bc91c

Browse files
committed
testing with excluded archs
1 parent 7643ab6 commit 66bc91c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
1414
:path: Flutter
1515

1616
SPEC CHECKSUMS:
17-
fast_rsa: c8a1df2a42ce459a1995abd4a8396f763fef99f4
17+
fast_rsa: db3957ed35db7423fc394f0f11ad4184a66da9f4
1818
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
1919

2020
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c

ios/fast_rsa.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ library for use RSA.
2222
s.platform = :ios, '8.0'
2323
s.xcconfig = { 'OTHER_LDFLAGS' => "-force_load '#{shared_lib}'"}
2424
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
25-
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
26-
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
25+
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
26+
# s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
2727
s.swift_version = '5.0'
2828

2929
end

0 commit comments

Comments
 (0)