Skip to content

Commit 7c0eebb

Browse files
katipallyCopilot
andcommitted
fix(ci): per-target provisioning profiles in project.yml Release config
- DoomCoderCompanion Release: PROVISIONING_PROFILE_SPECIFIER = 'DoomCoder Companion AppStore' - NotificationService Release: PROVISIONING_PROFILE_SPECIFIER = 'DoomCoder Companion NS AppStore' - Remove global PROVISIONING_PROFILE_SPECIFIER from archive command (now per-target) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 41b7d41 commit 7c0eebb

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ios-testflight.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ jobs:
224224
CODE_SIGN_STYLE=Manual \
225225
CODE_SIGN_IDENTITY="Apple Distribution" \
226226
DEVELOPMENT_TEAM="${APPLE_TEAM_ID}" \
227-
PROVISIONING_PROFILE_SPECIFIER="DoomCoder Companion AppStore" \
228227
archive
229228
230229
- name: Write ExportOptions.plist

DoomCoderCompanion/project.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ targets:
7272
configs:
7373
Release:
7474
CODE_SIGN_ENTITLEMENTS: DoomCoderCompanion/Resources/DoomCoderCompanion.Release.entitlements
75+
PROVISIONING_PROFILE_SPECIFIER: "DoomCoder Companion AppStore"
7576
dependencies:
7677
- package: DoomCoderCore
7778
- target: NotificationService
@@ -99,6 +100,9 @@ targets:
99100
base:
100101
PRODUCT_BUNDLE_IDENTIFIER: com.doomcoder.app.companion.NotificationService
101102
CODE_SIGN_ENTITLEMENTS: NotificationService/NotificationService.entitlements
103+
configs:
104+
Release:
105+
PROVISIONING_PROFILE_SPECIFIER: "DoomCoder Companion NS AppStore"
102106
dependencies:
103107
- package: DoomCoderCore
104108

0 commit comments

Comments
 (0)