|
19 | 19 | A49131391BCA8C0800511F97 /* AdvertInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = A49131381BCA8C0800511F97 /* AdvertInfo.m */; settings = {ASSET_TAGS = (); }; };
|
20 | 20 | A491313C1BCA8E8100511F97 /* ColumnInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = A491313B1BCA8E8100511F97 /* ColumnInfo.m */; settings = {ASSET_TAGS = (); }; };
|
21 | 21 | A491313F1BCA8EE000511F97 /* NewsInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = A491313E1BCA8EE000511F97 /* NewsInfo.m */; settings = {ASSET_TAGS = (); }; };
|
| 22 | + A49131441BCA97DD00511F97 /* BaseOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A49131431BCA97DD00511F97 /* BaseOperation.m */; settings = {ASSET_TAGS = (); }; }; |
| 23 | + A49131471BCAB12F00511F97 /* GetAdvert.m in Sources */ = {isa = PBXBuildFile; fileRef = A49131461BCAB12F00511F97 /* GetAdvert.m */; settings = {ASSET_TAGS = (); }; }; |
| 24 | + A491314A1BCAB1D600511F97 /* GetColumn.m in Sources */ = {isa = PBXBuildFile; fileRef = A49131491BCAB1D600511F97 /* GetColumn.m */; settings = {ASSET_TAGS = (); }; }; |
| 25 | + A491314D1BCAB29500511F97 /* GetNews.m in Sources */ = {isa = PBXBuildFile; fileRef = A491314C1BCAB29500511F97 /* GetNews.m */; settings = {ASSET_TAGS = (); }; }; |
22 | 26 | A4C75B991BC80C08004264AA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A4C75B981BC80C08004264AA /* main.m */; };
|
23 | 27 | A4C75B9C1BC80C08004264AA /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A4C75B9B1BC80C08004264AA /* AppDelegate.m */; };
|
24 | 28 | A4C75B9F1BC80C08004264AA /* HomeController.m in Sources */ = {isa = PBXBuildFile; fileRef = A4C75B9E1BC80C08004264AA /* HomeController.m */; };
|
|
48 | 52 | A491313B1BCA8E8100511F97 /* ColumnInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ColumnInfo.m; sourceTree = "<group>"; };
|
49 | 53 | A491313D1BCA8EE000511F97 /* NewsInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewsInfo.h; sourceTree = "<group>"; };
|
50 | 54 | A491313E1BCA8EE000511F97 /* NewsInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewsInfo.m; sourceTree = "<group>"; };
|
| 55 | + A49131401BCA971400511F97 /* UrlDefines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UrlDefines.h; sourceTree = "<group>"; }; |
| 56 | + A49131421BCA97DD00511F97 /* BaseOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseOperation.h; sourceTree = "<group>"; }; |
| 57 | + A49131431BCA97DD00511F97 /* BaseOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseOperation.m; sourceTree = "<group>"; }; |
| 58 | + A49131451BCAB12F00511F97 /* GetAdvert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GetAdvert.h; sourceTree = "<group>"; }; |
| 59 | + A49131461BCAB12F00511F97 /* GetAdvert.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GetAdvert.m; sourceTree = "<group>"; }; |
| 60 | + A49131481BCAB1D600511F97 /* GetColumn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GetColumn.h; sourceTree = "<group>"; }; |
| 61 | + A49131491BCAB1D600511F97 /* GetColumn.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GetColumn.m; sourceTree = "<group>"; }; |
| 62 | + A491314B1BCAB29500511F97 /* GetNews.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GetNews.h; sourceTree = "<group>"; }; |
| 63 | + A491314C1BCAB29500511F97 /* GetNews.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GetNews.m; sourceTree = "<group>"; }; |
51 | 64 | A4C75B941BC80C08004264AA /* NewsReader.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NewsReader.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
52 | 65 | A4C75B981BC80C08004264AA /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
53 | 66 | A4C75B9A1BC80C08004264AA /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
87 | 100 | path = JSONFramework;
|
88 | 101 | sourceTree = "<group>";
|
89 | 102 | };
|
| 103 | + A49131411BCA979A00511F97 /* Operation */ = { |
| 104 | + isa = PBXGroup; |
| 105 | + children = ( |
| 106 | + A49131421BCA97DD00511F97 /* BaseOperation.h */, |
| 107 | + A49131431BCA97DD00511F97 /* BaseOperation.m */, |
| 108 | + A49131451BCAB12F00511F97 /* GetAdvert.h */, |
| 109 | + A49131461BCAB12F00511F97 /* GetAdvert.m */, |
| 110 | + A49131481BCAB1D600511F97 /* GetColumn.h */, |
| 111 | + A49131491BCAB1D600511F97 /* GetColumn.m */, |
| 112 | + A491314B1BCAB29500511F97 /* GetNews.h */, |
| 113 | + A491314C1BCAB29500511F97 /* GetNews.m */, |
| 114 | + ); |
| 115 | + path = Operation; |
| 116 | + sourceTree = "<group>"; |
| 117 | + }; |
90 | 118 | A4C75B8B1BC80C08004264AA = {
|
91 | 119 | isa = PBXGroup;
|
92 | 120 | children = (
|
|
107 | 135 | A4C75B961BC80C08004264AA /* NewsReader */ = {
|
108 | 136 | isa = PBXGroup;
|
109 | 137 | children = (
|
| 138 | + A49131411BCA979A00511F97 /* Operation */, |
110 | 139 | A4C75BB51BC80C83004264AA /* Global */,
|
111 | 140 | A4C75BB41BC80C72004264AA /* Controller */,
|
112 | 141 | A4C75BB31BC80C6A004264AA /* Model */,
|
|
200 | 229 | isa = PBXGroup;
|
201 | 230 | children = (
|
202 | 231 | A49131331BCA5D4500511F97 /* Defines.h */,
|
| 232 | + A49131401BCA971400511F97 /* UrlDefines.h */, |
203 | 233 | );
|
204 | 234 | path = Global;
|
205 | 235 | sourceTree = "<group>";
|
|
283 | 313 | isa = PBXSourcesBuildPhase;
|
284 | 314 | buildActionMask = 2147483647;
|
285 | 315 | files = (
|
| 316 | + A491314D1BCAB29500511F97 /* GetNews.m in Sources */, |
286 | 317 | A49131301BCA531C00511F97 /* JsonParser.m in Sources */,
|
287 | 318 | A4C75B9F1BC80C08004264AA /* HomeController.m in Sources */,
|
288 | 319 | A49131361BCA63F600511F97 /* BaseInfo.m in Sources */,
|
289 | 320 | A4C75B9C1BC80C08004264AA /* AppDelegate.m in Sources */,
|
| 321 | + A491314A1BCAB1D600511F97 /* GetColumn.m in Sources */, |
| 322 | + A49131441BCA97DD00511F97 /* BaseOperation.m in Sources */, |
290 | 323 | 89E2C3AF1BC92518001C1D01 /* README.md in Sources */,
|
291 | 324 | A491313C1BCA8E8100511F97 /* ColumnInfo.m in Sources */,
|
292 | 325 | A4C75B991BC80C08004264AA /* main.m in Sources */,
|
| 326 | + A49131471BCAB12F00511F97 /* GetAdvert.m in Sources */, |
293 | 327 | A49131321BCA531C00511F97 /* JsonWriter.m in Sources */,
|
294 | 328 | A491312F1BCA531C00511F97 /* JsonBase.m in Sources */,
|
295 | 329 | A49131311BCA531C00511F97 /* JsonUtility.m in Sources */,
|
|
0 commit comments