Skip to content

Commit

Permalink
Bump Xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Oct 27, 2023
1 parent e76400a commit 4d9be95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MobileCelestia.xcodeproj/project.pbxproj
Expand Up @@ -1593,7 +1593,7 @@
"-Wl,-ld_classic",
);
SDKROOT = iphoneos;
SHARED_BUILD_NUMBER = 372;
SHARED_BUILD_NUMBER = 373;
SHARED_BUILD_VERSION = 1.6.0;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -1654,7 +1654,7 @@
"-Wl,-ld_classic",
);
SDKROOT = iphoneos;
SHARED_BUILD_NUMBER = 372;
SHARED_BUILD_NUMBER = 373;
SHARED_BUILD_VERSION = 1.6.0;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
Expand Down
6 changes: 3 additions & 3 deletions jobs/build.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
sdk: ${{ parameters.sdk }}
signing: ${{ parameters.signing }}
backend: ${{ parameters.backend }}
XC_VERSION: ${{ '15.0' }}
XC_VERSION: ${{ '15.0.1' }}
XC_WORKSPACE: ${{ 'MobileCelestia/MobileCelestia.xcworkspace' }}
XC_SCHEME: ${{ 'MobileCelestia' }}
XC_ARCHIVE_PARENT_PATH: ${{ '$(system.defaultworkingdirectory)/archive' }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
feedsToUse: 'internal'
vstsFeed: '9f9dcde1-dcba-4537-8214-71c8a03b99a0/14bb1031-e6b2-40ac-b287-73e7fcb5900e'
vstsFeedPackage: 'ef4b9b1c-43f9-4b15-91ae-8a601ae5ef45'
vstsPackageVersion: '0.0.12'
vstsPackageVersion: '0.0.13'
displayName: 'Download Catalyst Dependencies'
condition: eq( variables['sdk'], 'macosx' )

Expand All @@ -116,7 +116,7 @@ jobs:
feedsToUse: 'internal'
vstsFeed: '9f9dcde1-dcba-4537-8214-71c8a03b99a0/14bb1031-e6b2-40ac-b287-73e7fcb5900e'
vstsFeedPackage: '929aa8ac-b8eb-409b-afe7-30f2b73aebc8'
vstsPackageVersion: '0.0.12'
vstsPackageVersion: '0.0.13'
displayName: 'Download iOS Dependencies'
condition: eq( variables['sdk'], 'iphoneos' )

Expand Down

0 comments on commit 4d9be95

Please sign in to comment.