|
100 | 100 | D2CF98851F69598900CE8F68 /* TypeWrapperStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2CF98841F69598900CE8F68 /* TypeWrapperStorage.swift */; }; |
101 | 101 | D2CF98871F695B8F00CE8F68 /* Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2CF98861F695B8F00CE8F68 /* Types.swift */; }; |
102 | 102 | D2CF98891F695F9400CE8F68 /* TypeWrapperStorageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2CF98881F695F9400CE8F68 /* TypeWrapperStorageTests.swift */; }; |
| 103 | + D2D4CC161FA3145000E4A2D5 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2D4CC151FA3145000E4A2D5 /* MD5.swift */; }; |
| 104 | + D2D4CC171FA3145000E4A2D5 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2D4CC151FA3145000E4A2D5 /* MD5.swift */; }; |
| 105 | + D2D4CC181FA3145000E4A2D5 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2D4CC151FA3145000E4A2D5 /* MD5.swift */; }; |
| 106 | + D2D4CC1A1FA3166900E4A2D5 /* MD5Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2D4CC191FA3166900E4A2D5 /* MD5Tests.swift */; }; |
103 | 107 | D5291D1D1C2837DB00B702C9 /* Cache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5DC59E01C20593E003BD79B /* Cache.framework */; }; |
104 | 108 | D5291D6A1C283B5400B702C9 /* Cache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5291D601C283B5300B702C9 /* Cache.framework */; }; |
105 | 109 | D5291D851C283C7C00B702C9 /* TestHelper+OSX.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5291D811C283C7000B702C9 /* TestHelper+OSX.swift */; }; |
|
173 | 177 | D2CF98841F69598900CE8F68 /* TypeWrapperStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypeWrapperStorage.swift; sourceTree = "<group>"; }; |
174 | 178 | D2CF98861F695B8F00CE8F68 /* Types.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Types.swift; sourceTree = "<group>"; }; |
175 | 179 | D2CF98881F695F9400CE8F68 /* TypeWrapperStorageTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypeWrapperStorageTests.swift; sourceTree = "<group>"; }; |
| 180 | + D2D4CC151FA3145000E4A2D5 /* MD5.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MD5.swift; sourceTree = "<group>"; }; |
| 181 | + D2D4CC191FA3166900E4A2D5 /* MD5Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MD5Tests.swift; sourceTree = "<group>"; }; |
176 | 182 | D5291CDF1C28374800B702C9 /* TestHelper+iOS.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "TestHelper+iOS.swift"; sourceTree = "<group>"; }; |
177 | 183 | D5291D181C2837DB00B702C9 /* Cache-iOS-Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Cache-iOS-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
178 | 184 | D5291D231C28380100B702C9 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
288 | 294 | D2CF98591F694FFA00CE8F68 /* StorageError.swift */, |
289 | 295 | D2CF98861F695B8F00CE8F68 /* Types.swift */, |
290 | 296 | D292DAFC1F6A970B0060F614 /* Result.swift */, |
| 297 | + D2D4CC151FA3145000E4A2D5 /* MD5.swift */, |
291 | 298 | ); |
292 | 299 | path = Library; |
293 | 300 | sourceTree = "<group>"; |
|
334 | 341 | D2CF98761F69513800CE8F68 /* ImageWrapperTests.swift */, |
335 | 342 | D2CF98771F69513800CE8F68 /* TypeWrapperTests.swift */, |
336 | 343 | D285143E1F6FFE1F00C674D1 /* ObjectConverterTests.swift */, |
| 344 | + D2D4CC191FA3166900E4A2D5 /* MD5Tests.swift */, |
337 | 345 | ); |
338 | 346 | path = Library; |
339 | 347 | sourceTree = "<group>"; |
|
510 | 518 | BDEDD3741DBCEB8A007416A6 /* Sources */, |
511 | 519 | BDEDD3751DBCEB8A007416A6 /* Frameworks */, |
512 | 520 | BDEDD3761DBCEB8A007416A6 /* Resources */, |
513 | | - BDEDD3971DBCEE2D007416A6 /* ShellScript */, |
514 | 521 | ); |
515 | 522 | buildRules = ( |
516 | 523 | ); |
|
529 | 536 | D5291D141C2837DB00B702C9 /* Sources */, |
530 | 537 | D5291D151C2837DB00B702C9 /* Frameworks */, |
531 | 538 | D5291D161C2837DB00B702C9 /* Resources */, |
532 | | - D5291D591C283AA700B702C9 /* ShellScript */, |
533 | 539 | ); |
534 | 540 | buildRules = ( |
535 | 541 | ); |
|
567 | 573 | D5291D651C283B5400B702C9 /* Sources */, |
568 | 574 | D5291D661C283B5400B702C9 /* Frameworks */, |
569 | 575 | D5291D671C283B5400B702C9 /* Resources */, |
570 | | - D5291D9F1C283ECD00B702C9 /* ShellScript */, |
571 | 576 | ); |
572 | 577 | buildRules = ( |
573 | 578 | ); |
|
588 | 593 | D5DC59DD1C20593E003BD79B /* Headers */, |
589 | 594 | D5DC59DE1C20593E003BD79B /* Resources */, |
590 | 595 | BD58C3AD1CF2E9FD003F7141 /* SwiftLint */, |
591 | | - D2AB91761F83936E008610B5 /* Carthage */, |
592 | 596 | ); |
593 | 597 | buildRules = ( |
594 | 598 | ); |
|
743 | 747 | shellPath = /bin/sh; |
744 | 748 | shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; |
745 | 749 | }; |
746 | | - BDEDD3971DBCEE2D007416A6 /* ShellScript */ = { |
747 | | - isa = PBXShellScriptBuildPhase; |
748 | | - buildActionMask = 2147483647; |
749 | | - files = ( |
750 | | - ); |
751 | | - inputPaths = ( |
752 | | - "$(SRCROOT)/Carthage/Build/tvOS/SwiftHash.framework", |
753 | | - ); |
754 | | - outputPaths = ( |
755 | | - ); |
756 | | - runOnlyForDeploymentPostprocessing = 0; |
757 | | - shellPath = /bin/sh; |
758 | | - shellScript = "/usr/local/bin/carthage copy-frameworks"; |
759 | | - }; |
760 | | - D2AB91761F83936E008610B5 /* Carthage */ = { |
761 | | - isa = PBXShellScriptBuildPhase; |
762 | | - buildActionMask = 2147483647; |
763 | | - files = ( |
764 | | - ); |
765 | | - inputPaths = ( |
766 | | - "$(SRCROOT)/Carthage/Build/iOS/SwiftHash.framework", |
767 | | - ); |
768 | | - name = Carthage; |
769 | | - outputPaths = ( |
770 | | - ); |
771 | | - runOnlyForDeploymentPostprocessing = 0; |
772 | | - shellPath = /bin/sh; |
773 | | - shellScript = "/usr/local/bin/carthage copy-frameworks"; |
774 | | - }; |
775 | | - D5291D591C283AA700B702C9 /* ShellScript */ = { |
776 | | - isa = PBXShellScriptBuildPhase; |
777 | | - buildActionMask = 2147483647; |
778 | | - files = ( |
779 | | - ); |
780 | | - inputPaths = ( |
781 | | - "$(SRCROOT)/Carthage/Build/iOS/SwiftHash.framework", |
782 | | - ); |
783 | | - outputPaths = ( |
784 | | - ); |
785 | | - runOnlyForDeploymentPostprocessing = 0; |
786 | | - shellPath = /bin/sh; |
787 | | - shellScript = "/usr/local/bin/carthage copy-frameworks"; |
788 | | - }; |
789 | | - D5291D9F1C283ECD00B702C9 /* ShellScript */ = { |
790 | | - isa = PBXShellScriptBuildPhase; |
791 | | - buildActionMask = 2147483647; |
792 | | - files = ( |
793 | | - ); |
794 | | - inputPaths = ( |
795 | | - "$(SRCROOT)/Carthage/Build/Mac/SwiftHash.framework", |
796 | | - ); |
797 | | - outputPaths = ( |
798 | | - ); |
799 | | - runOnlyForDeploymentPostprocessing = 0; |
800 | | - shellPath = /bin/sh; |
801 | | - shellScript = "/usr/local/bin/carthage copy-frameworks"; |
802 | | - }; |
803 | 750 | /* End PBXShellScriptBuildPhase section */ |
804 | 751 |
|
805 | 752 | /* Begin PBXSourcesBuildPhase section */ |
|
814 | 761 | D21B66871F6A723C00125DE1 /* ExpirationMode.swift in Sources */, |
815 | 762 | D21B66881F6A723C00125DE1 /* Expiry.swift in Sources */, |
816 | 763 | D21B669E1F6A724700125DE1 /* MemoryConfig.swift in Sources */, |
| 764 | + D2D4CC181FA3145000E4A2D5 /* MD5.swift in Sources */, |
817 | 765 | D21B66951F6A724000125DE1 /* MemoryStorage.swift in Sources */, |
818 | 766 | D292DAF31F6A85F30060F614 /* SyncStorage.swift in Sources */, |
819 | 767 | D21B668C1F6A723C00125DE1 /* Types.swift in Sources */, |
|
856 | 804 | D28C9BAC1F67ECD400C180C1 /* TestHelper+iOS.swift in Sources */, |
857 | 805 | D2CF98211F69427C00CE8F68 /* TestHelper.swift in Sources */, |
858 | 806 | D2CF987F1F69513800CE8F68 /* ImageWrapperTests.swift in Sources */, |
| 807 | + D2D4CC1A1FA3166900E4A2D5 /* MD5Tests.swift in Sources */, |
859 | 808 | D292DB041F6AA0730060F614 /* AsyncStorageTests.swift in Sources */, |
860 | 809 | D28C9BAF1F67EF8300C180C1 /* UIImage+ExtensionsTests.swift in Sources */, |
861 | 810 | D2CF987D1F69513800CE8F68 /* MemoryCapsuleTests.swift in Sources */, |
|
879 | 828 | D21B667E1F6A723C00125DE1 /* ExpirationMode.swift in Sources */, |
880 | 829 | D21B667F1F6A723C00125DE1 /* Expiry.swift in Sources */, |
881 | 830 | D21B669C1F6A724600125DE1 /* MemoryConfig.swift in Sources */, |
| 831 | + D2D4CC171FA3145000E4A2D5 /* MD5.swift in Sources */, |
882 | 832 | D21B668F1F6A723F00125DE1 /* MemoryStorage.swift in Sources */, |
883 | 833 | D292DAF21F6A85F30060F614 /* SyncStorage.swift in Sources */, |
884 | 834 | D21B66831F6A723C00125DE1 /* Types.swift in Sources */, |
|
924 | 874 | D2CF98621F694FFA00CE8F68 /* Date+Extensions.swift in Sources */, |
925 | 875 | D2CF98641F694FFA00CE8F68 /* DataSerializer.swift in Sources */, |
926 | 876 | D2CF986B1F694FFA00CE8F68 /* DiskStorage.swift in Sources */, |
| 877 | + D2D4CC161FA3145000E4A2D5 /* MD5.swift in Sources */, |
927 | 878 | D292DAF11F6A85F30060F614 /* SyncStorage.swift in Sources */, |
928 | 879 | D2CF98601F694FFA00CE8F68 /* DiskConfig.swift in Sources */, |
929 | 880 | D292DAFD1F6A970B0060F614 /* Result.swift in Sources */, |
|
975 | 926 | DYLIB_COMPATIBILITY_VERSION = 1; |
976 | 927 | DYLIB_CURRENT_VERSION = 1; |
977 | 928 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
978 | | - FRAMEWORK_SEARCH_PATHS = ( |
979 | | - "$(inherited)", |
980 | | - "$(PROJECT_DIR)/Carthage/Build/tvOS", |
981 | | - ); |
| 929 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
982 | 930 | INFOPLIST_FILE = "$(SRCROOT)/SupportFiles/tvOS/Info.plist"; |
983 | 931 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
984 | 932 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
|
1004 | 952 | DYLIB_COMPATIBILITY_VERSION = 1; |
1005 | 953 | DYLIB_CURRENT_VERSION = 1; |
1006 | 954 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1007 | | - FRAMEWORK_SEARCH_PATHS = ( |
1008 | | - "$(inherited)", |
1009 | | - "$(PROJECT_DIR)/Carthage/Build/tvOS", |
1010 | | - ); |
| 955 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1011 | 956 | INFOPLIST_FILE = "$(SRCROOT)/SupportFiles/tvOS/Info.plist"; |
1012 | 957 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1013 | 958 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
|
1028 | 973 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
1029 | 974 | CLANG_WARN_SUSPICIOUS_MOVES = YES; |
1030 | 975 | DEVELOPMENT_TEAM = ""; |
1031 | | - FRAMEWORK_SEARCH_PATHS = ( |
1032 | | - "$(inherited)", |
1033 | | - "$(PROJECT_DIR)/Carthage/Build/tvOS", |
1034 | | - ); |
| 976 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1035 | 977 | INFOPLIST_FILE = "$(SRCROOT)/Tests/tvOS/Info.plist"; |
1036 | 978 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1037 | 979 | PRODUCT_BUNDLE_IDENTIFIER = "no.hyper.Cache-tvOS-Tests"; |
|
1052 | 994 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
1053 | 995 | CLANG_WARN_SUSPICIOUS_MOVES = YES; |
1054 | 996 | DEVELOPMENT_TEAM = ""; |
1055 | | - FRAMEWORK_SEARCH_PATHS = ( |
1056 | | - "$(inherited)", |
1057 | | - "$(PROJECT_DIR)/Carthage/Build/tvOS", |
1058 | | - ); |
| 997 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1059 | 998 | INFOPLIST_FILE = "$(SRCROOT)/Tests/tvOS/Info.plist"; |
1060 | 999 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1061 | 1000 | PRODUCT_BUNDLE_IDENTIFIER = "no.hyper.Cache-tvOS-Tests"; |
|
1070 | 1009 | isa = XCBuildConfiguration; |
1071 | 1010 | buildSettings = { |
1072 | 1011 | CLANG_ENABLE_MODULES = YES; |
1073 | | - FRAMEWORK_SEARCH_PATHS = ( |
1074 | | - "$(inherited)", |
1075 | | - "$(PROJECT_DIR)/Carthage/Build/iOS", |
1076 | | - ); |
| 1012 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1077 | 1013 | INFOPLIST_FILE = "$(SRCROOT)/Tests/iOS/Info.plist"; |
1078 | 1014 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1079 | 1015 | PRODUCT_BUNDLE_IDENTIFIER = "no.hyper.Cache-iOS-Tests"; |
|
1087 | 1023 | isa = XCBuildConfiguration; |
1088 | 1024 | buildSettings = { |
1089 | 1025 | CLANG_ENABLE_MODULES = YES; |
1090 | | - FRAMEWORK_SEARCH_PATHS = ( |
1091 | | - "$(inherited)", |
1092 | | - "$(PROJECT_DIR)/Carthage/Build/iOS", |
1093 | | - ); |
| 1026 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1094 | 1027 | INFOPLIST_FILE = "$(SRCROOT)/Tests/iOS/Info.plist"; |
1095 | 1028 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1096 | 1029 | PRODUCT_BUNDLE_IDENTIFIER = "no.hyper.Cache-iOS-Tests"; |
|
1108 | 1041 | DYLIB_COMPATIBILITY_VERSION = 1; |
1109 | 1042 | DYLIB_CURRENT_VERSION = 1; |
1110 | 1043 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1111 | | - FRAMEWORK_SEARCH_PATHS = ( |
1112 | | - "$(inherited)", |
1113 | | - "$(PROJECT_DIR)/Carthage/Build/Mac", |
1114 | | - ); |
| 1044 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1115 | 1045 | FRAMEWORK_VERSION = A; |
1116 | 1046 | INFOPLIST_FILE = "$(SRCROOT)/SupportFiles/Mac/Info.plist"; |
1117 | 1047 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
|
1133 | 1063 | DYLIB_COMPATIBILITY_VERSION = 1; |
1134 | 1064 | DYLIB_CURRENT_VERSION = 1; |
1135 | 1065 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1136 | | - FRAMEWORK_SEARCH_PATHS = ( |
1137 | | - "$(inherited)", |
1138 | | - "$(PROJECT_DIR)/Carthage/Build/Mac", |
1139 | | - ); |
| 1066 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1140 | 1067 | FRAMEWORK_VERSION = A; |
1141 | 1068 | INFOPLIST_FILE = "$(SRCROOT)/SupportFiles/Mac/Info.plist"; |
1142 | 1069 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
|
1154 | 1081 | buildSettings = { |
1155 | 1082 | CODE_SIGN_IDENTITY = "-"; |
1156 | 1083 | COMBINE_HIDPI_IMAGES = YES; |
1157 | | - FRAMEWORK_SEARCH_PATHS = ( |
1158 | | - "$(inherited)", |
1159 | | - "$(PROJECT_DIR)/Carthage/Build/Mac", |
1160 | | - ); |
| 1084 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1161 | 1085 | INFOPLIST_FILE = "$(SRCROOT)/Tests/Mac/Info.plist"; |
1162 | 1086 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; |
1163 | 1087 | MACOSX_DEPLOYMENT_TARGET = 10.11; |
|
1172 | 1096 | buildSettings = { |
1173 | 1097 | CODE_SIGN_IDENTITY = "-"; |
1174 | 1098 | COMBINE_HIDPI_IMAGES = YES; |
1175 | | - FRAMEWORK_SEARCH_PATHS = ( |
1176 | | - "$(inherited)", |
1177 | | - "$(PROJECT_DIR)/Carthage/Build/Mac", |
1178 | | - ); |
| 1099 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1179 | 1100 | INFOPLIST_FILE = "$(SRCROOT)/Tests/Mac/Info.plist"; |
1180 | 1101 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; |
1181 | 1102 | MACOSX_DEPLOYMENT_TARGET = 10.11; |
|
1301 | 1222 | DYLIB_COMPATIBILITY_VERSION = 1; |
1302 | 1223 | DYLIB_CURRENT_VERSION = 1; |
1303 | 1224 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1304 | | - FRAMEWORK_SEARCH_PATHS = ( |
1305 | | - "$(inherited)", |
1306 | | - "$(PROJECT_DIR)/Carthage/Build/iOS", |
1307 | | - ); |
| 1225 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1308 | 1226 | INFOPLIST_FILE = "$(SRCROOT)/SupportFiles/iOS/Info.plist"; |
1309 | 1227 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1310 | 1228 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
|
1323 | 1241 | DYLIB_COMPATIBILITY_VERSION = 1; |
1324 | 1242 | DYLIB_CURRENT_VERSION = 1; |
1325 | 1243 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1326 | | - FRAMEWORK_SEARCH_PATHS = ( |
1327 | | - "$(inherited)", |
1328 | | - "$(PROJECT_DIR)/Carthage/Build/iOS", |
1329 | | - ); |
| 1244 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
1330 | 1245 | INFOPLIST_FILE = "$(SRCROOT)/SupportFiles/iOS/Info.plist"; |
1331 | 1246 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1332 | 1247 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
|
0 commit comments