13
0

remove very out of date xcode project definition

This commit is contained in:
Paul Davis 2013-03-12 13:26:54 -04:00
parent 7d071e6a3a
commit f41e2b2ac1
6 changed files with 0 additions and 1262 deletions

View File

@ -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

View File

@ -1,4 +0,0 @@
//
// Prefix header for all source files of the 'ardour' target in the 'ardour' project.
//

View File

@ -1,3 +0,0 @@
int libardour_major_version = 2;
int libardour_minor_version = 0;
int libardour_micro_version = 0;

View File

@ -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__ */