Skip to content

Commit 0053b25

Browse files
disable notarisation, because f... you apple
1 parent d3c7544 commit 0053b25

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/release-macos.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ jobs:
2626
run: cargo install cargo-packager --locked
2727
- name: Package
2828
run: cargo packager --release
29-
env:
30-
APPLE_ID: ${{ secrets.APPLE_ID }}
31-
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
32-
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
33-
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
34-
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
35-
3629
- name: Release
3730
uses: softprops/action-gh-release@v2
3831
with:

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ target_triple = "universal-apple-darwin"
1414
icons = ["icons/*.png"]
1515

1616
[package.metadata.packager.macos]
17-
signing_identity = "Developer ID Application: Matthias Grandl (LJ9UB62BK7)"
1817
entitlements = "macos/entitlements.plist"
1918

2019
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)