summaryrefslogtreecommitdiffstats
path: root/platform/ios/export/export_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-08-08 10:32:28 +0200
committerGitHub <noreply@github.com>2022-08-08 10:32:28 +0200
commitf940578d2b777ccb957c56ec1d5e3c211e727b9a (patch)
tree31098a16c0103c8149e492ee2300e3ca53df7eb3 /platform/ios/export/export_plugin.cpp
parent159664bd93ea29ea32e8af3a2be119aa701dc9f0 (diff)
parent2ea4baae0a0dbf76b9b2fe71bdcb72601ddab868 (diff)
downloadredot-engine-f940578d2b777ccb957c56ec1d5e3c211e727b9a.tar.gz
Merge pull request #63980 from lawrnce/bugfix-ios-export
Diffstat (limited to 'platform/ios/export/export_plugin.cpp')
-rw-r--r--platform/ios/export/export_plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/ios/export/export_plugin.cpp b/platform/ios/export/export_plugin.cpp
index 9ca2948542..2ac44ccf8b 100644
--- a/platform/ios/export/export_plugin.cpp
+++ b/platform/ios/export/export_plugin.cpp
@@ -1528,8 +1528,6 @@ Error EditorExportPlatformIOS::export_project(const Ref<EditorExportPreset> &p_p
//write
- file = file.replace_first("ios/", "");
-
if (files_to_parse.has(file)) {
_fix_config_file(p_preset, data, config_data, p_debug);
} else if (file.begins_with("libgodot.ios")) {