|
11 | 11 | D520D4B01BBC4770001A2A31 /* MemoryCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = D520D4AF1BBC4770001A2A31 /* MemoryCache.swift */; settings = {ASSET_TAGS = (); }; }; |
12 | 12 | D520D4B21BBC47A2001A2A31 /* DiskCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = D520D4B11BBC47A2001A2A31 /* DiskCache.swift */; settings = {ASSET_TAGS = (); }; }; |
13 | 13 | D520D4B61BBC4D0B001A2A31 /* CacheAware.swift in Sources */ = {isa = PBXBuildFile; fileRef = D520D4B51BBC4D0B001A2A31 /* CacheAware.swift */; settings = {ASSET_TAGS = (); }; }; |
| 14 | + D520D4BB1BBEB59D001A2A31 /* Cachable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D520D4BA1BBEB59D001A2A31 /* Cachable.swift */; settings = {ASSET_TAGS = (); }; }; |
14 | 15 | /* End PBXBuildFile section */ |
15 | 16 |
|
16 | 17 | /* Begin PBXFileReference section */ |
|
26 | 27 | D520D4AF1BBC4770001A2A31 /* MemoryCache.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MemoryCache.swift; sourceTree = "<group>"; }; |
27 | 28 | D520D4B11BBC47A2001A2A31 /* DiskCache.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DiskCache.swift; sourceTree = "<group>"; }; |
28 | 29 | D520D4B51BBC4D0B001A2A31 /* CacheAware.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CacheAware.swift; sourceTree = "<group>"; }; |
| 30 | + D520D4BA1BBEB59D001A2A31 /* Cachable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Cachable.swift; sourceTree = "<group>"; }; |
29 | 31 | /* End PBXFileReference section */ |
30 | 32 |
|
31 | 33 | /* Begin PBXFrameworksBuildPhase section */ |
|
95 | 97 | D520D4AF1BBC4770001A2A31 /* MemoryCache.swift */, |
96 | 98 | D520D4B11BBC47A2001A2A31 /* DiskCache.swift */, |
97 | 99 | D520D4B51BBC4D0B001A2A31 /* CacheAware.swift */, |
| 100 | + D520D4BA1BBEB59D001A2A31 /* Cachable.swift */, |
98 | 101 | ); |
99 | 102 | name = Source; |
100 | 103 | path = ../Source; |
|
170 | 173 | files = ( |
171 | 174 | D520D4B01BBC4770001A2A31 /* MemoryCache.swift in Sources */, |
172 | 175 | D520D4B21BBC47A2001A2A31 /* DiskCache.swift in Sources */, |
| 176 | + D520D4BB1BBEB59D001A2A31 /* Cachable.swift in Sources */, |
173 | 177 | D520D4B61BBC4D0B001A2A31 /* CacheAware.swift in Sources */, |
174 | 178 | 14A139B41AEFC72B00AD732F /* Tests.swift in Sources */, |
175 | 179 | ); |
|
0 commit comments