358 lines
16 KiB
Plaintext
358 lines
16 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 42;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
|
|
8E756C7109F3174E0080F1EE /* bitshift.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E756C6C09F3174E0080F1EE /* bitshift.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8E756C7209F3174E0080F1EE /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E756C6D09F3174E0080F1EE /* config.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8E756C7309F3174E0080F1EE /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E756C6E09F3174E0080F1EE /* decode.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8E756C7409F3174E0080F1EE /* shn.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E756C6F09F3174E0080F1EE /* shn.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8E756C7509F3174E0080F1EE /* shorten.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E756C7009F3174E0080F1EE /* shorten.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8E756C8609F317680080F1EE /* array.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E756C7A09F317680080F1EE /* array.c */; };
|
|
8E756C8709F317680080F1EE /* convert.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E756C7B09F317680080F1EE /* convert.c */; };
|
|
8E756C8809F317680080F1EE /* decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E756C7C09F317680080F1EE /* decode.c */; };
|
|
8E756C8909F317680080F1EE /* fixio.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E756C7D09F317680080F1EE /* fixio.c */; };
|
|
8E756C8A09F317680080F1EE /* id3v2.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E756C7E09F317680080F1EE /* id3v2.c */; };
|
|
8E756C8B09F317680080F1EE /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E756C7F09F317680080F1EE /* misc.c */; };
|
|
8E756C8C09F317680080F1EE /* output.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E756C8009F317680080F1EE /* output.c */; };
|
|
8E756C8D09F317680080F1EE /* seek.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E756C8109F317680080F1EE /* seek.c */; };
|
|
8E756C8E09F317680080F1EE /* shorten.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E756C8209F317680080F1EE /* shorten.c */; };
|
|
8E756C8F09F317680080F1EE /* sulawalaw.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E756C8309F317680080F1EE /* sulawalaw.c */; };
|
|
8E756C9009F317680080F1EE /* vario.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E756C8409F317680080F1EE /* vario.c */; };
|
|
8E756C9109F317680080F1EE /* wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E756C8509F317680080F1EE /* wave.c */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXBuildStyle section */
|
|
014CEA440018CDF011CA2923 /* Debug */ = {
|
|
isa = PBXBuildStyle;
|
|
buildSettings = {
|
|
};
|
|
name = Debug;
|
|
};
|
|
014CEA450018CDF011CA2923 /* Release */ = {
|
|
isa = PBXBuildStyle;
|
|
buildSettings = {
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End PBXBuildStyle section */
|
|
|
|
/* 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 /* Shorten.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Shorten.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
8E756C6C09F3174E0080F1EE /* bitshift.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = bitshift.h; path = Files/shorten/include/bitshift.h; sourceTree = "<group>"; };
|
|
8E756C6D09F3174E0080F1EE /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = Files/shorten/include/config.h; sourceTree = "<group>"; };
|
|
8E756C6E09F3174E0080F1EE /* decode.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = decode.h; path = Files/shorten/include/decode.h; sourceTree = "<group>"; };
|
|
8E756C6F09F3174E0080F1EE /* shn.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = shn.h; path = Files/shorten/include/shn.h; sourceTree = "<group>"; };
|
|
8E756C7009F3174E0080F1EE /* shorten.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = shorten.h; path = Files/shorten/include/shorten.h; sourceTree = "<group>"; };
|
|
8E756C7A09F317680080F1EE /* array.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = array.c; path = Files/shorten/src/array.c; sourceTree = "<group>"; };
|
|
8E756C7B09F317680080F1EE /* convert.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = convert.c; path = Files/shorten/src/convert.c; sourceTree = "<group>"; };
|
|
8E756C7C09F317680080F1EE /* decode.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = decode.c; path = Files/shorten/src/decode.c; sourceTree = "<group>"; };
|
|
8E756C7D09F317680080F1EE /* fixio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = fixio.c; path = Files/shorten/src/fixio.c; sourceTree = "<group>"; };
|
|
8E756C7E09F317680080F1EE /* id3v2.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = id3v2.c; path = Files/shorten/src/id3v2.c; sourceTree = "<group>"; };
|
|
8E756C7F09F317680080F1EE /* misc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = misc.c; path = Files/shorten/src/misc.c; sourceTree = "<group>"; };
|
|
8E756C8009F317680080F1EE /* output.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = output.c; path = Files/shorten/src/output.c; sourceTree = "<group>"; };
|
|
8E756C8109F317680080F1EE /* seek.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = seek.c; path = Files/shorten/src/seek.c; sourceTree = "<group>"; };
|
|
8E756C8209F317680080F1EE /* shorten.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = shorten.c; path = Files/shorten/src/shorten.c; sourceTree = "<group>"; };
|
|
8E756C8309F317680080F1EE /* sulawalaw.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = sulawalaw.c; path = Files/shorten/src/sulawalaw.c; sourceTree = "<group>"; };
|
|
8E756C8409F317680080F1EE /* vario.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vario.c; path = Files/shorten/src/vario.c; sourceTree = "<group>"; };
|
|
8E756C8509F317680080F1EE /* wave.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = wave.c; path = Files/shorten/src/wave.c; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
8DC2EF560486A6940098B216 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
034768DFFF38A50411DB9C8B /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8DC2EF5B0486A6940098B216 /* Shorten.framework */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
0867D691FE84028FC02AAC07 /* Shorten */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8E756C6B09F3171C0080F1EE /* Headers */,
|
|
8E756C6A09F317170080F1EE /* Source */,
|
|
089C1665FE841158C02AAC07 /* Resources */,
|
|
0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
|
|
034768DFFF38A50411DB9C8B /* Products */,
|
|
);
|
|
name = Shorten;
|
|
sourceTree = "<group>";
|
|
};
|
|
0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */,
|
|
1058C7B2FEA5585E11CA2CBB /* Other Frameworks */,
|
|
);
|
|
name = "External Frameworks and Libraries";
|
|
sourceTree = "<group>";
|
|
};
|
|
089C1665FE841158C02AAC07 /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8DC2EF5A0486A6940098B216 /* Info.plist */,
|
|
089C1666FE841158C02AAC07 /* InfoPlist.strings */,
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = "Linked Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
1058C7B2FEA5585E11CA2CBB /* Other Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = "Other Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
8E756C6A09F317170080F1EE /* Source */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8E756C7A09F317680080F1EE /* array.c */,
|
|
8E756C7B09F317680080F1EE /* convert.c */,
|
|
8E756C7C09F317680080F1EE /* decode.c */,
|
|
8E756C7D09F317680080F1EE /* fixio.c */,
|
|
8E756C7E09F317680080F1EE /* id3v2.c */,
|
|
8E756C7F09F317680080F1EE /* misc.c */,
|
|
8E756C8009F317680080F1EE /* output.c */,
|
|
8E756C8109F317680080F1EE /* seek.c */,
|
|
8E756C8209F317680080F1EE /* shorten.c */,
|
|
8E756C8309F317680080F1EE /* sulawalaw.c */,
|
|
8E756C8409F317680080F1EE /* vario.c */,
|
|
8E756C8509F317680080F1EE /* wave.c */,
|
|
);
|
|
name = Source;
|
|
sourceTree = "<group>";
|
|
};
|
|
8E756C6B09F3171C0080F1EE /* Headers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8E756C6C09F3174E0080F1EE /* bitshift.h */,
|
|
8E756C6D09F3174E0080F1EE /* config.h */,
|
|
8E756C6E09F3174E0080F1EE /* decode.h */,
|
|
8E756C6F09F3174E0080F1EE /* shn.h */,
|
|
8E756C7009F3174E0080F1EE /* shorten.h */,
|
|
);
|
|
name = Headers;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
8DC2EF500486A6940098B216 /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8E756C7109F3174E0080F1EE /* bitshift.h in Headers */,
|
|
8E756C7209F3174E0080F1EE /* config.h in Headers */,
|
|
8E756C7309F3174E0080F1EE /* decode.h in Headers */,
|
|
8E756C7409F3174E0080F1EE /* shn.h in Headers */,
|
|
8E756C7509F3174E0080F1EE /* shorten.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
8DC2EF4F0486A6940098B216 /* Shorten */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "Shorten" */;
|
|
buildPhases = (
|
|
8DC2EF500486A6940098B216 /* Headers */,
|
|
8DC2EF520486A6940098B216 /* Resources */,
|
|
8DC2EF540486A6940098B216 /* Sources */,
|
|
8DC2EF560486A6940098B216 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
buildSettings = {
|
|
};
|
|
dependencies = (
|
|
);
|
|
name = Shorten;
|
|
productInstallPath = "$(HOME)/Library/Frameworks";
|
|
productName = Shorten;
|
|
productReference = 8DC2EF5B0486A6940098B216 /* Shorten.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
0867D690FE84028FC02AAC07 /* Project object */ = {
|
|
isa = PBXProject;
|
|
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Shorten" */;
|
|
buildSettings = {
|
|
};
|
|
buildStyles = (
|
|
014CEA440018CDF011CA2923 /* Debug */,
|
|
014CEA450018CDF011CA2923 /* Release */,
|
|
);
|
|
hasScannedForEncodings = 1;
|
|
mainGroup = 0867D691FE84028FC02AAC07 /* Shorten */;
|
|
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
|
|
projectDirPath = "";
|
|
targets = (
|
|
8DC2EF4F0486A6940098B216 /* Shorten */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
8DC2EF520486A6940098B216 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
8DC2EF540486A6940098B216 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8E756C8609F317680080F1EE /* array.c in Sources */,
|
|
8E756C8709F317680080F1EE /* convert.c in Sources */,
|
|
8E756C8809F317680080F1EE /* decode.c in Sources */,
|
|
8E756C8909F317680080F1EE /* fixio.c in Sources */,
|
|
8E756C8A09F317680080F1EE /* id3v2.c in Sources */,
|
|
8E756C8B09F317680080F1EE /* misc.c in Sources */,
|
|
8E756C8C09F317680080F1EE /* output.c in Sources */,
|
|
8E756C8D09F317680080F1EE /* seek.c in Sources */,
|
|
8E756C8E09F317680080F1EE /* shorten.c in Sources */,
|
|
8E756C8F09F317680080F1EE /* sulawalaw.c in Sources */,
|
|
8E756C9009F317680080F1EE /* vario.c in Sources */,
|
|
8E756C9109F317680080F1EE /* wave.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
089C1667FE841158C02AAC07 /* English */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
1DEB91AE08733DA50010E9CD /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = NO;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
FRAMEWORK_VERSION = A;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
|
GCC_PREFIX_HEADER = "";
|
|
INFOPLIST_FILE = Info.plist;
|
|
INSTALL_PATH = "$(HOME)/Library/Frameworks";
|
|
PRODUCT_NAME = Shorten;
|
|
WRAPPER_EXTENSION = framework;
|
|
ZERO_LINK = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
1DEB91AF08733DA50010E9CD /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = (
|
|
ppc,
|
|
i386,
|
|
);
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
FRAMEWORK_VERSION = A;
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
|
GCC_PREFIX_HEADER = "";
|
|
INFOPLIST_FILE = Info.plist;
|
|
INSTALL_PATH = "@executable_path/../Frameworks";
|
|
OTHER_CFLAGS = "-DHAVE_CONFIG_H";
|
|
PRODUCT_NAME = Shorten;
|
|
SHARED_PRECOMPS_DIR = "$(CACHE_ROOT)/SharedPrecompiledHeaders";
|
|
USER_HEADER_SEARCH_PATHS = Files/shorten/include;
|
|
WRAPPER_EXTENSION = framework;
|
|
};
|
|
name = Release;
|
|
};
|
|
1DEB91B208733DA50010E9CD /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
PREBINDING = NO;
|
|
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
|
};
|
|
name = Debug;
|
|
};
|
|
1DEB91B308733DA50010E9CD /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
PREBINDING = NO;
|
|
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "Shorten" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1DEB91AE08733DA50010E9CD /* Debug */,
|
|
1DEB91AF08733DA50010E9CD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Shorten" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1DEB91B208733DA50010E9CD /* Debug */,
|
|
1DEB91B308733DA50010E9CD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
|
|
}
|