xcodebuild-axi 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,29 @@ Notable changes to `xcodebuild-axi`. Versions follow
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- `export --upload` writes `destination: upload` into the generated options
|
|
12
|
+
plist, so a CI ship can hand the build to App Store Connect instead of
|
|
13
|
+
writing an `.ipa` nobody collects. Without it, `--method` could only ever
|
|
14
|
+
produce a file on disk and every uploading pipeline had to author the XML by
|
|
15
|
+
hand — which is the side quest `--method` exists to remove.
|
|
16
|
+
- `export --no-manage-version` sets `manageAppVersionAndBuildNumber` to
|
|
17
|
+
`false`. Xcode's default is to re-pick the build number at upload, which
|
|
18
|
+
discards a number set at archive time and, with it, any way to tell which
|
|
19
|
+
commit a build came from.
|
|
20
|
+
- `export --no-upload-symbols` reaches `uploadSymbols`, which the plist builder
|
|
21
|
+
already supported and no flag could set.
|
|
22
|
+
|
|
23
|
+
### Fixed
|
|
24
|
+
|
|
25
|
+
- A successful upload no longer reports `products: 0 files written to …`. An
|
|
26
|
+
upload leaves nothing on disk by design, so the warning meant for a silently
|
|
27
|
+
wrong options plist was calling a delivered build a broken export. It now
|
|
28
|
+
says the build was sent — and it decides by reading the plist back rather
|
|
29
|
+
than by trusting the flag, so a hand-written `--options` plist that uploads
|
|
30
|
+
is reported correctly too.
|
|
31
|
+
|
|
9
32
|
## [0.1.5] - 2026-09-21
|
|
10
33
|
|
|
11
34
|
### Added
|
package/dist/src/archive.d.ts
CHANGED
|
@@ -27,7 +27,9 @@ export declare const EXPORT_METHODS: readonly ["app-store-connect", "release-tes
|
|
|
27
27
|
*/
|
|
28
28
|
export declare function exportOptionsPlist(options: {
|
|
29
29
|
method: string;
|
|
30
|
+
destination?: string;
|
|
30
31
|
teamID?: string;
|
|
31
32
|
signingStyle?: string;
|
|
32
33
|
uploadSymbols?: boolean;
|
|
34
|
+
manageAppVersionAndBuildNumber?: boolean;
|
|
33
35
|
}): string;
|
package/dist/src/archive.js
CHANGED
|
@@ -56,6 +56,9 @@ export function exportOptionsPlist(options) {
|
|
|
56
56
|
const entries = [
|
|
57
57
|
` <key>method</key>\n <string>${options.method}</string>`,
|
|
58
58
|
];
|
|
59
|
+
if (options.destination) {
|
|
60
|
+
entries.push(` <key>destination</key>\n <string>${options.destination}</string>`);
|
|
61
|
+
}
|
|
59
62
|
if (options.teamID) {
|
|
60
63
|
entries.push(` <key>teamID</key>\n <string>${options.teamID}</string>`);
|
|
61
64
|
}
|
|
@@ -65,6 +68,9 @@ export function exportOptionsPlist(options) {
|
|
|
65
68
|
if (options.uploadSymbols !== undefined) {
|
|
66
69
|
entries.push(` <key>uploadSymbols</key>\n <${options.uploadSymbols}/>`);
|
|
67
70
|
}
|
|
71
|
+
if (options.manageAppVersionAndBuildNumber !== undefined) {
|
|
72
|
+
entries.push(` <key>manageAppVersionAndBuildNumber</key>\n <${options.manageAppVersionAndBuildNumber}/>`);
|
|
73
|
+
}
|
|
68
74
|
return `<?xml version="1.0" encoding="UTF-8"?>
|
|
69
75
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
70
76
|
<plist version="1.0">
|
package/dist/src/archive.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"archive.js","sourceRoot":"","sources":["../../src/archive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AA+BjC,MAAM,UAAU,eAAe,CAC7B,WAAmB;IAEnB,OAAO,IAAI,OAAO,CAAC,CAAC,cAAc,EAAE,EAAE;QACpC,QAAQ,CACN,QAAQ,EACR,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC,EAChE,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;YAChB,IAAI,KAAK,EAAE,CAAC;gBACV,cAAc,CAAC,SAAS,CAAC,CAAC;gBAC1B,OAAO;YACT,CAAC;YACD,IAAI,CAAC;gBACH,MAAM,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAoB,CAAC;gBACrD,MAAM,GAAG,GAAG,MAAM,CAAC,qBAAqB,IAAI,EAAE,CAAC;gBAC/C,cAAc,CAAC;oBACb,GAAG,CAAC,MAAM,CAAC,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;oBAC3D,GAAG,CAAC,MAAM,CAAC,YAAY,KAAK,SAAS;wBACnC,CAAC,CAAC,EAAE,SAAS,EAAE,MAAM,CAAC,YAAY,EAAE;wBACpC,CAAC,CAAC,EAAE,CAAC;oBACP,GAAG,CAAC,GAAG,CAAC,kBAAkB,KAAK,SAAS;wBACtC,CAAC,CAAC,EAAE,gBAAgB,EAAE,GAAG,CAAC,kBAAkB,EAAE;wBAC9C,CAAC,CAAC,EAAE,CAAC;oBACP,GAAG,CAAC,GAAG,CAAC,0BAA0B,KAAK,SAAS;wBAC9C,CAAC,CAAC,EAAE,gBAAgB,EAAE,GAAG,CAAC,0BAA0B,EAAE;wBACtD,CAAC,CAAC,EAAE,CAAC;oBACP,GAAG,CAAC,GAAG,CAAC,eAAe,KAAK,SAAS;wBACnC,CAAC,CAAC,EAAE,WAAW,EAAE,GAAG,CAAC,eAAe,EAAE;wBACtC,CAAC,CAAC,EAAE,CAAC;oBACP,GAAG,CAAC,GAAG,CAAC,eAAe,KAAK,SAAS;wBACnC,CAAC,CAAC,EAAE,eAAe,EAAE,GAAG,CAAC,eAAe,EAAE;wBAC1C,CAAC,CAAC,EAAE,CAAC;iBACR,CAAC,CAAC;YACL,CAAC;YAAC,MAAM,CAAC;gBACP,cAAc,CAAC,SAAS,CAAC,CAAC;YAC5B,CAAC;QACH,CAAC,CACF,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC;AAED,uEAAuE;AACvE,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,mBAAmB;IACnB,iBAAiB;IACjB,YAAY;IACZ,WAAW;IACX,cAAc;IACd,iBAAiB;IACjB,YAAY;CACJ,CAAC;AAEX;;;;;;GAMG;AACH,MAAM,UAAU,kBAAkB,CAAC,
|
|
1
|
+
{"version":3,"file":"archive.js","sourceRoot":"","sources":["../../src/archive.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
+
import { exportOptionsPlist } from "../archive.js";
|
|
1
2
|
export declare const EXPORT_HELP: string;
|
|
2
3
|
export declare function exportCommand(args: string[]): Promise<string>;
|
|
4
|
+
export declare function generatedPlistOptions(args: string[], method: string): Parameters<typeof exportOptionsPlist>[0];
|
|
5
|
+
/**
|
|
6
|
+
* Does this plist upload rather than write a product?
|
|
7
|
+
*
|
|
8
|
+
* Asked of a hand-written `--options` file too, because the empty-export
|
|
9
|
+
* warning below is wrong in exactly the same way for one of those — and a
|
|
10
|
+
* plist that uploads is the common reason someone brings their own.
|
|
11
|
+
*/
|
|
12
|
+
export declare function plistUploads(contents: string): boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { existsSync, mkdtempSync, readdirSync, writeFileSync } from "node:fs";
|
|
1
|
+
import { existsSync, mkdtempSync, readdirSync, readFileSync, writeFileSync, } from "node:fs";
|
|
2
2
|
import { tmpdir } from "node:os";
|
|
3
3
|
import { join, resolve } from "node:path";
|
|
4
4
|
import { AxiError, mapXcodebuildError } from "../errors.js";
|
|
@@ -11,11 +11,14 @@ import { duration, renderFields, renderHelp, renderOutput, tildePath, } from "..
|
|
|
11
11
|
import { getFlag, hasFlag, positionals, rejectUnknownFlags } from "../args.js";
|
|
12
12
|
export const EXPORT_HELP = `usage: xcodebuild-axi export <path.xcarchive> [flags]
|
|
13
13
|
Exports a built archive into a distributable product.
|
|
14
|
-
flags[
|
|
14
|
+
flags[14]:
|
|
15
15
|
--method <name> ${EXPORT_METHODS.join(", ")}
|
|
16
16
|
--team <id> Developer team ID to sign with
|
|
17
17
|
--options <path> a hand-written export options plist, instead of --method
|
|
18
18
|
--output <path> where to write the export (default: the tool's cache)
|
|
19
|
+
--upload send the build to App Store Connect instead of writing it to disk
|
|
20
|
+
--no-manage-version keep the archive's own version and build number
|
|
21
|
+
--no-upload-symbols do not send dSYMs with the build
|
|
19
22
|
--notarized export an archive Apple has already notarized
|
|
20
23
|
--allow-provisioning let xcodebuild fetch profiles from the developer portal
|
|
21
24
|
--signing-style <name> manual or automatic
|
|
@@ -23,9 +26,14 @@ ${AUTH_FLAG_HELP}
|
|
|
23
26
|
note:
|
|
24
27
|
--method writes the export options plist for you, which is otherwise an XML
|
|
25
28
|
file you have to author by hand. Pass --options to supply your own instead.
|
|
29
|
+
--upload is the difference between an .ipa on disk and a build in App Store
|
|
30
|
+
Connect; with it there are no products to list, which is success, not an
|
|
31
|
+
empty export. --no-manage-version matters whenever the build number is set
|
|
32
|
+
at archive time, because Xcode otherwise picks its own at upload.
|
|
26
33
|
examples:
|
|
27
34
|
xcodebuild-axi export build/MyApp.xcarchive --method release-testing
|
|
28
35
|
xcodebuild-axi export build/MyApp.xcarchive --method app-store-connect --team ABCDE12345
|
|
36
|
+
xcodebuild-axi export build/MyApp.xcarchive --method app-store-connect --upload --no-manage-version
|
|
29
37
|
xcodebuild-axi export build/MyApp.xcarchive --options ExportOptions.plist
|
|
30
38
|
`;
|
|
31
39
|
const FLAGS = [
|
|
@@ -33,6 +41,9 @@ const FLAGS = [
|
|
|
33
41
|
"--team",
|
|
34
42
|
"--options",
|
|
35
43
|
"--output",
|
|
44
|
+
"--upload",
|
|
45
|
+
"--no-manage-version",
|
|
46
|
+
"--no-upload-symbols",
|
|
36
47
|
"--notarized",
|
|
37
48
|
"--allow-provisioning",
|
|
38
49
|
"--signing-style",
|
|
@@ -74,10 +85,23 @@ export async function exportCommand(args) {
|
|
|
74
85
|
!EXPORT_METHODS.includes(method)) {
|
|
75
86
|
throw new AxiError(`Unknown export method '${method}'`, "VALIDATION_ERROR", [`valid methods: ${EXPORT_METHODS.join(", ")}`]);
|
|
76
87
|
}
|
|
88
|
+
const uploading = hasFlag(args, "--upload");
|
|
89
|
+
if (uploading && optionsPath !== undefined) {
|
|
90
|
+
throw new AxiError("--upload has nothing to write to when --options supplies the plist", "VALIDATION_ERROR", [
|
|
91
|
+
"add `<key>destination</key><string>upload</string>` to your own plist",
|
|
92
|
+
"or drop --options and let --method write one",
|
|
93
|
+
]);
|
|
94
|
+
}
|
|
77
95
|
const project = requireProject();
|
|
78
96
|
const outputPath = getFlag(args, "--output") ??
|
|
79
97
|
join(artifactDir(project), `${basenameOf(archivePath)}-export`);
|
|
80
98
|
const plistPath = optionsPath ?? (method ? writeGeneratedPlist(args, method) : undefined);
|
|
99
|
+
// An upload leaves nothing on disk, so the empty-export warning below would
|
|
100
|
+
// call a successful ship a silently wrong options plist. Read it back rather
|
|
101
|
+
// than trusting the flag: --options supplies a plist this command did not
|
|
102
|
+
// write, and uploading is the usual reason to bring one.
|
|
103
|
+
const sendsToAppStoreConnect = uploading ||
|
|
104
|
+
(plistPath !== undefined && plistUploads(readFileSync(plistPath, "utf8")));
|
|
81
105
|
const run = await runBuild({
|
|
82
106
|
args: [
|
|
83
107
|
notarized ? "-exportNotarizedApp" : "-exportArchive",
|
|
@@ -111,6 +135,7 @@ export async function exportCommand(args) {
|
|
|
111
135
|
export: succeeded ? "succeeded" : "failed",
|
|
112
136
|
archive: tildePath(archivePath),
|
|
113
137
|
...(method ? { method } : {}),
|
|
138
|
+
...(sendsToAppStoreConnect ? { destination: "App Store Connect" } : {}),
|
|
114
139
|
...(info?.bundleIdentifier ? { bundle_id: info.bundleIdentifier } : {}),
|
|
115
140
|
...(info?.marketingVersion ? { version: info.marketingVersion } : {}),
|
|
116
141
|
duration: duration(run.seconds),
|
|
@@ -120,6 +145,11 @@ export async function exportCommand(args) {
|
|
|
120
145
|
blocks.push(renderFields({ products }));
|
|
121
146
|
blocks.push(renderFields({ output: tildePath(outputPath) }));
|
|
122
147
|
}
|
|
148
|
+
else if (succeeded && sendsToAppStoreConnect) {
|
|
149
|
+
// Nothing on disk is the whole point here, so saying "0 files written"
|
|
150
|
+
// would report a delivered build as a broken one.
|
|
151
|
+
blocks.push(renderFields({ uploaded: "the build was sent, not written" }));
|
|
152
|
+
}
|
|
123
153
|
else if (succeeded) {
|
|
124
154
|
// Exit zero with an empty export directory is the shape a silently wrong
|
|
125
155
|
// options plist produces; say so rather than implying a product exists.
|
|
@@ -139,18 +169,36 @@ export async function exportCommand(args) {
|
|
|
139
169
|
}
|
|
140
170
|
return renderOutput(blocks);
|
|
141
171
|
}
|
|
142
|
-
function
|
|
143
|
-
const dir = mkdtempSync(join(tmpdir(), "xcodebuild-axi-export-"));
|
|
144
|
-
const path = join(dir, "ExportOptions.plist");
|
|
172
|
+
export function generatedPlistOptions(args, method) {
|
|
145
173
|
const team = getFlag(args, "--team");
|
|
146
174
|
const signingStyle = getFlag(args, "--signing-style");
|
|
147
|
-
|
|
175
|
+
return {
|
|
148
176
|
method,
|
|
177
|
+
...(hasFlag(args, "--upload") ? { destination: "upload" } : {}),
|
|
149
178
|
...(team !== undefined ? { teamID: team } : {}),
|
|
150
179
|
...(signingStyle !== undefined ? { signingStyle } : {}),
|
|
151
|
-
|
|
180
|
+
...(hasFlag(args, "--no-upload-symbols") ? { uploadSymbols: false } : {}),
|
|
181
|
+
...(hasFlag(args, "--no-manage-version")
|
|
182
|
+
? { manageAppVersionAndBuildNumber: false }
|
|
183
|
+
: {}),
|
|
184
|
+
};
|
|
185
|
+
}
|
|
186
|
+
function writeGeneratedPlist(args, method) {
|
|
187
|
+
const dir = mkdtempSync(join(tmpdir(), "xcodebuild-axi-export-"));
|
|
188
|
+
const path = join(dir, "ExportOptions.plist");
|
|
189
|
+
writeFileSync(path, exportOptionsPlist(generatedPlistOptions(args, method)));
|
|
152
190
|
return path;
|
|
153
191
|
}
|
|
192
|
+
/**
|
|
193
|
+
* Does this plist upload rather than write a product?
|
|
194
|
+
*
|
|
195
|
+
* Asked of a hand-written `--options` file too, because the empty-export
|
|
196
|
+
* warning below is wrong in exactly the same way for one of those — and a
|
|
197
|
+
* plist that uploads is the common reason someone brings their own.
|
|
198
|
+
*/
|
|
199
|
+
export function plistUploads(contents) {
|
|
200
|
+
return /<key>\s*destination\s*<\/key>\s*<string>\s*upload\s*<\/string>/i.test(contents);
|
|
201
|
+
}
|
|
154
202
|
function listProducts(outputPath) {
|
|
155
203
|
try {
|
|
156
204
|
return readdirSync(outputPath).filter((entry) => !entry.startsWith("."));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"export.js","sourceRoot":"","sources":["../../../src/commands/export.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"export.js","sourceRoot":"","sources":["../../../src/commands/export.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED