Skip to content

Commit

Permalink
chore: xcode14 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Apr 6, 2023
1 parent 3cac1e8 commit cea94fd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
11 changes: 11 additions & 0 deletions sample/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,16 @@ target 'SendbirdCallsRNSample' do
post_install do |installer|
react_native_post_install(installer)
__apply_Xcode_12_5_M1_post_install_workaround(installer)


# XCode14
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = ''
config.build_settings['CODE_SIGNING_REQUIRED'] = 'NO'
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
end
end

end
end
18 changes: 9 additions & 9 deletions sample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -441,12 +441,12 @@ PODS:
- React-RCTImage
- RNVoipPushNotification (3.3.0):
- React-Core
- sendbird-calls-react-native (0.1.1):
- sendbird-calls-react-native (1.0.2):
- React-Core
- SendBirdCalls (= 1.9.5)
- SendBirdCalls (1.9.5):
- SendBirdCalls (= 1.9.7)
- SendBirdCalls (1.9.7):
- SendBirdWebRTC (~> 1.6.0)
- SendBirdWebRTC (1.6.0)
- SendBirdWebRTC (1.6.1)
- SocketRocket (0.6.0)
- Yoga (1.14.0)
- YogaKit (1.18.1):
Expand Down Expand Up @@ -714,13 +714,13 @@ SPEC CHECKSUMS:
RNPermissions: 34d678157c800b25b22a488e4d8babb57456e796
RNScreens: 40a2cb40a02a609938137a1e0acfbf8fc9eebf19
RNVoipPushNotification: 14bb5a389588ea1cbee4706a55df99950687fd6d
sendbird-calls-react-native: 3b5d316a3f6e73c881604f52ff04b96972e7520b
SendBirdCalls: e235413a341e192f2ada27f0c3ca89b642fee0d2
SendBirdWebRTC: 6bbdbda7aa2f9c3f2cbedacd3e53b9536e2ac8ac
sendbird-calls-react-native: 3ca4129c80da0c92a4481155aef42af0b9f5e9b3
SendBirdCalls: 738efdd2a21e3ff0cf058477f1c612d59cd73510
SendBirdWebRTC: d848df17569ecb607d0c5503b726bae3ce3dcf68
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Yoga: 99652481fcd320aefa4a7ef90095b95acd181952
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 0bc40e2b8a3d4353ed192b5eb45638f27ca2d17d
PODFILE CHECKSUM: b3548e533d2bd01224bdd7310ee47ad865d4b6cf

COCOAPODS: 1.11.3
COCOAPODS: 1.12.0

0 comments on commit cea94fd

Please sign in to comment.