summaryrefslogtreecommitdiff
path: root/platform/osx
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-12-22 13:27:02 +0100
committerRémi Verschelde <rverschelde@gmail.com>2019-12-22 13:27:02 +0100
commit8938577459ba1f33a814833c06d92e775c04bb5e (patch)
tree0bd202abd2c5740222a50fc61770d8dfa5b82918 /platform/osx
parent9410d0c792b95abed8173de808d1da38546e0c64 (diff)
i18n: Sync translations with Weblate + update template
Also fix a few stray clang-format formatting errors that passed through CI unnoticed.
Diffstat (limited to 'platform/osx')
-rw-r--r--platform/osx/export/export.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/osx/export/export.cpp b/platform/osx/export/export.cpp
index 590858b558..5b6e4a4d8f 100644
--- a/platform/osx/export/export.cpp
+++ b/platform/osx/export/export.cpp
@@ -133,7 +133,6 @@ void EditorExportPlatformOSX::get_export_options(List<ExportOption> *r_options)
r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "privacy/camera_usage_description", PROPERTY_HINT_PLACEHOLDER_TEXT, "Provide a message if you need to use the camera"), ""));
r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "privacy/microphone_usage_description", PROPERTY_HINT_PLACEHOLDER_TEXT, "Provide a message if you need to use the microphone"), ""));
-
#ifdef OSX_ENABLED
r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "codesign/enable"), false));
r_options->push_back(ExportOption(PropertyInfo(Variant::STRING, "codesign/identity", PROPERTY_HINT_PLACEHOLDER_TEXT, "Type: Name (ID)"), ""));