mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 15:39:27 +02:00
Disable auto-creation of Xcode schemes
This commit is contained in:
parent
ebc801f864
commit
fd87bd6ea9
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,7 +46,6 @@
|
||||
|
||||
# Mac Specific
|
||||
.DS_Store
|
||||
project.xcworkspace
|
||||
xcuserdata
|
||||
*.xcconfig
|
||||
mac/build
|
||||
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user