Skip to content

Commit edb674e

Browse files
hi2gageclaude
andcommitted
Create Secrets.xcconfig in CI
Generate the gitignored config file from GitHub secrets. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 03bf471 commit edb674e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ jobs:
2727
with:
2828
xcode-version: latest-stable
2929

30+
- name: Create Secrets.xcconfig
31+
run: |
32+
cat > Config/Secrets.xcconfig << EOF
33+
DEVELOPMENT_TEAM = ${{ secrets.APPLE_TEAM_ID }}
34+
PRODUCT_BUNDLE_IDENTIFIER = com.draftroomstudios.BuildSignal
35+
EOF
36+
3037
- name: Extract version from tag
3138
id: version
3239
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)