Skip to content

Commit

Permalink
Updated signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan1258 committed Jul 18, 2024
1 parent f3974c8 commit 4533777
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_sign_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
- name: Export the app
run: |
sed -i '' "s/__TEAM_ID__/${{ secrets.PROD_MACOS_TEAM_ID }}/" ExportOptions.plist
cat ExportOptions.plist # Check if the replacement was successful
xcodebuild -exportArchive -archivePath $PWD/build/WeatherApp.xcarchive -exportPath $PWD/build -exportOptionsPlist ExportOptions.plist
- name: Notarize app bundle
Expand Down
2 changes: 1 addition & 1 deletion ExportOptions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<key>signingStyle</key>
<string>manual</string>
<key>teamID</key>
<string>__TEAM_ID__</string>
<string>5Z7E3KB5S2</string>
</dict>
</plist>
Binary file not shown.

0 comments on commit 4533777

Please sign in to comment.