Skip to content

Commit

Permalink
hardcoded bundleid
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBarker committed Jan 18, 2025
1 parent fb53405 commit bf42b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions script/xcrun-wrapper.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bf42b64

Please sign in to comment.