Skip to content

Commit a5cdb01

Browse files
format as xml
1 parent 8aa3aaf commit a5cdb01

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58990,7 +58990,7 @@ async function signMacOSAppBundle(projectRef) {
5899058990
let entitlementsOutput = '';
5899158991
const entitlementsExitCode = await (0, exec_1.exec)('codesign', [
5899258992
'--display',
58993-
'--entitlements', '/dev/stdout',
58993+
'--entitlements', '-', '--xml', '/dev/stdout',
5899458994
appPath
5899558995
], {
5899658996
listeners: {

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/xcode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ async function signMacOSAppBundle(projectRef: XcodeProject): Promise<void> {
615615
let entitlementsOutput = '';
616616
const entitlementsExitCode = await exec('codesign', [
617617
'--display',
618-
'--entitlements', '/dev/stdout',
618+
'--entitlements', '-', '--xml', '/dev/stdout',
619619
appPath
620620
], {
621621
listeners: {

0 commit comments

Comments
 (0)