File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
IntercomReactNativeExample.xcodeproj Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
3
3
# Default VM config to be used for macOS builds
4
4
macos_config : &macos_config
5
5
macos :
6
- xcode : 12.5 .0
6
+ xcode : 14.0 .0
7
7
resource_class : macos.x86.medium.gen2
8
8
shell : /bin/bash --login -eo pipefail
9
9
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ exports.config = {
12
12
browserName : '' ,
13
13
automationName : 'XCUITest' ,
14
14
platformName : 'iOS' ,
15
- platformVersion : '14.5 ' ,
16
- deviceName : 'iPhone 8 ' ,
15
+ platformVersion : '16.0 ' ,
16
+ deviceName : 'iPhone 14 ' ,
17
17
app : 'build/Build/Products/Release-iphonesimulator/IntercomReactNativeExampleUI.app' ,
18
18
} ,
19
19
] ,
Original file line number Diff line number Diff line change 450
450
CURRENT_PROJECT_VERSION = 1;
451
451
ENABLE_BITCODE = NO;
452
452
INFOPLIST_FILE = IntercomReactNativeExample/Info.plist;
453
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
453
454
LD_RUNPATH_SEARCH_PATHS = (
454
455
"$(inherited)",
455
456
"@executable_path/Frameworks",
484
485
CURRENT_PROJECT_VERSION = 1;
485
486
DEVELOPMENT_TEAM = "";
486
487
INFOPLIST_FILE = IntercomReactNativeExample/Info.plist;
488
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
487
489
LD_RUNPATH_SEARCH_PATHS = (
488
490
"$(inherited)",
489
491
"@executable_path/Frameworks",
517
519
CURRENT_PROJECT_VERSION = 1;
518
520
ENABLE_BITCODE = NO;
519
521
INFOPLIST_FILE = IntercomReactNativeExample/Info.plist;
522
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
520
523
LD_RUNPATH_SEARCH_PATHS = (
521
524
"$(inherited)",
522
525
"@executable_path/Frameworks",
551
554
CURRENT_PROJECT_VERSION = 1;
552
555
DEVELOPMENT_TEAM = "";
553
556
INFOPLIST_FILE = IntercomReactNativeExample/Info.plist;
557
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
554
558
LD_RUNPATH_SEARCH_PATHS = (
555
559
"$(inherited)",
556
560
"@executable_path/Frameworks",
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ target 'IntercomReactNativeExample' do
28
28
installer . aggregate_targets . each do |aggregate_target |
29
29
aggregate_target . user_project . native_targets . each do |target |
30
30
target . build_configurations . each do |config |
31
+ config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '13.0'
31
32
config . build_settings [ 'LIBRARY_SEARCH_PATHS' ] = [ '$(SDKROOT)/usr/lib/swift' , '$(inherited)' ]
32
33
end
33
34
end
@@ -40,7 +41,7 @@ target 'IntercomReactNativeExample' do
40
41
target . build_configurations . each do |config |
41
42
# Setting deployment target to iOS 11 for RCT-Folly to avoid errors with Flipper.
42
43
if [ 'RCT-Folly' ] . include? target . name
43
- config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '11 .0'
44
+ config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '13 .0'
44
45
end
45
46
config . build_settings [ 'GCC_WARN_INHIBIT_ALL_WARNINGS' ] = 'YES'
46
47
end
Original file line number Diff line number Diff line change @@ -535,6 +535,6 @@ SPEC CHECKSUMS:
535
535
Yoga: aa0cb45287ebe1004c02a13f279c55a95f1572f4
536
536
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
537
537
538
- PODFILE CHECKSUM: 1d6700a56b42f5d113c60bf174c5b9390544aece
538
+ PODFILE CHECKSUM: 7e198f58bc2fd034851e1ce323d54fc55ce8fd2f
539
539
540
540
COCOAPODS: 1.11.3
You can’t perform that action at this time.
0 commit comments