|
|
@@ -16,6 +16,8 @@
|
|
|
4B3766841C478F940001443F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D13F49D61BEDA67C00CE335D /* Kingfisher.framework */; };
|
|
|
4B3766A01C4794460001443F /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B37669F1C4794460001443F /* CFNetwork.framework */; };
|
|
|
4B3766A21C47944D0001443F /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B3766A11C47944D0001443F /* CFNetwork.framework */; };
|
|
|
+ 4B98674F1CD1CF42003ADAC7 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B98674E1CD1CF42003ADAC7 /* AnimatedImageView.swift */; };
|
|
|
+ 4B9867501CD1CF42003ADAC7 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B98674E1CD1CF42003ADAC7 /* AnimatedImageView.swift */; };
|
|
|
B43007AC86DBFFFD1AC6EDD1 /* libPods-KingfisherTests-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 798E024A9311DC80470CF240 /* libPods-KingfisherTests-tvOS.a */; };
|
|
|
D10945F71C526B86001408EB /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = D10945EA1C526B6C001408EB /* Image.swift */; };
|
|
|
D10945F81C526B86001408EB /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = D10945EB1C526B6C001408EB /* ImageCache.swift */; };
|
|
|
@@ -258,6 +260,7 @@
|
|
|
4B37669F1C4794460001443F /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS9.1.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; };
|
|
|
4B3766A11C47944D0001443F /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; };
|
|
|
4B3E714D1B01FEB200F5AAED /* WatchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WatchKit.framework; path = System/Library/Frameworks/WatchKit.framework; sourceTree = SDKROOT; };
|
|
|
+ 4B98674E1CD1CF42003ADAC7 /* AnimatedImageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/AnimatedImageView.swift; sourceTree = "<group>"; };
|
|
|
50ECD18204CB0CD37B49F631 /* libPods-KingfisherTests-OSX.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-KingfisherTests-OSX.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
74477D1C4379728A8DA673FB /* Pods-KingfisherTests-OSX.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KingfisherTests-OSX.debug.xcconfig"; path = "Pods/Target Support Files/Pods-KingfisherTests-OSX/Pods-KingfisherTests-OSX.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
798E024A9311DC80470CF240 /* libPods-KingfisherTests-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-KingfisherTests-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
@@ -440,6 +443,7 @@
|
|
|
D10EC22A1C3D62D200A4211C /* Sources */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 4B98674E1CD1CF42003ADAC7 /* AnimatedImageView.swift */,
|
|
|
D10945EA1C526B6C001408EB /* Image.swift */,
|
|
|
D10945EB1C526B6C001408EB /* ImageCache.swift */,
|
|
|
D10945EC1C526B6C001408EB /* ImageDownloader.swift */,
|
|
|
@@ -1332,6 +1336,7 @@
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
D109460E1C526C0D001408EB /* Image.swift in Sources */,
|
|
|
+ 4B9867501CD1CF42003ADAC7 /* AnimatedImageView.swift in Sources */,
|
|
|
D109460F1C526C0D001408EB /* ImageCache.swift in Sources */,
|
|
|
D10946101C526C0D001408EB /* ImageDownloader.swift in Sources */,
|
|
|
D10946111C526C0D001408EB /* ImageTransition.swift in Sources */,
|
|
|
@@ -1387,6 +1392,7 @@
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
D10945F71C526B86001408EB /* Image.swift in Sources */,
|
|
|
+ 4B98674F1CD1CF42003ADAC7 /* AnimatedImageView.swift in Sources */,
|
|
|
D10945F81C526B86001408EB /* ImageCache.swift in Sources */,
|
|
|
D10945F91C526B86001408EB /* ImageDownloader.swift in Sources */,
|
|
|
D10945FA1C526B86001408EB /* ImageTransition.swift in Sources */,
|