Added patch for compilation case-sensitive filesystems from Matthew Grinshpun.
parent
be9387d30d
commit
3244e20608
|
@ -14,7 +14,6 @@
|
|||
171B57DE0C091F2B00F6AFAF /* m4a.icns in Resources */ = {isa = PBXBuildFile; fileRef = 171B57DA0C091F2B00F6AFAF /* m4a.icns */; };
|
||||
171B57DF0C091F2B00F6AFAF /* mp3.icns in Resources */ = {isa = PBXBuildFile; fileRef = 171B57DB0C091F2B00F6AFAF /* mp3.icns */; };
|
||||
171B57E00C091F2B00F6AFAF /* ogg.icns in Resources */ = {isa = PBXBuildFile; fileRef = 171B57DC0C091F2B00F6AFAF /* ogg.icns */; };
|
||||
171D09280CCA5FF0009FF3AB /* APL.bundle in CopyFiles */ = {isa = PBXBuildFile; fileRef = 171D09270CCA5FE1009FF3AB /* APL.bundle */; };
|
||||
1755E1F90BA0D2B600CA3560 /* PlaylistLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1755E1F70BA0D2B600CA3560 /* PlaylistLoader.m */; };
|
||||
1766C6930B911DF1004A7AE4 /* AudioScrobbler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1766C68F0B911DF1004A7AE4 /* AudioScrobbler.m */; };
|
||||
1766C6950B911DF1004A7AE4 /* AudioScrobblerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 1766C6910B911DF1004A7AE4 /* AudioScrobblerClient.m */; };
|
||||
|
@ -132,18 +131,11 @@
|
|||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
171D09260CCA5FE1009FF3AB /* PBXContainerItemProxy */ = {
|
||||
17643CBB0D5BD44900F0A9FE /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 171D09220CCA5FE1009FF3AB /* APL.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 99B989F40CC7E10400C256E9;
|
||||
remoteInfo = "APL Plugin";
|
||||
};
|
||||
171D09410CCA6027009FF3AB /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 171D09220CCA5FE1009FF3AB /* APL.xcodeproj */;
|
||||
containerPortal = 566D32160D538550004466A5 /* APL.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 99B989F30CC7E10400C256E9;
|
||||
remoteGlobalIDString = 99B989F30CC7E10400C256E9 /* APL Plugin */;
|
||||
remoteInfo = "APL Plugin";
|
||||
};
|
||||
17BF2B260CDD77EB007E1295 /* PBXContainerItemProxy */ = {
|
||||
|
@ -384,6 +376,13 @@
|
|||
remoteGlobalIDString = 8D5B49AC048680CD000E48DA;
|
||||
remoteInfo = General;
|
||||
};
|
||||
566D321A0D538550004466A5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 566D32160D538550004466A5 /* APL.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 99B989F40CC7E10400C256E9;
|
||||
remoteInfo = "APL Plugin";
|
||||
};
|
||||
8E8D40860CBB036600135C1B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 8E8D40820CBB036600135C1B /* M3u.xcodeproj */;
|
||||
|
@ -421,7 +420,6 @@
|
|||
dstPath = "";
|
||||
dstSubfolderSpec = 13;
|
||||
files = (
|
||||
171D09280CCA5FF0009FF3AB /* APL.bundle in CopyFiles */,
|
||||
17C8F7D80CBEF3EF008D969D /* Dumb.bundle in CopyFiles */,
|
||||
17C8F3CF0CBED66C008D969D /* GME.bundle in CopyFiles */,
|
||||
17F3BB890CBC565900864489 /* CueSheet.bundle in CopyFiles */,
|
||||
|
@ -466,7 +464,6 @@
|
|||
171B57DA0C091F2B00F6AFAF /* m4a.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = m4a.icns; sourceTree = "<group>"; };
|
||||
171B57DB0C091F2B00F6AFAF /* mp3.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = mp3.icns; sourceTree = "<group>"; };
|
||||
171B57DC0C091F2B00F6AFAF /* ogg.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = ogg.icns; sourceTree = "<group>"; };
|
||||
171D09220CCA5FE1009FF3AB /* APL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = APL.xcodeproj; path = Plugins/Apl/APL.xcodeproj; sourceTree = "<group>"; };
|
||||
1755E1F60BA0D2B600CA3560 /* PlaylistLoader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PlaylistLoader.h; sourceTree = "<group>"; };
|
||||
1755E1F70BA0D2B600CA3560 /* PlaylistLoader.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = PlaylistLoader.m; sourceTree = "<group>"; };
|
||||
1766C68E0B911DF1004A7AE4 /* AudioScrobbler.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AudioScrobbler.h; sourceTree = "<group>"; };
|
||||
|
@ -585,6 +582,7 @@
|
|||
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
|
||||
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
||||
32CA4F630368D1EE00C91783 /* Cog_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cog_Prefix.pch; sourceTree = "<group>"; };
|
||||
566D32160D538550004466A5 /* APL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = APL.xcodeproj; path = Plugins/APL/APL.xcodeproj; sourceTree = "<group>"; };
|
||||
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
||||
8E07AAEE0AAC910500A4B32F /* SS_PreferencePaneProtocol.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SS_PreferencePaneProtocol.h; path = Preferences/SS_PreferencePaneProtocol.h; sourceTree = "<group>"; };
|
||||
8E07AAEF0AAC910500A4B32F /* SS_PrefsController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SS_PrefsController.h; path = Preferences/SS_PrefsController.h; sourceTree = "<group>"; };
|
||||
|
@ -692,14 +690,6 @@
|
|||
name = "Other Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
171D09230CCA5FE1009FF3AB /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
171D09270CCA5FE1009FF3AB /* APL.bundle */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1766C68D0B911DF1004A7AE4 /* AudioScrobbler */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
@ -853,7 +843,7 @@
|
|||
17B619FF0B909ED400BC003F /* PlugIns */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
171D09220CCA5FE1009FF3AB /* APL.xcodeproj */,
|
||||
566D32160D538550004466A5 /* APL.xcodeproj */,
|
||||
17C8F7D20CBEF3E8008D969D /* Dumb.xcodeproj */,
|
||||
17C8F3C80CBED663008D969D /* GME.xcodeproj */,
|
||||
17F3BB830CBC565100864489 /* CueSheet.xcodeproj */,
|
||||
|
@ -1068,6 +1058,14 @@
|
|||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
566D32170D538550004466A5 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
566D321B0D538550004466A5 /* APL.bundle */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
8E07AAEA0AAC90DC00A4B32F /* Preferences */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
@ -1225,8 +1223,8 @@
|
|||
17F3BB8B0CBC566200864489 /* PBXTargetDependency */,
|
||||
17C8F44C0CBEDD37008D969D /* PBXTargetDependency */,
|
||||
17C8F7DA0CBEF3F9008D969D /* PBXTargetDependency */,
|
||||
171D09420CCA6027009FF3AB /* PBXTargetDependency */,
|
||||
17BF2B3A0CDD7827007E1295 /* PBXTargetDependency */,
|
||||
17643CBC0D5BD44900F0A9FE /* PBXTargetDependency */,
|
||||
);
|
||||
name = Cog;
|
||||
productInstallPath = "$(HOME)/Applications";
|
||||
|
@ -1256,8 +1254,8 @@
|
|||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 171D09230CCA5FE1009FF3AB /* Products */;
|
||||
ProjectRef = 171D09220CCA5FE1009FF3AB /* APL.xcodeproj */;
|
||||
ProductGroup = 566D32170D538550004466A5 /* Products */;
|
||||
ProjectRef = 566D32160D538550004466A5 /* APL.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 17F5612B0C3BD4DC0019975C /* Products */;
|
||||
|
@ -1344,13 +1342,6 @@
|
|||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
171D09270CCA5FE1009FF3AB /* APL.bundle */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.cfbundle;
|
||||
path = APL.bundle;
|
||||
remoteRef = 171D09260CCA5FE1009FF3AB /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
17BF2B270CDD77EB007E1295 /* Sparkle.framework */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.framework;
|
||||
|
@ -1470,6 +1461,13 @@
|
|||
remoteRef = 17F5622D0C3BD8FB0019975C /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
566D321B0D538550004466A5 /* APL.bundle */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.cfbundle;
|
||||
path = APL.bundle;
|
||||
remoteRef = 566D321A0D538550004466A5 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
8E8D40870CBB036600135C1B /* M3u.bundle */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = wrapper.cfbundle;
|
||||
|
@ -1600,10 +1598,10 @@
|
|||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
171D09420CCA6027009FF3AB /* PBXTargetDependency */ = {
|
||||
17643CBC0D5BD44900F0A9FE /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "APL Plugin";
|
||||
targetProxy = 171D09410CCA6027009FF3AB /* PBXContainerItemProxy */;
|
||||
targetProxy = 17643CBB0D5BD44900F0A9FE /* PBXContainerItemProxy */;
|
||||
};
|
||||
17BF2B3A0CDD7827007E1295 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
/* Begin PBXFileReference section */
|
||||
089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
||||
8DC2EF5B0486A6940098B216 /* MPCDec.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MPCDec.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
8DC2EF5B0486A6940098B216 /* mpcdec.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = mpcdec.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
8E6096BC09F314CF006D8BD7 /* huffsv7.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = huffsv7.c; path = Files/src/huffsv7.c; sourceTree = "<group>"; };
|
||||
8E6096BD09F314CF006D8BD7 /* huffsv46.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = huffsv46.c; path = Files/src/huffsv46.c; sourceTree = "<group>"; };
|
||||
8E6096BE09F314CF006D8BD7 /* idtag.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = idtag.c; path = Files/src/idtag.c; sourceTree = "<group>"; };
|
||||
|
@ -71,7 +71,7 @@
|
|||
034768DFFF38A50411DB9C8B /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8DC2EF5B0486A6940098B216 /* MPCDec.framework */,
|
||||
8DC2EF5B0486A6940098B216 /* mpcdec.framework */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
|
@ -189,9 +189,9 @@
|
|||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
8DC2EF4F0486A6940098B216 /* MPCDec Framework */ = {
|
||||
8DC2EF4F0486A6940098B216 /* mpcdec Framework */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "MPCDec Framework" */;
|
||||
buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "mpcdec Framework" */;
|
||||
buildPhases = (
|
||||
8DC2EF500486A6940098B216 /* Headers */,
|
||||
8DC2EF520486A6940098B216 /* Resources */,
|
||||
|
@ -202,10 +202,10 @@
|
|||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = "MPCDec Framework";
|
||||
name = "mpcdec Framework";
|
||||
productInstallPath = "$(HOME)/Library/Frameworks";
|
||||
productName = MPCDec;
|
||||
productReference = 8DC2EF5B0486A6940098B216 /* MPCDec.framework */;
|
||||
productReference = 8DC2EF5B0486A6940098B216 /* mpcdec.framework */;
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
@ -214,12 +214,14 @@
|
|||
0867D690FE84028FC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "MPCDec" */;
|
||||
compatibilityVersion = "Xcode 2.4";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 0867D691FE84028FC02AAC07 /* MPCDec */;
|
||||
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
8DC2EF4F0486A6940098B216 /* MPCDec Framework */,
|
||||
8DC2EF4F0486A6940098B216 /* mpcdec Framework */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
@ -303,7 +305,7 @@
|
|||
GCC_PREFIX_HEADER = "";
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = "@loader_path/../Frameworks";
|
||||
PRODUCT_NAME = MPCDec;
|
||||
PRODUCT_NAME = mpcdec;
|
||||
USER_HEADER_SEARCH_PATHS = Files/include/;
|
||||
WRAPPER_EXTENSION = framework;
|
||||
};
|
||||
|
@ -334,7 +336,7 @@
|
|||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "MPCDec Framework" */ = {
|
||||
1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "mpcdec Framework" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1DEB91AE08733DA50010E9CD /* Debug */,
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
8C8BF5B0098FE7FA00CEE186 /* ogg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ogg.h; path = "libogg-1.1.3/include/ogg/ogg.h"; sourceTree = "<group>"; };
|
||||
8C8BF5B1098FE7FA00CEE186 /* os_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os_types.h; path = "libogg-1.1.3/include/ogg/os_types.h"; sourceTree = "<group>"; };
|
||||
8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
||||
8DC2EF5B0486A6940098B216 /* Ogg.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ogg.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
8DC2EF5B0486A6940098B216 /* ogg.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ogg.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
D2F7E79907B2D74100F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
|||
034768DFFF38A50411DB9C8B /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8DC2EF5B0486A6940098B216 /* Ogg.framework */,
|
||||
8DC2EF5B0486A6940098B216 /* ogg.framework */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
|
@ -130,9 +130,9 @@
|
|||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
8DC2EF4F0486A6940098B216 /* Ogg Framework */ = {
|
||||
8DC2EF4F0486A6940098B216 /* ogg Framework */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "Ogg Framework" */;
|
||||
buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "ogg Framework" */;
|
||||
buildPhases = (
|
||||
8DC2EF500486A6940098B216 /* Headers */,
|
||||
8DC2EF520486A6940098B216 /* Resources */,
|
||||
|
@ -143,10 +143,10 @@
|
|||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = "Ogg Framework";
|
||||
name = "ogg Framework";
|
||||
productInstallPath = "$(HOME)/Library/Frameworks";
|
||||
productName = ogg;
|
||||
productReference = 8DC2EF5B0486A6940098B216 /* Ogg.framework */;
|
||||
productReference = 8DC2EF5B0486A6940098B216 /* ogg.framework */;
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
@ -155,12 +155,14 @@
|
|||
0867D690FE84028FC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "ogg" */;
|
||||
compatibilityVersion = "Xcode 2.4";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 0867D691FE84028FC02AAC07 /* ogg */;
|
||||
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
8DC2EF4F0486A6940098B216 /* Ogg Framework */,
|
||||
8DC2EF4F0486A6940098B216 /* ogg Framework */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
@ -216,7 +218,7 @@
|
|||
GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = "@loader_path/../Frameworks";
|
||||
PRODUCT_NAME = Ogg;
|
||||
PRODUCT_NAME = ogg;
|
||||
USER_HEADER_SEARCH_PATHS = "libogg-src/include";
|
||||
WRAPPER_EXTENSION = framework;
|
||||
ZERO_LINK = YES;
|
||||
|
@ -240,7 +242,7 @@
|
|||
GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = "@loader_path/../Frameworks";
|
||||
PRODUCT_NAME = Ogg;
|
||||
PRODUCT_NAME = ogg;
|
||||
USER_HEADER_SEARCH_PATHS = "libogg-src/include";
|
||||
WRAPPER_EXTENSION = framework;
|
||||
};
|
||||
|
@ -271,7 +273,7 @@
|
|||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "Ogg Framework" */ = {
|
||||
1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "ogg Framework" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1DEB91AE08733DA50010E9CD /* Debug */,
|
||||
|
|
|
@ -352,6 +352,7 @@
|
|||
0867D690FE84028FC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Vorbis" */;
|
||||
compatibilityVersion = "Xcode 2.4";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 0867D691FE84028FC02AAC07 /* Vorbis */;
|
||||
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
|
||||
#import "MonkeysAudioDecoder.h"
|
||||
#import "MAC/ApeInfo.h"
|
||||
#import "MAC/APEInfo.h"
|
||||
#import "MAC/CharacterHelper.h"
|
||||
|
||||
@implementation MonkeysAudioDecoder
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <MPCDec/mpcdec.h>
|
||||
#import <mpcdec/mpcdec.h>
|
||||
#import "Plugin.h"
|
||||
|
||||
@interface MusepackDecoder : NSObject <CogDecoder>
|
||||
|
|
|
@ -262,7 +262,7 @@
|
|||
"-weak_framework",
|
||||
Vorbis,
|
||||
"-weak_framework",
|
||||
Ogg,
|
||||
ogg,
|
||||
);
|
||||
PRODUCT_NAME = Vorbis;
|
||||
WRAPPER_EXTENSION = bundle;
|
||||
|
@ -293,7 +293,7 @@
|
|||
"-weak_framework",
|
||||
Vorbis,
|
||||
"-weak_framework",
|
||||
Ogg,
|
||||
ogg,
|
||||
);
|
||||
PRODUCT_NAME = Vorbis;
|
||||
WRAPPER_EXTENSION = bundle;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#import <Cocoa/Cocoa.h>
|
||||
#import "Plugin.h"
|
||||
|
||||
#import "Wavpack/wputils.h"
|
||||
#import "WavPack/wputils.h"
|
||||
|
||||
@interface WavPackDecoder : NSObject <CogDecoder>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue