mobile: update podfile to fix xcode 14 issue

This commit is contained in:
ammarahm-ed
2023-01-14 18:23:10 +05:00
parent 525828d6e0
commit 62d3ead9a8
2 changed files with 8 additions and 1 deletions

View File

@@ -65,4 +65,11 @@ post_install do |installer|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end
installer.pods_project.targets.each do |target|
if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle"
target.build_configurations.each do |config|
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
end
end
end
end

View File

@@ -761,6 +761,6 @@ SPEC CHECKSUMS:
toolbar-android: 2a73856e98b750d7e71ce4644d3f41cc98211719
Yoga: 0b84a956f7393ef1f37f3bb213c516184e4a689d
PODFILE CHECKSUM: ea431d42176787211e07fa94076836be481c8bb8
PODFILE CHECKSUM: 5e50a51b68061d3da2f2af11cb058942f4ba26f7
COCOAPODS: 1.11.3