|
17 | 17 | D543F9C81C14995800D16A0C /* UIViewController+NibResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D543F9C71C14995800D16A0C /* UIViewController+NibResource.swift */; };
|
18 | 18 | D543F9CA1C14998800D16A0C /* UIViewController+StoryboardSegueIdentifierProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = D543F9C91C14998800D16A0C /* UIViewController+StoryboardSegueIdentifierProtocol.swift */; };
|
19 | 19 | D543F9CF1C149C0A00D16A0C /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D543F9CE1C149C0A00D16A0C /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift */; };
|
| 20 | + D553F5851C44157000885232 /* ImageResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D553F5841C44157000885232 /* ImageResource.swift */; }; |
| 21 | + D553F5871C44170E00885232 /* UIImage+ImageResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D553F5861C44170E00885232 /* UIImage+ImageResource.swift */; }; |
20 | 22 | D5588CAB1C3F9DBE00912F97 /* UINib+NibResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5588CAA1C3F9DBE00912F97 /* UINib+NibResource.swift */; };
|
21 | 23 | D56DC7731C42B65C00623437 /* NSBundle+FileResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D56DC7721C42B65C00623437 /* NSBundle+FileResource.swift */; };
|
22 | 24 | D57E1EB31C3D762300DDA68F /* FontResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D57E1EB21C3D762300DDA68F /* FontResource.swift */; };
|
|
52 | 54 | D543F9C71C14995800D16A0C /* UIViewController+NibResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+NibResource.swift"; sourceTree = "<group>"; };
|
53 | 55 | D543F9C91C14998800D16A0C /* UIViewController+StoryboardSegueIdentifierProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+StoryboardSegueIdentifierProtocol.swift"; sourceTree = "<group>"; };
|
54 | 56 | D543F9CE1C149C0A00D16A0C /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "TypedStoryboardSegueInfo+UIStoryboardSegue.swift"; sourceTree = "<group>"; };
|
| 57 | + D553F5841C44157000885232 /* ImageResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageResource.swift; sourceTree = "<group>"; }; |
| 58 | + D553F5861C44170E00885232 /* UIImage+ImageResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImage+ImageResource.swift"; sourceTree = "<group>"; }; |
55 | 59 | D5588CAA1C3F9DBE00912F97 /* UINib+NibResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UINib+NibResource.swift"; sourceTree = "<group>"; };
|
56 | 60 | D56DC7721C42B65C00623437 /* NSBundle+FileResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSBundle+FileResource.swift"; sourceTree = "<group>"; };
|
57 | 61 | D57E1EB21C3D762300DDA68F /* FontResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FontResource.swift; sourceTree = "<group>"; };
|
|
101 | 105 | D543F9C31C1498FB00D16A0C /* UITableView+ReuseIdentifierProtocol.swift */,
|
102 | 106 | D543F9C71C14995800D16A0C /* UIViewController+NibResource.swift */,
|
103 | 107 | D543F9C91C14998800D16A0C /* UIViewController+StoryboardSegueIdentifierProtocol.swift */,
|
| 108 | + D553F5861C44170E00885232 /* UIImage+ImageResource.swift */, |
104 | 109 | );
|
105 | 110 | path = UIKit;
|
106 | 111 | sourceTree = "<group>";
|
|
116 | 121 | D57E1EB61C3E482A00DDA68F /* StoryboardResource.swift */,
|
117 | 122 | D543F9BE1C14983100D16A0C /* StoryboardSegueIdentifierProtocol.swift */,
|
118 | 123 | D53F19231C229D7200AE2FAD /* Validatable.swift */,
|
| 124 | + D553F5841C44157000885232 /* ImageResource.swift */, |
119 | 125 | );
|
120 | 126 | path = Core;
|
121 | 127 | sourceTree = "<group>";
|
|
284 | 290 | D57E1EB91C3E4C1A00DDA68F /* StoryboardResourceWithInitialController+UIKit.swift in Sources */,
|
285 | 291 | D543F9BD1C14980600D16A0C /* ReuseIdentifierProtocol.swift in Sources */,
|
286 | 292 | D543F9C11C14984300D16A0C /* NibResource.swift in Sources */,
|
| 293 | + D553F5851C44157000885232 /* ImageResource.swift in Sources */, |
287 | 294 | D57E1EB51C3D774000DDA68F /* UIFont+FontResource.swift in Sources */,
|
288 | 295 | D5588CAB1C3F9DBE00912F97 /* UINib+NibResource.swift in Sources */,
|
| 296 | + D553F5871C44170E00885232 /* UIImage+ImageResource.swift in Sources */, |
289 | 297 | D543F9C61C14992000D16A0C /* UICollectionView+ReuseIdentifierProtocol.swift in Sources */,
|
290 | 298 | D543F9BF1C14983100D16A0C /* StoryboardSegueIdentifierProtocol.swift in Sources */,
|
291 | 299 | D543F9C81C14995800D16A0C /* UIViewController+NibResource.swift in Sources */,
|
|
0 commit comments