Skip to content

Commit f913734

Browse files
author
Christoph Pader
committed
apply more RN changes
1 parent 6f0dea1 commit f913734

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
5561
end

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,6 +1412,6 @@ SPEC CHECKSUMS:
14121412
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
14131413
Yoga: d17d2cc8105eed528474683b42e2ea310e1daf61
14141414

1415-
PODFILE CHECKSUM: 2b3ebe56eeaca2fa37cf6e45bb7792d2e3e25bba
1415+
PODFILE CHECKSUM: 593b598d237d3dd0130432671b46fcfefa8a0046
14161416

14171417
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)