Skip to content

Commit

Permalink
Use Xcode 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentTreguier committed Oct 29, 2024
1 parent e127ee2 commit a13ee05
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,11 @@ jobs:
APP_STORE_CONNECT_PRIVATE_KEY_B64: ${{ secrets.APP_STORE_CONNECT_PRIVATE_KEY_B64 }}
run: echo $APP_STORE_CONNECT_PRIVATE_KEY_B64 | base64 --decode > /tmp/connect-key.p8

- name: Install Xcode
run: sudo xcodes install $(cat .xcode-version)

- name: Select Xcode version
run: sudo xcode-select -s /Applications/Xcode_$(cat .xcode-version).app/Contents/Developer
run: sudo xcodes select $(cat .xcode-version)

- name: Prepare files
if: ${{ matrix.distribution == 'app-store' }}
Expand Down
2 changes: 1 addition & 1 deletion .ios-test-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.0
18.1
2 changes: 1 addition & 1 deletion .xcode-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
16.1
3 changes: 2 additions & 1 deletion Fyreplace.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1530;
LastUpgradeCheck = 1600;
LastUpgradeCheck = 1610;
TargetAttributes = {
4D54C9272BF2608A001DE071 = {
CreatedOnToolsVersion = 15.3;
Expand Down Expand Up @@ -922,6 +922,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "${TARGET_NAME}/Config/Fyreplace.release.entitlements";
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"${TARGET_NAME}/Preview Content\"";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1600"
LastUpgradeVersion = "1610"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit a13ee05

Please sign in to comment.