Merge pull request #63980 from lawrnce/bugfix-ios-export

This commit is contained in:
Rémi Verschelde 2022-08-08 10:32:28 +02:00 committed by GitHub
commit f940578d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")) {