Skip to content

Commit

Permalink
Added flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
5eeman committed Jul 17, 2024
1 parent 9558f2a commit 1cfc9e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ios/flutter_rapidsnark.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ A new Flutter project.
s.platform = :ios, '11.0'

# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.pod_target_xcconfig = {
'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386',
'OTHER_LDFLAGS' => ' -force_load $(PODS_TARGET_SRCROOT)/Frameworks/librapidsnark.a -lc++ -lz'
}
s.swift_version = '5.0'

s.dependency 'rapidsnark', '0.0.1-alpha.4'
Expand Down

0 comments on commit 1cfc9e5

Please sign in to comment.