Skip to content

Commit bb43a81

Browse files
Bump deployment target to 8.0
1 parent 7b4bae8 commit bb43a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Nimble.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@
15291529
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
15301530
INFOPLIST_FILE = Sources/Nimble/Info.plist;
15311531
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1532-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
1532+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
15331533
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
15341534
ONLY_ACTIVE_ARCH = NO;
15351535
OTHER_LDFLAGS = (
@@ -1564,7 +1564,7 @@
15641564
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
15651565
INFOPLIST_FILE = Sources/Nimble/Info.plist;
15661566
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1567-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
1567+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
15681568
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
15691569
OTHER_LDFLAGS = (
15701570
"-weak_framework",

0 commit comments

Comments
 (0)