From 0053b25338da0e48c270958cccc148403620361e Mon Sep 17 00:00:00 2001 From: Matthias Grandl Date: Fri, 21 Jun 2024 13:36:10 +0200 Subject: [PATCH] disable notarisation, because f... you apple --- .github/workflows/release-macos.yml | 7 ------- Cargo.toml | 1 - 2 files changed, 8 deletions(-) diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml index ff5d1ea..63746e7 100644 --- a/.github/workflows/release-macos.yml +++ b/.github/workflows/release-macos.yml @@ -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: diff --git a/Cargo.toml b/Cargo.toml index f719bd8..483d57e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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