Mac: Suppress auto scheme creation in Xcode

master
Jens Ayton 2016-05-29 12:37:26 +02:00
parent ab88fbf6c0
commit cc86a6ffc9
3 changed files with 16 additions and 1 deletions

2
.gitignore vendored
View File

@ -7,8 +7,8 @@ ehthumbs.db
Icon?
# Xcode cruft
project.xcworkspace/
xcuserdata/
*.xcscmblueprint
# Used for downloaded code

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>

View File

@ -0,0 +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>
<key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>
<false/>
</dict>
</plist>