Skip to content

Commit 45496ac

Browse files
committed
chore(sample): xcode14 compat
1 parent a1858d2 commit 45496ac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

sample/ios/Podfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ target 'SendbirdUIKitSample' do
2828
post_install do |installer|
2929
react_native_post_install(installer)
3030
__apply_Xcode_12_5_M1_post_install_workaround(installer)
31+
32+
installer.pods_project.targets.each do |target|
33+
target.build_configurations.each do |config|
34+
config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = ''
35+
config.build_settings['CODE_SIGNING_REQUIRED'] = 'NO'
36+
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
37+
end
38+
end
3139
end
3240
end
3341

sample/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,6 @@ SPEC CHECKSUMS:
780780
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
781781
ZIPFoundation: b1f0de4eed33e74a676f76e12559ab6b75990197
782782

783-
PODFILE CHECKSUM: 8be36985282429f662f83ec5fba89d0f6a51829a
783+
PODFILE CHECKSUM: 2d3923552cd5d85e50aff627d3fc4b9d5005d3ff
784784

785785
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)