|
@@ -44,6 +44,7 @@
|
|
|
7197D41A1FBC1BE80063EFBB /* Detail.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7197D4191FBC1BE80063EFBB /* Detail.storyboard */; };
|
|
7197D41A1FBC1BE80063EFBB /* Detail.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7197D4191FBC1BE80063EFBB /* Detail.storyboard */; };
|
|
|
7197D41C1FBD1CD60063EFBB /* kv.json in Resources */ = {isa = PBXBuildFile; fileRef = 7197D41B1FBD1CD60063EFBB /* kv.json */; };
|
|
7197D41C1FBD1CD60063EFBB /* kv.json in Resources */ = {isa = PBXBuildFile; fileRef = 7197D41B1FBD1CD60063EFBB /* kv.json */; };
|
|
|
7197D41F1FBD2EA60063EFBB /* LineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7197D41E1FBD2EA60063EFBB /* LineView.m */; };
|
|
7197D41F1FBD2EA60063EFBB /* LineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7197D41E1FBD2EA60063EFBB /* LineView.m */; };
|
|
|
|
|
+ 7197D4211FBEADCB0063EFBB /* orderdetail.json in Resources */ = {isa = PBXBuildFile; fileRef = 7197D4201FBEADCB0063EFBB /* orderdetail.json */; };
|
|
|
71CB70B41FA1CCDB009FDCB7 /* server.json in Resources */ = {isa = PBXBuildFile; fileRef = 71CB70B31FA1CCDB009FDCB7 /* server.json */; };
|
|
71CB70B41FA1CCDB009FDCB7 /* server.json in Resources */ = {isa = PBXBuildFile; fileRef = 71CB70B31FA1CCDB009FDCB7 /* server.json */; };
|
|
|
71E9F6C81F8C5CCB0052C78E /* NetworkUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71E9F6C61F8C5CCA0052C78E /* NetworkUtils.m */; };
|
|
71E9F6C81F8C5CCB0052C78E /* NetworkUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71E9F6C61F8C5CCA0052C78E /* NetworkUtils.m */; };
|
|
|
71F3A9A21F5F8E22001036C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9A11F5F8E22001036C8 /* main.m */; };
|
|
71F3A9A21F5F8E22001036C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9A11F5F8E22001036C8 /* main.m */; };
|
|
@@ -179,6 +180,7 @@
|
|
|
7197D41B1FBD1CD60063EFBB /* kv.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = kv.json; sourceTree = "<group>"; };
|
|
7197D41B1FBD1CD60063EFBB /* kv.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = kv.json; sourceTree = "<group>"; };
|
|
|
7197D41D1FBD2EA60063EFBB /* LineView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = LineView.h; path = ../../../common/detail/LineView.h; sourceTree = "<group>"; };
|
|
7197D41D1FBD2EA60063EFBB /* LineView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = LineView.h; path = ../../../common/detail/LineView.h; sourceTree = "<group>"; };
|
|
|
7197D41E1FBD2EA60063EFBB /* LineView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = LineView.m; path = ../../../common/detail/LineView.m; sourceTree = "<group>"; };
|
|
7197D41E1FBD2EA60063EFBB /* LineView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = LineView.m; path = ../../../common/detail/LineView.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 7197D4201FBEADCB0063EFBB /* orderdetail.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = orderdetail.json; sourceTree = "<group>"; };
|
|
|
71CB70B01FA1BA5E009FDCB7 /* data.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = data.json; sourceTree = "<group>"; };
|
|
71CB70B01FA1BA5E009FDCB7 /* data.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = data.json; sourceTree = "<group>"; };
|
|
|
71CB70B11FA1BA5E009FDCB7 /* layout.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = layout.json; sourceTree = "<group>"; };
|
|
71CB70B11FA1BA5E009FDCB7 /* layout.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = layout.json; sourceTree = "<group>"; };
|
|
|
71CB70B31FA1CCDB009FDCB7 /* server.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = server.json; sourceTree = "<group>"; };
|
|
71CB70B31FA1CCDB009FDCB7 /* server.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = server.json; sourceTree = "<group>"; };
|
|
@@ -566,6 +568,7 @@
|
|
|
71FF602E1FA8449C00C5523A /* predef_query.json */,
|
|
71FF602E1FA8449C00C5523A /* predef_query.json */,
|
|
|
7197D4091FB58E530063EFBB /* search_ui.json */,
|
|
7197D4091FB58E530063EFBB /* search_ui.json */,
|
|
|
7197D41B1FBD1CD60063EFBB /* kv.json */,
|
|
7197D41B1FBD1CD60063EFBB /* kv.json */,
|
|
|
|
|
+ 7197D4201FBEADCB0063EFBB /* orderdetail.json */,
|
|
|
);
|
|
);
|
|
|
name = "fake data";
|
|
name = "fake data";
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -928,6 +931,7 @@
|
|
|
42DFAE7B1F9B2CE6009AFCCC /* Phone_Switch_Cell.xib in Resources */,
|
|
42DFAE7B1F9B2CE6009AFCCC /* Phone_Switch_Cell.xib in Resources */,
|
|
|
71F3A9AB1F5F8E22001036C8 /* Main.storyboard in Resources */,
|
|
71F3A9AB1F5F8E22001036C8 /* Main.storyboard in Resources */,
|
|
|
71F3A9C91F5FA11F001036C8 /* login.json in Resources */,
|
|
71F3A9C91F5FA11F001036C8 /* login.json in Resources */,
|
|
|
|
|
+ 7197D4211FBEADCB0063EFBB /* orderdetail.json in Resources */,
|
|
|
71F3AA361F612369001036C8 /* CommonEditor.storyboard in Resources */,
|
|
71F3AA361F612369001036C8 /* CommonEditor.storyboard in Resources */,
|
|
|
71FF602F1FA8449C00C5523A /* predef_query.json in Resources */,
|
|
71FF602F1FA8449C00C5523A /* predef_query.json in Resources */,
|
|
|
71F3AA081F5FDDFE001036C8 /* LICENSE in Resources */,
|
|
71F3AA081F5FDDFE001036C8 /* LICENSE in Resources */,
|