Skip to content

Commit e3b2df4

Browse files
committed
Add cache to carthage requirements.
1 parent e43ba2b commit e3b2df4

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Cartfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
github "hyperoslo/Imaginary" ~> 4.3.1
1+
github "hyperoslo/Imaginary" ~> 4.3
2+
github "hyperoslo/Cache" ~> 5.3

Cartfile.resolved

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
github "hyperoslo/Cache" "5.3.0"
12
github "hyperoslo/Imaginary" "4.3.1"

Lightbox.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
44E6A6662495C0EB00543CF0 /* Lightbox.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D523B0A91C43AA2A001AD1EC /* Lightbox.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1717
44E6A66A2495C13F00543CF0 /* Imaginary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2A58F5D1F7943A30064F14E /* Imaginary.framework */; };
1818
44E6A66B2495C13F00543CF0 /* Imaginary.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D2A58F5D1F7943A30064F14E /* Imaginary.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
19+
CEB6B06E2497A96A00687C7C /* Cache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEB6B06D2497A96A00687C7C /* Cache.framework */; };
20+
CEB6B0712497A99000687C7C /* Cache.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CEB6B06D2497A96A00687C7C /* Cache.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1921
D22006741DFB4D9700E92898 /* Lightbox.bundle in Resources */ = {isa = PBXBuildFile; fileRef = D22006731DFB4D9700E92898 /* Lightbox.bundle */; };
2022
D2258CC4215CD035005A9A1C /* Color+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2258CC3215CD035005A9A1C /* Color+Extensions.swift */; };
2123
D2A58F5E1F7943A30064F14E /* Imaginary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2A58F5D1F7943A30064F14E /* Imaginary.framework */; };
@@ -50,6 +52,7 @@
5052
dstPath = "";
5153
dstSubfolderSpec = 10;
5254
files = (
55+
CEB6B0712497A99000687C7C /* Cache.framework in Embed Frameworks */,
5356
44E6A66B2495C13F00543CF0 /* Imaginary.framework in Embed Frameworks */,
5457
44E6A6662495C0EB00543CF0 /* Lightbox.framework in Embed Frameworks */,
5558
);
@@ -66,6 +69,7 @@
6669
44E6A6552495BFAC00543CF0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6770
44E6A6572495BFAC00543CF0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6871
44E6A65B2495BFD400543CF0 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
72+
CEB6B06D2497A96A00687C7C /* Cache.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cache.framework; path = Carthage/Build/iOS/Cache.framework; sourceTree = "<group>"; };
6973
D22006731DFB4D9700E92898 /* Lightbox.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Lightbox.bundle; sourceTree = "<group>"; };
7074
D2258CC3215CD035005A9A1C /* Color+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Color+Extensions.swift"; sourceTree = "<group>"; };
7175
D2A58F5D1F7943A30064F14E /* Imaginary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Imaginary.framework; path = Carthage/Build/iOS/Imaginary.framework; sourceTree = "<group>"; };
@@ -100,6 +104,7 @@
100104
buildActionMask = 2147483647;
101105
files = (
102106
D2A58F5E1F7943A30064F14E /* Imaginary.framework in Frameworks */,
107+
CEB6B06E2497A96A00687C7C /* Cache.framework in Frameworks */,
103108
);
104109
runOnlyForDeploymentPostprocessing = 0;
105110
};
@@ -129,6 +134,7 @@
129134
D2A58F5C1F7943A30064F14E /* Frameworks */ = {
130135
isa = PBXGroup;
131136
children = (
137+
CEB6B06D2497A96A00687C7C /* Cache.framework */,
132138
D2A58F5D1F7943A30064F14E /* Imaginary.framework */,
133139
);
134140
name = Frameworks;

0 commit comments

Comments
 (0)