Skip to content

Commit 7e4ebf3

Browse files
committed
Bump iOS deployment target to 16.4
This is the minimum on Sketch iOS project and silences the warning about iOS 11 not being supported by Xcode anymore.
1 parent cf6e2b2 commit 7e4ebf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Bugsnag.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3285,7 +3285,7 @@
32853285
DYLIB_CURRENT_VERSION = 1;
32863286
DYLIB_INSTALL_NAME_BASE = "@rpath";
32873287
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
3288-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
3288+
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
32893289
LD_RUNPATH_SEARCH_PATHS = (
32903290
"$(inherited)",
32913291
"@executable_path/Frameworks",
@@ -3310,7 +3310,7 @@
33103310
DYLIB_CURRENT_VERSION = 1;
33113311
DYLIB_INSTALL_NAME_BASE = "@rpath";
33123312
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
3313-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
3313+
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
33143314
LD_RUNPATH_SEARCH_PATHS = (
33153315
"$(inherited)",
33163316
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)