Skip to content

Commit a337dde

Browse files
committed
set min deploy target to lowest that will build
1 parent d7ce092 commit a337dde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a _reference project_ for those that want to use [Unity as a Library](ht
66

77
## Requirements
88

9-
- Physical device with iOS 17.5 or later.
9+
- Physical device with iOS 17.0 or later.
1010
- Unity Editor 2022.3.42f1 - latest LTS as of Aug 13, 2024 - with iOS build support installed in Unity Hub.
1111

1212
## Instructions

SwiftUIProject/UnitySwiftUI.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
324324
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
325325
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
326-
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
326+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
327327
LD_RUNPATH_SEARCH_PATHS = (
328328
"$(inherited)",
329329
"@executable_path/Frameworks",
@@ -355,7 +355,7 @@
355355
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
356356
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
357357
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
358-
IPHONEOS_DEPLOYMENT_TARGET = 17.5;
358+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
359359
LD_RUNPATH_SEARCH_PATHS = (
360360
"$(inherited)",
361361
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)