diff options
author | Damiano Galassi <[email protected]> | 2018-06-07 13:39:42 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2018-06-07 13:39:42 +0200 |
commit | 9e4ad1915e7f78d5e4c395b179212b598bf6df15 (patch) | |
tree | 9c383347fecaf13fd81f25df2cc347bb9cb42e5c /macosx/HandBrake.xcodeproj | |
parent | 5ae8c7fc0eea926806606568bb29dbee03ef4236 (diff) |
Mac: Use the legacy build system in Xcode 10, the new one requiress some changes to make it work.
Diffstat (limited to 'macosx/HandBrake.xcodeproj')
-rw-r--r-- | macosx/HandBrake.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HandBrake.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/macosx/HandBrake.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings index 08de0be8d..a3f43a8b3 100644 --- a/macosx/HandBrake.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ b/macosx/HandBrake.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -2,6 +2,8 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>BuildSystemType</key> + <string>Original</string> <key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key> <false/> </dict> |