File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
SwiftUIProject/UnitySwiftUI.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This is a _reference project_ for those that want to use [Unity as a Library](ht
6
6
7
7
## Requirements
8
8
9
- - Physical device with iOS 17.5 or later.
9
+ - Physical device with iOS 17.0 or later.
10
10
- Unity Editor 2022.3.42f1 - latest LTS as of Aug 13, 2024 - with iOS build support installed in Unity Hub.
11
11
12
12
## Instructions
Original file line number Diff line number Diff line change 323
323
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
324
324
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
325
325
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
326
- IPHONEOS_DEPLOYMENT_TARGET = 17.5 ;
326
+ IPHONEOS_DEPLOYMENT_TARGET = 17.0 ;
327
327
LD_RUNPATH_SEARCH_PATHS = (
328
328
"$(inherited)",
329
329
"@executable_path/Frameworks",
355
355
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
356
356
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
357
357
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
358
- IPHONEOS_DEPLOYMENT_TARGET = 17.5 ;
358
+ IPHONEOS_DEPLOYMENT_TARGET = 17.0 ;
359
359
LD_RUNPATH_SEARCH_PATHS = (
360
360
"$(inherited)",
361
361
"@executable_path/Frameworks",
You can’t perform that action at this time.
0 commit comments