Skip to content

Commit b369bbb

Browse files
author
Christoph Pader
committed
update iOS deployment target
1 parent aa2e325 commit b369bbb

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

example/ios/GraphExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@
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)",
@@ -670,6 +671,7 @@
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)",

example/ios/Podfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ target 'GraphExample' do
5555
# necessary for Mac Catalyst builds
5656
:mac_catalyst_enabled => false
5757
)
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+
5865
__apply_Xcode_12_5_M1_post_install_workaround(installer)
5966
end
6067
end

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,6 @@ SPEC CHECKSUMS:
682682
Yoga: d56980c8914db0b51692f55533409e844b66133c
683683
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
684684

685-
PODFILE CHECKSUM: 69e7f1fd189d8c9d5c72fa8e8c8692596d21099b
685+
PODFILE CHECKSUM: e76273e86e60c3e274ab6a2725258d4d559a97d3
686686

687687
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)