|
18 | 18 | 3A795A20169BF28B009CFF67 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 3A795A1F169BF28B009CFF67 /* [email protected] */; }; |
19 | 19 | 3A795A22169BF28B009CFF67 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 3A795A21169BF28B009CFF67 /* [email protected] */; }; |
20 | 20 | 3A795A25169BF28B009CFF67 /* CommonUtils.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 3A795A23169BF28B009CFF67 /* CommonUtils.xcdatamodeld */; }; |
| 21 | + 3A795A2E169BF2D6009CFF67 /* Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A795A2D169BF2D6009CFF67 /* Utils.m */; }; |
21 | 22 | /* End PBXBuildFile section */ |
22 | 23 |
|
23 | 24 | /* Begin PBXFileReference section */ |
|
36 | 37 | 3A795A1F169BF28B009CFF67 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = " [email protected]"; sourceTree = "<group>"; }; |
37 | 38 | 3A795A21169BF28B009CFF67 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = " [email protected]"; sourceTree = "<group>"; }; |
38 | 39 | 3A795A24169BF28B009CFF67 /* CommonUtils.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = CommonUtils.xcdatamodel; sourceTree = "<group>"; }; |
| 40 | + 3A795A2C169BF2D6009CFF67 /* Utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utils.h; sourceTree = "<group>"; }; |
| 41 | + 3A795A2D169BF2D6009CFF67 /* Utils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Utils.m; sourceTree = "<group>"; }; |
39 | 42 | /* End PBXFileReference section */ |
40 | 43 |
|
41 | 44 | /* Begin PBXFrameworksBuildPhase section */ |
|
84 | 87 | 3A795A11169BF28B009CFF67 /* CommonUtils */ = { |
85 | 88 | isa = PBXGroup; |
86 | 89 | children = ( |
| 90 | + 3A795A2B169BF298009CFF67 /* Utils */, |
87 | 91 | 3A795A1A169BF28B009CFF67 /* AppDelegate.h */, |
88 | 92 | 3A795A1B169BF28B009CFF67 /* AppDelegate.m */, |
89 | 93 | 3A795A23169BF28B009CFF67 /* CommonUtils.xcdatamodeld */, |
|
106 | 110 | name = "Supporting Files"; |
107 | 111 | sourceTree = "<group>"; |
108 | 112 | }; |
| 113 | + 3A795A2B169BF298009CFF67 /* Utils */ = { |
| 114 | + isa = PBXGroup; |
| 115 | + children = ( |
| 116 | + 3A795A2C169BF2D6009CFF67 /* Utils.h */, |
| 117 | + 3A795A2D169BF2D6009CFF67 /* Utils.m */, |
| 118 | + ); |
| 119 | + name = Utils; |
| 120 | + sourceTree = "<group>"; |
| 121 | + }; |
109 | 122 | /* End PBXGroup section */ |
110 | 123 |
|
111 | 124 | /* Begin PBXNativeTarget section */ |
|
174 | 187 | 3A795A18169BF28B009CFF67 /* main.m in Sources */, |
175 | 188 | 3A795A1C169BF28B009CFF67 /* AppDelegate.m in Sources */, |
176 | 189 | 3A795A25169BF28B009CFF67 /* CommonUtils.xcdatamodeld in Sources */, |
| 190 | + 3A795A2E169BF2D6009CFF67 /* Utils.m in Sources */, |
177 | 191 | ); |
178 | 192 | runOnlyForDeploymentPostprocessing = 0; |
179 | 193 | }; |
|
0 commit comments