|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + BDA7AE451EEA925600E09EBC /* TypeAlias.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA7AE441EEA925600E09EBC /* TypeAlias.swift */; }; |
| 11 | + BDA7AE461EEA925600E09EBC /* TypeAlias.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA7AE441EEA925600E09EBC /* TypeAlias.swift */; }; |
10 | 12 | BDE8FBF61D1BFC8D00C5A212 /* Cache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BDE8FBF51D1BFC8D00C5A212 /* Cache.framework */; };
|
11 |
| - D2E649941D2108EA002F9730 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E649931D2108EA002F9730 /* Image.swift */; }; |
12 |
| - D2E649951D2108EA002F9730 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E649931D2108EA002F9730 /* Image.swift */; }; |
13 |
| - D2E649971D2108F6002F9730 /* ImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E649961D2108F6002F9730 /* ImageView.swift */; }; |
14 |
| - D2E649981D2108F6002F9730 /* ImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E649961D2108F6002F9730 /* ImageView.swift */; }; |
15 | 13 | D2E6499D1D2109A2002F9730 /* Fetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E6499A1D2109A2002F9730 /* Fetcher.swift */; };
|
16 | 14 | D2E6499E1D2109A2002F9730 /* Fetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E6499A1D2109A2002F9730 /* Fetcher.swift */; };
|
17 | 15 | D2E649A01D210A74002F9730 /* Image+Cache.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E6499F1D210A74002F9730 /* Image+Cache.swift */; };
|
|
37 | 35 | /* End PBXBuildFile section */
|
38 | 36 |
|
39 | 37 | /* Begin PBXFileReference section */
|
| 38 | + BDA7AE441EEA925600E09EBC /* TypeAlias.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypeAlias.swift; sourceTree = "<group>"; }; |
40 | 39 | BDE8FBE91D1BFB9F00C5A212 /* Imaginary.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Imaginary.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
41 | 40 | BDE8FBF41D1BFC7C00C5A212 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
42 | 41 | BDE8FBF51D1BFC8D00C5A212 /* Cache.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cache.framework; path = Carthage/Build/Mac/Cache.framework; sourceTree = "<group>"; };
|
43 |
| - D2E649931D2108EA002F9730 /* Image.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Image.swift; sourceTree = "<group>"; }; |
44 |
| - D2E649961D2108F6002F9730 /* ImageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageView.swift; sourceTree = "<group>"; }; |
45 | 42 | D2E6499A1D2109A2002F9730 /* Fetcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Fetcher.swift; sourceTree = "<group>"; };
|
46 | 43 | D2E6499F1D210A74002F9730 /* Image+Cache.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Image+Cache.swift"; sourceTree = "<group>"; };
|
47 | 44 | D2E649A21D210C1A002F9730 /* ImageView+Imaginary.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ImageView+Imaginary.swift"; sourceTree = "<group>"; };
|
|
113 | 110 | BDE8FBD61D1BFA4F00C5A212 /* Shared */ = {
|
114 | 111 | isa = PBXGroup;
|
115 | 112 | children = (
|
116 |
| - D2E6499A1D2109A2002F9730 /* Fetcher.swift */, |
117 | 113 | D54225211D1D7A9300AF0046 /* Capsule.swift */,
|
118 |
| - D54225221D1D7A9300AF0046 /* NSHTTPURLResponse+Imaginary.swift */, |
119 |
| - D2E649931D2108EA002F9730 /* Image.swift */, |
120 |
| - D2E649961D2108F6002F9730 /* ImageView.swift */, |
121 |
| - D2E6499F1D210A74002F9730 /* Image+Cache.swift */, |
122 |
| - D2E649A21D210C1A002F9730 /* ImageView+Imaginary.swift */, |
123 | 114 | D2E649A91D210E37002F9730 /* Configuration.swift */,
|
| 115 | + D2E6499A1D2109A2002F9730 /* Fetcher.swift */, |
| 116 | + D2E6499F1D210A74002F9730 /* Image+Cache.swift */, |
124 | 117 | D59CC1371D79B23500D72C39 /* ImageDrawer.swift */,
|
| 118 | + D2E649A21D210C1A002F9730 /* ImageView+Imaginary.swift */, |
| 119 | + D54225221D1D7A9300AF0046 /* NSHTTPURLResponse+Imaginary.swift */, |
| 120 | + BDA7AE441EEA925600E09EBC /* TypeAlias.swift */, |
125 | 121 | );
|
126 | 122 | path = Shared;
|
127 | 123 | sourceTree = "<group>";
|
|
384 | 380 | D59CC1391D79B23500D72C39 /* ImageDrawer.swift in Sources */,
|
385 | 381 | D2E649A81D210CDE002F9730 /* Decompressor.swift in Sources */,
|
386 | 382 | D2E649A41D210C1A002F9730 /* ImageView+Imaginary.swift in Sources */,
|
387 |
| - D2E649981D2108F6002F9730 /* ImageView.swift in Sources */, |
388 | 383 | D2E649B01D211067002F9730 /* Configuration+Imaginary.swift in Sources */,
|
389 | 384 | D54225251D1D7A9600AF0046 /* Capsule.swift in Sources */,
|
390 | 385 | D2E649AB1D210E37002F9730 /* Configuration.swift in Sources */,
|
391 |
| - D2E649951D2108EA002F9730 /* Image.swift in Sources */, |
392 | 386 | D2E6499E1D2109A2002F9730 /* Fetcher.swift in Sources */,
|
393 | 387 | D2E649A11D210A74002F9730 /* Image+Cache.swift in Sources */,
|
| 388 | + BDA7AE461EEA925600E09EBC /* TypeAlias.swift in Sources */, |
394 | 389 | D54225371D1D7AF100AF0046 /* NSImage+CGImage.swift in Sources */,
|
395 | 390 | D54225261D1D7A9900AF0046 /* NSHTTPURLResponse+Imaginary.swift in Sources */,
|
396 | 391 | );
|
|
402 | 397 | files = (
|
403 | 398 | D59CC1341D79AF5B00D72C39 /* Drawers.swift in Sources */,
|
404 | 399 | D59CC1381D79B23500D72C39 /* ImageDrawer.swift in Sources */,
|
| 400 | + BDA7AE451EEA925600E09EBC /* TypeAlias.swift in Sources */, |
405 | 401 | D2E649AE1D21105F002F9730 /* Configuration+Imaginary.swift in Sources */,
|
406 | 402 | D2E649A31D210C1A002F9730 /* ImageView+Imaginary.swift in Sources */,
|
407 | 403 | D2E649A61D210CD4002F9730 /* Decompressor.swift in Sources */,
|
408 |
| - D2E649941D2108EA002F9730 /* Image.swift in Sources */, |
409 | 404 | D54225241D1D7A9300AF0046 /* NSHTTPURLResponse+Imaginary.swift in Sources */,
|
410 |
| - D2E649971D2108F6002F9730 /* ImageView.swift in Sources */, |
411 | 405 | D59CC1361D79B00E00D72C39 /* UIImage+Modify.swift in Sources */,
|
412 | 406 | D2E649A01D210A74002F9730 /* Image+Cache.swift in Sources */,
|
413 | 407 | D2E649AA1D210E37002F9730 /* Configuration.swift in Sources */,
|
|
0 commit comments