File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 647
647
DEVELOPMENT_TEAM = CJW62Q77E7;
648
648
ENABLE_BITCODE = NO;
649
649
INFOPLIST_FILE = GraphExample/Info.plist;
650
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
650
651
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
651
652
OTHER_LDFLAGS = (
652
653
"$(inherited)",
670
671
CURRENT_PROJECT_VERSION = 1;
671
672
DEVELOPMENT_TEAM = CJW62Q77E7;
672
673
INFOPLIST_FILE = GraphExample/Info.plist;
674
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
673
675
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
674
676
OTHER_LDFLAGS = (
675
677
"$(inherited)",
Original file line number Diff line number Diff line change @@ -51,5 +51,11 @@ target 'GraphExample' do
51
51
config [ :reactNativePath ] ,
52
52
:mac_catalyst_enabled => false
53
53
)
54
+
55
+ installer . pods_project . targets . each do |target |
56
+ target . build_configurations . each do |config |
57
+ config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '12.0'
58
+ end
59
+ end
54
60
end
55
61
end
Original file line number Diff line number Diff line change @@ -1412,6 +1412,6 @@ SPEC CHECKSUMS:
1412
1412
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
1413
1413
Yoga: d17d2cc8105eed528474683b42e2ea310e1daf61
1414
1414
1415
- PODFILE CHECKSUM: 2b3ebe56eeaca2fa37cf6e45bb7792d2e3e25bba
1415
+ PODFILE CHECKSUM: 593b598d237d3dd0130432671b46fcfefa8a0046
1416
1416
1417
1417
COCOAPODS: 1.15.2
You can’t perform that action at this time.
0 commit comments