summaryrefslogtreecommitdiff
path: root/platform/ios/export/export_plugin.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-08-10 14:09:58 +0200
committerGitHub <noreply@github.com>2022-08-10 14:09:58 +0200
commit1b06b668c9f0c42927a427f9c9057711a4adafe4 (patch)
tree6313fdd8d784fd160236d70f436ffcf034f0a40d /platform/ios/export/export_plugin.h
parent15f918a111f99441fcbfdfb3caefc3a1daf3dfc5 (diff)
parentc99e8aeac3122393f47bd71dcb552bb6ff4cf949 (diff)
Merge pull request #49829 from naithar/feature/ios-plugins-swift-4.0
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;