Skip to content

Commit 388eb1c

Browse files
install Kingfisher via Carthage with private option
1 parent c9ecd90 commit 388eb1c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
File renamed without changes.

ImageViewer.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
/* Begin PBXBuildFile section */
1010
5614442A24545FF000E9C33C /* ImageViewer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 565E01AA245446F600147746 /* ImageViewer.framework */; };
1111
5614442B24545FF000E9C33C /* ImageViewer.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 565E01AA245446F600147746 /* ImageViewer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
12-
561444302454636000E9C33C /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5614442F2454636000E9C33C /* Kingfisher.framework */; };
13-
561444312454636000E9C33C /* Kingfisher.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 5614442F2454636000E9C33C /* Kingfisher.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
12+
56296ADF24546F4A003FAC37 /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 56296ADE24546F4A003FAC37 /* Kingfisher.framework */; };
13+
56296AE024546F4A003FAC37 /* Kingfisher.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 56296ADE24546F4A003FAC37 /* Kingfisher.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1414
565E01AF245446F600147746 /* ImageViewer.h in Headers */ = {isa = PBXBuildFile; fileRef = 565E01AD245446F600147746 /* ImageViewer.h */; settings = {ATTRIBUTES = (Public, ); }; };
1515
565E01B82454472900147746 /* PageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E01B52454472900147746 /* PageView.swift */; };
1616
565E01B92454472900147746 /* Animator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E01B62454472900147746 /* Animator.swift */; };
@@ -40,7 +40,7 @@
4040
dstPath = "";
4141
dstSubfolderSpec = 10;
4242
files = (
43-
561444312454636000E9C33C /* Kingfisher.framework in Embed Frameworks */,
43+
56296AE024546F4A003FAC37 /* Kingfisher.framework in Embed Frameworks */,
4444
5614442B24545FF000E9C33C /* ImageViewer.framework in Embed Frameworks */,
4545
);
4646
name = "Embed Frameworks";
@@ -49,7 +49,7 @@
4949
/* End PBXCopyFilesBuildPhase section */
5050

5151
/* Begin PBXFileReference section */
52-
5614442F2454636000E9C33C /* Kingfisher.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kingfisher.framework; path = Carthage/Build/iOS/Kingfisher.framework; sourceTree = "<group>"; };
52+
56296ADE24546F4A003FAC37 /* Kingfisher.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kingfisher.framework; path = Carthage/Build/iOS/Kingfisher.framework; sourceTree = "<group>"; };
5353
565E01AA245446F600147746 /* ImageViewer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ImageViewer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5454
565E01AD245446F600147746 /* ImageViewer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImageViewer.h; sourceTree = "<group>"; };
5555
565E01AE245446F600147746 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -78,18 +78,18 @@
7878
isa = PBXFrameworksBuildPhase;
7979
buildActionMask = 2147483647;
8080
files = (
81-
561444302454636000E9C33C /* Kingfisher.framework in Frameworks */,
81+
56296ADF24546F4A003FAC37 /* Kingfisher.framework in Frameworks */,
8282
5614442A24545FF000E9C33C /* ImageViewer.framework in Frameworks */,
8383
);
8484
runOnlyForDeploymentPostprocessing = 0;
8585
};
8686
/* End PBXFrameworksBuildPhase section */
8787

8888
/* Begin PBXGroup section */
89-
5614442924545FF000E9C33C /* Frameworks */ = {
89+
56296ADD24546F4A003FAC37 /* Frameworks */ = {
9090
isa = PBXGroup;
9191
children = (
92-
5614442F2454636000E9C33C /* Kingfisher.framework */,
92+
56296ADE24546F4A003FAC37 /* Kingfisher.framework */,
9393
);
9494
name = Frameworks;
9595
sourceTree = "<group>";
@@ -100,7 +100,7 @@
100100
565E01AC245446F600147746 /* ImageViewer */,
101101
565E01C024544C7D00147746 /* Example */,
102102
565E01AB245446F600147746 /* Products */,
103-
5614442924545FF000E9C33C /* Frameworks */,
103+
56296ADD24546F4A003FAC37 /* Frameworks */,
104104
);
105105
sourceTree = "<group>";
106106
};

0 commit comments

Comments
 (0)