mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 07:40:10 +01:00
Updating new Xcode project
This provides additional improvements and updates for building Audacity using Xcode 5.1 or above. The whole configure/makefile system is no longer used during normal builds. During library additions/updates it used to regenerated the headers in mac/config.
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -40,6 +40,14 @@
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
win/resetPrefs.txt
|
||||
src/RevisionIdent.h
|
||||
|
||||
# Mac Specific
|
||||
.DS_Store
|
||||
project.xcworkspace
|
||||
xcuserdata
|
||||
|
||||
*.xcconfig
|
||||
mac/Info.plist.h
|
||||
src/RevisionIdent.h
|
||||
win/resetPrefs.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user