|
19 | 19 | D543F9CC1C1499AB00D16A0C /* UIStoryboardSegue+StoryboardSegueIdentifierProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = D543F9CB1C1499AB00D16A0C /* UIStoryboardSegue+StoryboardSegueIdentifierProtocol.swift */; };
|
20 | 20 | D543F9CF1C149C0A00D16A0C /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D543F9CE1C149C0A00D16A0C /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift */; };
|
21 | 21 | D5588CAB1C3F9DBE00912F97 /* UINib+NibResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5588CAA1C3F9DBE00912F97 /* UINib+NibResource.swift */; };
|
| 22 | + D56DC7731C42B65C00623437 /* NSBundle+FileResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D56DC7721C42B65C00623437 /* NSBundle+FileResource.swift */; }; |
22 | 23 | D57E1EB31C3D762300DDA68F /* FontResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D57E1EB21C3D762300DDA68F /* FontResource.swift */; };
|
23 | 24 | D57E1EB51C3D774000DDA68F /* UIFont+FontResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D57E1EB41C3D774000DDA68F /* UIFont+FontResource.swift */; };
|
24 | 25 | D57E1EB71C3E482A00DDA68F /* StoryboardResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D57E1EB61C3E482A00DDA68F /* StoryboardResource.swift */; };
|
|
54 | 55 | D543F9CB1C1499AB00D16A0C /* UIStoryboardSegue+StoryboardSegueIdentifierProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIStoryboardSegue+StoryboardSegueIdentifierProtocol.swift"; sourceTree = "<group>"; };
|
55 | 56 | D543F9CE1C149C0A00D16A0C /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "TypedStoryboardSegueInfo+UIStoryboardSegue.swift"; sourceTree = "<group>"; };
|
56 | 57 | D5588CAA1C3F9DBE00912F97 /* UINib+NibResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UINib+NibResource.swift"; sourceTree = "<group>"; };
|
| 58 | + D56DC7721C42B65C00623437 /* NSBundle+FileResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSBundle+FileResource.swift"; sourceTree = "<group>"; }; |
57 | 59 | D57E1EB21C3D762300DDA68F /* FontResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FontResource.swift; sourceTree = "<group>"; };
|
58 | 60 | D57E1EB41C3D774000DDA68F /* UIFont+FontResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIFont+FontResource.swift"; sourceTree = "<group>"; };
|
59 | 61 | D57E1EB61C3E482A00DDA68F /* StoryboardResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StoryboardResource.swift; sourceTree = "<group>"; };
|
|
121 | 123 | path = Core;
|
122 | 124 | sourceTree = "<group>";
|
123 | 125 | };
|
| 126 | + D56DC7711C42B62E00623437 /* Foundation */ = { |
| 127 | + isa = PBXGroup; |
| 128 | + children = ( |
| 129 | + D56DC7721C42B65C00623437 /* NSBundle+FileResource.swift */, |
| 130 | + ); |
| 131 | + path = Foundation; |
| 132 | + sourceTree = "<group>"; |
| 133 | + }; |
124 | 134 | D59246441C117A54007F94C7 = {
|
125 | 135 | isa = PBXGroup;
|
126 | 136 | children = (
|
|
143 | 153 | isa = PBXGroup;
|
144 | 154 | children = (
|
145 | 155 | D543F9CD1C1499CF00D16A0C /* Core */,
|
| 156 | + D56DC7711C42B62E00623437 /* Foundation */, |
146 | 157 | D543F9C21C14987000D16A0C /* UIKit */,
|
147 | 158 | D59246511C117A55007F94C7 /* Rswift.h */,
|
148 | 159 | D59246531C117A55007F94C7 /* Info.plist */,
|
|
285 | 296 | D5E435A91C3CFB460091090C /* NibResource+UIKit.swift in Sources */,
|
286 | 297 | D543F9CF1C149C0A00D16A0C /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift in Sources */,
|
287 | 298 | D543F9C41C1498FB00D16A0C /* UITableView+ReuseIdentifierProtocol.swift in Sources */,
|
| 299 | + D56DC7731C42B65C00623437 /* NSBundle+FileResource.swift in Sources */, |
288 | 300 | D53F19241C229D7200AE2FAD /* Validatable.swift in Sources */,
|
289 | 301 | );
|
290 | 302 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments