From bf42b64961258ace3d0a7922ca8458afa0e2a249 Mon Sep 17 00:00:00 2001 From: martinbarker Date: Sat, 18 Jan 2025 14:44:04 -0800 Subject: [PATCH] hardcoded bundleid --- .DS_Store | Bin 6148 -> 6148 bytes script/xcrun-wrapper.mts | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.DS_Store b/.DS_Store index c6e608f5e7e89b5a1c6e03d58be2b6b6c30008a5..00c58f25aa2918357045a4d1d04422fa5cb2c299 100644 GIT binary patch delta 308 zcmZoMXfc=|#>B!ku~2NHo+2aL#DLw41(=u_*(UQazEfvmNMXoiC}t>0DlaZb%E?b+ zU|`shRFIQdTw-8wjgg6&g_Vt+gMG3EW3)C0XS{$!b+w71sg8o7u|=(pLbbW2g^q%; zxn*rFCx@uAzI9N1c1~_ye%Iu^jPmZ?K(pZHmjxH)<>cq31H~ADmB`mu~2NHo+2aD#DLwC4MbQb^Rv9(EW#nova#V8<7Rdaeh#3T&4L`? ZnJ4p$SPC!z0V4wg6O?Az93irX836KY5Uv0K diff --git a/script/xcrun-wrapper.mts b/script/xcrun-wrapper.mts index b460911..e08e3fe 100644 --- a/script/xcrun-wrapper.mts +++ b/script/xcrun-wrapper.mts @@ -8,12 +8,12 @@ import { readFile } from 'node:fs/promises'; // and it errors if binary already exists, we want it to just silently fail in that case const args = process.argv.slice(2); - +console.log('args = ', args) const filePath = args[0]; const apiKeyId = args[1]; const apiIssuer = args[2]; const appleId = args[3]; -const bundleId = args[4]; +const bundleId = "com.martinbarker.digifyunique"; //args[4]; // seems to be the same const ascPublicId = apiIssuer;