Skip to content

Commit

Permalink
disable notarisation, because f... you apple
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasGrandl committed Jun 21, 2024
1 parent d3c7544 commit 0053b25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
run: cargo install cargo-packager --locked
- name: Package
run: cargo packager --release
env:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}

- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ target_triple = "universal-apple-darwin"
icons = ["icons/*.png"]

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

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

0 comments on commit 0053b25

Please sign in to comment.