Skip to content

Commit

Permalink
reverted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson committed Aug 24, 2021
1 parent 3407def commit dc74c23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ios/fast_rsa.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ library for use RSA.
s.xcconfig = { 'OTHER_LDFLAGS' => "-force_load '#{shared_lib}'"}
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.user_target_xcconfig = { 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }

s.swift_version = '5.0'
end

0 comments on commit dc74c23

Please sign in to comment.