summaryrefslogtreecommitdiff
path: root/Juick.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'Juick.xcodeproj/project.pbxproj')
-rw-r--r--Juick.xcodeproj/project.pbxproj14
1 files changed, 7 insertions, 7 deletions
diff --git a/Juick.xcodeproj/project.pbxproj b/Juick.xcodeproj/project.pbxproj
index 68ca4a4..2c548fc 100644
--- a/Juick.xcodeproj/project.pbxproj
+++ b/Juick.xcodeproj/project.pbxproj
@@ -61,7 +61,7 @@
77AA76482BF48818007A0FA8 /* Models.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77AA76402BF48818007A0FA8 /* Models.swift */; };
77AA764A2BF48818007A0FA8 /* FeedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77AA76422BF48818007A0FA8 /* FeedView.swift */; };
77AA764B2BF48818007A0FA8 /* MessageFetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77AA76432BF48818007A0FA8 /* MessageFetcher.swift */; };
- 77AA764C2BF48818007A0FA8 /* LoadableState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77AA76442BF48818007A0FA8 /* LoadableState.swift */; };
+ 77AA764C2BF48818007A0FA8 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77AA76442BF48818007A0FA8 /* Errors.swift */; };
77AA764D2BF48818007A0FA8 /* ImageFetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77AA76452BF48818007A0FA8 /* ImageFetcher.swift */; };
77AA76502BF488A9007A0FA8 /* Image+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77AA764F2BF488A9007A0FA8 /* Image+Data.swift */; };
77B09994189D0B9900A84F59 /* UIImage+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 77B09993189D0B9900A84F59 /* UIImage+Utils.m */; };
@@ -195,7 +195,7 @@
77AA76402BF48818007A0FA8 /* Models.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Models.swift; sourceTree = "<group>"; };
77AA76422BF48818007A0FA8 /* FeedView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FeedView.swift; sourceTree = "<group>"; };
77AA76432BF48818007A0FA8 /* MessageFetcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageFetcher.swift; sourceTree = "<group>"; };
- 77AA76442BF48818007A0FA8 /* LoadableState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoadableState.swift; sourceTree = "<group>"; };
+ 77AA76442BF48818007A0FA8 /* Errors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Errors.swift; sourceTree = "<group>"; };
77AA76452BF48818007A0FA8 /* ImageFetcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageFetcher.swift; sourceTree = "<group>"; };
77AA764F2BF488A9007A0FA8 /* Image+Data.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Image+Data.swift"; sourceTree = "<group>"; };
77B09992189D0B9900A84F59 /* UIImage+Utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+Utils.h"; sourceTree = "<group>"; };
@@ -279,6 +279,9 @@
77163AC82A1051DE009BEE0E /* View */ = {
isa = PBXGroup;
children = (
+ 77AA763E2BF48818007A0FA8 /* LoadableImageView.swift */,
+ 77AA763F2BF48818007A0FA8 /* MessageView.swift */,
+ 77AA76422BF48818007A0FA8 /* FeedView.swift */,
77163AB52A104786009BEE0E /* ContentView.swift */,
);
path = View;
@@ -455,12 +458,8 @@
isa = PBXGroup;
children = (
77AA764E2BF48890007A0FA8 /* Helpers */,
- 77AA76422BF48818007A0FA8 /* FeedView.swift */,
77AA76452BF48818007A0FA8 /* ImageFetcher.swift */,
- 77AA763E2BF48818007A0FA8 /* LoadableImageView.swift */,
- 77AA76442BF48818007A0FA8 /* LoadableState.swift */,
77AA76432BF48818007A0FA8 /* MessageFetcher.swift */,
- 77AA763F2BF48818007A0FA8 /* MessageView.swift */,
77AA76402BF48818007A0FA8 /* Models.swift */,
77163AC82A1051DE009BEE0E /* View */,
77163AB32A104786009BEE0E /* JuickApp.swift */,
@@ -473,6 +472,7 @@
77AA764E2BF48890007A0FA8 /* Helpers */ = {
isa = PBXGroup;
children = (
+ 77AA76442BF48818007A0FA8 /* Errors.swift */,
77AA764F2BF488A9007A0FA8 /* Image+Data.swift */,
);
path = Helpers;
@@ -702,7 +702,7 @@
files = (
77AA76472BF48818007A0FA8 /* MessageView.swift in Sources */,
77AA764B2BF48818007A0FA8 /* MessageFetcher.swift in Sources */,
- 77AA764C2BF48818007A0FA8 /* LoadableState.swift in Sources */,
+ 77AA764C2BF48818007A0FA8 /* Errors.swift in Sources */,
77AA76502BF488A9007A0FA8 /* Image+Data.swift in Sources */,
77AA764A2BF48818007A0FA8 /* FeedView.swift in Sources */,
77163AB62A104786009BEE0E /* ContentView.swift in Sources */,