mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
remove very out of date xcode project definition
This commit is contained in:
parent
7d071e6a3a
commit
f41e2b2ac1
6 changed files with 0 additions and 1262 deletions
Binary file not shown.
|
|
@ -1,26 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
|
||||||
<string>English</string>
|
|
||||||
<key>CFBundleExecutable</key>
|
|
||||||
<string>ardour</string>
|
|
||||||
<key>CFBundleIconFile</key>
|
|
||||||
<string></string>
|
|
||||||
<key>CFBundleIdentifier</key>
|
|
||||||
<string>com.apple.carbonframeworktemplate</string>
|
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
|
||||||
<string>6.0</string>
|
|
||||||
<key>CFBundlePackageType</key>
|
|
||||||
<string>FMWK</string>
|
|
||||||
<key>CFBundleSignature</key>
|
|
||||||
<string>????</string>
|
|
||||||
<key>CFBundleVersion</key>
|
|
||||||
<string>1.0</string>
|
|
||||||
<key>CFBundleShortVersionString</key>
|
|
||||||
<string>1.01</string>
|
|
||||||
<key>CSResourcesFileMapped</key>
|
|
||||||
<true/>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,4 +0,0 @@
|
||||||
//
|
|
||||||
// Prefix header for all source files of the 'ardour' target in the 'ardour' project.
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
int libardour_major_version = 2;
|
|
||||||
int libardour_minor_version = 0;
|
|
||||||
int libardour_micro_version = 0;
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
/*
|
|
||||||
* version.h
|
|
||||||
* ardour
|
|
||||||
*
|
|
||||||
* Created by Taybin Rutkin on 2/22/07.
|
|
||||||
* Copyright 2007 Paul Davis. All rights reserved.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __libardour_version_h__
|
|
||||||
#define __libardour_version_h__
|
|
||||||
|
|
||||||
extern int libardour_major_version;
|
|
||||||
extern int libardour_minor_version;
|
|
||||||
extern int libardour_micro_version;
|
|
||||||
|
|
||||||
#endif /* __libardour_version_h__ */
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue