|
213 | 213 | 06F066771FFB763400312A82 /* test8.bz2 in Resources */ = {isa = PBXBuildFile; fileRef = 06F066111FFB763300312A82 /* test8.bz2 */; }; |
214 | 214 | 06F276DF1F2BAB4A00E67335 /* 7zEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06F276DE1F2BAB4900E67335 /* 7zEntry.swift */; }; |
215 | 215 | 06FEAD921F54B9CD00AD016E /* EncodingTree.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FEAD911F54B9CD00AD016E /* EncodingTree.swift */; }; |
| 216 | + E652D8F3263D670900FC229B /* test_nonstandard_runlength.bz2 in Resources */ = {isa = PBXBuildFile; fileRef = E652D8F2263D670900FC229B /* test_nonstandard_runlength.bz2 */; }; |
| 217 | + E652D8F5263D678000FC229B /* test_nonstandard_runlength.answer in Resources */ = {isa = PBXBuildFile; fileRef = E652D8F4263D678000FC229B /* test_nonstandard_runlength.answer */; }; |
216 | 218 | E66F36242538726E00076A6E /* test_empty.lzma in Resources */ = {isa = PBXBuildFile; fileRef = E66F36232538726E00076A6E /* test_empty.lzma */; }; |
217 | 219 | E66F362C2538E2B700076A6E /* test_empty.zlib in Resources */ = {isa = PBXBuildFile; fileRef = E66F362B2538E2B700076A6E /* test_empty.zlib */; }; |
218 | 220 | /* End PBXBuildFile section */ |
|
435 | 437 | 06F276DE1F2BAB4900E67335 /* 7zEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 7zEntry.swift; sourceTree = "<group>"; }; |
436 | 438 | 06FEAD911F54B9CD00AD016E /* EncodingTree.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = EncodingTree.swift; path = Sources/Common/CodingTree/EncodingTree.swift; sourceTree = SOURCE_ROOT; }; |
437 | 439 | 06FED40B1DD7717E0013DFB2 /* BZip2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BZip2.swift; sourceTree = "<group>"; }; |
| 440 | + E652D8F2263D670900FC229B /* test_nonstandard_runlength.bz2 */ = {isa = PBXFileReference; lastKnownFileType = file; path = test_nonstandard_runlength.bz2; sourceTree = "<group>"; }; |
| 441 | + E652D8F4263D678000FC229B /* test_nonstandard_runlength.answer */ = {isa = PBXFileReference; lastKnownFileType = file; path = test_nonstandard_runlength.answer; sourceTree = "<group>"; }; |
438 | 442 | E66F36232538726E00076A6E /* test_empty.lzma */ = {isa = PBXFileReference; lastKnownFileType = file; path = test_empty.lzma; sourceTree = "<group>"; }; |
439 | 443 | E66F362B2538E2B700076A6E /* test_empty.zlib */ = {isa = PBXFileReference; lastKnownFileType = file; path = test_empty.zlib; sourceTree = "<group>"; }; |
440 | 444 | /* End PBXFileReference section */ |
|
723 | 727 | 06F065B31FFB763300312A82 /* test7.answer */, |
724 | 728 | 06F065B51FFB763300312A82 /* test8.answer */, |
725 | 729 | 06F065B11FFB763300312A82 /* test9.answer */, |
| 730 | + E652D8F4263D678000FC229B /* test_nonstandard_runlength.answer */, |
726 | 731 | ); |
727 | 732 | path = Answers; |
728 | 733 | sourceTree = "<group>"; |
|
886 | 891 | 06F0660C1FFB763300312A82 /* test7.bz2 */, |
887 | 892 | 06F066111FFB763300312A82 /* test8.bz2 */, |
888 | 893 | 06F066101FFB763300312A82 /* test9.bz2 */, |
| 894 | + E652D8F2263D670900FC229B /* test_nonstandard_runlength.bz2 */, |
889 | 895 | ); |
890 | 896 | path = BZip2; |
891 | 897 | sourceTree = "<group>"; |
|
934 | 940 | isa = PBXProject; |
935 | 941 | attributes = { |
936 | 942 | LastSwiftUpdateCheck = 0920; |
937 | | - LastUpgradeCheck = 1240; |
| 943 | + LastUpgradeCheck = 1250; |
938 | 944 | ORGANIZATIONNAME = "Timofey Solomko"; |
939 | 945 | TargetAttributes = { |
940 | 946 | 06BE1AC71DB410F100EE0F59 = { |
|
980 | 986 | 06F066661FFB763400312A82 /* test3.7z in Resources */, |
981 | 987 | 06F0664B1FFB763400312A82 /* test.tar in Resources */, |
982 | 988 | 06F066501FFB763400312A82 /* test_gnu.tar in Resources */, |
| 989 | + E652D8F5263D678000FC229B /* test_nonstandard_runlength.answer in Resources */, |
983 | 990 | 06F066341FFB763400312A82 /* test1.xz in Resources */, |
984 | 991 | 06F0665F1FFB763400312A82 /* test_multi_blocks.7z in Resources */, |
985 | 992 | 068D070421368617002A6C3B /* test_delta_filter.7z in Resources */, |
|
1051 | 1058 | 0698B10F2106344200A7C551 /* test_negative_mtime.tar in Resources */, |
1052 | 1059 | 06F066561FFB763400312A82 /* SWCompressionSourceCode.tar in Resources */, |
1053 | 1060 | 069864CA21403CE700755D9B /* test_sha256.xz in Resources */, |
| 1061 | + E652D8F3263D670900FC229B /* test_nonstandard_runlength.bz2 in Resources */, |
1054 | 1062 | 06F0663D1FFB763400312A82 /* test2.xz in Resources */, |
1055 | 1063 | 06F066351FFB763400312A82 /* test5.xz in Resources */, |
1056 | 1064 | 06F066631FFB763400312A82 /* test_complicated_coding_scheme.7z in Resources */, |
|
1090 | 1098 | ); |
1091 | 1099 | runOnlyForDeploymentPostprocessing = 0; |
1092 | 1100 | shellPath = /bin/bash; |
1093 | | - shellScript = "if [[ ${SDK_NAME} == iphone* ]]; then\n if [[ ! -d ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/ ]]; then\n mkdir -p ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\n if [[ -d ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/ ]]; then\n if [[ ${SDK_NAME} == iphonesimulator* ]]; then\n cp -a ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/ios-*-simulator/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n else\n cp -a ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/ios-arm64_armv7/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\n else\n cp -a ${PROJECT_DIR}/Carthage/Build/iOS/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\nelif [[ ${SDK_NAME} == appletv* ]]; then\n if [[ ! -d ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/ ]]; then\n mkdir -p ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\n if [[ -d ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/ ]]; then\n if [[ ${SDK_NAME} == appletvsimulator* ]]; then\n cp -a ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/tvos-*-simulator/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n else\n cp -a ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/tvos-arm64/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\n else\n cp -a ${PROJECT_DIR}/Carthage/Build/tvOS/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\nelif [[ ${SDK_NAME} == watch* ]]; then\n if [[ ! -d ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/ ]]; then\n mkdir -p ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\n if [[ -d ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/ ]]; then\n if [[ ${SDK_NAME} == watchossimulator* ]]; then\n cp -a ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/watchos-*-simulator/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n else\n cp -a ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/watchos-arm64_32_armv7k/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\n else\n cp -a ${PROJECT_DIR}/Carthage/Build/watchOS/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\nelif [[ ${SDK_NAME} == macos* ]]; then\n if [[ ! -d ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Contents/Frameworks/ ]]; then\n mkdir -p ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Contents/Frameworks/\n fi\n if [[ -d ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/ ]]; then\n cp -a ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/macos-*/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Contents/Frameworks/\n else\n cp -a ${PROJECT_DIR}/Carthage/Build/Mac/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Contents/Frameworks/\n fi\nfi\n\nxattr -rc ${BUILT_PRODUCTS_DIR}\n"; |
| 1101 | + shellScript = "if [[ ${SDK_NAME} == iphone* ]]; then\n if [[ ! -d ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/ ]]; then\n mkdir -p ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\n if [[ -d ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/ ]]; then\n if [[ ${SDK_NAME} == iphonesimulator* ]]; then\n cp -a ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/ios-*-simulator/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n else\n cp -a ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/ios-arm64_armv7/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\n else\n cp -a ${PROJECT_DIR}/Carthage/Build/iOS/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\nelif [[ ${SDK_NAME} == appletv* ]]; then\n if [[ ! -d ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/ ]]; then\n mkdir -p ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\n if [[ -d ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/ ]]; then\n if [[ ${SDK_NAME} == appletvsimulator* ]]; then\n cp -a ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/tvos-*-simulator/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n else\n cp -a ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/tvos-arm64/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\n else\n cp -a ${PROJECT_DIR}/Carthage/Build/tvOS/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\nelif [[ ${SDK_NAME} == watch* ]]; then\n if [[ ! -d ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/ ]]; then\n mkdir -p ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\n if [[ -d ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/ ]]; then\n if [[ ${SDK_NAME} == watchsimulator* ]]; then\n cp -a ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/watchos-*-simulator/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n else\n cp -a ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/watchos-arm64_32_armv7k/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\n else\n cp -a ${PROJECT_DIR}/Carthage/Build/watchOS/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Frameworks/\n fi\nelif [[ ${SDK_NAME} == macos* ]]; then\n if [[ ! -d ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Contents/Frameworks/ ]]; then\n mkdir -p ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Contents/Frameworks/\n fi\n if [[ -d ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/ ]]; then\n cp -a ${PROJECT_DIR}/Carthage/Build/BitByteData.xcframework/macos-*/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Contents/Frameworks/\n else\n cp -a ${PROJECT_DIR}/Carthage/Build/Mac/BitByteData.framework ${BUILT_PRODUCTS_DIR}/TestSWCompression.xctest/Contents/Frameworks/\n fi\nfi\n\nxattr -rc ${BUILT_PRODUCTS_DIR}\n"; |
1094 | 1102 | showEnvVarsInLog = 0; |
1095 | 1103 | }; |
1096 | 1104 | /* End PBXShellScriptBuildPhase section */ |
|
1250 | 1258 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
1251 | 1259 | CLANG_WARN_UNREACHABLE_CODE = YES; |
1252 | 1260 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
1253 | | - CURRENT_PROJECT_VERSION = 75; |
| 1261 | + CURRENT_PROJECT_VERSION = 76; |
1254 | 1262 | DEBUG_INFORMATION_FORMAT = dwarf; |
1255 | 1263 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
1256 | 1264 | ENABLE_TESTABILITY = YES; |
|
1331 | 1339 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
1332 | 1340 | CLANG_WARN_UNREACHABLE_CODE = YES; |
1333 | 1341 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
1334 | | - CURRENT_PROJECT_VERSION = 75; |
| 1342 | + CURRENT_PROJECT_VERSION = 76; |
1335 | 1343 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
1336 | 1344 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
1337 | 1345 | "FRAMEWORK_SEARCH_PATHS[sdk=appletvos*]" = ( |
|
1377 | 1385 | BitByteData, |
1378 | 1386 | ); |
1379 | 1387 | SDKROOT = macosx; |
1380 | | - SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator"; |
| 1388 | + SUPPORTED_PLATFORMS = "macosx watchsimulator iphonesimulator appletvsimulator watchos appletvos iphoneos"; |
1381 | 1389 | SWIFT_COMPILATION_MODE = wholemodule; |
1382 | 1390 | SWIFT_VERSION = 5.0; |
1383 | 1391 | TVOS_DEPLOYMENT_TARGET = 9.0; |
|
1392 | 1400 | APPLICATION_EXTENSION_API_ONLY = YES; |
1393 | 1401 | DEFINES_MODULE = YES; |
1394 | 1402 | DYLIB_COMPATIBILITY_VERSION = 1; |
1395 | | - DYLIB_CURRENT_VERSION = 75; |
| 1403 | + DYLIB_CURRENT_VERSION = 76; |
1396 | 1404 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1397 | 1405 | INFOPLIST_FILE = SWCompression.xcodeproj/SWCompression.plist; |
1398 | 1406 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
|
1419 | 1427 | APPLICATION_EXTENSION_API_ONLY = YES; |
1420 | 1428 | DEFINES_MODULE = YES; |
1421 | 1429 | DYLIB_COMPATIBILITY_VERSION = 1; |
1422 | | - DYLIB_CURRENT_VERSION = 75; |
| 1430 | + DYLIB_CURRENT_VERSION = 76; |
1423 | 1431 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1424 | 1432 | INFOPLIST_FILE = SWCompression.xcodeproj/SWCompression.plist; |
1425 | 1433 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
|
0 commit comments