mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29: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
|
# Mac Specific
|
||||||
.DS_Store
|
.DS_Store
|
||||||
project.xcworkspace
|
|
||||||
xcuserdata
|
xcuserdata
|
||||||
*.xcconfig
|
*.xcconfig
|
||||||
mac/build
|
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