File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-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 @@ -55,6 +55,13 @@ target 'GraphExample' do
55
55
# necessary for Mac Catalyst builds
56
56
:mac_catalyst_enabled => false
57
57
)
58
+
59
+ installer . pods_project . targets . each do |target |
60
+ target . build_configurations . each do |config |
61
+ config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '12.0'
62
+ end
63
+ end
64
+
58
65
__apply_Xcode_12_5_M1_post_install_workaround ( installer )
59
66
end
60
67
end
Original file line number Diff line number Diff line change @@ -682,6 +682,6 @@ SPEC CHECKSUMS:
682
682
Yoga: d56980c8914db0b51692f55533409e844b66133c
683
683
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
684
684
685
- PODFILE CHECKSUM: 69e7f1fd189d8c9d5c72fa8e8c8692596d21099b
685
+ PODFILE CHECKSUM: e76273e86e60c3e274ab6a2725258d4d559a97d3
686
686
687
687
COCOAPODS: 1.15.2
You can’t perform that action at this time.
0 commit comments