Skip to content

Commit a13ee05

Browse files
Use Xcode 16.1
1 parent e127ee2 commit a13ee05

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.github/workflows/publishing.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,11 @@ jobs:
8383
APP_STORE_CONNECT_PRIVATE_KEY_B64: ${{ secrets.APP_STORE_CONNECT_PRIVATE_KEY_B64 }}
8484
run: echo $APP_STORE_CONNECT_PRIVATE_KEY_B64 | base64 --decode > /tmp/connect-key.p8
8585

86+
- name: Install Xcode
87+
run: sudo xcodes install $(cat .xcode-version)
88+
8689
- name: Select Xcode version
87-
run: sudo xcode-select -s /Applications/Xcode_$(cat .xcode-version).app/Contents/Developer
90+
run: sudo xcodes select $(cat .xcode-version)
8891

8992
- name: Prepare files
9093
if: ${{ matrix.distribution == 'app-store' }}

.ios-test-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.0
1+
18.1

.xcode-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
16.1

Fyreplace.xcodeproj/project.pbxproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546
attributes = {
547547
BuildIndependentTargetsInParallel = 1;
548548
LastSwiftUpdateCheck = 1530;
549-
LastUpgradeCheck = 1600;
549+
LastUpgradeCheck = 1610;
550550
TargetAttributes = {
551551
4D54C9272BF2608A001DE071 = {
552552
CreatedOnToolsVersion = 15.3;
@@ -922,6 +922,7 @@
922922
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
923923
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
924924
CODE_SIGN_ENTITLEMENTS = "${TARGET_NAME}/Config/Fyreplace.release.entitlements";
925+
CODE_SIGN_IDENTITY = "-";
925926
CODE_SIGN_STYLE = Manual;
926927
DEAD_CODE_STRIPPING = YES;
927928
DEVELOPMENT_ASSET_PATHS = "\"${TARGET_NAME}/Preview Content\"";

Fyreplace.xcodeproj/xcshareddata/xcschemes/Fyreplace.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1600"
3+
LastUpgradeVersion = "1610"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)