Skip to content

Commit e821fee

Browse files
committed
✨ Example - Updated Xcode Project
Summary: Bumped deployment target from iOS 9 to 10
1 parent 798a621 commit e821fee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/ios/IosContextMenuExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
CURRENT_PROJECT_VERSION = 1;
271271
DEAD_CODE_STRIPPING = NO;
272272
INFOPLIST_FILE = IosContextMenuExample/Info.plist;
273+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
273274
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
274275
OTHER_CFLAGS = (
275276
"$(inherited)",
@@ -297,6 +298,7 @@
297298
CLANG_ENABLE_MODULES = YES;
298299
CURRENT_PROJECT_VERSION = 1;
299300
INFOPLIST_FILE = IosContextMenuExample/Info.plist;
301+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
300302
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
301303
OTHER_CFLAGS = (
302304
"$(inherited)",

0 commit comments

Comments
 (0)