Skip to content

Commit

Permalink
Update notarisation process
Browse files Browse the repository at this point in the history
Use official notarisation tool
  • Loading branch information
dz0ny committed Sep 1, 2021
1 parent 4a8e8be commit 2fae0cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,7 @@ jobs:
- name: Build dmg for release
run: npm install --global create-dmg && make dmg
- name: "Notarize Release Build"
uses: ParetoSecurity/xcode-notarize@v6
with:
product-path: "ParetoSecurity.dmg"
primary-bundle-id: "niteo.co.Pareto"
appstore-connect-username: ${{ secrets.NOTARIZATION_USERNAME }}
appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }}
run: xcrun notarytool submit ParetoSecurity.dmg --password ${{ secrets.NOTARIZATION_PASSWORD }} --apple-id ${{ secrets.NOTARIZATION_USERNAME }} --team-id PM784W7B8X --progress --wait
- name: "Staple Release Build"
uses: devbotsxyz/xcode-staple@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ fmt:
swiftlint . --fix

notarize:
xcrun altool --notarize-app -f ParetoSecurity.dmg --primary-bundle-id niteo.co.Pareto
xcrun notarytool submit ParetoSecurity.dmg --team-id PM784W7B8X --progress --wait
2 changes: 1 addition & 1 deletion Pareto/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1393</string>
<string>1394</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 2fae0cc

Please sign in to comment.