[macOS export] Implements ad-hoc signing on Linux/Windows, adds extra privacy settings, entitlements warnings and error checking.
This commit is contained in:
parent
8ae86f608a
commit
8bb00a2dfd
12 changed files with 4004 additions and 111 deletions
|
|
@ -33,6 +33,9 @@
|
|||
#include "export_plugin.h"
|
||||
|
||||
void register_osx_exporter() {
|
||||
EDITOR_DEF("export/macos/force_builtin_codesign", false);
|
||||
EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::BOOL, "export/macos/force_builtin_codesign", PROPERTY_HINT_NONE));
|
||||
|
||||
Ref<EditorExportPlatformOSX> platform;
|
||||
platform.instantiate();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue