diff options
author | Brian Cully <bjc@kublai.com> | 2011-03-15 22:03:11 -0400 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2011-03-15 22:03:11 -0400 |
commit | 9992988f581532a7db50b57594fc3e346398f9fa (patch) | |
tree | 1cd36a71bc2d42ba091467e8cf014e1dbec0f635 /Moxie.xcodeproj/project.xcworkspace/xcuserdata/bjc.xcuserdatad/WorkspaceSettings.xcsettings | |
parent | e78a860d2ef8f9995d07868fcfe60ceb15b6b40b (diff) | |
download | moxie-9992988f581532a7db50b57594fc3e346398f9fa.tar.gz moxie-9992988f581532a7db50b57594fc3e346398f9fa.zip |
Update for 10.7
Also set stream type to latin-1 in SBCL. This should become a setting.
Diffstat (limited to 'Moxie.xcodeproj/project.xcworkspace/xcuserdata/bjc.xcuserdatad/WorkspaceSettings.xcsettings')
-rw-r--r-- | Moxie.xcodeproj/project.xcworkspace/xcuserdata/bjc.xcuserdatad/WorkspaceSettings.xcsettings | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Moxie.xcodeproj/project.xcworkspace/xcuserdata/bjc.xcuserdatad/WorkspaceSettings.xcsettings b/Moxie.xcodeproj/project.xcworkspace/xcuserdata/bjc.xcuserdatad/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..b7e3b13 --- /dev/null +++ b/Moxie.xcodeproj/project.xcworkspace/xcuserdata/bjc.xcuserdatad/WorkspaceSettings.xcsettings @@ -0,0 +1,18 @@ +<?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> + <key>IDEWorkspaceUserSettings_BuildLocationStyle</key> + <integer>0</integer> + <key>IDEWorkspaceUserSettings_BuildSubfolderNameStyle</key> + <integer>0</integer> + <key>IDEWorkspaceUserSettings_DerivedDataLocationStyle</key> + <integer>0</integer> + <key>IDEWorkspaceUserSettings_LiveSourceIssuesEnabled</key> + <true/> + <key>IDEWorkspaceUserSettings_SnapshotAutomaticallyBeforeSignificantChanges</key> + <true/> + <key>IDEWorkspaceUserSettings_SnapshotLocationStyle</key> + <integer>0</integer> +</dict> +</plist> |