|
23 | 23 | 0331CCCC16D3F87A0037911A /* ResponseC.json in Resources */ = {isa = PBXBuildFile; fileRef = 0331CCCB16D3F87A0037911A /* ResponseC.json */; };
|
24 | 24 | 0331CCD016D3F8BB0037911A /* ResponseD.json in Resources */ = {isa = PBXBuildFile; fileRef = 0331CCCF16D3F8BB0037911A /* ResponseD.json */; };
|
25 | 25 | 0331CCD216D3F8CB0037911A /* ResponseE.json in Resources */ = {isa = PBXBuildFile; fileRef = 0331CCD116D3F8CA0037911A /* ResponseE.json */; };
|
| 26 | + 0389943A16E1082D009275E8 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 0389943816E1082D009275E8 /* Icon.png */; }; |
| 27 | + 0389943B16E1082D009275E8 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0389943916E1082D009275E8 /* Icon@2x.png */; }; |
26 | 28 | D1A960CA1CD295B23407E722 /* CTCFloatTypeValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = D1A960AB8D8D5F2608D1D05C /* CTCFloatTypeValidator.m */; };
|
27 | 29 | D1A9612D29BDD99669FA0318 /* CTCDateTypeValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = D1A96B13B681A0BF8B33277F /* CTCDateTypeValidator.m */; };
|
28 | 30 | D1A961558ADE642EBB7A278D /* CTCStation.m in Sources */ = {isa = PBXBuildFile; fileRef = D1A96109D2CD25E51B9DC18F /* CTCStation.m */; };
|
|
64 | 66 | 0331CCCB16D3F87A0037911A /* ResponseC.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = ResponseC.json; sourceTree = "<group>"; };
|
65 | 67 | 0331CCCF16D3F8BB0037911A /* ResponseD.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = ResponseD.json; sourceTree = "<group>"; };
|
66 | 68 | 0331CCD116D3F8CA0037911A /* ResponseE.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = ResponseE.json; sourceTree = "<group>"; };
|
| 69 | + 0389943816E1082D009275E8 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; }; |
| 70 | + 0389943916E1082D009275E8 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; }; |
67 | 71 | D1A960242C2D383AC3DEAC1C /* CTCIntegerTypeValidator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CTCIntegerTypeValidator.h; sourceTree = "<group>"; };
|
68 | 72 | D1A9603D974FAEAA5655C472 /* CTCDictionaryTypeValidator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CTCDictionaryTypeValidator.h; sourceTree = "<group>"; };
|
69 | 73 | D1A9608DF3D8068F64698BC3 /* CTCUnsignedIntegerTypeValidator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CTCUnsignedIntegerTypeValidator.h; sourceTree = "<group>"; };
|
|
156 | 160 | 0331CCCF16D3F8BB0037911A /* ResponseD.json */,
|
157 | 161 | 0331CCD116D3F8CA0037911A /* ResponseE.json */,
|
158 | 162 | D1A9640FB1434F9E98A40B64 /* Model */,
|
| 163 | + 0389943316E1059C009275E8 /* Images */, |
159 | 164 | 0331CC0816D2BC330037911A /* Supporting Files */,
|
160 | 165 | );
|
161 | 166 | path = "KVC Validation Pattern";
|
|
168 | 173 | 0331CC0A16D2BC330037911A /* InfoPlist.strings */,
|
169 | 174 | 0331CC0D16D2BC330037911A /* main.m */,
|
170 | 175 | 0331CC0F16D2BC330037911A /* KVC Validation Pattern-Prefix.pch */,
|
| 176 | + ); |
| 177 | + name = "Supporting Files"; |
| 178 | + sourceTree = "<group>"; |
| 179 | + }; |
| 180 | + 0389943316E1059C009275E8 /* Images */ = { |
| 181 | + isa = PBXGroup; |
| 182 | + children = ( |
| 183 | + 0389943816E1082D009275E8 /* Icon.png */, |
| 184 | + 0389943916E1082D009275E8 /* Icon@2x.png */, |
171 | 185 | 0331CC1316D2BC340037911A /* Default.png */,
|
172 | 186 | 0331CC1516D2BC340037911A /* Default@2x.png */,
|
173 | 187 | 0331CC1716D2BC340037911A /* Default-568h@2x.png */,
|
174 | 188 | );
|
175 |
| - name = "Supporting Files"; |
| 189 | + name = Images; |
176 | 190 | sourceTree = "<group>";
|
177 | 191 | };
|
178 | 192 | D1A9640FB1434F9E98A40B64 /* Model */ = {
|
|
287 | 301 | 0331CCCC16D3F87A0037911A /* ResponseC.json in Resources */,
|
288 | 302 | 0331CCD016D3F8BB0037911A /* ResponseD.json in Resources */,
|
289 | 303 | 0331CCD216D3F8CB0037911A /* ResponseE.json in Resources */,
|
| 304 | + 0389943A16E1082D009275E8 /* Icon.png in Resources */, |
| 305 | + 0389943B16E1082D009275E8 /* Icon@2x.png in Resources */, |
290 | 306 | );
|
291 | 307 | runOnlyForDeploymentPostprocessing = 0;
|
292 | 308 | };
|
|
0 commit comments