From 21d1ea60a7193eae9be574c1730f39b0fd2bceb2 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Wed, 18 Mar 2020 17:40:27 +0100 Subject: Fix exporting corrupted Xcode pbxproj if project name has spaces --- platform/iphone/export/export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform') diff --git a/platform/iphone/export/export.cpp b/platform/iphone/export/export.cpp index 76ebdfdd97..2d190cfdc5 100644 --- a/platform/iphone/export/export.cpp +++ b/platform/iphone/export/export.cpp @@ -795,7 +795,7 @@ void EditorExportPlatformIOS::_add_assets_to_project(const Ref\"; };\n"; + "$ref_id = {isa = PBXFileReference; lastKnownFileType = $file_type; name = \"$name\"; path = \"$file_path\"; sourceTree = \"\"; };\n"; for (int i = 0; i < p_additional_assets.size(); ++i) { String build_id = (++current_id).str(); String ref_id = (++current_id).str(); -- cgit v1.2.3