You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Require Apple Team ID when using notarytool
Adds a requirement that the Team ID is specified when notarizing with the new notarytool. Fixes #70307
This commit is contained in:
@@ -1937,6 +1937,10 @@ bool EditorExportPlatformMacOS::has_valid_project_configuration(const Ref<Editor
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (notary_tool == 2 && p_preset->get("notarization/apple_team_id") == "") {
|
||||||
|
err += TTR("Notarization: Apple Team ID not specified.") + "\n";
|
||||||
|
valid = false;
|
||||||
|
}
|
||||||
} else if (notary_tool == 1) {
|
} else if (notary_tool == 1) {
|
||||||
if (p_preset->get("notarization/api_uuid") == "") {
|
if (p_preset->get("notarization/api_uuid") == "") {
|
||||||
err += TTR("Notarization: App Store Connect issuer ID name not specified.") + "\n";
|
err += TTR("Notarization: App Store Connect issuer ID name not specified.") + "\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user