project.pbxproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 42E1B0FD1EB1C8EE00EEF27C /* LoginSwitchCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42E1B0FB1EB1C8EE00EEF27C /* LoginSwitchCell.m */; };
  10. 42E1B0FE1EB1C8EE00EEF27C /* LoginTextFiledCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42E1B0FC1EB1C8EE00EEF27C /* LoginTextFiledCell.m */; };
  11. 42E1B1021EB1C92000EEF27C /* BasicViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42E1B1011EB1C92000EEF27C /* BasicViewController.m */; };
  12. 42E1B1041EB1CCB200EEF27C /* login.json in Resources */ = {isa = PBXBuildFile; fileRef = 42E1B1031EB1CCB200EEF27C /* login.json */; };
  13. 42E1B1081EB1D9B100EEF27C /* LoginSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42E1B1071EB1D9B100EEF27C /* LoginSettingViewController.m */; };
  14. 71114A9D1EB1BCB400D2200C /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114A9C1EB1BCB400D2200C /* LoginViewController.m */; };
  15. 71114AA01EB1C3DE00D2200C /* NetworkUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114A9F1EB1C3DE00D2200C /* NetworkUtils.m */; };
  16. 71114AA31EB1C40900D2200C /* RAINetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AA21EB1C40900D2200C /* RAINetwork.m */; };
  17. 71114AA61EB1C50D00D2200C /* RAUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AA51EB1C50D00D2200C /* RAUtils.m */; };
  18. 71114AB21EB1C5C800D2200C /* AESCrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AAA1EB1C5C800D2200C /* AESCrypt.m */; };
  19. 71114AB31EB1C5C800D2200C /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 71114AAB1EB1C5C800D2200C /* LICENSE */; };
  20. 71114AB41EB1C5C800D2200C /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AAD1EB1C5C800D2200C /* NSData+Base64.m */; };
  21. 71114AB51EB1C5C800D2200C /* NSData+CommonCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AAF1EB1C5C800D2200C /* NSData+CommonCrypto.m */; };
  22. 71114AB61EB1C5C800D2200C /* NSString+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AB11EB1C5C800D2200C /* NSString+Base64.m */; };
  23. 71114ABC1EB1C73400D2200C /* ZipArchive.mm in Sources */ = {isa = PBXBuildFile; fileRef = 71114ABB1EB1C73400D2200C /* ZipArchive.mm */; };
  24. 71114AC61EB1C73B00D2200C /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 71114ABE1EB1C73B00D2200C /* ioapi.c */; };
  25. 71114AC71EB1C73B00D2200C /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = 71114AC01EB1C73B00D2200C /* mztools.c */; };
  26. 71114AC81EB1C73B00D2200C /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 71114AC21EB1C73B00D2200C /* unzip.c */; };
  27. 71114AC91EB1C73B00D2200C /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 71114AC41EB1C73B00D2200C /* zip.c */; };
  28. 71114ACC1EB1C76E00D2200C /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 71114ACB1EB1C76E00D2200C /* libz.tbd */; };
  29. 71114ACF1EB1C79300D2200C /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114ACE1EB1C79300D2200C /* Reachability.m */; };
  30. 71DCDC391EAF234E00BA045A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DCDC381EAF234E00BA045A /* main.m */; };
  31. 71DCDC3C1EAF234E00BA045A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DCDC3B1EAF234E00BA045A /* AppDelegate.m */; };
  32. 71DCDC3F1EAF234E00BA045A /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DCDC3E1EAF234E00BA045A /* RootViewController.m */; };
  33. 71DCDC421EAF234E00BA045A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71DCDC401EAF234E00BA045A /* Main.storyboard */; };
  34. 71DCDC441EAF234E00BA045A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 71DCDC431EAF234E00BA045A /* Assets.xcassets */; };
  35. 71DCDC471EAF234E00BA045A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71DCDC451EAF234E00BA045A /* LaunchScreen.storyboard */; };
  36. 71DCDC501EAF353000BA045A /* modelist.json in Resources */ = {isa = PBXBuildFile; fileRef = 71DCDC4F1EAF353000BA045A /* modelist.json */; };
  37. /* End PBXBuildFile section */
  38. /* Begin PBXFileReference section */
  39. 42E1B0F91EB1C8EE00EEF27C /* LoginSwitchCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginSwitchCell.h; sourceTree = "<group>"; };
  40. 42E1B0FA1EB1C8EE00EEF27C /* LoginTextFiledCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginTextFiledCell.h; sourceTree = "<group>"; };
  41. 42E1B0FB1EB1C8EE00EEF27C /* LoginSwitchCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginSwitchCell.m; sourceTree = "<group>"; };
  42. 42E1B0FC1EB1C8EE00EEF27C /* LoginTextFiledCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginTextFiledCell.m; sourceTree = "<group>"; };
  43. 42E1B1001EB1C92000EEF27C /* BasicViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BasicViewController.h; sourceTree = "<group>"; };
  44. 42E1B1011EB1C92000EEF27C /* BasicViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BasicViewController.m; sourceTree = "<group>"; };
  45. 42E1B1031EB1CCB200EEF27C /* login.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = login.json; sourceTree = "<group>"; };
  46. 42E1B1061EB1D9B100EEF27C /* LoginSettingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginSettingViewController.h; sourceTree = "<group>"; };
  47. 42E1B1071EB1D9B100EEF27C /* LoginSettingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginSettingViewController.m; sourceTree = "<group>"; };
  48. 71114A9B1EB1BCB400D2200C /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
  49. 71114A9C1EB1BCB400D2200C /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
  50. 71114A9E1EB1C3DE00D2200C /* NetworkUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NetworkUtils.h; path = "../../RedAnt ERP Mobile/common/NetworkUtils.h"; sourceTree = "<group>"; };
  51. 71114A9F1EB1C3DE00D2200C /* NetworkUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NetworkUtils.m; path = "../../RedAnt ERP Mobile/common/NetworkUtils.m"; sourceTree = "<group>"; };
  52. 71114AA11EB1C40900D2200C /* RAINetwork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RAINetwork.h; sourceTree = "<group>"; };
  53. 71114AA21EB1C40900D2200C /* RAINetwork.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RAINetwork.m; sourceTree = "<group>"; };
  54. 71114AA41EB1C50D00D2200C /* RAUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAUtils.h; path = "../../RedAnt ERP Mobile/common/RAUtils.h"; sourceTree = "<group>"; };
  55. 71114AA51EB1C50D00D2200C /* RAUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAUtils.m; path = "../../RedAnt ERP Mobile/common/RAUtils.m"; sourceTree = "<group>"; };
  56. 71114AA91EB1C5C800D2200C /* AESCrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AESCrypt.h; path = "../../RedAnt ERP Mobile/common/AES/AESCrypt.h"; sourceTree = "<group>"; };
  57. 71114AAA1EB1C5C800D2200C /* AESCrypt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AESCrypt.m; path = "../../RedAnt ERP Mobile/common/AES/AESCrypt.m"; sourceTree = "<group>"; };
  58. 71114AAB1EB1C5C800D2200C /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = "../../RedAnt ERP Mobile/common/AES/LICENSE"; sourceTree = "<group>"; };
  59. 71114AAC1EB1C5C800D2200C /* NSData+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSData+Base64.h"; path = "../../RedAnt ERP Mobile/common/AES/NSData+Base64.h"; sourceTree = "<group>"; };
  60. 71114AAD1EB1C5C800D2200C /* NSData+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSData+Base64.m"; path = "../../RedAnt ERP Mobile/common/AES/NSData+Base64.m"; sourceTree = "<group>"; };
  61. 71114AAE1EB1C5C800D2200C /* NSData+CommonCrypto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSData+CommonCrypto.h"; path = "../../RedAnt ERP Mobile/common/AES/NSData+CommonCrypto.h"; sourceTree = "<group>"; };
  62. 71114AAF1EB1C5C800D2200C /* NSData+CommonCrypto.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSData+CommonCrypto.m"; path = "../../RedAnt ERP Mobile/common/AES/NSData+CommonCrypto.m"; sourceTree = "<group>"; };
  63. 71114AB01EB1C5C800D2200C /* NSString+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSString+Base64.h"; path = "../../RedAnt ERP Mobile/common/AES/NSString+Base64.h"; sourceTree = "<group>"; };
  64. 71114AB11EB1C5C800D2200C /* NSString+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSString+Base64.m"; path = "../../RedAnt ERP Mobile/common/AES/NSString+Base64.m"; sourceTree = "<group>"; };
  65. 71114AB71EB1C68B00D2200C /* const.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = const.h; sourceTree = "<group>"; };
  66. 71114AB81EB1C6B700D2200C /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
  67. 71114ABA1EB1C73400D2200C /* ZipArchive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = "../../RedAnt ERP Mobile/common/zip/ZipArchive.h"; sourceTree = "<group>"; };
  68. 71114ABB1EB1C73400D2200C /* ZipArchive.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ZipArchive.mm; path = "../../RedAnt ERP Mobile/common/zip/ZipArchive.mm"; sourceTree = "<group>"; };
  69. 71114ABD1EB1C73B00D2200C /* crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crypt.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/crypt.h"; sourceTree = "<group>"; };
  70. 71114ABE1EB1C73B00D2200C /* ioapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ioapi.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/ioapi.c"; sourceTree = "<group>"; };
  71. 71114ABF1EB1C73B00D2200C /* ioapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/ioapi.h"; sourceTree = "<group>"; };
  72. 71114AC01EB1C73B00D2200C /* mztools.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mztools.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/mztools.c"; sourceTree = "<group>"; };
  73. 71114AC11EB1C73B00D2200C /* mztools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mztools.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/mztools.h"; sourceTree = "<group>"; };
  74. 71114AC21EB1C73B00D2200C /* unzip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unzip.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/unzip.c"; sourceTree = "<group>"; };
  75. 71114AC31EB1C73B00D2200C /* unzip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unzip.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/unzip.h"; sourceTree = "<group>"; };
  76. 71114AC41EB1C73B00D2200C /* zip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zip.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/zip.c"; sourceTree = "<group>"; };
  77. 71114AC51EB1C73B00D2200C /* zip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = zip.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/zip.h"; sourceTree = "<group>"; };
  78. 71114ACB1EB1C76E00D2200C /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
  79. 71114ACD1EB1C79300D2200C /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Reachability.h; path = "../../RedAnt ERP Mobile/common/Reachability.h"; sourceTree = "<group>"; };
  80. 71114ACE1EB1C79300D2200C /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Reachability.m; path = "../../RedAnt ERP Mobile/common/Reachability.m"; sourceTree = "<group>"; };
  81. 71DCDC341EAF234E00BA045A /* RA Image.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RA Image.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  82. 71DCDC381EAF234E00BA045A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  83. 71DCDC3A1EAF234E00BA045A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  84. 71DCDC3B1EAF234E00BA045A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  85. 71DCDC3D1EAF234E00BA045A /* RootViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
  86. 71DCDC3E1EAF234E00BA045A /* RootViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RootViewController.m; sourceTree = "<group>"; };
  87. 71DCDC411EAF234E00BA045A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  88. 71DCDC431EAF234E00BA045A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  89. 71DCDC461EAF234E00BA045A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  90. 71DCDC481EAF234E00BA045A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  91. 71DCDC4F1EAF353000BA045A /* modelist.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = modelist.json; sourceTree = "<group>"; };
  92. /* End PBXFileReference section */
  93. /* Begin PBXFrameworksBuildPhase section */
  94. 71DCDC311EAF234E00BA045A /* Frameworks */ = {
  95. isa = PBXFrameworksBuildPhase;
  96. buildActionMask = 2147483647;
  97. files = (
  98. 71114ACC1EB1C76E00D2200C /* libz.tbd in Frameworks */,
  99. );
  100. runOnlyForDeploymentPostprocessing = 0;
  101. };
  102. /* End PBXFrameworksBuildPhase section */
  103. /* Begin PBXGroup section */
  104. 42E1B0F71EB1C8BB00EEF27C /* Login */ = {
  105. isa = PBXGroup;
  106. children = (
  107. 42E1B1031EB1CCB200EEF27C /* login.json */,
  108. 71114A9B1EB1BCB400D2200C /* LoginViewController.h */,
  109. 71114A9C1EB1BCB400D2200C /* LoginViewController.m */,
  110. 42E1B0F81EB1C8DB00EEF27C /* view */,
  111. 42E1B1051EB1D90F00EEF27C /* Setting */,
  112. );
  113. name = Login;
  114. sourceTree = "<group>";
  115. };
  116. 42E1B0F81EB1C8DB00EEF27C /* view */ = {
  117. isa = PBXGroup;
  118. children = (
  119. 42E1B0F91EB1C8EE00EEF27C /* LoginSwitchCell.h */,
  120. 42E1B0FB1EB1C8EE00EEF27C /* LoginSwitchCell.m */,
  121. 42E1B0FA1EB1C8EE00EEF27C /* LoginTextFiledCell.h */,
  122. 42E1B0FC1EB1C8EE00EEF27C /* LoginTextFiledCell.m */,
  123. );
  124. name = view;
  125. sourceTree = "<group>";
  126. };
  127. 42E1B0FF1EB1C90700EEF27C /* BasicViewController */ = {
  128. isa = PBXGroup;
  129. children = (
  130. 42E1B1001EB1C92000EEF27C /* BasicViewController.h */,
  131. 42E1B1011EB1C92000EEF27C /* BasicViewController.m */,
  132. );
  133. name = BasicViewController;
  134. sourceTree = "<group>";
  135. };
  136. 42E1B1051EB1D90F00EEF27C /* Setting */ = {
  137. isa = PBXGroup;
  138. children = (
  139. 42E1B1061EB1D9B100EEF27C /* LoginSettingViewController.h */,
  140. 42E1B1071EB1D9B100EEF27C /* LoginSettingViewController.m */,
  141. );
  142. name = Setting;
  143. sourceTree = "<group>";
  144. };
  145. 42E1B10D1EB1E91D00EEF27C /* Network */ = {
  146. isa = PBXGroup;
  147. children = (
  148. 71114A9E1EB1C3DE00D2200C /* NetworkUtils.h */,
  149. 71114A9F1EB1C3DE00D2200C /* NetworkUtils.m */,
  150. 71114AA11EB1C40900D2200C /* RAINetwork.h */,
  151. 71114AA21EB1C40900D2200C /* RAINetwork.m */,
  152. );
  153. name = Network;
  154. sourceTree = "<group>";
  155. };
  156. 42E1B10E1EB1E93E00EEF27C /* Root */ = {
  157. isa = PBXGroup;
  158. children = (
  159. 71DCDC3D1EAF234E00BA045A /* RootViewController.h */,
  160. 71DCDC3E1EAF234E00BA045A /* RootViewController.m */,
  161. );
  162. name = Root;
  163. sourceTree = "<group>";
  164. };
  165. 71114AA71EB1C51200D2200C /* util */ = {
  166. isa = PBXGroup;
  167. children = (
  168. 71114AB91EB1C71E00D2200C /* zip */,
  169. 71114AA81EB1C5C000D2200C /* aes */,
  170. 71114AA41EB1C50D00D2200C /* RAUtils.h */,
  171. 71114AA51EB1C50D00D2200C /* RAUtils.m */,
  172. 71114ACD1EB1C79300D2200C /* Reachability.h */,
  173. 71114ACE1EB1C79300D2200C /* Reachability.m */,
  174. );
  175. name = util;
  176. sourceTree = "<group>";
  177. };
  178. 71114AA81EB1C5C000D2200C /* aes */ = {
  179. isa = PBXGroup;
  180. children = (
  181. 71114AA91EB1C5C800D2200C /* AESCrypt.h */,
  182. 71114AAA1EB1C5C800D2200C /* AESCrypt.m */,
  183. 71114AAB1EB1C5C800D2200C /* LICENSE */,
  184. 71114AAC1EB1C5C800D2200C /* NSData+Base64.h */,
  185. 71114AAD1EB1C5C800D2200C /* NSData+Base64.m */,
  186. 71114AAE1EB1C5C800D2200C /* NSData+CommonCrypto.h */,
  187. 71114AAF1EB1C5C800D2200C /* NSData+CommonCrypto.m */,
  188. 71114AB01EB1C5C800D2200C /* NSString+Base64.h */,
  189. 71114AB11EB1C5C800D2200C /* NSString+Base64.m */,
  190. );
  191. name = aes;
  192. sourceTree = "<group>";
  193. };
  194. 71114AB91EB1C71E00D2200C /* zip */ = {
  195. isa = PBXGroup;
  196. children = (
  197. 71114ABD1EB1C73B00D2200C /* crypt.h */,
  198. 71114ABE1EB1C73B00D2200C /* ioapi.c */,
  199. 71114ABF1EB1C73B00D2200C /* ioapi.h */,
  200. 71114AC01EB1C73B00D2200C /* mztools.c */,
  201. 71114AC11EB1C73B00D2200C /* mztools.h */,
  202. 71114AC21EB1C73B00D2200C /* unzip.c */,
  203. 71114AC31EB1C73B00D2200C /* unzip.h */,
  204. 71114AC41EB1C73B00D2200C /* zip.c */,
  205. 71114AC51EB1C73B00D2200C /* zip.h */,
  206. 71114ABA1EB1C73400D2200C /* ZipArchive.h */,
  207. 71114ABB1EB1C73400D2200C /* ZipArchive.mm */,
  208. );
  209. name = zip;
  210. sourceTree = "<group>";
  211. };
  212. 71114ACA1EB1C76E00D2200C /* Frameworks */ = {
  213. isa = PBXGroup;
  214. children = (
  215. 71114ACB1EB1C76E00D2200C /* libz.tbd */,
  216. );
  217. name = Frameworks;
  218. sourceTree = "<group>";
  219. };
  220. 71DCDC2B1EAF234E00BA045A = {
  221. isa = PBXGroup;
  222. children = (
  223. 42E1B0FF1EB1C90700EEF27C /* BasicViewController */,
  224. 71DCDC361EAF234E00BA045A /* RA Image */,
  225. 71DCDC351EAF234E00BA045A /* Products */,
  226. 71114ACA1EB1C76E00D2200C /* Frameworks */,
  227. );
  228. sourceTree = "<group>";
  229. };
  230. 71DCDC351EAF234E00BA045A /* Products */ = {
  231. isa = PBXGroup;
  232. children = (
  233. 71DCDC341EAF234E00BA045A /* RA Image.app */,
  234. );
  235. name = Products;
  236. sourceTree = "<group>";
  237. };
  238. 71DCDC361EAF234E00BA045A /* RA Image */ = {
  239. isa = PBXGroup;
  240. children = (
  241. 71114AB71EB1C68B00D2200C /* const.h */,
  242. 71114AB81EB1C6B700D2200C /* config.h */,
  243. 71114AA71EB1C51200D2200C /* util */,
  244. 42E1B10D1EB1E91D00EEF27C /* Network */,
  245. 71DCDC4E1EAF34F800BA045A /* modes */,
  246. 42E1B0F71EB1C8BB00EEF27C /* Login */,
  247. 42E1B10E1EB1E93E00EEF27C /* Root */,
  248. 71DCDC3A1EAF234E00BA045A /* AppDelegate.h */,
  249. 71DCDC3B1EAF234E00BA045A /* AppDelegate.m */,
  250. 71DCDC401EAF234E00BA045A /* Main.storyboard */,
  251. 71DCDC431EAF234E00BA045A /* Assets.xcassets */,
  252. 71DCDC451EAF234E00BA045A /* LaunchScreen.storyboard */,
  253. 71DCDC481EAF234E00BA045A /* Info.plist */,
  254. 71DCDC371EAF234E00BA045A /* Supporting Files */,
  255. );
  256. path = "RA Image";
  257. sourceTree = "<group>";
  258. };
  259. 71DCDC371EAF234E00BA045A /* Supporting Files */ = {
  260. isa = PBXGroup;
  261. children = (
  262. 71DCDC381EAF234E00BA045A /* main.m */,
  263. );
  264. name = "Supporting Files";
  265. sourceTree = "<group>";
  266. };
  267. 71DCDC4E1EAF34F800BA045A /* modes */ = {
  268. isa = PBXGroup;
  269. children = (
  270. 71DCDC4F1EAF353000BA045A /* modelist.json */,
  271. );
  272. name = modes;
  273. sourceTree = "<group>";
  274. };
  275. /* End PBXGroup section */
  276. /* Begin PBXNativeTarget section */
  277. 71DCDC331EAF234E00BA045A /* RA Image */ = {
  278. isa = PBXNativeTarget;
  279. buildConfigurationList = 71DCDC4B1EAF234E00BA045A /* Build configuration list for PBXNativeTarget "RA Image" */;
  280. buildPhases = (
  281. 71DCDC301EAF234E00BA045A /* Sources */,
  282. 71DCDC311EAF234E00BA045A /* Frameworks */,
  283. 71DCDC321EAF234E00BA045A /* Resources */,
  284. );
  285. buildRules = (
  286. );
  287. dependencies = (
  288. );
  289. name = "RA Image";
  290. productName = "RA Image";
  291. productReference = 71DCDC341EAF234E00BA045A /* RA Image.app */;
  292. productType = "com.apple.product-type.application";
  293. };
  294. /* End PBXNativeTarget section */
  295. /* Begin PBXProject section */
  296. 71DCDC2C1EAF234E00BA045A /* Project object */ = {
  297. isa = PBXProject;
  298. attributes = {
  299. LastUpgradeCheck = 0830;
  300. ORGANIZATIONNAME = USAI;
  301. TargetAttributes = {
  302. 71DCDC331EAF234E00BA045A = {
  303. CreatedOnToolsVersion = 8.3.2;
  304. DevelopmentTeam = HXWLAA5YN5;
  305. ProvisioningStyle = Automatic;
  306. };
  307. };
  308. };
  309. buildConfigurationList = 71DCDC2F1EAF234E00BA045A /* Build configuration list for PBXProject "RA Image" */;
  310. compatibilityVersion = "Xcode 3.2";
  311. developmentRegion = English;
  312. hasScannedForEncodings = 0;
  313. knownRegions = (
  314. en,
  315. Base,
  316. );
  317. mainGroup = 71DCDC2B1EAF234E00BA045A;
  318. productRefGroup = 71DCDC351EAF234E00BA045A /* Products */;
  319. projectDirPath = "";
  320. projectRoot = "";
  321. targets = (
  322. 71DCDC331EAF234E00BA045A /* RA Image */,
  323. );
  324. };
  325. /* End PBXProject section */
  326. /* Begin PBXResourcesBuildPhase section */
  327. 71DCDC321EAF234E00BA045A /* Resources */ = {
  328. isa = PBXResourcesBuildPhase;
  329. buildActionMask = 2147483647;
  330. files = (
  331. 71DCDC471EAF234E00BA045A /* LaunchScreen.storyboard in Resources */,
  332. 71DCDC441EAF234E00BA045A /* Assets.xcassets in Resources */,
  333. 71DCDC501EAF353000BA045A /* modelist.json in Resources */,
  334. 71DCDC421EAF234E00BA045A /* Main.storyboard in Resources */,
  335. 71114AB31EB1C5C800D2200C /* LICENSE in Resources */,
  336. 42E1B1041EB1CCB200EEF27C /* login.json in Resources */,
  337. );
  338. runOnlyForDeploymentPostprocessing = 0;
  339. };
  340. /* End PBXResourcesBuildPhase section */
  341. /* Begin PBXSourcesBuildPhase section */
  342. 71DCDC301EAF234E00BA045A /* Sources */ = {
  343. isa = PBXSourcesBuildPhase;
  344. buildActionMask = 2147483647;
  345. files = (
  346. 71114AB21EB1C5C800D2200C /* AESCrypt.m in Sources */,
  347. 71114AC61EB1C73B00D2200C /* ioapi.c in Sources */,
  348. 71114A9D1EB1BCB400D2200C /* LoginViewController.m in Sources */,
  349. 71114AB51EB1C5C800D2200C /* NSData+CommonCrypto.m in Sources */,
  350. 71114AC71EB1C73B00D2200C /* mztools.c in Sources */,
  351. 71DCDC3F1EAF234E00BA045A /* RootViewController.m in Sources */,
  352. 42E1B1081EB1D9B100EEF27C /* LoginSettingViewController.m in Sources */,
  353. 71114AC81EB1C73B00D2200C /* unzip.c in Sources */,
  354. 71114AA01EB1C3DE00D2200C /* NetworkUtils.m in Sources */,
  355. 71114AA31EB1C40900D2200C /* RAINetwork.m in Sources */,
  356. 71114AC91EB1C73B00D2200C /* zip.c in Sources */,
  357. 71114AB61EB1C5C800D2200C /* NSString+Base64.m in Sources */,
  358. 71114AA61EB1C50D00D2200C /* RAUtils.m in Sources */,
  359. 71DCDC3C1EAF234E00BA045A /* AppDelegate.m in Sources */,
  360. 42E1B1021EB1C92000EEF27C /* BasicViewController.m in Sources */,
  361. 71DCDC391EAF234E00BA045A /* main.m in Sources */,
  362. 71114ABC1EB1C73400D2200C /* ZipArchive.mm in Sources */,
  363. 42E1B0FE1EB1C8EE00EEF27C /* LoginTextFiledCell.m in Sources */,
  364. 71114AB41EB1C5C800D2200C /* NSData+Base64.m in Sources */,
  365. 71114ACF1EB1C79300D2200C /* Reachability.m in Sources */,
  366. 42E1B0FD1EB1C8EE00EEF27C /* LoginSwitchCell.m in Sources */,
  367. );
  368. runOnlyForDeploymentPostprocessing = 0;
  369. };
  370. /* End PBXSourcesBuildPhase section */
  371. /* Begin PBXVariantGroup section */
  372. 71DCDC401EAF234E00BA045A /* Main.storyboard */ = {
  373. isa = PBXVariantGroup;
  374. children = (
  375. 71DCDC411EAF234E00BA045A /* Base */,
  376. );
  377. name = Main.storyboard;
  378. sourceTree = "<group>";
  379. };
  380. 71DCDC451EAF234E00BA045A /* LaunchScreen.storyboard */ = {
  381. isa = PBXVariantGroup;
  382. children = (
  383. 71DCDC461EAF234E00BA045A /* Base */,
  384. );
  385. name = LaunchScreen.storyboard;
  386. sourceTree = "<group>";
  387. };
  388. /* End PBXVariantGroup section */
  389. /* Begin XCBuildConfiguration section */
  390. 71DCDC491EAF234E00BA045A /* Debug */ = {
  391. isa = XCBuildConfiguration;
  392. buildSettings = {
  393. ALWAYS_SEARCH_USER_PATHS = NO;
  394. CLANG_ANALYZER_NONNULL = YES;
  395. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  396. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  397. CLANG_CXX_LIBRARY = "libc++";
  398. CLANG_ENABLE_MODULES = YES;
  399. CLANG_ENABLE_OBJC_ARC = YES;
  400. CLANG_WARN_BOOL_CONVERSION = YES;
  401. CLANG_WARN_CONSTANT_CONVERSION = YES;
  402. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  403. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  404. CLANG_WARN_EMPTY_BODY = YES;
  405. CLANG_WARN_ENUM_CONVERSION = YES;
  406. CLANG_WARN_INFINITE_RECURSION = YES;
  407. CLANG_WARN_INT_CONVERSION = YES;
  408. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  409. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  410. CLANG_WARN_UNREACHABLE_CODE = YES;
  411. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  412. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  413. COPY_PHASE_STRIP = NO;
  414. DEBUG_INFORMATION_FORMAT = dwarf;
  415. ENABLE_STRICT_OBJC_MSGSEND = YES;
  416. ENABLE_TESTABILITY = YES;
  417. GCC_C_LANGUAGE_STANDARD = gnu99;
  418. GCC_DYNAMIC_NO_PIC = NO;
  419. GCC_NO_COMMON_BLOCKS = YES;
  420. GCC_OPTIMIZATION_LEVEL = 0;
  421. GCC_PREPROCESSOR_DEFINITIONS = (
  422. "DEBUG=1",
  423. "$(inherited)",
  424. );
  425. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  426. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  427. GCC_WARN_UNDECLARED_SELECTOR = YES;
  428. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  429. GCC_WARN_UNUSED_FUNCTION = YES;
  430. GCC_WARN_UNUSED_VARIABLE = YES;
  431. IPHONEOS_DEPLOYMENT_TARGET = 10.3;
  432. MTL_ENABLE_DEBUG_INFO = YES;
  433. ONLY_ACTIVE_ARCH = YES;
  434. SDKROOT = iphoneos;
  435. };
  436. name = Debug;
  437. };
  438. 71DCDC4A1EAF234E00BA045A /* Release */ = {
  439. isa = XCBuildConfiguration;
  440. buildSettings = {
  441. ALWAYS_SEARCH_USER_PATHS = NO;
  442. CLANG_ANALYZER_NONNULL = YES;
  443. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  444. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  445. CLANG_CXX_LIBRARY = "libc++";
  446. CLANG_ENABLE_MODULES = YES;
  447. CLANG_ENABLE_OBJC_ARC = YES;
  448. CLANG_WARN_BOOL_CONVERSION = YES;
  449. CLANG_WARN_CONSTANT_CONVERSION = YES;
  450. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  451. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  452. CLANG_WARN_EMPTY_BODY = YES;
  453. CLANG_WARN_ENUM_CONVERSION = YES;
  454. CLANG_WARN_INFINITE_RECURSION = YES;
  455. CLANG_WARN_INT_CONVERSION = YES;
  456. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  457. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  458. CLANG_WARN_UNREACHABLE_CODE = YES;
  459. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  460. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  461. COPY_PHASE_STRIP = NO;
  462. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  463. ENABLE_NS_ASSERTIONS = NO;
  464. ENABLE_STRICT_OBJC_MSGSEND = YES;
  465. GCC_C_LANGUAGE_STANDARD = gnu99;
  466. GCC_NO_COMMON_BLOCKS = YES;
  467. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  468. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  469. GCC_WARN_UNDECLARED_SELECTOR = YES;
  470. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  471. GCC_WARN_UNUSED_FUNCTION = YES;
  472. GCC_WARN_UNUSED_VARIABLE = YES;
  473. IPHONEOS_DEPLOYMENT_TARGET = 10.3;
  474. MTL_ENABLE_DEBUG_INFO = NO;
  475. SDKROOT = iphoneos;
  476. VALIDATE_PRODUCT = YES;
  477. };
  478. name = Release;
  479. };
  480. 71DCDC4C1EAF234E00BA045A /* Debug */ = {
  481. isa = XCBuildConfiguration;
  482. buildSettings = {
  483. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  484. DEVELOPMENT_TEAM = HXWLAA5YN5;
  485. INFOPLIST_FILE = "RA Image/Info.plist";
  486. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  487. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  488. PRODUCT_BUNDLE_IDENTIFIER = "usai.redant.RA-Image";
  489. PRODUCT_NAME = "$(TARGET_NAME)";
  490. };
  491. name = Debug;
  492. };
  493. 71DCDC4D1EAF234E00BA045A /* Release */ = {
  494. isa = XCBuildConfiguration;
  495. buildSettings = {
  496. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  497. DEVELOPMENT_TEAM = HXWLAA5YN5;
  498. INFOPLIST_FILE = "RA Image/Info.plist";
  499. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  500. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  501. PRODUCT_BUNDLE_IDENTIFIER = "usai.redant.RA-Image";
  502. PRODUCT_NAME = "$(TARGET_NAME)";
  503. };
  504. name = Release;
  505. };
  506. /* End XCBuildConfiguration section */
  507. /* Begin XCConfigurationList section */
  508. 71DCDC2F1EAF234E00BA045A /* Build configuration list for PBXProject "RA Image" */ = {
  509. isa = XCConfigurationList;
  510. buildConfigurations = (
  511. 71DCDC491EAF234E00BA045A /* Debug */,
  512. 71DCDC4A1EAF234E00BA045A /* Release */,
  513. );
  514. defaultConfigurationIsVisible = 0;
  515. defaultConfigurationName = Release;
  516. };
  517. 71DCDC4B1EAF234E00BA045A /* Build configuration list for PBXNativeTarget "RA Image" */ = {
  518. isa = XCConfigurationList;
  519. buildConfigurations = (
  520. 71DCDC4C1EAF234E00BA045A /* Debug */,
  521. 71DCDC4D1EAF234E00BA045A /* Release */,
  522. );
  523. defaultConfigurationIsVisible = 0;
  524. defaultConfigurationName = Release;
  525. };
  526. /* End XCConfigurationList section */
  527. };
  528. rootObject = 71DCDC2C1EAF234E00BA045A /* Project object */;
  529. }