project.pbxproj 77 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 711BA6C1191E0525002EDE6F /* MessageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 711BA6C0191E0525002EDE6F /* MessageViewController.m */; };
  10. 711BA6C4191E0553002EDE6F /* MessageItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 711BA6C3191E0553002EDE6F /* MessageItem.m */; };
  11. 711DC6B218C30A4800FB1749 /* TableCellEdit.m in Sources */ = {isa = PBXBuildFile; fileRef = 711DC6B118C30A4800FB1749 /* TableCellEdit.m */; };
  12. 7120DCE718BE255000E7546F /* GoogleMaps.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7120DCE618BE255000E7546F /* GoogleMaps.framework */; };
  13. 7120DCE918BE25B000E7546F /* GoogleMaps.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 7120DCE818BE25B000E7546F /* GoogleMaps.bundle */; };
  14. 7120DCEB18BE25CE00E7546F /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7120DCEA18BE25CE00E7546F /* AVFoundation.framework */; };
  15. 7120DCED18BE25DA00E7546F /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7120DCEC18BE25DA00E7546F /* CoreData.framework */; };
  16. 7120DCEF18BE25E500E7546F /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7120DCEE18BE25E500E7546F /* CoreLocation.framework */; };
  17. 7120DCF118BE25F500E7546F /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7120DCF018BE25F500E7546F /* CoreText.framework */; };
  18. 7120DCF318BE260700E7546F /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7120DCF218BE260700E7546F /* GLKit.framework */; };
  19. 7120DCF518BE261500E7546F /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7120DCF418BE261500E7546F /* ImageIO.framework */; };
  20. 7120DCF718BE262300E7546F /* libc++.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7120DCF618BE262300E7546F /* libc++.dylib */; };
  21. 7120DCF918BE262E00E7546F /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7120DCF818BE262E00E7546F /* libicucore.dylib */; };
  22. 7120DCFB18BE263800E7546F /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7120DCFA18BE263800E7546F /* libz.dylib */; };
  23. 7120DCFD18BE264300E7546F /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7120DCFC18BE264300E7546F /* OpenGLES.framework */; };
  24. 7120DCFF18BE265100E7546F /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7120DCFE18BE265100E7546F /* QuartzCore.framework */; };
  25. 7120DD0118BE266000E7546F /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7120DD0018BE266000E7546F /* SystemConfiguration.framework */; };
  26. 7120DD0418BE273900E7546F /* LocationViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7120DD0318BE273900E7546F /* LocationViewController.m */; };
  27. 71286AB418C70061001FDF43 /* AESCrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = 71286AAB18C70061001FDF43 /* AESCrypt.m */; };
  28. 71286AB518C70061001FDF43 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 71286AAC18C70061001FDF43 /* LICENSE */; };
  29. 71286AB618C70061001FDF43 /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 71286AAE18C70061001FDF43 /* NSData+Base64.m */; };
  30. 71286AB718C70061001FDF43 /* NSData+CommonCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 71286AB018C70061001FDF43 /* NSData+CommonCrypto.m */; };
  31. 71286AB818C70061001FDF43 /* NSString+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 71286AB218C70061001FDF43 /* NSString+Base64.m */; };
  32. 71286AB918C70061001FDF43 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 71286AB318C70061001FDF43 /* README.md */; };
  33. 712A301318CFEF550022E6E6 /* CustomizeFieldViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 712A301218CFEF550022E6E6 /* CustomizeFieldViewController.m */; };
  34. 712CBA0318CF38DB00C61394 /* RTLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 712CBA0218CF38DB00C61394 /* RTLabel.m */; };
  35. 71308AF7191E7B0E0024B2B0 /* MessageDetailItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 71308AF6191E7B0E0024B2B0 /* MessageDetailItem.m */; };
  36. 71308AFA191E7B2A0024B2B0 /* MessageDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71308AF9191E7B2A0024B2B0 /* MessageDetailViewController.m */; };
  37. 7130B3F41900FB61000610D8 /* NewsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7130B3F31900FB61000610D8 /* NewsViewController.m */; };
  38. 71330C2018BCC4DA0048956C /* FunctionSelectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71330C1F18BCC4DA0048956C /* FunctionSelectViewController.m */; };
  39. 71375C8F18D96EDE00EBA026 /* TabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71375C8E18D96EDE00EBA026 /* TabBarController.m */; };
  40. 713AA79D191724A200B44092 /* openurltest.txt in Resources */ = {isa = PBXBuildFile; fileRef = 713AA79C191724A200B44092 /* openurltest.txt */; };
  41. 713AA7A1191736E600B44092 /* DocumentsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 713AA7A0191736E600B44092 /* DocumentsViewController.m */; };
  42. 713AA7A41917373600B44092 /* LocalDocumentsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 713AA7A31917373600B44092 /* LocalDocumentsViewController.m */; };
  43. 713AA7A91917833600B44092 /* PdfViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 713AA7A81917833600B44092 /* PdfViewController.m */; };
  44. 71406DCE18C36A52000914C4 /* TableCellBool.m in Sources */ = {isa = PBXBuildFile; fileRef = 71406DCD18C36A52000914C4 /* TableCellBool.m */; };
  45. 71406DD118C36A6E000914C4 /* TableCellDate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71406DD018C36A6E000914C4 /* TableCellDate.m */; };
  46. 714C39B81922FEE1004F045B /* NewsDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 714C39B71922FEE1004F045B /* NewsDetailViewController.m */; };
  47. 71514ED2191B7E2500009C00 /* AddressBookUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71514ED1191B7E2500009C00 /* AddressBookUI.framework */; };
  48. 716FF7921904ED2600ED6C3D /* NewsData.m in Sources */ = {isa = PBXBuildFile; fileRef = 716FF7911904ED2600ED6C3D /* NewsData.m */; };
  49. 716FF7951904FBC600ED6C3D /* NewsTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 716FF7941904FBC600ED6C3D /* NewsTableViewCell.m */; };
  50. 7170AAE218D7C999003B711C /* LocationDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7170AAE118D7C999003B711C /* LocationDetailViewController.m */; };
  51. 717D76EB18C7F8120070302D /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 717D76EA18C7F8120070302D /* Reachability.m */; };
  52. 717D772F18C84E3F0070302D /* PageData.m in Sources */ = {isa = PBXBuildFile; fileRef = 717D772E18C84E3F0070302D /* PageData.m */; };
  53. 718BE8B0190F9D970046EA6A /* MyAutocompleteView.m in Sources */ = {isa = PBXBuildFile; fileRef = 718BE8A7190F9D970046EA6A /* MyAutocompleteView.m */; };
  54. 718BE8B2190F9D970046EA6A /* MyAutocompleteItemsSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 718BE8AB190F9D970046EA6A /* MyAutocompleteItemsSource.m */; };
  55. 718BE8B3190F9D970046EA6A /* MyAutocompletionCellFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 718BE8AD190F9D970046EA6A /* MyAutocompletionCellFactory.m */; };
  56. 718BE8B4190F9D970046EA6A /* MySuggestion.m in Sources */ = {isa = PBXBuildFile; fileRef = 718BE8AF190F9D970046EA6A /* MySuggestion.m */; };
  57. 71951E6F18C6A9A5005024BD /* TouchLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71951E6E18C6A9A5005024BD /* TouchLabel.m */; };
  58. 719A51A518C5A4AF0080C075 /* SimpleGrid.m in Sources */ = {isa = PBXBuildFile; fileRef = 719A51A418C5A4AF0080C075 /* SimpleGrid.m */; };
  59. 719A51A918C5A5D30080C075 /* SimpleGridDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 719A51A818C5A5D30080C075 /* SimpleGridDataSource.m */; };
  60. 719A51B418C5A8100080C075 /* ResultViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 719A51B318C5A8100080C075 /* ResultViewController.m */; };
  61. 719A51BA18C5AB7B0080C075 /* SimpleGridComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 719A51B918C5AB7B0080C075 /* SimpleGridComponent.m */; };
  62. 719BEC1718FFAB7B00DFE987 /* ToolsPanelViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 719BEC1618FFAB7B00DFE987 /* ToolsPanelViewController.m */; };
  63. 719E7E3018C015D0003408FF /* ApexMobileNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 719E7E2F18C015D0003408FF /* ApexMobileNetwork.m */; };
  64. 719E7E3318C0368A003408FF /* ApexMobileDB.m in Sources */ = {isa = PBXBuildFile; fileRef = 719E7E3218C0368A003408FF /* ApexMobileDB.m */; };
  65. 719E7E3518C0395E003408FF /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 719E7E3418C0395E003408FF /* libsqlite3.dylib */; };
  66. 719EF8E118BB839F00EFFF5F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 719EF8E018BB839F00EFFF5F /* Foundation.framework */; };
  67. 719EF8E318BB839F00EFFF5F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 719EF8E218BB839F00EFFF5F /* CoreGraphics.framework */; };
  68. 719EF8E518BB839F00EFFF5F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 719EF8E418BB839F00EFFF5F /* UIKit.framework */; };
  69. 719EF8EB18BB839F00EFFF5F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 719EF8E918BB839F00EFFF5F /* InfoPlist.strings */; };
  70. 719EF8ED18BB839F00EFFF5F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 719EF8EC18BB839F00EFFF5F /* main.m */; };
  71. 719EF8F118BB839F00EFFF5F /* ApexMobileAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 719EF8F018BB839F00EFFF5F /* ApexMobileAppDelegate.m */; };
  72. 719EF8F418BB839F00EFFF5F /* Main_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 719EF8F218BB839F00EFFF5F /* Main_iPhone.storyboard */; };
  73. 719EF8FA18BB839F00EFFF5F /* ApexMobileFirstViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 719EF8F918BB839F00EFFF5F /* ApexMobileFirstViewController.m */; };
  74. 719EF8FD18BB839F00EFFF5F /* ApexMobileSecondViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 719EF8FC18BB839F00EFFF5F /* ApexMobileSecondViewController.m */; };
  75. 719EF8FF18BB839F00EFFF5F /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 719EF8FE18BB839F00EFFF5F /* Images.xcassets */; };
  76. 719EF90618BB839F00EFFF5F /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 719EF90518BB839F00EFFF5F /* XCTest.framework */; };
  77. 719EF90718BB839F00EFFF5F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 719EF8E018BB839F00EFFF5F /* Foundation.framework */; };
  78. 719EF90818BB839F00EFFF5F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 719EF8E418BB839F00EFFF5F /* UIKit.framework */; };
  79. 719EF91018BB839F00EFFF5F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 719EF90E18BB839F00EFFF5F /* InfoPlist.strings */; };
  80. 719EF91218BB839F00EFFF5F /* Apex_MobileTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 719EF91118BB839F00EFFF5F /* Apex_MobileTests.m */; };
  81. 71A003FC18D680560057CDFD /* RetrievePasswordViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A003FB18D680560057CDFD /* RetrievePasswordViewController.m */; };
  82. 71A003FF18D6BFB40057CDFD /* ChangePasswordViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A003FE18D6BFB40057CDFD /* ChangePasswordViewController.m */; };
  83. 71A01D7918C9AE77003307A9 /* DetailCellKV.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A01D7818C9AE77003307A9 /* DetailCellKV.m */; };
  84. 71A01D7C18C9AE97003307A9 /* DetailCellList.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A01D7B18C9AE97003307A9 /* DetailCellList.m */; };
  85. 71A01D7F18C9AEC8003307A9 /* DetailCellWeb.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A01D7E18C9AEC8003307A9 /* DetailCellWeb.m */; };
  86. 71A01D8218C9BA67003307A9 /* DetailContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A01D8118C9BA67003307A9 /* DetailContent.m */; };
  87. 71A01D8518C9BDC8003307A9 /* DetailTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A01D8418C9BDC8003307A9 /* DetailTabBarController.m */; };
  88. 71A2D76218DC3895001C380A /* LineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A2D76118DC3895001C380A /* LineView.m */; };
  89. 71A541D418D151C70017E2BD /* WebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A541D318D151C70017E2BD /* WebViewController.m */; };
  90. 71A565D918C20F5900CDAC07 /* SearchTableAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A565D818C20F5900CDAC07 /* SearchTableAdapter.m */; };
  91. 71A565DF18C212EA00CDAC07 /* Constant.m in Sources */ = {isa = PBXBuildFile; fileRef = 71A565DE18C212EA00CDAC07 /* Constant.m */; };
  92. 71AE427318C47AF900B8EC3D /* SearchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71AE427218C47AF900B8EC3D /* SearchViewController.m */; };
  93. 71BA502E1908ED5700D0BD31 /* CellItemHistory.m in Sources */ = {isa = PBXBuildFile; fileRef = 71BA502D1908ED5700D0BD31 /* CellItemHistory.m */; };
  94. 71BA50311908ED9100D0BD31 /* HistoryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71BA50301908ED9100D0BD31 /* HistoryViewController.m */; };
  95. 71BA50341908EDCF00D0BD31 /* HistoryTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71BA50331908EDCF00D0BD31 /* HistoryTabBarController.m */; };
  96. 71BA50371908F21500D0BD31 /* HistoryData.m in Sources */ = {isa = PBXBuildFile; fileRef = 71BA50361908F21500D0BD31 /* HistoryData.m */; };
  97. 71CEE38A18CB749E00052C63 /* DetailPageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71CEE38918CB749E00052C63 /* DetailPageViewController.m */; };
  98. 71CEE3D718CC559B00052C63 /* ApexMobileNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71CEE3D618CC559B00052C63 /* ApexMobileNavigationController.m */; };
  99. 71DA6047190A00F600683003 /* FavoritesData.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DA6046190A00F600683003 /* FavoritesData.m */; };
  100. 71DA604A190A02CE00683003 /* FavoritesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DA6049190A02CE00683003 /* FavoritesViewController.m */; };
  101. 71DA74A618BDDD31003B46A6 /* AboutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DA74A518BDDD30003B46A6 /* AboutViewController.m */; };
  102. 71DA74A818BDDFB5003B46A6 /* about.htm in Resources */ = {isa = PBXBuildFile; fileRef = 71DA74A718BDDFB5003B46A6 /* about.htm */; };
  103. 71F67CF619063612004E8462 /* ApexHistoryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F67CF519063612004E8462 /* ApexHistoryViewController.m */; };
  104. 71F67CF919065EA8004E8462 /* SimpleMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F67CF819065EA8004E8462 /* SimpleMenu.m */; };
  105. 71F67CFC19066375004E8462 /* PulldownMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F67CFB19066375004E8462 /* PulldownMenu.m */; };
  106. /* End PBXBuildFile section */
  107. /* Begin PBXContainerItemProxy section */
  108. 719EF90918BB839F00EFFF5F /* PBXContainerItemProxy */ = {
  109. isa = PBXContainerItemProxy;
  110. containerPortal = 719EF8D518BB839F00EFFF5F /* Project object */;
  111. proxyType = 1;
  112. remoteGlobalIDString = 719EF8DC18BB839F00EFFF5F;
  113. remoteInfo = "Apex Mobile";
  114. };
  115. /* End PBXContainerItemProxy section */
  116. /* Begin PBXFileReference section */
  117. 711BA6BF191E0525002EDE6F /* MessageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MessageViewController.h; sourceTree = "<group>"; };
  118. 711BA6C0191E0525002EDE6F /* MessageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MessageViewController.m; sourceTree = "<group>"; };
  119. 711BA6C2191E0553002EDE6F /* MessageItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MessageItem.h; sourceTree = "<group>"; };
  120. 711BA6C3191E0553002EDE6F /* MessageItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MessageItem.m; sourceTree = "<group>"; };
  121. 711DC6B018C30A4800FB1749 /* TableCellEdit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TableCellEdit.h; sourceTree = "<group>"; };
  122. 711DC6B118C30A4800FB1749 /* TableCellEdit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableCellEdit.m; sourceTree = "<group>"; };
  123. 7120DCE618BE255000E7546F /* GoogleMaps.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMaps.framework; sourceTree = "<group>"; };
  124. 7120DCE818BE25B000E7546F /* GoogleMaps.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = GoogleMaps.bundle; path = GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle; sourceTree = "<group>"; };
  125. 7120DCEA18BE25CE00E7546F /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
  126. 7120DCEC18BE25DA00E7546F /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  127. 7120DCEE18BE25E500E7546F /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
  128. 7120DCF018BE25F500E7546F /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
  129. 7120DCF218BE260700E7546F /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; };
  130. 7120DCF418BE261500E7546F /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
  131. 7120DCF618BE262300E7546F /* libc++.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libc++.dylib"; path = "usr/lib/libc++.dylib"; sourceTree = SDKROOT; };
  132. 7120DCF818BE262E00E7546F /* libicucore.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libicucore.dylib; path = usr/lib/libicucore.dylib; sourceTree = SDKROOT; };
  133. 7120DCFA18BE263800E7546F /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
  134. 7120DCFC18BE264300E7546F /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  135. 7120DCFE18BE265100E7546F /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  136. 7120DD0018BE266000E7546F /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
  137. 7120DD0218BE273900E7546F /* LocationViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocationViewController.h; sourceTree = "<group>"; };
  138. 7120DD0318BE273900E7546F /* LocationViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LocationViewController.m; sourceTree = "<group>"; };
  139. 71286AAA18C70061001FDF43 /* AESCrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AESCrypt.h; sourceTree = "<group>"; };
  140. 71286AAB18C70061001FDF43 /* AESCrypt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AESCrypt.m; sourceTree = "<group>"; };
  141. 71286AAC18C70061001FDF43 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
  142. 71286AAD18C70061001FDF43 /* NSData+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+Base64.h"; sourceTree = "<group>"; };
  143. 71286AAE18C70061001FDF43 /* NSData+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+Base64.m"; sourceTree = "<group>"; };
  144. 71286AAF18C70061001FDF43 /* NSData+CommonCrypto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+CommonCrypto.h"; sourceTree = "<group>"; };
  145. 71286AB018C70061001FDF43 /* NSData+CommonCrypto.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+CommonCrypto.m"; sourceTree = "<group>"; };
  146. 71286AB118C70061001FDF43 /* NSString+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+Base64.h"; sourceTree = "<group>"; };
  147. 71286AB218C70061001FDF43 /* NSString+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+Base64.m"; sourceTree = "<group>"; };
  148. 71286AB318C70061001FDF43 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
  149. 712A301118CFEF550022E6E6 /* CustomizeFieldViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomizeFieldViewController.h; sourceTree = "<group>"; };
  150. 712A301218CFEF550022E6E6 /* CustomizeFieldViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomizeFieldViewController.m; sourceTree = "<group>"; };
  151. 712CBA0118CF38DB00C61394 /* RTLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RTLabel.h; sourceTree = "<group>"; };
  152. 712CBA0218CF38DB00C61394 /* RTLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RTLabel.m; sourceTree = "<group>"; };
  153. 71308AF5191E7B0E0024B2B0 /* MessageDetailItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MessageDetailItem.h; sourceTree = "<group>"; };
  154. 71308AF6191E7B0E0024B2B0 /* MessageDetailItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MessageDetailItem.m; sourceTree = "<group>"; };
  155. 71308AF8191E7B2A0024B2B0 /* MessageDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MessageDetailViewController.h; sourceTree = "<group>"; };
  156. 71308AF9191E7B2A0024B2B0 /* MessageDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MessageDetailViewController.m; sourceTree = "<group>"; };
  157. 7130B3F21900FB61000610D8 /* NewsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewsViewController.h; sourceTree = "<group>"; };
  158. 7130B3F31900FB61000610D8 /* NewsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewsViewController.m; sourceTree = "<group>"; };
  159. 71330C1E18BCC4DA0048956C /* FunctionSelectViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FunctionSelectViewController.h; sourceTree = "<group>"; };
  160. 71330C1F18BCC4DA0048956C /* FunctionSelectViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FunctionSelectViewController.m; sourceTree = "<group>"; };
  161. 71375C8D18D96EDE00EBA026 /* TabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TabBarController.h; sourceTree = "<group>"; };
  162. 71375C8E18D96EDE00EBA026 /* TabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TabBarController.m; sourceTree = "<group>"; };
  163. 713AA79C191724A200B44092 /* openurltest.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = openurltest.txt; sourceTree = "<group>"; };
  164. 713AA79F191736E600B44092 /* DocumentsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DocumentsViewController.h; sourceTree = "<group>"; };
  165. 713AA7A0191736E600B44092 /* DocumentsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DocumentsViewController.m; sourceTree = "<group>"; };
  166. 713AA7A21917373600B44092 /* LocalDocumentsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalDocumentsViewController.h; sourceTree = "<group>"; };
  167. 713AA7A31917373600B44092 /* LocalDocumentsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LocalDocumentsViewController.m; sourceTree = "<group>"; };
  168. 713AA7A71917833600B44092 /* PdfViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PdfViewController.h; sourceTree = "<group>"; };
  169. 713AA7A81917833600B44092 /* PdfViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PdfViewController.m; sourceTree = "<group>"; };
  170. 71406DCC18C36A52000914C4 /* TableCellBool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TableCellBool.h; sourceTree = "<group>"; };
  171. 71406DCD18C36A52000914C4 /* TableCellBool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableCellBool.m; sourceTree = "<group>"; };
  172. 71406DCF18C36A6E000914C4 /* TableCellDate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TableCellDate.h; sourceTree = "<group>"; };
  173. 71406DD018C36A6E000914C4 /* TableCellDate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableCellDate.m; sourceTree = "<group>"; };
  174. 714C39B61922FEE1004F045B /* NewsDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewsDetailViewController.h; sourceTree = "<group>"; };
  175. 714C39B71922FEE1004F045B /* NewsDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewsDetailViewController.m; sourceTree = "<group>"; };
  176. 71514ED1191B7E2500009C00 /* AddressBookUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBookUI.framework; path = System/Library/Frameworks/AddressBookUI.framework; sourceTree = SDKROOT; };
  177. 716FF7901904ED2600ED6C3D /* NewsData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewsData.h; sourceTree = "<group>"; };
  178. 716FF7911904ED2600ED6C3D /* NewsData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewsData.m; sourceTree = "<group>"; };
  179. 716FF7931904FBC600ED6C3D /* NewsTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewsTableViewCell.h; sourceTree = "<group>"; };
  180. 716FF7941904FBC600ED6C3D /* NewsTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewsTableViewCell.m; sourceTree = "<group>"; };
  181. 7170AAE018D7C999003B711C /* LocationDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocationDetailViewController.h; sourceTree = "<group>"; };
  182. 7170AAE118D7C999003B711C /* LocationDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LocationDetailViewController.m; sourceTree = "<group>"; };
  183. 717D76E918C7F8120070302D /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
  184. 717D76EA18C7F8120070302D /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = "<group>"; };
  185. 717D772D18C84E3F0070302D /* PageData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PageData.h; sourceTree = "<group>"; };
  186. 717D772E18C84E3F0070302D /* PageData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PageData.m; sourceTree = "<group>"; };
  187. 718BE8A6190F9D970046EA6A /* MyAutocompleteView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyAutocompleteView.h; sourceTree = "<group>"; };
  188. 718BE8A7190F9D970046EA6A /* MyAutocompleteView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyAutocompleteView.m; sourceTree = "<group>"; };
  189. 718BE8AA190F9D970046EA6A /* MyAutocompleteItemsSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyAutocompleteItemsSource.h; sourceTree = "<group>"; };
  190. 718BE8AB190F9D970046EA6A /* MyAutocompleteItemsSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyAutocompleteItemsSource.m; sourceTree = "<group>"; };
  191. 718BE8AC190F9D970046EA6A /* MyAutocompletionCellFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyAutocompletionCellFactory.h; sourceTree = "<group>"; };
  192. 718BE8AD190F9D970046EA6A /* MyAutocompletionCellFactory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyAutocompletionCellFactory.m; sourceTree = "<group>"; };
  193. 718BE8AE190F9D970046EA6A /* MySuggestion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MySuggestion.h; sourceTree = "<group>"; };
  194. 718BE8AF190F9D970046EA6A /* MySuggestion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MySuggestion.m; sourceTree = "<group>"; };
  195. 71951E6D18C6A9A5005024BD /* TouchLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TouchLabel.h; sourceTree = "<group>"; };
  196. 71951E6E18C6A9A5005024BD /* TouchLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TouchLabel.m; sourceTree = "<group>"; };
  197. 719A51A318C5A4AF0080C075 /* SimpleGrid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SimpleGrid.h; path = ../SimpleGrid.h; sourceTree = "<group>"; };
  198. 719A51A418C5A4AF0080C075 /* SimpleGrid.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SimpleGrid.m; path = ../SimpleGrid.m; sourceTree = "<group>"; };
  199. 719A51A718C5A5D30080C075 /* SimpleGridDataSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleGridDataSource.h; sourceTree = "<group>"; };
  200. 719A51A818C5A5D30080C075 /* SimpleGridDataSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SimpleGridDataSource.m; sourceTree = "<group>"; };
  201. 719A51B218C5A8100080C075 /* ResultViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultViewController.h; sourceTree = "<group>"; };
  202. 719A51B318C5A8100080C075 /* ResultViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResultViewController.m; sourceTree = "<group>"; };
  203. 719A51B818C5AB7B0080C075 /* SimpleGridComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleGridComponent.h; sourceTree = "<group>"; };
  204. 719A51B918C5AB7B0080C075 /* SimpleGridComponent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SimpleGridComponent.m; sourceTree = "<group>"; };
  205. 719BEC1518FFAB7B00DFE987 /* ToolsPanelViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ToolsPanelViewController.h; sourceTree = "<group>"; };
  206. 719BEC1618FFAB7B00DFE987 /* ToolsPanelViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ToolsPanelViewController.m; sourceTree = "<group>"; };
  207. 719E7E2E18C015D0003408FF /* ApexMobileNetwork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApexMobileNetwork.h; sourceTree = "<group>"; };
  208. 719E7E2F18C015D0003408FF /* ApexMobileNetwork.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ApexMobileNetwork.m; sourceTree = "<group>"; };
  209. 719E7E3118C0368A003408FF /* ApexMobileDB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApexMobileDB.h; sourceTree = "<group>"; };
  210. 719E7E3218C0368A003408FF /* ApexMobileDB.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ApexMobileDB.m; sourceTree = "<group>"; };
  211. 719E7E3418C0395E003408FF /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; };
  212. 719EF8DD18BB839F00EFFF5F /* Apex Mobile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Apex Mobile.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  213. 719EF8E018BB839F00EFFF5F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  214. 719EF8E218BB839F00EFFF5F /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  215. 719EF8E418BB839F00EFFF5F /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  216. 719EF8E818BB839F00EFFF5F /* Apex Mobile-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Apex Mobile-Info.plist"; sourceTree = "<group>"; };
  217. 719EF8EA18BB839F00EFFF5F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  218. 719EF8EC18BB839F00EFFF5F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  219. 719EF8EE18BB839F00EFFF5F /* Apex Mobile-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Apex Mobile-Prefix.pch"; sourceTree = "<group>"; };
  220. 719EF8EF18BB839F00EFFF5F /* ApexMobileAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApexMobileAppDelegate.h; sourceTree = "<group>"; };
  221. 719EF8F018BB839F00EFFF5F /* ApexMobileAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ApexMobileAppDelegate.m; sourceTree = "<group>"; };
  222. 719EF8F318BB839F00EFFF5F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main_iPhone.storyboard; sourceTree = "<group>"; };
  223. 719EF8F818BB839F00EFFF5F /* ApexMobileFirstViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApexMobileFirstViewController.h; sourceTree = "<group>"; };
  224. 719EF8F918BB839F00EFFF5F /* ApexMobileFirstViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ApexMobileFirstViewController.m; sourceTree = "<group>"; };
  225. 719EF8FB18BB839F00EFFF5F /* ApexMobileSecondViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApexMobileSecondViewController.h; sourceTree = "<group>"; };
  226. 719EF8FC18BB839F00EFFF5F /* ApexMobileSecondViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ApexMobileSecondViewController.m; sourceTree = "<group>"; };
  227. 719EF8FE18BB839F00EFFF5F /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  228. 719EF90418BB839F00EFFF5F /* Apex MobileTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Apex MobileTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  229. 719EF90518BB839F00EFFF5F /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  230. 719EF90D18BB839F00EFFF5F /* Apex MobileTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Apex MobileTests-Info.plist"; sourceTree = "<group>"; };
  231. 719EF90F18BB839F00EFFF5F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  232. 719EF91118BB839F00EFFF5F /* Apex_MobileTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Apex_MobileTests.m; sourceTree = "<group>"; };
  233. 71A003FA18D680560057CDFD /* RetrievePasswordViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RetrievePasswordViewController.h; sourceTree = "<group>"; };
  234. 71A003FB18D680560057CDFD /* RetrievePasswordViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RetrievePasswordViewController.m; sourceTree = "<group>"; };
  235. 71A003FD18D6BFB40057CDFD /* ChangePasswordViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChangePasswordViewController.h; sourceTree = "<group>"; };
  236. 71A003FE18D6BFB40057CDFD /* ChangePasswordViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChangePasswordViewController.m; sourceTree = "<group>"; };
  237. 71A01D7718C9AE77003307A9 /* DetailCellKV.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailCellKV.h; sourceTree = "<group>"; };
  238. 71A01D7818C9AE77003307A9 /* DetailCellKV.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailCellKV.m; sourceTree = "<group>"; };
  239. 71A01D7A18C9AE97003307A9 /* DetailCellList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailCellList.h; sourceTree = "<group>"; };
  240. 71A01D7B18C9AE97003307A9 /* DetailCellList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailCellList.m; sourceTree = "<group>"; };
  241. 71A01D7D18C9AEC8003307A9 /* DetailCellWeb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailCellWeb.h; sourceTree = "<group>"; };
  242. 71A01D7E18C9AEC8003307A9 /* DetailCellWeb.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailCellWeb.m; sourceTree = "<group>"; };
  243. 71A01D8018C9BA67003307A9 /* DetailContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailContent.h; sourceTree = "<group>"; };
  244. 71A01D8118C9BA67003307A9 /* DetailContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailContent.m; sourceTree = "<group>"; };
  245. 71A01D8318C9BDC8003307A9 /* DetailTabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailTabBarController.h; sourceTree = "<group>"; };
  246. 71A01D8418C9BDC8003307A9 /* DetailTabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailTabBarController.m; sourceTree = "<group>"; };
  247. 71A2D76018DC3895001C380A /* LineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LineView.h; sourceTree = "<group>"; };
  248. 71A2D76118DC3895001C380A /* LineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LineView.m; sourceTree = "<group>"; };
  249. 71A541D218D151C70017E2BD /* WebViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebViewController.h; sourceTree = "<group>"; };
  250. 71A541D318D151C70017E2BD /* WebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebViewController.m; sourceTree = "<group>"; };
  251. 71A565D718C20F5900CDAC07 /* SearchTableAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchTableAdapter.h; sourceTree = "<group>"; };
  252. 71A565D818C20F5900CDAC07 /* SearchTableAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchTableAdapter.m; sourceTree = "<group>"; };
  253. 71A565DD18C212EA00CDAC07 /* Constant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Constant.h; sourceTree = "<group>"; };
  254. 71A565DE18C212EA00CDAC07 /* Constant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Constant.m; sourceTree = "<group>"; };
  255. 71AE427118C47AF900B8EC3D /* SearchViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchViewController.h; sourceTree = "<group>"; };
  256. 71AE427218C47AF900B8EC3D /* SearchViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchViewController.m; sourceTree = "<group>"; };
  257. 71BA502C1908ED5700D0BD31 /* CellItemHistory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CellItemHistory.h; sourceTree = "<group>"; };
  258. 71BA502D1908ED5700D0BD31 /* CellItemHistory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CellItemHistory.m; sourceTree = "<group>"; };
  259. 71BA502F1908ED9100D0BD31 /* HistoryViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryViewController.h; sourceTree = "<group>"; };
  260. 71BA50301908ED9100D0BD31 /* HistoryViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryViewController.m; sourceTree = "<group>"; };
  261. 71BA50321908EDCF00D0BD31 /* HistoryTabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryTabBarController.h; sourceTree = "<group>"; };
  262. 71BA50331908EDCF00D0BD31 /* HistoryTabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryTabBarController.m; sourceTree = "<group>"; };
  263. 71BA50351908F21500D0BD31 /* HistoryData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryData.h; sourceTree = "<group>"; };
  264. 71BA50361908F21500D0BD31 /* HistoryData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryData.m; sourceTree = "<group>"; };
  265. 71CEE38818CB749E00052C63 /* DetailPageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailPageViewController.h; sourceTree = "<group>"; };
  266. 71CEE38918CB749E00052C63 /* DetailPageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailPageViewController.m; sourceTree = "<group>"; };
  267. 71CEE3D518CC559B00052C63 /* ApexMobileNavigationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApexMobileNavigationController.h; sourceTree = "<group>"; };
  268. 71CEE3D618CC559B00052C63 /* ApexMobileNavigationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ApexMobileNavigationController.m; sourceTree = "<group>"; };
  269. 71DA6045190A00F600683003 /* FavoritesData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FavoritesData.h; sourceTree = "<group>"; };
  270. 71DA6046190A00F600683003 /* FavoritesData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FavoritesData.m; sourceTree = "<group>"; };
  271. 71DA6048190A02CE00683003 /* FavoritesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FavoritesViewController.h; path = ../FavoritesViewController.h; sourceTree = "<group>"; };
  272. 71DA6049190A02CE00683003 /* FavoritesViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FavoritesViewController.m; path = ../FavoritesViewController.m; sourceTree = "<group>"; };
  273. 71DA74A418BDDD30003B46A6 /* AboutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AboutViewController.h; path = ../AboutViewController.h; sourceTree = "<group>"; };
  274. 71DA74A518BDDD30003B46A6 /* AboutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AboutViewController.m; path = ../AboutViewController.m; sourceTree = "<group>"; };
  275. 71DA74A718BDDFB5003B46A6 /* about.htm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = about.htm; sourceTree = "<group>"; };
  276. 71F67CF419063612004E8462 /* ApexHistoryViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApexHistoryViewController.h; sourceTree = "<group>"; };
  277. 71F67CF519063612004E8462 /* ApexHistoryViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ApexHistoryViewController.m; sourceTree = "<group>"; };
  278. 71F67CF719065EA8004E8462 /* SimpleMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleMenu.h; sourceTree = "<group>"; };
  279. 71F67CF819065EA8004E8462 /* SimpleMenu.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SimpleMenu.m; sourceTree = "<group>"; };
  280. 71F67CFA19066375004E8462 /* PulldownMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PulldownMenu.h; sourceTree = "<group>"; };
  281. 71F67CFB19066375004E8462 /* PulldownMenu.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PulldownMenu.m; sourceTree = "<group>"; };
  282. /* End PBXFileReference section */
  283. /* Begin PBXFrameworksBuildPhase section */
  284. 719EF8DA18BB839F00EFFF5F /* Frameworks */ = {
  285. isa = PBXFrameworksBuildPhase;
  286. buildActionMask = 2147483647;
  287. files = (
  288. 71514ED2191B7E2500009C00 /* AddressBookUI.framework in Frameworks */,
  289. 719E7E3518C0395E003408FF /* libsqlite3.dylib in Frameworks */,
  290. 7120DD0118BE266000E7546F /* SystemConfiguration.framework in Frameworks */,
  291. 7120DCFF18BE265100E7546F /* QuartzCore.framework in Frameworks */,
  292. 7120DCFD18BE264300E7546F /* OpenGLES.framework in Frameworks */,
  293. 7120DCFB18BE263800E7546F /* libz.dylib in Frameworks */,
  294. 7120DCF918BE262E00E7546F /* libicucore.dylib in Frameworks */,
  295. 7120DCF718BE262300E7546F /* libc++.dylib in Frameworks */,
  296. 7120DCF518BE261500E7546F /* ImageIO.framework in Frameworks */,
  297. 7120DCF318BE260700E7546F /* GLKit.framework in Frameworks */,
  298. 7120DCF118BE25F500E7546F /* CoreText.framework in Frameworks */,
  299. 7120DCEF18BE25E500E7546F /* CoreLocation.framework in Frameworks */,
  300. 7120DCED18BE25DA00E7546F /* CoreData.framework in Frameworks */,
  301. 7120DCEB18BE25CE00E7546F /* AVFoundation.framework in Frameworks */,
  302. 719EF8E318BB839F00EFFF5F /* CoreGraphics.framework in Frameworks */,
  303. 719EF8E518BB839F00EFFF5F /* UIKit.framework in Frameworks */,
  304. 7120DCE718BE255000E7546F /* GoogleMaps.framework in Frameworks */,
  305. 719EF8E118BB839F00EFFF5F /* Foundation.framework in Frameworks */,
  306. );
  307. runOnlyForDeploymentPostprocessing = 0;
  308. };
  309. 719EF90118BB839F00EFFF5F /* Frameworks */ = {
  310. isa = PBXFrameworksBuildPhase;
  311. buildActionMask = 2147483647;
  312. files = (
  313. 719EF90618BB839F00EFFF5F /* XCTest.framework in Frameworks */,
  314. 719EF90818BB839F00EFFF5F /* UIKit.framework in Frameworks */,
  315. 719EF90718BB839F00EFFF5F /* Foundation.framework in Frameworks */,
  316. );
  317. runOnlyForDeploymentPostprocessing = 0;
  318. };
  319. /* End PBXFrameworksBuildPhase section */
  320. /* Begin PBXGroup section */
  321. 71286AA918C7002F001FDF43 /* AES */ = {
  322. isa = PBXGroup;
  323. children = (
  324. 71286AAA18C70061001FDF43 /* AESCrypt.h */,
  325. 71286AAB18C70061001FDF43 /* AESCrypt.m */,
  326. 71286AAC18C70061001FDF43 /* LICENSE */,
  327. 71286AAD18C70061001FDF43 /* NSData+Base64.h */,
  328. 71286AAE18C70061001FDF43 /* NSData+Base64.m */,
  329. 71286AAF18C70061001FDF43 /* NSData+CommonCrypto.h */,
  330. 71286AB018C70061001FDF43 /* NSData+CommonCrypto.m */,
  331. 71286AB118C70061001FDF43 /* NSString+Base64.h */,
  332. 71286AB218C70061001FDF43 /* NSString+Base64.m */,
  333. 71286AB318C70061001FDF43 /* README.md */,
  334. );
  335. name = AES;
  336. sourceTree = "<group>";
  337. };
  338. 713AA79E1917366A00B44092 /* documents */ = {
  339. isa = PBXGroup;
  340. children = (
  341. 713AA79F191736E600B44092 /* DocumentsViewController.h */,
  342. 713AA7A0191736E600B44092 /* DocumentsViewController.m */,
  343. 713AA7A21917373600B44092 /* LocalDocumentsViewController.h */,
  344. 713AA7A31917373600B44092 /* LocalDocumentsViewController.m */,
  345. 713AA7A71917833600B44092 /* PdfViewController.h */,
  346. 713AA7A81917833600B44092 /* PdfViewController.m */,
  347. );
  348. name = documents;
  349. sourceTree = "<group>";
  350. };
  351. 719A51A618C5A4E40080C075 /* CustomUI */ = {
  352. isa = PBXGroup;
  353. children = (
  354. 718BE8A6190F9D970046EA6A /* MyAutocompleteView.h */,
  355. 718BE8A7190F9D970046EA6A /* MyAutocompleteView.m */,
  356. 718BE8AA190F9D970046EA6A /* MyAutocompleteItemsSource.h */,
  357. 718BE8AB190F9D970046EA6A /* MyAutocompleteItemsSource.m */,
  358. 718BE8AC190F9D970046EA6A /* MyAutocompletionCellFactory.h */,
  359. 718BE8AD190F9D970046EA6A /* MyAutocompletionCellFactory.m */,
  360. 718BE8AE190F9D970046EA6A /* MySuggestion.h */,
  361. 718BE8AF190F9D970046EA6A /* MySuggestion.m */,
  362. 71F67CFA19066375004E8462 /* PulldownMenu.h */,
  363. 71F67CFB19066375004E8462 /* PulldownMenu.m */,
  364. 712CBA0118CF38DB00C61394 /* RTLabel.h */,
  365. 712CBA0218CF38DB00C61394 /* RTLabel.m */,
  366. 719A51A318C5A4AF0080C075 /* SimpleGrid.h */,
  367. 719A51A418C5A4AF0080C075 /* SimpleGrid.m */,
  368. 719A51A718C5A5D30080C075 /* SimpleGridDataSource.h */,
  369. 719A51A818C5A5D30080C075 /* SimpleGridDataSource.m */,
  370. 719A51B818C5AB7B0080C075 /* SimpleGridComponent.h */,
  371. 719A51B918C5AB7B0080C075 /* SimpleGridComponent.m */,
  372. 71951E6D18C6A9A5005024BD /* TouchLabel.h */,
  373. 71951E6E18C6A9A5005024BD /* TouchLabel.m */,
  374. 71F67CF719065EA8004E8462 /* SimpleMenu.h */,
  375. 71F67CF819065EA8004E8462 /* SimpleMenu.m */,
  376. );
  377. name = CustomUI;
  378. sourceTree = "<group>";
  379. };
  380. 719A51AA18C5A60C0080C075 /* unused */ = {
  381. isa = PBXGroup;
  382. children = (
  383. );
  384. name = unused;
  385. sourceTree = "<group>";
  386. };
  387. 719A51AB18C5A66A0080C075 /* Search */ = {
  388. isa = PBXGroup;
  389. children = (
  390. 71AE427118C47AF900B8EC3D /* SearchViewController.h */,
  391. 71AE427218C47AF900B8EC3D /* SearchViewController.m */,
  392. 71A565D718C20F5900CDAC07 /* SearchTableAdapter.h */,
  393. 71A565D818C20F5900CDAC07 /* SearchTableAdapter.m */,
  394. 711DC6B018C30A4800FB1749 /* TableCellEdit.h */,
  395. 711DC6B118C30A4800FB1749 /* TableCellEdit.m */,
  396. 71406DCC18C36A52000914C4 /* TableCellBool.h */,
  397. 71406DCD18C36A52000914C4 /* TableCellBool.m */,
  398. 71406DCF18C36A6E000914C4 /* TableCellDate.h */,
  399. 71406DD018C36A6E000914C4 /* TableCellDate.m */,
  400. );
  401. name = Search;
  402. sourceTree = "<group>";
  403. };
  404. 719A51AC18C5A6A80080C075 /* Location */ = {
  405. isa = PBXGroup;
  406. children = (
  407. 7120DD0218BE273900E7546F /* LocationViewController.h */,
  408. 7120DD0318BE273900E7546F /* LocationViewController.m */,
  409. 7170AAE018D7C999003B711C /* LocationDetailViewController.h */,
  410. 7170AAE118D7C999003B711C /* LocationDetailViewController.m */,
  411. );
  412. name = Location;
  413. sourceTree = "<group>";
  414. };
  415. 719A51AD18C5A6D00080C075 /* About */ = {
  416. isa = PBXGroup;
  417. children = (
  418. 71DA74A418BDDD30003B46A6 /* AboutViewController.h */,
  419. 71DA74A518BDDD30003B46A6 /* AboutViewController.m */,
  420. );
  421. name = About;
  422. sourceTree = "<group>";
  423. };
  424. 719A51AE18C5A7230080C075 /* FunctionSelect */ = {
  425. isa = PBXGroup;
  426. children = (
  427. 71330C1E18BCC4DA0048956C /* FunctionSelectViewController.h */,
  428. 71330C1F18BCC4DA0048956C /* FunctionSelectViewController.m */,
  429. );
  430. name = FunctionSelect;
  431. sourceTree = "<group>";
  432. };
  433. 719A51AF18C5A75A0080C075 /* Result */ = {
  434. isa = PBXGroup;
  435. children = (
  436. 719A51B218C5A8100080C075 /* ResultViewController.h */,
  437. 719A51B318C5A8100080C075 /* ResultViewController.m */,
  438. 717D772D18C84E3F0070302D /* PageData.h */,
  439. 717D772E18C84E3F0070302D /* PageData.m */,
  440. );
  441. name = Result;
  442. sourceTree = "<group>";
  443. };
  444. 719A51B018C5A7680080C075 /* Detail */ = {
  445. isa = PBXGroup;
  446. children = (
  447. 71A01D7718C9AE77003307A9 /* DetailCellKV.h */,
  448. 71A01D7818C9AE77003307A9 /* DetailCellKV.m */,
  449. 71A01D7A18C9AE97003307A9 /* DetailCellList.h */,
  450. 71A01D7B18C9AE97003307A9 /* DetailCellList.m */,
  451. 71A01D7D18C9AEC8003307A9 /* DetailCellWeb.h */,
  452. 71A01D7E18C9AEC8003307A9 /* DetailCellWeb.m */,
  453. 71A01D8018C9BA67003307A9 /* DetailContent.h */,
  454. 71A01D8118C9BA67003307A9 /* DetailContent.m */,
  455. 71A01D8318C9BDC8003307A9 /* DetailTabBarController.h */,
  456. 71A01D8418C9BDC8003307A9 /* DetailTabBarController.m */,
  457. 71CEE38818CB749E00052C63 /* DetailPageViewController.h */,
  458. 71CEE38918CB749E00052C63 /* DetailPageViewController.m */,
  459. 71A2D76018DC3895001C380A /* LineView.h */,
  460. 71A2D76118DC3895001C380A /* LineView.m */,
  461. );
  462. name = Detail;
  463. sourceTree = "<group>";
  464. };
  465. 719A51B118C5A7740080C075 /* FieldsSetting */ = {
  466. isa = PBXGroup;
  467. children = (
  468. 712A301118CFEF550022E6E6 /* CustomizeFieldViewController.h */,
  469. 712A301218CFEF550022E6E6 /* CustomizeFieldViewController.m */,
  470. );
  471. name = FieldsSetting;
  472. sourceTree = "<group>";
  473. };
  474. 719BEC1418FFA60800DFE987 /* tools */ = {
  475. isa = PBXGroup;
  476. children = (
  477. 719BEC1518FFAB7B00DFE987 /* ToolsPanelViewController.h */,
  478. 719BEC1618FFAB7B00DFE987 /* ToolsPanelViewController.m */,
  479. 7130B3F21900FB61000610D8 /* NewsViewController.h */,
  480. 7130B3F31900FB61000610D8 /* NewsViewController.m */,
  481. 716FF7901904ED2600ED6C3D /* NewsData.h */,
  482. 716FF7911904ED2600ED6C3D /* NewsData.m */,
  483. 716FF7931904FBC600ED6C3D /* NewsTableViewCell.h */,
  484. 716FF7941904FBC600ED6C3D /* NewsTableViewCell.m */,
  485. 71F67CF419063612004E8462 /* ApexHistoryViewController.h */,
  486. 71F67CF519063612004E8462 /* ApexHistoryViewController.m */,
  487. 71BA50321908EDCF00D0BD31 /* HistoryTabBarController.h */,
  488. 71BA50331908EDCF00D0BD31 /* HistoryTabBarController.m */,
  489. 71BA502F1908ED9100D0BD31 /* HistoryViewController.h */,
  490. 71BA50301908ED9100D0BD31 /* HistoryViewController.m */,
  491. 71BA50351908F21500D0BD31 /* HistoryData.h */,
  492. 71BA50361908F21500D0BD31 /* HistoryData.m */,
  493. 71DA6048190A02CE00683003 /* FavoritesViewController.h */,
  494. 71DA6049190A02CE00683003 /* FavoritesViewController.m */,
  495. 71DA6045190A00F600683003 /* FavoritesData.h */,
  496. 71DA6046190A00F600683003 /* FavoritesData.m */,
  497. 71BA502C1908ED5700D0BD31 /* CellItemHistory.h */,
  498. 71BA502D1908ED5700D0BD31 /* CellItemHistory.m */,
  499. 714C39B61922FEE1004F045B /* NewsDetailViewController.h */,
  500. 714C39B71922FEE1004F045B /* NewsDetailViewController.m */,
  501. );
  502. name = tools;
  503. sourceTree = "<group>";
  504. };
  505. 719E7E2D18C01555003408FF /* utils */ = {
  506. isa = PBXGroup;
  507. children = (
  508. 71286AA918C7002F001FDF43 /* AES */,
  509. 717D76E918C7F8120070302D /* Reachability.h */,
  510. 717D76EA18C7F8120070302D /* Reachability.m */,
  511. 719E7E2E18C015D0003408FF /* ApexMobileNetwork.h */,
  512. 719E7E2F18C015D0003408FF /* ApexMobileNetwork.m */,
  513. 719E7E3118C0368A003408FF /* ApexMobileDB.h */,
  514. 719E7E3218C0368A003408FF /* ApexMobileDB.m */,
  515. 71A565DD18C212EA00CDAC07 /* Constant.h */,
  516. 71A565DE18C212EA00CDAC07 /* Constant.m */,
  517. );
  518. name = utils;
  519. sourceTree = "<group>";
  520. };
  521. 719EF8D418BB839F00EFFF5F = {
  522. isa = PBXGroup;
  523. children = (
  524. 719EF8E618BB839F00EFFF5F /* Apex Mobile */,
  525. 719EF90B18BB839F00EFFF5F /* Apex MobileTests */,
  526. 719EF8DF18BB839F00EFFF5F /* Frameworks */,
  527. 719EF8DE18BB839F00EFFF5F /* Products */,
  528. );
  529. sourceTree = "<group>";
  530. };
  531. 719EF8DE18BB839F00EFFF5F /* Products */ = {
  532. isa = PBXGroup;
  533. children = (
  534. 719EF8DD18BB839F00EFFF5F /* Apex Mobile.app */,
  535. 719EF90418BB839F00EFFF5F /* Apex MobileTests.xctest */,
  536. );
  537. name = Products;
  538. sourceTree = "<group>";
  539. };
  540. 719EF8DF18BB839F00EFFF5F /* Frameworks */ = {
  541. isa = PBXGroup;
  542. children = (
  543. 71514ED1191B7E2500009C00 /* AddressBookUI.framework */,
  544. 719E7E3418C0395E003408FF /* libsqlite3.dylib */,
  545. 7120DD0018BE266000E7546F /* SystemConfiguration.framework */,
  546. 7120DCFE18BE265100E7546F /* QuartzCore.framework */,
  547. 7120DCFC18BE264300E7546F /* OpenGLES.framework */,
  548. 7120DCFA18BE263800E7546F /* libz.dylib */,
  549. 7120DCF818BE262E00E7546F /* libicucore.dylib */,
  550. 7120DCF618BE262300E7546F /* libc++.dylib */,
  551. 7120DCF418BE261500E7546F /* ImageIO.framework */,
  552. 7120DCF218BE260700E7546F /* GLKit.framework */,
  553. 7120DCF018BE25F500E7546F /* CoreText.framework */,
  554. 7120DCEE18BE25E500E7546F /* CoreLocation.framework */,
  555. 7120DCEC18BE25DA00E7546F /* CoreData.framework */,
  556. 7120DCEA18BE25CE00E7546F /* AVFoundation.framework */,
  557. 7120DCE818BE25B000E7546F /* GoogleMaps.bundle */,
  558. 7120DCE618BE255000E7546F /* GoogleMaps.framework */,
  559. 719EF8E018BB839F00EFFF5F /* Foundation.framework */,
  560. 719EF8E218BB839F00EFFF5F /* CoreGraphics.framework */,
  561. 719EF8E418BB839F00EFFF5F /* UIKit.framework */,
  562. 719EF90518BB839F00EFFF5F /* XCTest.framework */,
  563. );
  564. name = Frameworks;
  565. sourceTree = "<group>";
  566. };
  567. 719EF8E618BB839F00EFFF5F /* Apex Mobile */ = {
  568. isa = PBXGroup;
  569. children = (
  570. 71C72714191CFF11001127E0 /* message */,
  571. 713AA79E1917366A00B44092 /* documents */,
  572. 719BEC1418FFA60800DFE987 /* tools */,
  573. 71A003F918D680250057CDFD /* password */,
  574. 71A541D118D151770017E2BD /* webview */,
  575. 719A51B118C5A7740080C075 /* FieldsSetting */,
  576. 719A51B018C5A7680080C075 /* Detail */,
  577. 719A51AF18C5A75A0080C075 /* Result */,
  578. 719A51AE18C5A7230080C075 /* FunctionSelect */,
  579. 719A51AD18C5A6D00080C075 /* About */,
  580. 719A51AC18C5A6A80080C075 /* Location */,
  581. 719A51AB18C5A66A0080C075 /* Search */,
  582. 719A51AA18C5A60C0080C075 /* unused */,
  583. 719A51A618C5A4E40080C075 /* CustomUI */,
  584. 71A565E018C2141C00CDAC07 /* resource */,
  585. 719E7E2D18C01555003408FF /* utils */,
  586. 719EF8EF18BB839F00EFFF5F /* ApexMobileAppDelegate.h */,
  587. 719EF8F018BB839F00EFFF5F /* ApexMobileAppDelegate.m */,
  588. 719EF8F218BB839F00EFFF5F /* Main_iPhone.storyboard */,
  589. 719EF8F818BB839F00EFFF5F /* ApexMobileFirstViewController.h */,
  590. 719EF8F918BB839F00EFFF5F /* ApexMobileFirstViewController.m */,
  591. 71CEE3D518CC559B00052C63 /* ApexMobileNavigationController.h */,
  592. 71CEE3D618CC559B00052C63 /* ApexMobileNavigationController.m */,
  593. 719EF8FB18BB839F00EFFF5F /* ApexMobileSecondViewController.h */,
  594. 719EF8FC18BB839F00EFFF5F /* ApexMobileSecondViewController.m */,
  595. 719EF8FE18BB839F00EFFF5F /* Images.xcassets */,
  596. 719EF8E718BB839F00EFFF5F /* Supporting Files */,
  597. 71375C8D18D96EDE00EBA026 /* TabBarController.h */,
  598. 71375C8E18D96EDE00EBA026 /* TabBarController.m */,
  599. );
  600. path = "Apex Mobile";
  601. sourceTree = "<group>";
  602. };
  603. 719EF8E718BB839F00EFFF5F /* Supporting Files */ = {
  604. isa = PBXGroup;
  605. children = (
  606. 719EF8E818BB839F00EFFF5F /* Apex Mobile-Info.plist */,
  607. 719EF8E918BB839F00EFFF5F /* InfoPlist.strings */,
  608. 719EF8EC18BB839F00EFFF5F /* main.m */,
  609. 719EF8EE18BB839F00EFFF5F /* Apex Mobile-Prefix.pch */,
  610. );
  611. name = "Supporting Files";
  612. sourceTree = "<group>";
  613. };
  614. 719EF90B18BB839F00EFFF5F /* Apex MobileTests */ = {
  615. isa = PBXGroup;
  616. children = (
  617. 719EF91118BB839F00EFFF5F /* Apex_MobileTests.m */,
  618. 719EF90C18BB839F00EFFF5F /* Supporting Files */,
  619. );
  620. path = "Apex MobileTests";
  621. sourceTree = "<group>";
  622. };
  623. 719EF90C18BB839F00EFFF5F /* Supporting Files */ = {
  624. isa = PBXGroup;
  625. children = (
  626. 719EF90D18BB839F00EFFF5F /* Apex MobileTests-Info.plist */,
  627. 719EF90E18BB839F00EFFF5F /* InfoPlist.strings */,
  628. );
  629. name = "Supporting Files";
  630. sourceTree = "<group>";
  631. };
  632. 71A003F918D680250057CDFD /* password */ = {
  633. isa = PBXGroup;
  634. children = (
  635. 71A003FA18D680560057CDFD /* RetrievePasswordViewController.h */,
  636. 71A003FB18D680560057CDFD /* RetrievePasswordViewController.m */,
  637. 71A003FD18D6BFB40057CDFD /* ChangePasswordViewController.h */,
  638. 71A003FE18D6BFB40057CDFD /* ChangePasswordViewController.m */,
  639. );
  640. name = password;
  641. sourceTree = "<group>";
  642. };
  643. 71A541D118D151770017E2BD /* webview */ = {
  644. isa = PBXGroup;
  645. children = (
  646. 71A541D218D151C70017E2BD /* WebViewController.h */,
  647. 71A541D318D151C70017E2BD /* WebViewController.m */,
  648. );
  649. name = webview;
  650. sourceTree = "<group>";
  651. };
  652. 71A565E018C2141C00CDAC07 /* resource */ = {
  653. isa = PBXGroup;
  654. children = (
  655. 71DA74A718BDDFB5003B46A6 /* about.htm */,
  656. 713AA79C191724A200B44092 /* openurltest.txt */,
  657. );
  658. name = resource;
  659. sourceTree = "<group>";
  660. };
  661. 71C72714191CFF11001127E0 /* message */ = {
  662. isa = PBXGroup;
  663. children = (
  664. 711BA6BF191E0525002EDE6F /* MessageViewController.h */,
  665. 711BA6C0191E0525002EDE6F /* MessageViewController.m */,
  666. 711BA6C2191E0553002EDE6F /* MessageItem.h */,
  667. 711BA6C3191E0553002EDE6F /* MessageItem.m */,
  668. 71308AF5191E7B0E0024B2B0 /* MessageDetailItem.h */,
  669. 71308AF6191E7B0E0024B2B0 /* MessageDetailItem.m */,
  670. 71308AF8191E7B2A0024B2B0 /* MessageDetailViewController.h */,
  671. 71308AF9191E7B2A0024B2B0 /* MessageDetailViewController.m */,
  672. );
  673. name = message;
  674. sourceTree = "<group>";
  675. };
  676. /* End PBXGroup section */
  677. /* Begin PBXNativeTarget section */
  678. 719EF8DC18BB839F00EFFF5F /* Apex Mobile */ = {
  679. isa = PBXNativeTarget;
  680. buildConfigurationList = 719EF91518BB839F00EFFF5F /* Build configuration list for PBXNativeTarget "Apex Mobile" */;
  681. buildPhases = (
  682. 719EF8D918BB839F00EFFF5F /* Sources */,
  683. 719EF8DA18BB839F00EFFF5F /* Frameworks */,
  684. 719EF8DB18BB839F00EFFF5F /* Resources */,
  685. );
  686. buildRules = (
  687. );
  688. dependencies = (
  689. );
  690. name = "Apex Mobile";
  691. productName = "Apex Mobile";
  692. productReference = 719EF8DD18BB839F00EFFF5F /* Apex Mobile.app */;
  693. productType = "com.apple.product-type.application";
  694. };
  695. 719EF90318BB839F00EFFF5F /* Apex MobileTests */ = {
  696. isa = PBXNativeTarget;
  697. buildConfigurationList = 719EF91818BB839F00EFFF5F /* Build configuration list for PBXNativeTarget "Apex MobileTests" */;
  698. buildPhases = (
  699. 719EF90018BB839F00EFFF5F /* Sources */,
  700. 719EF90118BB839F00EFFF5F /* Frameworks */,
  701. 719EF90218BB839F00EFFF5F /* Resources */,
  702. );
  703. buildRules = (
  704. );
  705. dependencies = (
  706. 719EF90A18BB839F00EFFF5F /* PBXTargetDependency */,
  707. );
  708. name = "Apex MobileTests";
  709. productName = "Apex MobileTests";
  710. productReference = 719EF90418BB839F00EFFF5F /* Apex MobileTests.xctest */;
  711. productType = "com.apple.product-type.bundle.unit-test";
  712. };
  713. /* End PBXNativeTarget section */
  714. /* Begin PBXProject section */
  715. 719EF8D518BB839F00EFFF5F /* Project object */ = {
  716. isa = PBXProject;
  717. attributes = {
  718. CLASSPREFIX = ApexMobile;
  719. LastUpgradeCheck = 0510;
  720. ORGANIZATIONNAME = "United Software Applications, Inc";
  721. TargetAttributes = {
  722. 719EF8DC18BB839F00EFFF5F = {
  723. DevelopmentTeam = HXWLAA5YN5;
  724. };
  725. 719EF90318BB839F00EFFF5F = {
  726. TestTargetID = 719EF8DC18BB839F00EFFF5F;
  727. };
  728. };
  729. };
  730. buildConfigurationList = 719EF8D818BB839F00EFFF5F /* Build configuration list for PBXProject "Apex Mobile" */;
  731. compatibilityVersion = "Xcode 3.2";
  732. developmentRegion = English;
  733. hasScannedForEncodings = 0;
  734. knownRegions = (
  735. en,
  736. Base,
  737. "zh-Hans",
  738. );
  739. mainGroup = 719EF8D418BB839F00EFFF5F;
  740. productRefGroup = 719EF8DE18BB839F00EFFF5F /* Products */;
  741. projectDirPath = "";
  742. projectRoot = "";
  743. targets = (
  744. 719EF8DC18BB839F00EFFF5F /* Apex Mobile */,
  745. 719EF90318BB839F00EFFF5F /* Apex MobileTests */,
  746. );
  747. };
  748. /* End PBXProject section */
  749. /* Begin PBXResourcesBuildPhase section */
  750. 719EF8DB18BB839F00EFFF5F /* Resources */ = {
  751. isa = PBXResourcesBuildPhase;
  752. buildActionMask = 2147483647;
  753. files = (
  754. 719EF8FF18BB839F00EFFF5F /* Images.xcassets in Resources */,
  755. 719EF8F418BB839F00EFFF5F /* Main_iPhone.storyboard in Resources */,
  756. 713AA79D191724A200B44092 /* openurltest.txt in Resources */,
  757. 71286AB518C70061001FDF43 /* LICENSE in Resources */,
  758. 7120DCE918BE25B000E7546F /* GoogleMaps.bundle in Resources */,
  759. 71DA74A818BDDFB5003B46A6 /* about.htm in Resources */,
  760. 71286AB918C70061001FDF43 /* README.md in Resources */,
  761. 719EF8EB18BB839F00EFFF5F /* InfoPlist.strings in Resources */,
  762. );
  763. runOnlyForDeploymentPostprocessing = 0;
  764. };
  765. 719EF90218BB839F00EFFF5F /* Resources */ = {
  766. isa = PBXResourcesBuildPhase;
  767. buildActionMask = 2147483647;
  768. files = (
  769. 719EF91018BB839F00EFFF5F /* InfoPlist.strings in Resources */,
  770. );
  771. runOnlyForDeploymentPostprocessing = 0;
  772. };
  773. /* End PBXResourcesBuildPhase section */
  774. /* Begin PBXSourcesBuildPhase section */
  775. 719EF8D918BB839F00EFFF5F /* Sources */ = {
  776. isa = PBXSourcesBuildPhase;
  777. buildActionMask = 2147483647;
  778. files = (
  779. 718BE8B2190F9D970046EA6A /* MyAutocompleteItemsSource.m in Sources */,
  780. 71406DCE18C36A52000914C4 /* TableCellBool.m in Sources */,
  781. 71A01D7F18C9AEC8003307A9 /* DetailCellWeb.m in Sources */,
  782. 71A01D8518C9BDC8003307A9 /* DetailTabBarController.m in Sources */,
  783. 71F67CFC19066375004E8462 /* PulldownMenu.m in Sources */,
  784. 71406DD118C36A6E000914C4 /* TableCellDate.m in Sources */,
  785. 717D772F18C84E3F0070302D /* PageData.m in Sources */,
  786. 71375C8F18D96EDE00EBA026 /* TabBarController.m in Sources */,
  787. 71951E6F18C6A9A5005024BD /* TouchLabel.m in Sources */,
  788. 71DA6047190A00F600683003 /* FavoritesData.m in Sources */,
  789. 71A01D7C18C9AE97003307A9 /* DetailCellList.m in Sources */,
  790. 71DA74A618BDDD31003B46A6 /* AboutViewController.m in Sources */,
  791. 712CBA0318CF38DB00C61394 /* RTLabel.m in Sources */,
  792. 71CEE3D718CC559B00052C63 /* ApexMobileNavigationController.m in Sources */,
  793. 71BA50371908F21500D0BD31 /* HistoryData.m in Sources */,
  794. 713AA7A91917833600B44092 /* PdfViewController.m in Sources */,
  795. 71A541D418D151C70017E2BD /* WebViewController.m in Sources */,
  796. 71330C2018BCC4DA0048956C /* FunctionSelectViewController.m in Sources */,
  797. 718BE8B4190F9D970046EA6A /* MySuggestion.m in Sources */,
  798. 719EF8FD18BB839F00EFFF5F /* ApexMobileSecondViewController.m in Sources */,
  799. 71AE427318C47AF900B8EC3D /* SearchViewController.m in Sources */,
  800. 71308AF7191E7B0E0024B2B0 /* MessageDetailItem.m in Sources */,
  801. 71A565D918C20F5900CDAC07 /* SearchTableAdapter.m in Sources */,
  802. 719EF8FA18BB839F00EFFF5F /* ApexMobileFirstViewController.m in Sources */,
  803. 719BEC1718FFAB7B00DFE987 /* ToolsPanelViewController.m in Sources */,
  804. 71BA502E1908ED5700D0BD31 /* CellItemHistory.m in Sources */,
  805. 719A51A518C5A4AF0080C075 /* SimpleGrid.m in Sources */,
  806. 71286AB718C70061001FDF43 /* NSData+CommonCrypto.m in Sources */,
  807. 71A003FF18D6BFB40057CDFD /* ChangePasswordViewController.m in Sources */,
  808. 71CEE38A18CB749E00052C63 /* DetailPageViewController.m in Sources */,
  809. 71286AB618C70061001FDF43 /* NSData+Base64.m in Sources */,
  810. 719E7E3318C0368A003408FF /* ApexMobileDB.m in Sources */,
  811. 719E7E3018C015D0003408FF /* ApexMobileNetwork.m in Sources */,
  812. 719EF8F118BB839F00EFFF5F /* ApexMobileAppDelegate.m in Sources */,
  813. 714C39B81922FEE1004F045B /* NewsDetailViewController.m in Sources */,
  814. 7170AAE218D7C999003B711C /* LocationDetailViewController.m in Sources */,
  815. 712A301318CFEF550022E6E6 /* CustomizeFieldViewController.m in Sources */,
  816. 716FF7921904ED2600ED6C3D /* NewsData.m in Sources */,
  817. 71F67CF619063612004E8462 /* ApexHistoryViewController.m in Sources */,
  818. 7130B3F41900FB61000610D8 /* NewsViewController.m in Sources */,
  819. 711BA6C1191E0525002EDE6F /* MessageViewController.m in Sources */,
  820. 711BA6C4191E0553002EDE6F /* MessageItem.m in Sources */,
  821. 71BA50311908ED9100D0BD31 /* HistoryViewController.m in Sources */,
  822. 71A2D76218DC3895001C380A /* LineView.m in Sources */,
  823. 719A51B418C5A8100080C075 /* ResultViewController.m in Sources */,
  824. 711DC6B218C30A4800FB1749 /* TableCellEdit.m in Sources */,
  825. 71286AB818C70061001FDF43 /* NSString+Base64.m in Sources */,
  826. 71A01D8218C9BA67003307A9 /* DetailContent.m in Sources */,
  827. 71A003FC18D680560057CDFD /* RetrievePasswordViewController.m in Sources */,
  828. 71F67CF919065EA8004E8462 /* SimpleMenu.m in Sources */,
  829. 719A51BA18C5AB7B0080C075 /* SimpleGridComponent.m in Sources */,
  830. 719EF8ED18BB839F00EFFF5F /* main.m in Sources */,
  831. 717D76EB18C7F8120070302D /* Reachability.m in Sources */,
  832. 7120DD0418BE273900E7546F /* LocationViewController.m in Sources */,
  833. 71308AFA191E7B2A0024B2B0 /* MessageDetailViewController.m in Sources */,
  834. 71286AB418C70061001FDF43 /* AESCrypt.m in Sources */,
  835. 713AA7A1191736E600B44092 /* DocumentsViewController.m in Sources */,
  836. 716FF7951904FBC600ED6C3D /* NewsTableViewCell.m in Sources */,
  837. 71A01D7918C9AE77003307A9 /* DetailCellKV.m in Sources */,
  838. 713AA7A41917373600B44092 /* LocalDocumentsViewController.m in Sources */,
  839. 71DA604A190A02CE00683003 /* FavoritesViewController.m in Sources */,
  840. 71BA50341908EDCF00D0BD31 /* HistoryTabBarController.m in Sources */,
  841. 719A51A918C5A5D30080C075 /* SimpleGridDataSource.m in Sources */,
  842. 718BE8B3190F9D970046EA6A /* MyAutocompletionCellFactory.m in Sources */,
  843. 71A565DF18C212EA00CDAC07 /* Constant.m in Sources */,
  844. 718BE8B0190F9D970046EA6A /* MyAutocompleteView.m in Sources */,
  845. );
  846. runOnlyForDeploymentPostprocessing = 0;
  847. };
  848. 719EF90018BB839F00EFFF5F /* Sources */ = {
  849. isa = PBXSourcesBuildPhase;
  850. buildActionMask = 2147483647;
  851. files = (
  852. 719EF91218BB839F00EFFF5F /* Apex_MobileTests.m in Sources */,
  853. );
  854. runOnlyForDeploymentPostprocessing = 0;
  855. };
  856. /* End PBXSourcesBuildPhase section */
  857. /* Begin PBXTargetDependency section */
  858. 719EF90A18BB839F00EFFF5F /* PBXTargetDependency */ = {
  859. isa = PBXTargetDependency;
  860. target = 719EF8DC18BB839F00EFFF5F /* Apex Mobile */;
  861. targetProxy = 719EF90918BB839F00EFFF5F /* PBXContainerItemProxy */;
  862. };
  863. /* End PBXTargetDependency section */
  864. /* Begin PBXVariantGroup section */
  865. 719EF8E918BB839F00EFFF5F /* InfoPlist.strings */ = {
  866. isa = PBXVariantGroup;
  867. children = (
  868. 719EF8EA18BB839F00EFFF5F /* en */,
  869. );
  870. name = InfoPlist.strings;
  871. sourceTree = "<group>";
  872. };
  873. 719EF8F218BB839F00EFFF5F /* Main_iPhone.storyboard */ = {
  874. isa = PBXVariantGroup;
  875. children = (
  876. 719EF8F318BB839F00EFFF5F /* Base */,
  877. );
  878. name = Main_iPhone.storyboard;
  879. sourceTree = "<group>";
  880. };
  881. 719EF90E18BB839F00EFFF5F /* InfoPlist.strings */ = {
  882. isa = PBXVariantGroup;
  883. children = (
  884. 719EF90F18BB839F00EFFF5F /* en */,
  885. );
  886. name = InfoPlist.strings;
  887. sourceTree = "<group>";
  888. };
  889. /* End PBXVariantGroup section */
  890. /* Begin XCBuildConfiguration section */
  891. 719EF91318BB839F00EFFF5F /* Debug */ = {
  892. isa = XCBuildConfiguration;
  893. buildSettings = {
  894. ALWAYS_SEARCH_USER_PATHS = NO;
  895. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  896. CLANG_CXX_LIBRARY = "libc++";
  897. CLANG_ENABLE_MODULES = YES;
  898. CLANG_ENABLE_OBJC_ARC = YES;
  899. CLANG_WARN_BOOL_CONVERSION = YES;
  900. CLANG_WARN_CONSTANT_CONVERSION = YES;
  901. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  902. CLANG_WARN_EMPTY_BODY = YES;
  903. CLANG_WARN_ENUM_CONVERSION = YES;
  904. CLANG_WARN_INT_CONVERSION = YES;
  905. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  906. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  907. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  908. COPY_PHASE_STRIP = NO;
  909. GCC_C_LANGUAGE_STANDARD = gnu99;
  910. GCC_DYNAMIC_NO_PIC = NO;
  911. GCC_OPTIMIZATION_LEVEL = 0;
  912. GCC_PREPROCESSOR_DEFINITIONS = (
  913. "DEBUG=1",
  914. "$(inherited)",
  915. );
  916. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  917. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  918. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  919. GCC_WARN_UNDECLARED_SELECTOR = YES;
  920. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  921. GCC_WARN_UNUSED_FUNCTION = YES;
  922. GCC_WARN_UNUSED_VARIABLE = YES;
  923. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  924. ONLY_ACTIVE_ARCH = YES;
  925. SDKROOT = iphoneos;
  926. TARGETED_DEVICE_FAMILY = 1;
  927. };
  928. name = Debug;
  929. };
  930. 719EF91418BB839F00EFFF5F /* Release */ = {
  931. isa = XCBuildConfiguration;
  932. buildSettings = {
  933. ALWAYS_SEARCH_USER_PATHS = NO;
  934. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  935. CLANG_CXX_LIBRARY = "libc++";
  936. CLANG_ENABLE_MODULES = YES;
  937. CLANG_ENABLE_OBJC_ARC = YES;
  938. CLANG_WARN_BOOL_CONVERSION = YES;
  939. CLANG_WARN_CONSTANT_CONVERSION = YES;
  940. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  941. CLANG_WARN_EMPTY_BODY = YES;
  942. CLANG_WARN_ENUM_CONVERSION = YES;
  943. CLANG_WARN_INT_CONVERSION = YES;
  944. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  945. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  946. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  947. COPY_PHASE_STRIP = YES;
  948. ENABLE_NS_ASSERTIONS = NO;
  949. GCC_C_LANGUAGE_STANDARD = gnu99;
  950. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  951. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  952. GCC_WARN_UNDECLARED_SELECTOR = YES;
  953. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  954. GCC_WARN_UNUSED_FUNCTION = YES;
  955. GCC_WARN_UNUSED_VARIABLE = YES;
  956. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  957. SDKROOT = iphoneos;
  958. TARGETED_DEVICE_FAMILY = 1;
  959. VALIDATE_PRODUCT = YES;
  960. };
  961. name = Release;
  962. };
  963. 719EF91618BB839F00EFFF5F /* Debug */ = {
  964. isa = XCBuildConfiguration;
  965. buildSettings = {
  966. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  967. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  968. CODE_SIGN_IDENTITY = "iPhone Developer";
  969. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  970. FRAMEWORK_SEARCH_PATHS = (
  971. "$(inherited)",
  972. "/xcode_workspace/ERPSuiteIOS/Apex\\ Mobile",
  973. );
  974. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  975. GCC_PREFIX_HEADER = "Apex Mobile/Apex Mobile-Prefix.pch";
  976. GCC_PREPROCESSOR_DEFINITIONS = (
  977. "DEBUG=1",
  978. "$(inherited)",
  979. );
  980. INFOPLIST_FILE = "Apex Mobile/Apex Mobile-Info.plist";
  981. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  982. OTHER_LDFLAGS = "-ObjC";
  983. PRODUCT_NAME = "$(TARGET_NAME)";
  984. PROVISIONING_PROFILE = "";
  985. TARGETED_DEVICE_FAMILY = 1;
  986. WRAPPER_EXTENSION = app;
  987. };
  988. name = Debug;
  989. };
  990. 719EF91718BB839F00EFFF5F /* Release */ = {
  991. isa = XCBuildConfiguration;
  992. buildSettings = {
  993. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  994. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  995. CODE_SIGN_IDENTITY = "iPhone Developer";
  996. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  997. FRAMEWORK_SEARCH_PATHS = (
  998. "$(inherited)",
  999. "/xcode_workspace/ERPSuiteIOS/Apex\\ Mobile",
  1000. );
  1001. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1002. GCC_PREFIX_HEADER = "Apex Mobile/Apex Mobile-Prefix.pch";
  1003. INFOPLIST_FILE = "Apex Mobile/Apex Mobile-Info.plist";
  1004. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  1005. OTHER_LDFLAGS = "-ObjC";
  1006. PRODUCT_NAME = "$(TARGET_NAME)";
  1007. PROVISIONING_PROFILE = "";
  1008. TARGETED_DEVICE_FAMILY = 1;
  1009. WRAPPER_EXTENSION = app;
  1010. };
  1011. name = Release;
  1012. };
  1013. 719EF91918BB839F00EFFF5F /* Debug */ = {
  1014. isa = XCBuildConfiguration;
  1015. buildSettings = {
  1016. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Apex Mobile.app/Apex Mobile";
  1017. FRAMEWORK_SEARCH_PATHS = (
  1018. "$(SDKROOT)/Developer/Library/Frameworks",
  1019. "$(inherited)",
  1020. "$(DEVELOPER_FRAMEWORKS_DIR)",
  1021. );
  1022. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1023. GCC_PREFIX_HEADER = "Apex Mobile/Apex Mobile-Prefix.pch";
  1024. GCC_PREPROCESSOR_DEFINITIONS = (
  1025. "DEBUG=1",
  1026. "$(inherited)",
  1027. );
  1028. INFOPLIST_FILE = "Apex MobileTests/Apex MobileTests-Info.plist";
  1029. PRODUCT_NAME = "$(TARGET_NAME)";
  1030. TEST_HOST = "$(BUNDLE_LOADER)";
  1031. WRAPPER_EXTENSION = xctest;
  1032. };
  1033. name = Debug;
  1034. };
  1035. 719EF91A18BB839F00EFFF5F /* Release */ = {
  1036. isa = XCBuildConfiguration;
  1037. buildSettings = {
  1038. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Apex Mobile.app/Apex Mobile";
  1039. FRAMEWORK_SEARCH_PATHS = (
  1040. "$(SDKROOT)/Developer/Library/Frameworks",
  1041. "$(inherited)",
  1042. "$(DEVELOPER_FRAMEWORKS_DIR)",
  1043. );
  1044. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1045. GCC_PREFIX_HEADER = "Apex Mobile/Apex Mobile-Prefix.pch";
  1046. INFOPLIST_FILE = "Apex MobileTests/Apex MobileTests-Info.plist";
  1047. PRODUCT_NAME = "$(TARGET_NAME)";
  1048. TEST_HOST = "$(BUNDLE_LOADER)";
  1049. WRAPPER_EXTENSION = xctest;
  1050. };
  1051. name = Release;
  1052. };
  1053. /* End XCBuildConfiguration section */
  1054. /* Begin XCConfigurationList section */
  1055. 719EF8D818BB839F00EFFF5F /* Build configuration list for PBXProject "Apex Mobile" */ = {
  1056. isa = XCConfigurationList;
  1057. buildConfigurations = (
  1058. 719EF91318BB839F00EFFF5F /* Debug */,
  1059. 719EF91418BB839F00EFFF5F /* Release */,
  1060. );
  1061. defaultConfigurationIsVisible = 0;
  1062. defaultConfigurationName = Release;
  1063. };
  1064. 719EF91518BB839F00EFFF5F /* Build configuration list for PBXNativeTarget "Apex Mobile" */ = {
  1065. isa = XCConfigurationList;
  1066. buildConfigurations = (
  1067. 719EF91618BB839F00EFFF5F /* Debug */,
  1068. 719EF91718BB839F00EFFF5F /* Release */,
  1069. );
  1070. defaultConfigurationIsVisible = 0;
  1071. defaultConfigurationName = Release;
  1072. };
  1073. 719EF91818BB839F00EFFF5F /* Build configuration list for PBXNativeTarget "Apex MobileTests" */ = {
  1074. isa = XCConfigurationList;
  1075. buildConfigurations = (
  1076. 719EF91918BB839F00EFFF5F /* Debug */,
  1077. 719EF91A18BB839F00EFFF5F /* Release */,
  1078. );
  1079. defaultConfigurationIsVisible = 0;
  1080. defaultConfigurationName = Release;
  1081. };
  1082. /* End XCConfigurationList section */
  1083. };
  1084. rootObject = 719EF8D518BB839F00EFFF5F /* Project object */;
  1085. }