Skip to content

Commit

Permalink
Bump build
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Apr 8, 2024
1 parent ef5fc83 commit 6ca1b0a
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 @@ -1599,7 +1599,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.15;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SHARED_BUILD_NUMBER = 470;
SHARED_BUILD_NUMBER = 471;
SHARED_BUILD_VERSION = 1.7.0;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -1658,7 +1658,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 13.1;
MACOSX_DEPLOYMENT_TARGET = 10.15;
SDKROOT = iphoneos;
SHARED_BUILD_NUMBER = 470;
SHARED_BUILD_NUMBER = 471;
SHARED_BUILD_VERSION = 1.7.0;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
Expand Down Expand Up @@ -2140,7 +2140,7 @@
repositoryURL = "https://github.com/levinli303/AsyncGL";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.1.17;
minimumVersion = 0.1.18;
};
};
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.15'
vstsPackageVersion: '0.0.16'
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.15'
vstsPackageVersion: '0.0.16'
displayName: 'Download iOS Dependencies'
condition: eq( variables['sdk'], 'iphoneos' )

Expand Down

0 comments on commit 6ca1b0a

Please sign in to comment.