|
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 | 14 | D520D4BB1BBEB59D001A2A31 /* Cachable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D520D4BA1BBEB59D001A2A31 /* Cachable.swift */; settings = {ASSET_TAGS = (); }; }; |
| 15 | + D5704C531BC84DAA0089F388 /* String+Base64.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5704C521BC84DAA0089F388 /* String+Base64.swift */; settings = {ASSET_TAGS = (); }; }; |
15 | 16 | /* End PBXBuildFile section */ |
16 | 17 |
|
17 | 18 | /* Begin PBXFileReference section */ |
|
23 | 24 | 14C136521AB784B200B7B07A /* CONTRIBUTING.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = CONTRIBUTING.md; path = ../CONTRIBUTING.md; sourceTree = "<group>"; }; |
24 | 25 | 14C136541AB784B200B7B07A /* LICENSE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = LICENSE.md; path = ../LICENSE.md; sourceTree = "<group>"; }; |
25 | 26 | 14C136551AB784B200B7B07A /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
26 | | - 14C1365C1AB784BC00B7B07A /* .gitkeep */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitkeep; sourceTree = "<group>"; }; |
27 | 27 | D520D4AF1BBC4770001A2A31 /* MemoryCache.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MemoryCache.swift; sourceTree = "<group>"; }; |
28 | 28 | D520D4B11BBC47A2001A2A31 /* DiskCache.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DiskCache.swift; sourceTree = "<group>"; }; |
29 | 29 | D520D4B51BBC4D0B001A2A31 /* CacheAware.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CacheAware.swift; sourceTree = "<group>"; }; |
30 | 30 | D520D4BA1BBEB59D001A2A31 /* Cachable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Cachable.swift; sourceTree = "<group>"; }; |
| 31 | + D5704C521BC84DAA0089F388 /* String+Base64.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Base64.swift"; sourceTree = "<group>"; }; |
31 | 32 | /* End PBXFileReference section */ |
32 | 33 |
|
33 | 34 | /* Begin PBXFrameworksBuildPhase section */ |
|
93 | 94 | 14C1365B1AB784BC00B7B07A /* Source */ = { |
94 | 95 | isa = PBXGroup; |
95 | 96 | children = ( |
96 | | - 14C1365C1AB784BC00B7B07A /* .gitkeep */, |
| 97 | + D5704C511BC84D990089F388 /* Extensions */, |
97 | 98 | D520D4AF1BBC4770001A2A31 /* MemoryCache.swift */, |
98 | 99 | D520D4B11BBC47A2001A2A31 /* DiskCache.swift */, |
99 | 100 | D520D4B51BBC4D0B001A2A31 /* CacheAware.swift */, |
|
103 | 104 | path = ../Source; |
104 | 105 | sourceTree = "<group>"; |
105 | 106 | }; |
| 107 | + D5704C511BC84D990089F388 /* Extensions */ = { |
| 108 | + isa = PBXGroup; |
| 109 | + children = ( |
| 110 | + D5704C521BC84DAA0089F388 /* String+Base64.swift */, |
| 111 | + ); |
| 112 | + path = Extensions; |
| 113 | + sourceTree = "<group>"; |
| 114 | + }; |
106 | 115 | /* End PBXGroup section */ |
107 | 116 |
|
108 | 117 | /* Begin PBXNativeTarget section */ |
|
172 | 181 | buildActionMask = 2147483647; |
173 | 182 | files = ( |
174 | 183 | D520D4B01BBC4770001A2A31 /* MemoryCache.swift in Sources */, |
| 184 | + D5704C531BC84DAA0089F388 /* String+Base64.swift in Sources */, |
175 | 185 | D520D4B21BBC47A2001A2A31 /* DiskCache.swift in Sources */, |
176 | 186 | D520D4BB1BBEB59D001A2A31 /* Cachable.swift in Sources */, |
177 | 187 | D520D4B61BBC4D0B001A2A31 /* CacheAware.swift in Sources */, |
|
0 commit comments