Fix iOS -Info.plist merging feature for paths with spaces
This commit is contained in:
@@ -692,7 +692,7 @@ class IOSPlatform extends PlatformTarget
|
|||||||
System.runCommand(project.workingDirectory, "/usr/libexec/PlistBuddy", [
|
System.runCommand(project.workingDirectory, "/usr/libexec/PlistBuddy", [
|
||||||
"-x",
|
"-x",
|
||||||
"-c",
|
"-c",
|
||||||
"Merge " + plist,
|
"Merge '" + plist + "'",
|
||||||
projectDirectory + "/" + project.app.file + "-Info.plist"
|
projectDirectory + "/" + project.app.file + "-Info.plist"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user