mirror of
https://github.com/aljazceru/react-native-pubky.git
synced 2026-01-11 10:54:56 +01:00
refactor: updates build scripts
Updates build scripts to account for the updated naming convention. Updates bindings accordingly.
This commit is contained in:
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
|
||||
|
||||
s.source_files = "ios/**/*.{h,m,mm,swift}"
|
||||
s.ios.source_files = "ios/**/*.{h,m,mm,swift}"
|
||||
s.ios.vendored_frameworks = "ios/Frameworks/PubkyMobile.xcframework"
|
||||
s.ios.vendored_frameworks = "ios/Frameworks/PubkyCore.xcframework"
|
||||
|
||||
s.pod_target_xcconfig = {
|
||||
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" => "x86_64"
|
||||
|
||||
Reference in New Issue
Block a user