File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 647647 DEVELOPMENT_TEAM = CJW62Q77E7;
648648 ENABLE_BITCODE = NO;
649649 INFOPLIST_FILE = GraphExample/Info.plist;
650+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
650651 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
651652 OTHER_LDFLAGS = (
652653 "$(inherited)",
670671 CURRENT_PROJECT_VERSION = 1;
671672 DEVELOPMENT_TEAM = CJW62Q77E7;
672673 INFOPLIST_FILE = GraphExample/Info.plist;
674+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
673675 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
674676 OTHER_LDFLAGS = (
675677 "$(inherited)",
Original file line number Diff line number Diff line change @@ -51,5 +51,11 @@ target 'GraphExample' do
5151 config [ :reactNativePath ] ,
5252 :mac_catalyst_enabled => false
5353 )
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
5460 end
5561end
Original file line number Diff line number Diff line change @@ -1412,6 +1412,6 @@ SPEC CHECKSUMS:
14121412 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
14131413 Yoga: d17d2cc8105eed528474683b42e2ea310e1daf61
14141414
1415- PODFILE CHECKSUM: 2b3ebe56eeaca2fa37cf6e45bb7792d2e3e25bba
1415+ PODFILE CHECKSUM: 593b598d237d3dd0130432671b46fcfefa8a0046
14161416
14171417COCOAPODS: 1.15.2
You can’t perform that action at this time.
0 commit comments