瀏覽代碼

workspace: enforce the original build system type to prevent crashes in Xcode HEAD

Felix Paul Kühne 6 年之前
父節點
當前提交
006044f01e
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      VLC.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

+ 4 - 1
VLC.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
-<dict/>
+<dict>
+	<key>BuildSystemType</key>
+	<string>Original</string>
+</dict>
 </plist>