summaryrefslogtreecommitdiff
path: root/platform/macos/export/export_plugin.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-08-26 19:16:27 +0200
committerGitHub <noreply@github.com>2022-08-26 19:16:27 +0200
commit390333e822c95081cfbd837699c8c63370b388dc (patch)
treed061fca3399ac84791b4325642e1792eb0556d55 /platform/macos/export/export_plugin.h
parent1c97dde78fd971ad5301cbbe57033a3903b99726 (diff)
parentd91cb1d5d57de970d027ffbd46b41cfd847c10dc (diff)
Merge pull request #64207 from bruvzg/rcs
[macOS export] Simplify code signing options, add support for rcodesign tool for signing and notarization.
Diffstat (limited to 'platform/macos/export/export_plugin.h')
-rw-r--r--platform/macos/export/export_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/export/export_plugin.h b/platform/macos/export/export_plugin.h
index 4603c61a28..87790129d3 100644
--- a/platform/macos/export/export_plugin.h
+++ b/platform/macos/export/export_plugin.h
@@ -101,7 +101,7 @@ class EditorExportPlatformMacOS : public EditorExportPlatform {
protected:
virtual void get_preset_features(const Ref<EditorExportPreset> &p_preset, List<String> *r_features) const override;
virtual void get_export_options(List<ExportOption> *r_options) override;
- virtual bool get_export_option_visibility(const String &p_option, const HashMap<StringName, Variant> &p_options) const override;
+ virtual bool get_export_option_visibility(const EditorExportPreset *p_preset, const String &p_option, const HashMap<StringName, Variant> &p_options) const override;
public:
virtual String get_name() const override { return "macOS"; }