refactor: updates build scripts

Updates build scripts to account for the updated naming convention.
Updates bindings accordingly.
This commit is contained in:
coreyphillips
2024-10-29 19:47:33 -04:00
parent 693106a2e1
commit 58870cab6a
26 changed files with 929 additions and 857 deletions

View File

@@ -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"