From 9b094166a8dada8eb08b8e8fcfe76c091d9fe142 Mon Sep 17 00:00:00 2001 From: t4lz Date: Thu, 17 Oct 2024 11:46:45 +0200 Subject: [PATCH] remove arm64e lib from signature json --- .github/workflows/arch_dylib_sign.json | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/arch_dylib_sign.json b/.github/workflows/arch_dylib_sign.json index 29012a77434..dd885a8ac00 100644 --- a/.github/workflows/arch_dylib_sign.json +++ b/.github/workflows/arch_dylib_sign.json @@ -1,15 +1,14 @@ { - "source": [ - "target/aarch64-apple-darwin/release/libmirrord_layer.dylib", - "target/aarch64-apple-darwin/release/libmirrord_layer_arm64e.dylib", - "target/x86_64-apple-darwin/release/libmirrord_layer.dylib" - ], - "bundle_id": "com.metalbear.mirrord", - "apple_id": { - "username": "@env:AC_USERNAME", - "password": "@env:AC_PASSWORD" - }, - "sign": { - "application_identity": "Developer ID Application: METALBEAR TECH LTD (8W42TQ6PFA)" - } + "source": [ + "target/aarch64-apple-darwin/release/libmirrord_layer.dylib", + "target/x86_64-apple-darwin/release/libmirrord_layer.dylib" + ], + "bundle_id": "com.metalbear.mirrord", + "apple_id": { + "username": "@env:AC_USERNAME", + "password": "@env:AC_PASSWORD" + }, + "sign": { + "application_identity": "Developer ID Application: METALBEAR TECH LTD (8W42TQ6PFA)" + } } \ No newline at end of file