summaryrefslogtreecommitdiffstats
path: root/platform/ios/export/export_plugin.h
diff options
context:
space:
mode:
authorSergey Minakov <naithar@icloud.com>2021-06-21 16:37:41 +0300
committerSergey Minakov <naithar@icloud.com>2022-08-09 20:20:54 +0300
commitc99e8aeac3122393f47bd71dcb552bb6ff4cf949 (patch)
treedd91d8f3e9cec266ea0352f539c7bf83bd21215d /platform/ios/export/export_plugin.h
parentc2eaaef1497f8ad557aea9a14e2b3e0582fcfe54 (diff)
downloadredot-engine-c99e8aeac3122393f47bd71dcb552bb6ff4cf949.tar.gz
[iOS] Extend iOS plugins to support Swift runtime
Diffstat (limited to 'platform/ios/export/export_plugin.h')
-rw-r--r--platform/ios/export/export_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/export/export_plugin.h b/platform/ios/export/export_plugin.h
index 07e30c1d00..e32aef82dd 100644
--- a/platform/ios/export/export_plugin.h
+++ b/platform/ios/export/export_plugin.h
@@ -79,6 +79,7 @@ class EditorExportPlatformIOS : public EditorExportPlatform {
String modules_buildphase;
String modules_buildgrp;
Vector<String> capabilities;
+ bool use_swift_runtime;
};
struct ExportArchitecture {
String name;