Skip to content

Commit

Permalink
Bump build and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Sep 20, 2024
1 parent 06357a5 commit 711f7d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions MobileCelestia.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@
MACOSX_DEPLOYMENT_TARGET = 11.0;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SHARED_BUILD_NUMBER = 500;
SHARED_BUILD_NUMBER = 501;
SHARED_BUILD_VERSION = 1.7.7;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -1664,7 +1664,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 11.0;
SDKROOT = iphoneos;
SHARED_BUILD_NUMBER = 500;
SHARED_BUILD_NUMBER = 501;
SHARED_BUILD_VERSION = 1.7.7;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
Expand Down Expand Up @@ -2115,7 +2115,7 @@
repositoryURL = "https://github.com/levinli303/AsyncGL";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.1.20;
minimumVersion = 0.1.21;
};
};
EA9039A02BA19CF100C982BC /* XCRemoteSwiftPackageReference "mwrequest" */ = {
Expand Down
4 changes: 2 additions & 2 deletions jobs/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
feedsToUse: 'internal'
vstsFeed: '9f9dcde1-dcba-4537-8214-71c8a03b99a0/14bb1031-e6b2-40ac-b287-73e7fcb5900e'
vstsFeedPackage: 'ef4b9b1c-43f9-4b15-91ae-8a601ae5ef45'
vstsPackageVersion: '0.0.17'
vstsPackageVersion: '0.0.18'
displayName: 'Download Catalyst Dependencies'
condition: eq( variables['sdk'], 'macosx' )

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

Expand Down

0 comments on commit 711f7d7

Please sign in to comment.