|
|
@@ -38,17 +38,15 @@
|
|
|
7130B3F41900FB61000610D8 /* NewsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7130B3F31900FB61000610D8 /* NewsViewController.m */; };
|
|
|
71330C2018BCC4DA0048956C /* FunctionSelectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71330C1F18BCC4DA0048956C /* FunctionSelectViewController.m */; };
|
|
|
71375C8F18D96EDE00EBA026 /* TabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71375C8E18D96EDE00EBA026 /* TabBarController.m */; };
|
|
|
- 713AA79D191724A200B44092 /* openurltest.txt in Resources */ = {isa = PBXBuildFile; fileRef = 713AA79C191724A200B44092 /* openurltest.txt */; };
|
|
|
713AA7A1191736E600B44092 /* DocumentsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 713AA7A0191736E600B44092 /* DocumentsViewController.m */; };
|
|
|
713AA7A41917373600B44092 /* LocalDocumentsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 713AA7A31917373600B44092 /* LocalDocumentsViewController.m */; };
|
|
|
- 713AA7A91917833600B44092 /* PdfViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 713AA7A81917833600B44092 /* PdfViewController.m */; };
|
|
|
71406DCE18C36A52000914C4 /* TableCellBool.m in Sources */ = {isa = PBXBuildFile; fileRef = 71406DCD18C36A52000914C4 /* TableCellBool.m */; };
|
|
|
71406DD118C36A6E000914C4 /* TableCellDate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71406DD018C36A6E000914C4 /* TableCellDate.m */; };
|
|
|
714C39B81922FEE1004F045B /* NewsDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 714C39B71922FEE1004F045B /* NewsDetailViewController.m */; };
|
|
|
+ 714C39BF19234065004F045B /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 714C39C119234065004F045B /* Localizable.strings */; };
|
|
|
71514ED2191B7E2500009C00 /* AddressBookUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71514ED1191B7E2500009C00 /* AddressBookUI.framework */; };
|
|
|
716FF7921904ED2600ED6C3D /* NewsData.m in Sources */ = {isa = PBXBuildFile; fileRef = 716FF7911904ED2600ED6C3D /* NewsData.m */; };
|
|
|
716FF7951904FBC600ED6C3D /* NewsTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 716FF7941904FBC600ED6C3D /* NewsTableViewCell.m */; };
|
|
|
- 7170AAE218D7C999003B711C /* LocationDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7170AAE118D7C999003B711C /* LocationDetailViewController.m */; };
|
|
|
717D76EB18C7F8120070302D /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 717D76EA18C7F8120070302D /* Reachability.m */; };
|
|
|
717D772F18C84E3F0070302D /* PageData.m in Sources */ = {isa = PBXBuildFile; fileRef = 717D772E18C84E3F0070302D /* PageData.m */; };
|
|
|
718BE8B0190F9D970046EA6A /* MyAutocompleteView.m in Sources */ = {isa = PBXBuildFile; fileRef = 718BE8A7190F9D970046EA6A /* MyAutocompleteView.m */; };
|
|
|
@@ -163,26 +161,25 @@
|
|
|
71330C1F18BCC4DA0048956C /* FunctionSelectViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FunctionSelectViewController.m; sourceTree = "<group>"; };
|
|
|
71375C8D18D96EDE00EBA026 /* TabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TabBarController.h; sourceTree = "<group>"; };
|
|
|
71375C8E18D96EDE00EBA026 /* TabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TabBarController.m; sourceTree = "<group>"; };
|
|
|
- 713AA79C191724A200B44092 /* openurltest.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = openurltest.txt; sourceTree = "<group>"; };
|
|
|
713AA79F191736E600B44092 /* DocumentsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DocumentsViewController.h; sourceTree = "<group>"; };
|
|
|
713AA7A0191736E600B44092 /* DocumentsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DocumentsViewController.m; sourceTree = "<group>"; };
|
|
|
713AA7A21917373600B44092 /* LocalDocumentsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalDocumentsViewController.h; sourceTree = "<group>"; };
|
|
|
713AA7A31917373600B44092 /* LocalDocumentsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LocalDocumentsViewController.m; sourceTree = "<group>"; };
|
|
|
- 713AA7A71917833600B44092 /* PdfViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PdfViewController.h; sourceTree = "<group>"; };
|
|
|
- 713AA7A81917833600B44092 /* PdfViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PdfViewController.m; sourceTree = "<group>"; };
|
|
|
71406DCC18C36A52000914C4 /* TableCellBool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TableCellBool.h; sourceTree = "<group>"; };
|
|
|
71406DCD18C36A52000914C4 /* TableCellBool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableCellBool.m; sourceTree = "<group>"; };
|
|
|
71406DCF18C36A6E000914C4 /* TableCellDate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TableCellDate.h; sourceTree = "<group>"; };
|
|
|
71406DD018C36A6E000914C4 /* TableCellDate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableCellDate.m; sourceTree = "<group>"; };
|
|
|
714C39B61922FEE1004F045B /* NewsDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewsDetailViewController.h; sourceTree = "<group>"; };
|
|
|
714C39B71922FEE1004F045B /* NewsDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewsDetailViewController.m; sourceTree = "<group>"; };
|
|
|
+ 714C39BB19233B67004F045B /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main_iPhone.strings"; sourceTree = "<group>"; };
|
|
|
+ 714C39BC19233B68004F045B /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
|
|
|
+ 714C39C019234065004F045B /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
+ 714C39C31923406F004F045B /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
|
|
|
71514ED1191B7E2500009C00 /* AddressBookUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBookUI.framework; path = System/Library/Frameworks/AddressBookUI.framework; sourceTree = SDKROOT; };
|
|
|
716FF7901904ED2600ED6C3D /* NewsData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewsData.h; sourceTree = "<group>"; };
|
|
|
716FF7911904ED2600ED6C3D /* NewsData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewsData.m; sourceTree = "<group>"; };
|
|
|
716FF7931904FBC600ED6C3D /* NewsTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewsTableViewCell.h; sourceTree = "<group>"; };
|
|
|
716FF7941904FBC600ED6C3D /* NewsTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewsTableViewCell.m; sourceTree = "<group>"; };
|
|
|
- 7170AAE018D7C999003B711C /* LocationDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocationDetailViewController.h; sourceTree = "<group>"; };
|
|
|
- 7170AAE118D7C999003B711C /* LocationDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LocationDetailViewController.m; sourceTree = "<group>"; };
|
|
|
717D76E918C7F8120070302D /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
|
|
|
717D76EA18C7F8120070302D /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = "<group>"; };
|
|
|
717D772D18C84E3F0070302D /* PageData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PageData.h; sourceTree = "<group>"; };
|
|
|
@@ -347,8 +344,6 @@
|
|
|
713AA7A0191736E600B44092 /* DocumentsViewController.m */,
|
|
|
713AA7A21917373600B44092 /* LocalDocumentsViewController.h */,
|
|
|
713AA7A31917373600B44092 /* LocalDocumentsViewController.m */,
|
|
|
- 713AA7A71917833600B44092 /* PdfViewController.h */,
|
|
|
- 713AA7A81917833600B44092 /* PdfViewController.m */,
|
|
|
);
|
|
|
name = documents;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -411,8 +406,6 @@
|
|
|
children = (
|
|
|
7120DD0218BE273900E7546F /* LocationViewController.h */,
|
|
|
7120DD0318BE273900E7546F /* LocationViewController.m */,
|
|
|
- 7170AAE018D7C999003B711C /* LocationDetailViewController.h */,
|
|
|
- 7170AAE118D7C999003B711C /* LocationDetailViewController.m */,
|
|
|
);
|
|
|
name = Location;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -658,7 +651,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
71DA74A718BDDFB5003B46A6 /* about.htm */,
|
|
|
- 713AA79C191724A200B44092 /* openurltest.txt */,
|
|
|
+ 714C39C119234065004F045B /* Localizable.strings */,
|
|
|
);
|
|
|
name = resource;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -761,10 +754,10 @@
|
|
|
files = (
|
|
|
719EF8FF18BB839F00EFFF5F /* Images.xcassets in Resources */,
|
|
|
719EF8F418BB839F00EFFF5F /* Main_iPhone.storyboard in Resources */,
|
|
|
- 713AA79D191724A200B44092 /* openurltest.txt in Resources */,
|
|
|
71286AB518C70061001FDF43 /* LICENSE in Resources */,
|
|
|
7120DCE918BE25B000E7546F /* GoogleMaps.bundle in Resources */,
|
|
|
71DA74A818BDDFB5003B46A6 /* about.htm in Resources */,
|
|
|
+ 714C39BF19234065004F045B /* Localizable.strings in Resources */,
|
|
|
71286AB918C70061001FDF43 /* README.md in Resources */,
|
|
|
719EF8EB18BB839F00EFFF5F /* InfoPlist.strings in Resources */,
|
|
|
);
|
|
|
@@ -800,7 +793,6 @@
|
|
|
712CBA0318CF38DB00C61394 /* RTLabel.m in Sources */,
|
|
|
71CEE3D718CC559B00052C63 /* ApexMobileNavigationController.m in Sources */,
|
|
|
71BA50371908F21500D0BD31 /* HistoryData.m in Sources */,
|
|
|
- 713AA7A91917833600B44092 /* PdfViewController.m in Sources */,
|
|
|
71A541D418D151C70017E2BD /* WebViewController.m in Sources */,
|
|
|
71330C2018BCC4DA0048956C /* FunctionSelectViewController.m in Sources */,
|
|
|
718BE8B4190F9D970046EA6A /* MySuggestion.m in Sources */,
|
|
|
@@ -820,7 +812,6 @@
|
|
|
719E7E3018C015D0003408FF /* ApexMobileNetwork.m in Sources */,
|
|
|
719EF8F118BB839F00EFFF5F /* ApexMobileAppDelegate.m in Sources */,
|
|
|
714C39B81922FEE1004F045B /* NewsDetailViewController.m in Sources */,
|
|
|
- 7170AAE218D7C999003B711C /* LocationDetailViewController.m in Sources */,
|
|
|
712A301318CFEF550022E6E6 /* CustomizeFieldViewController.m in Sources */,
|
|
|
716FF7921904ED2600ED6C3D /* NewsData.m in Sources */,
|
|
|
71F67CF619063612004E8462 /* ApexHistoryViewController.m in Sources */,
|
|
|
@@ -873,10 +864,20 @@
|
|
|
/* End PBXTargetDependency section */
|
|
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
|
+ 714C39C119234065004F045B /* Localizable.strings */ = {
|
|
|
+ isa = PBXVariantGroup;
|
|
|
+ children = (
|
|
|
+ 714C39C019234065004F045B /* Base */,
|
|
|
+ 714C39C31923406F004F045B /* zh-Hans */,
|
|
|
+ );
|
|
|
+ name = Localizable.strings;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
719EF8E918BB839F00EFFF5F /* InfoPlist.strings */ = {
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|
|
|
719EF8EA18BB839F00EFFF5F /* en */,
|
|
|
+ 714C39BC19233B68004F045B /* zh-Hans */,
|
|
|
);
|
|
|
name = InfoPlist.strings;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -885,6 +886,7 @@
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|
|
|
719EF8F318BB839F00EFFF5F /* Base */,
|
|
|
+ 714C39BB19233B67004F045B /* zh-Hans */,
|
|
|
);
|
|
|
name = Main_iPhone.storyboard;
|
|
|
sourceTree = "<group>";
|