Skip to content

Commit ea60351

Browse files
committed
Fixed compatibility (now, ios >17.0)
1 parent 5f99aa0 commit ea60351

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LBox.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@
277277
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
278278
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
279279
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
280+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
280281
LD_RUNPATH_SEARCH_PATHS = (
281282
"$(inherited)",
282283
"@executable_path/Frameworks",
@@ -309,6 +310,7 @@
309310
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
310311
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
311312
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
313+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
312314
LD_RUNPATH_SEARCH_PATHS = (
313315
"$(inherited)",
314316
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)