Skip to content

Commit b24818b

Browse files
committed
GitHub Actions xCode 26
1 parent fbc38e7 commit b24818b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ios-debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: maxim-lobanov/setup-xcode@v1
1414
with:
15-
xcode-version: 16.4
15+
xcode-version: 26.0
1616

1717
- name: checkout repository
1818
uses: actions/checkout@v4
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- uses: maxim-lobanov/setup-xcode@v1
105105
with:
106-
xcode-version: 16.4
106+
xcode-version: 26.0
107107

108108
- name: Download artifacts
109109
uses: actions/download-artifact@v4

.github/workflows/ios-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: maxim-lobanov/setup-xcode@v1
1717
with:
18-
xcode-version: 16.4
18+
xcode-version: 26.0
1919

2020
- name: checkout repository
2121
uses: actions/checkout@v4
@@ -114,7 +114,7 @@ jobs:
114114
steps:
115115
- uses: maxim-lobanov/setup-xcode@v1
116116
with:
117-
xcode-version: 16.4
117+
xcode-version: 26.0
118118

119119
- name: Download artifacts
120120
uses: actions/download-artifact@v4
@@ -190,7 +190,7 @@ jobs:
190190

191191
- uses: maxim-lobanov/setup-xcode@v1
192192
with:
193-
xcode-version: 16.4
193+
xcode-version: 26.0
194194

195195
- name: Download artifacts
196196
uses: actions/download-artifact@v4
@@ -224,7 +224,7 @@ jobs:
224224
steps:
225225
- uses: maxim-lobanov/setup-xcode@v1
226226
with:
227-
xcode-version: 16.4
227+
xcode-version: 26.0
228228

229229
- name: Checkout repository
230230
uses: actions/checkout@v4
@@ -259,7 +259,7 @@ jobs:
259259
steps:
260260
- uses: maxim-lobanov/setup-xcode@v1
261261
with:
262-
xcode-version: 16.4
262+
xcode-version: 26.0
263263

264264
- name: Download artifacts
265265
uses: actions/download-artifact@v4

iTorrent.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,7 @@
21262126
PRODUCT_BUNDLE_IDENTIFIER = "$(APPLICATION_ID)";
21272127
PRODUCT_NAME = "$(TARGET_NAME)";
21282128
PROVISIONING_PROFILE_SPECIFIER = "";
2129-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "iTorrent2 Distrib";
2129+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "iTorrent Prod";
21302130
"PROVISIONING_PROFILE_SPECIFIER[sdk=xros*]" = "iTorrent2 Distrib";
21312131
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
21322132
SUPPORTS_MACCATALYST = YES;
@@ -2162,7 +2162,7 @@
21622162
PRODUCT_BUNDLE_IDENTIFIER = "$(APPLICATION_ID).ProgressWidget";
21632163
PRODUCT_NAME = "$(TARGET_NAME)";
21642164
PROVISIONING_PROFILE_SPECIFIER = "";
2165-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "iTorrent2 ProgressWidget Distrib";
2165+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "iTorrent Widget Prod";
21662166
SKIP_INSTALL = YES;
21672167
SUPPORTS_MACCATALYST = YES;
21682168
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$inherited XCODE16";

0 commit comments

Comments
 (0)