| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- 0B27602B18011ED900032D7F /* lz4.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B27602718011ED900032D7F /* lz4.c */; };
- 0B27602C18011ED900032D7F /* lz4.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B27602718011ED900032D7F /* lz4.c */; };
- 0B27602D18011ED900032D7F /* lz4.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B27602818011ED900032D7F /* lz4.h */; };
- 0B27602E18011ED900032D7F /* lz4.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B27602818011ED900032D7F /* lz4.h */; };
- 0B27602F18011ED900032D7F /* lz4hc.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B27602918011ED900032D7F /* lz4hc.c */; };
- 0B27603018011ED900032D7F /* lz4hc.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B27602918011ED900032D7F /* lz4hc.c */; };
- 0B27603118011ED900032D7F /* lz4hc.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B27602A18011ED900032D7F /* lz4hc.h */; };
- 0B27603218011ED900032D7F /* lz4hc.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B27602A18011ED900032D7F /* lz4hc.h */; };
- 371B371C1BB8F771005BCFBD /* xxhash.c in Sources */ = {isa = PBXBuildFile; fileRef = 37BC9F561A1A164600B50C55 /* xxhash.c */; };
- 37BC9F581A1A164600B50C55 /* xxhash.c in Sources */ = {isa = PBXBuildFile; fileRef = 37BC9F561A1A164600B50C55 /* xxhash.c */; };
- 37BC9F591A1A164600B50C55 /* xxhash.h in Headers */ = {isa = PBXBuildFile; fileRef = 37BC9F571A1A164600B50C55 /* xxhash.h */; };
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- 0B27602718011ED900032D7F /* lz4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lz4.c; path = ../lz4.c; sourceTree = "<group>"; };
- 0B27602818011ED900032D7F /* lz4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lz4.h; path = ../lz4.h; sourceTree = "<group>"; };
- 0B27602918011ED900032D7F /* lz4hc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lz4hc.c; path = ../lz4hc.c; sourceTree = "<group>"; };
- 0B27602A18011ED900032D7F /* lz4hc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lz4hc.h; path = ../lz4hc.h; sourceTree = "<group>"; };
- 0BDA9CC5121EE4C400ED5E97 /* libLZ4.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libLZ4.a; sourceTree = BUILT_PRODUCTS_DIR; };
- 37BC9F561A1A164600B50C55 /* xxhash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = xxhash.c; path = ../xxhash.c; sourceTree = "<group>"; };
- 37BC9F571A1A164600B50C55 /* xxhash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = xxhash.h; path = ../xxhash.h; sourceTree = "<group>"; };
- D2AAC046055464E500DB518D /* libLZ4.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libLZ4.a; sourceTree = BUILT_PRODUCTS_DIR; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 0BDA9CC3121EE4C400ED5E97 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- D289987405E68DCB004EDB86 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 08FB7794FE84155DC02AAC07 /* lzma */ = {
- isa = PBXGroup;
- children = (
- 08FB7795FE84155DC02AAC07 /* Source */,
- 1AB674ADFE9D54B511CA2CBB /* Products */,
- );
- name = lzma;
- sourceTree = "<group>";
- };
- 08FB7795FE84155DC02AAC07 /* Source */ = {
- isa = PBXGroup;
- children = (
- 0B27602718011ED900032D7F /* lz4.c */,
- 0B27602818011ED900032D7F /* lz4.h */,
- 0B27602918011ED900032D7F /* lz4hc.c */,
- 0B27602A18011ED900032D7F /* lz4hc.h */,
- 37BC9F561A1A164600B50C55 /* xxhash.c */,
- 37BC9F571A1A164600B50C55 /* xxhash.h */,
- );
- name = Source;
- sourceTree = "<group>";
- };
- 1AB674ADFE9D54B511CA2CBB /* Products */ = {
- isa = PBXGroup;
- children = (
- D2AAC046055464E500DB518D /* libLZ4.a */,
- 0BDA9CC5121EE4C400ED5E97 /* libLZ4.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- 0BDA9CC1121EE4C400ED5E97 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 0B27602E18011ED900032D7F /* lz4.h in Headers */,
- 0B27603218011ED900032D7F /* lz4hc.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- D2AAC043055464E500DB518D /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 0B27602D18011ED900032D7F /* lz4.h in Headers */,
- 0B27603118011ED900032D7F /* lz4hc.h in Headers */,
- 37BC9F591A1A164600B50C55 /* xxhash.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXNativeTarget section */
- 0BDA9CC4121EE4C400ED5E97 /* iOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 0BDA9CD0121EE51C00ED5E97 /* Build configuration list for PBXNativeTarget "iOS" */;
- buildPhases = (
- 0BDA9CC1121EE4C400ED5E97 /* Headers */,
- 0BDA9CC2121EE4C400ED5E97 /* Sources */,
- 0BDA9CC3121EE4C400ED5E97 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = iOS;
- productName = iPhone;
- productReference = 0BDA9CC5121EE4C400ED5E97 /* libLZ4.a */;
- productType = "com.apple.product-type.library.static";
- };
- D2AAC045055464E500DB518D /* Mac */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "Mac" */;
- buildPhases = (
- D2AAC043055464E500DB518D /* Headers */,
- D2AAC044055464E500DB518D /* Sources */,
- D289987405E68DCB004EDB86 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = Mac;
- productName = lzma;
- productReference = D2AAC046055464E500DB518D /* libLZ4.a */;
- productType = "com.apple.product-type.library.static";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 08FB7793FE84155DC02AAC07 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- };
- buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "LZ4" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 1;
- knownRegions = (
- English,
- Japanese,
- French,
- German,
- );
- mainGroup = 08FB7794FE84155DC02AAC07 /* lzma */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- D2AAC045055464E500DB518D /* Mac */,
- 0BDA9CC4121EE4C400ED5E97 /* iOS */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXSourcesBuildPhase section */
- 0BDA9CC2121EE4C400ED5E97 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 0B27602C18011ED900032D7F /* lz4.c in Sources */,
- 371B371C1BB8F771005BCFBD /* xxhash.c in Sources */,
- 0B27603018011ED900032D7F /* lz4hc.c in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- D2AAC044055464E500DB518D /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 0B27602B18011ED900032D7F /* lz4.c in Sources */,
- 37BC9F581A1A164600B50C55 /* xxhash.c in Sources */,
- 0B27602F18011ED900032D7F /* lz4hc.c in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin XCBuildConfiguration section */
- 0B96A71D1304843300CDC521 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_OPTIMIZATION_LEVEL = fast;
- GCC_THREADSAFE_STATICS = NO;
- PRODUCT_NAME = LZ4;
- };
- name = Debug;
- };
- 0B96A71E1304843300CDC521 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- };
- name = Debug;
- };
- 0B96A71F1304843300CDC521 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- SDKROOT = iphoneos;
- };
- name = Debug;
- };
- 0BDA9CC7121EE4C400ED5E97 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- SDKROOT = iphoneos;
- };
- name = Release;
- };
- 1DEB91ED08733DB70010E9CD /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- };
- name = Release;
- };
- 1DEB91F108733DB70010E9CD /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- GCC_OPTIMIZATION_LEVEL = fast;
- GCC_THREADSAFE_STATICS = NO;
- PRODUCT_NAME = LZ4;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 0BDA9CD0121EE51C00ED5E97 /* Build configuration list for PBXNativeTarget "iOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 0BDA9CC7121EE4C400ED5E97 /* Release */,
- 0B96A71F1304843300CDC521 /* Debug */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "Mac" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 1DEB91ED08733DB70010E9CD /* Release */,
- 0B96A71E1304843300CDC521 /* Debug */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "LZ4" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 1DEB91F108733DB70010E9CD /* Release */,
- 0B96A71D1304843300CDC521 /* Debug */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
- }
|