Browse Source

Remove unnecessary string replacement

Larry Tran 3 years ago
parent
commit
e029e66454
1 changed files with 0 additions and 2 deletions
  1. 0 2
      platform/ios/export/export_plugin.cpp

+ 0 - 2
platform/ios/export/export_plugin.cpp

@@ -1528,8 +1528,6 @@ Error EditorExportPlatformIOS::export_project(const Ref<EditorExportPreset> &p_p
 
 
 		//write
 		//write
 
 
-		file = file.replace_first("ios/", "");
-
 		if (files_to_parse.has(file)) {
 		if (files_to_parse.has(file)) {
 			_fix_config_file(p_preset, data, config_data, p_debug);
 			_fix_config_file(p_preset, data, config_data, p_debug);
 		} else if (file.begins_with("libgodot.ios")) {
 		} else if (file.begins_with("libgodot.ios")) {