Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3352097
D5276.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D5276.diff
View Options
diff --git a/native/ios/Podfile b/native/ios/Podfile
--- a/native/ios/Podfile
+++ b/native/ios/Podfile
@@ -76,4 +76,15 @@
config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'NO'
end
end
+
+ # This is necessary for Xcode 14, because it signs resource bundles by default
+ # when building for devices.
+ installer.target_installation_results.pod_target_installation_results
+ .each do |pod_name, target_installation_result|
+ target_installation_result.resource_bundle_targets.each do |resource_bundle_target|
+ resource_bundle_target.build_configurations.each do |config|
+ config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
+ end
+ end
+ end
end
diff --git a/native/ios/Podfile.lock b/native/ios/Podfile.lock
--- a/native/ios/Podfile.lock
+++ b/native/ios/Podfile.lock
@@ -1314,6 +1314,6 @@
Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
-PODFILE CHECKSUM: 1a64fbeb86d155c2d9224854898cd1e8e8873a35
+PODFILE CHECKSUM: 4941a5495075fdda98e5a2f416bf6315c8111946
COCOAPODS: 1.11.3
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 4:36 AM (19 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2573952
Default Alt Text
D5276.diff (1 KB)
Attached To
Mode
D5276: [native] Add Podfile hack to disable Signing Team requirement
Attached
Detach File
Event Timeline
Log In to Comment