From 38889a128c010a50513fb50ebc0f76e3bf25eb08 Mon Sep 17 00:00:00 2001 From: Adrian Szuszkiewicz Date: Sat, 16 Mar 2024 15:03:18 +0100 Subject: [PATCH] Rename package (References: #42) --- .github/workflows/build-macos.yml | 6 +- MoonshineSDKInstaller/build/build.xml | 160 ++------------------------ 2 files changed, 11 insertions(+), 155 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 7c29c32..f4f9bdc 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -27,7 +27,7 @@ on: type: string env: - app_name: ${{ inputs.env == 'production' && 'Moonshine SDK Installer Signed_NonSandbox' || 'Moonshine SDK Installer Development_Signed_NonSandbox' }} + app_name: ${{ inputs.env == 'production' && 'MoonshineSDKInstaller' || 'MoonshineSDKInstallerDevelopment' }} jobs: build: @@ -119,7 +119,7 @@ jobs: - name: Notarize pkg uses: moonshine-ide/macos-notarize-action@main with: - app-path: MoonshineSDKInstaller/build/bin/msdki_signed.pkg + app-path: MoonshineSDKInstaller/build/bin/${{ env.app_name }}.pkg mac-notarization-apple-id: ${{ secrets.MAC_NOTARIZATION_APPLE_ID }} mac-notarization-team-id: ${{ secrets.MAC_NOTARIZATION_TEAM_ID }} mac-notarization-pass: ${{ secrets.MAC_NOTARIZATION_PASS }} @@ -128,5 +128,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: MoonshineSDKInstaller - path: MoonshineSDKInstaller/build/bin/msdki_signed.pkg + path: MoonshineSDKInstaller/build/bin/${{ env.app_name }}.pkg if-no-files-found: error \ No newline at end of file diff --git a/MoonshineSDKInstaller/build/build.xml b/MoonshineSDKInstaller/build/build.xml index 049e4f3..be60eb9 100644 --- a/MoonshineSDKInstaller/build/build.xml +++ b/MoonshineSDKInstaller/build/build.xml @@ -293,7 +293,7 @@ - + @@ -395,7 +395,7 @@ - + @@ -412,7 +412,7 @@ - + @@ -420,7 +420,7 @@ - + @@ -428,9 +428,9 @@ - + - + @@ -440,156 +440,12 @@ - - + + - - - - - - - Icon.icns]]> - Icon.icns - ITSAppUsesNonExemptEncryption - CFBundleName - Moonshine SDK Installer - LSApplicationCategoryType - public.app-category.developer-tools - CFBundleVersion - 1.0 - postinstall_script - #!/bin/sh - open -a /Applications/Moonshine\ SDK\ Installer.app/ - exit 0]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ========== Signing checks on Sandbox APP: spctl -vvv --assess --type exec ${desktopBinaryFilename} - - - - - ========== Hardened runtime checks on Sandbox APP: codesign --display --verbose ${desktopBinaryFilename} - - - - - ========== Timestamp check on Sandbox APP: codesign -dvv ${desktopBinaryFilename} - - - - - - - - - ========== Installer check on Sandbox PKG: pkgutil --check-signature ./bin/app/${app.title}_Signed_NonSandbox.pkg - - - - - - - - - - - - - ========== Signing checks on Non-Sandbox APP: spctl -vvv --assess --type exec ${desktopBinaryFilename} - - - - - ========== Hardened runtime checks: codesign --display --verbose ${desktopBinaryFilename} - - - - - ========== Timestamp check: codesign -dvv ${desktopBinaryFilename} - - - - - - - - - - - - - - ========== Installer check on Non-Sandbox PKG: pkgutil --check-signature ./bin/app/${app.title}_Signed_NonSandbox.pkg - - - - - - - - - -