diff options
| author | Fuwn <[email protected]> | 2025-06-14 21:59:32 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-14 21:59:32 -0700 |
| commit | 79304518db513658991f888236dd2dc8003cb235 (patch) | |
| tree | d0eaa6619fb48c16d8d0bf4e8b6e8017572f876b /project.yml | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-79304518db513658991f888236dd2dc8003cb235.tar.xz sora-testing-79304518db513658991f888236dd2dc8003cb235.zip | |
feat: Development commit
Diffstat (limited to 'project.yml')
| -rw-r--r-- | project.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project.yml b/project.yml index c10df0f..c7ab66d 100644 --- a/project.yml +++ b/project.yml @@ -62,7 +62,7 @@ targets: INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad: UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight IPHONEOS_DEPLOYMENT_TARGET: 17.0 - MACOSX_DEPLOYMENT_TARGET: 15.2 + MACOSX_DEPLOYMENT_TARGET: 14.0 MARKETING_VERSION: 1.0 SDKROOT: auto SUPPORTED_PLATFORMS: iphoneos iphonesimulator macosx xros xrsimulator @@ -70,7 +70,7 @@ targets: SWIFT_EMIT_LOC_STRINGS: YES SWIFT_VERSION: 5.0 TARGETED_DEVICE_FAMILY: 1,2,7 - XROS_DEPLOYMENT_TARGET: 2.2 + XROS_DEPLOYMENT_TARGET: 1.0 dependencies: - package: Alamofire - package: NetworkImage |