We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817dd59 commit 5a00720Copy full SHA for 5a00720
1 file changed
scripts/ios-release-signing.mjs
@@ -68,7 +68,7 @@ function readManifest(manifestPath) {
68
if (!Array.isArray(parsed.targets) || parsed.targets.length === 0) {
69
throw new Error("Signing manifest must include targets.");
70
}
71
- if (typeof parsed.appGroupId !== "undefined") {
+ if (parsed.appGroupId !== undefined) {
72
validateAppGroupId(parsed.appGroupId, "Signing manifest appGroupId");
73
74
0 commit comments