project.pbxproj 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 71F3A9A21F5F8E22001036C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9A11F5F8E22001036C8 /* main.m */; };
  10. 71F3A9A51F5F8E22001036C8 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9A41F5F8E22001036C8 /* AppDelegate.m */; };
  11. 71F3A9A81F5F8E22001036C8 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9A71F5F8E22001036C8 /* ViewController.m */; };
  12. 71F3A9AB1F5F8E22001036C8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9A91F5F8E22001036C8 /* Main.storyboard */; };
  13. 71F3A9AD1F5F8E22001036C8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9AC1F5F8E22001036C8 /* Assets.xcassets */; };
  14. 71F3A9B01F5F8E22001036C8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9AE1F5F8E22001036C8 /* LaunchScreen.storyboard */; };
  15. 71F3A9B91F5F8E73001036C8 /* ResultViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9B81F5F8E73001036C8 /* ResultViewController.m */; };
  16. 71F3A9BD1F5F8EAE001036C8 /* FullyShowViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9BC1F5F8EAE001036C8 /* FullyShowViewController.m */; };
  17. 71F3A9C91F5FA11F001036C8 /* login.json in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9C01F5FA11F001036C8 /* login.json */; };
  18. 71F3A9CB1F5FA11F001036C8 /* LoginSwitchCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9C41F5FA11F001036C8 /* LoginSwitchCell.m */; };
  19. 71F3A9CC1F5FA11F001036C8 /* LoginTextFiledCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9C61F5FA11F001036C8 /* LoginTextFiledCell.m */; };
  20. 71F3A9CD1F5FA11F001036C8 /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9C81F5FA11F001036C8 /* LoginViewController.m */; };
  21. 71F3A9D01F5FA277001036C8 /* BasicViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9CF1F5FA277001036C8 /* BasicViewController.m */; };
  22. 71F3A9D61F5FA2F4001036C8 /* NetworkUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9D51F5FA2F4001036C8 /* NetworkUtils.m */; };
  23. 71F3A9D91F5FA3B9001036C8 /* RAMobileNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9D81F5FA3B9001036C8 /* RAMobileNetwork.m */; };
  24. 71F3A9DC1F5FA458001036C8 /* RANetworkTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9DB1F5FA458001036C8 /* RANetworkTaskDelegate.m */; };
  25. 71F3A9E01F5FA484001036C8 /* RAUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9DF1F5FA484001036C8 /* RAUtils.m */; };
  26. 71F3A9E31F5FA531001036C8 /* JLKeyboardListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9E21F5FA531001036C8 /* JLKeyboardListener.m */; };
  27. 71F3A9ED1F5FA557001036C8 /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9E61F5FA557001036C8 /* ioapi.c */; };
  28. 71F3A9EE1F5FA557001036C8 /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9E81F5FA557001036C8 /* mztools.c */; };
  29. 71F3A9EF1F5FA557001036C8 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9EA1F5FA557001036C8 /* unzip.c */; };
  30. 71F3A9F01F5FA557001036C8 /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9EB1F5FA557001036C8 /* zip.c */; };
  31. 71F3A9F31F5FA56E001036C8 /* ZipArchive.mm in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9F21F5FA56E001036C8 /* ZipArchive.mm */; };
  32. 71F3A9F61F5FA64F001036C8 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 71F3A9F51F5FA64F001036C8 /* libz.tbd */; };
  33. 71F3A9F91F5FA688001036C8 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9F81F5FA688001036C8 /* Reachability.m */; };
  34. 71F3A9FC1F5FCC79001036C8 /* LoginSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9FB1F5FCC79001036C8 /* LoginSettingViewController.m */; };
  35. 71F3AA071F5FDDFE001036C8 /* AESCrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9FF1F5FDDFE001036C8 /* AESCrypt.m */; };
  36. 71F3AA081F5FDDFE001036C8 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA001F5FDDFE001036C8 /* LICENSE */; };
  37. 71F3AA091F5FDDFE001036C8 /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA021F5FDDFE001036C8 /* NSData+Base64.m */; };
  38. 71F3AA0A1F5FDDFE001036C8 /* NSData+CommonCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA041F5FDDFE001036C8 /* NSData+CommonCrypto.m */; };
  39. 71F3AA0B1F5FDDFE001036C8 /* NSString+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA061F5FDDFE001036C8 /* NSString+Base64.m */; };
  40. 71F3AA0D1F61151D001036C8 /* commoneditor.phone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA0C1F61151D001036C8 /* commoneditor.phone.xib */; };
  41. 71F3AA111F611FC4001036C8 /* testViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA0F1F611FC4001036C8 /* testViewController.m */; };
  42. 71F3AA121F611FC4001036C8 /* testViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA101F611FC4001036C8 /* testViewController.xib */; };
  43. 71F3AA361F612369001036C8 /* CommonEditor.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA151F612369001036C8 /* CommonEditor.storyboard */; };
  44. 71F3AA371F612369001036C8 /* CommonEditorCellAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA171F612369001036C8 /* CommonEditorCellAction.m */; };
  45. 71F3AA381F612369001036C8 /* CommonEditorCellEdit.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA191F612369001036C8 /* CommonEditorCellEdit.m */; };
  46. 71F3AA391F612369001036C8 /* CommonEditorCellEnum.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA1B1F612369001036C8 /* CommonEditorCellEnum.m */; };
  47. 71F3AA3A1F612369001036C8 /* CommonEditorCellImg.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA1D1F612369001036C8 /* CommonEditorCellImg.m */; };
  48. 71F3AA3B1F612369001036C8 /* CommonEditorCellLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA1F1F612369001036C8 /* CommonEditorCellLabel.m */; };
  49. 71F3AA3C1F612369001036C8 /* CommonEditorCellMAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA211F612369001036C8 /* CommonEditorCellMAction.m */; };
  50. 71F3AA3D1F612369001036C8 /* CommonEditorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA231F612369001036C8 /* CommonEditorCellModel.m */; };
  51. 71F3AA3E1F612369001036C8 /* CommonEditorCellSignature.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA251F612369001036C8 /* CommonEditorCellSignature.m */; };
  52. 71F3AA3F1F612369001036C8 /* CommonEditorCellSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA271F612369001036C8 /* CommonEditorCellSwitch.m */; };
  53. 71F3AA401F612369001036C8 /* CommonEditorCellTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA291F612369001036C8 /* CommonEditorCellTextView.m */; };
  54. 71F3AA411F612369001036C8 /* CommonEditorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA2B1F612369001036C8 /* CommonEditorViewController.m */; };
  55. 71F3AA421F612369001036C8 /* DatePickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA2D1F612369001036C8 /* DatePickerViewController.m */; };
  56. 71F3AA431F612369001036C8 /* EnumSelectorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA2F1F612369001036C8 /* EnumSelectorCell.m */; };
  57. 71F3AA441F612369001036C8 /* EnumSelectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA311F612369001036C8 /* EnumSelectViewController.m */; };
  58. 71F3AA451F612369001036C8 /* MonthPickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA331F612369001036C8 /* MonthPickerViewController.m */; };
  59. 71F3AA461F612369001036C8 /* SRMonthPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA351F612369001036C8 /* SRMonthPicker.m */; };
  60. 71F3AA4A1F612415001036C8 /* RTLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA491F612415001036C8 /* RTLabel.m */; };
  61. 71F3AA4D1F6124A2001036C8 /* TouchImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA4C1F6124A2001036C8 /* TouchImageView.m */; };
  62. 71F3AA501F6124C4001036C8 /* ImageUploadViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA4F1F6124C4001036C8 /* ImageUploadViewController.m */; };
  63. 71F3AA531F6125ED001036C8 /* ImageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA521F6125ED001036C8 /* ImageViewController.m */; };
  64. 71F3AA5A1F624A88001036C8 /* signature.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA551F624A88001036C8 /* signature.storyboard */; };
  65. 71F3AA5B1F624A88001036C8 /* SignatureView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA571F624A88001036C8 /* SignatureView.m */; };
  66. 71F3AA5C1F624A88001036C8 /* SignatureViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA591F624A88001036C8 /* SignatureViewController.m */; };
  67. 71F3AA5F1F624AD4001036C8 /* StrikethroughLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA5E1F624AD4001036C8 /* StrikethroughLabel.m */; };
  68. 71F3AA641F624B2F001036C8 /* BundleModelCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA611F624B2F001036C8 /* BundleModelCell.m */; };
  69. 71F3AA651F624B2F001036C8 /* BundleModelViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA631F624B2F001036C8 /* BundleModelViewController.m */; };
  70. 71F3AA681F624E19001036C8 /* JKTimerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA671F624E19001036C8 /* JKTimerManager.m */; };
  71. 71F3AA6B1F624EAF001036C8 /* AddressEditorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA6A1F624EAF001036C8 /* AddressEditorViewController.m */; };
  72. 71F3AA6E1F624EE0001036C8 /* CreditCardEditorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA6D1F624EE0001036C8 /* CreditCardEditorViewController.m */; };
  73. 71F3AA731F625F60001036C8 /* ContactListTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA701F625F60001036C8 /* ContactListTableViewCell.m */; };
  74. 71F3AA741F625F60001036C8 /* ContactListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA721F625F60001036C8 /* ContactListViewController.m */; };
  75. 71F3AA771F625FAD001036C8 /* ActiveViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA761F625FAD001036C8 /* ActiveViewController.m */; };
  76. 71F3AA7D1F62617D001036C8 /* NetworkUtils+Contact.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA7C1F62617D001036C8 /* NetworkUtils+Contact.m */; };
  77. 71F3AA801F626309001036C8 /* CustomIOSAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA7F1F626309001036C8 /* CustomIOSAlertView.m */; };
  78. 71F3AA831F6263B2001036C8 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA821F6263B2001036C8 /* MainViewController.m */; };
  79. 71F3AA861F626E14001036C8 /* RAConvertor.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA851F626E14001036C8 /* RAConvertor.m */; };
  80. 71F3AA891F62732A001036C8 /* FileCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA881F62732A001036C8 /* FileCache.m */; };
  81. 71F3AA8F1F6276B0001036C8 /* default_appearance.json in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA8E1F6276B0001036C8 /* default_appearance.json */; };
  82. 71F3AA921F627700001036C8 /* DefaultTableHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA911F627700001036C8 /* DefaultTableHeaderView.m */; };
  83. 71F3AA951F6277DE001036C8 /* DefaultAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA941F6277DE001036C8 /* DefaultAppearance.m */; };
  84. /* End PBXBuildFile section */
  85. /* Begin PBXFileReference section */
  86. 71F3A99D1F5F8E22001036C8 /* RedAnt Mobile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RedAnt Mobile.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  87. 71F3A9A11F5F8E22001036C8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  88. 71F3A9A31F5F8E22001036C8 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  89. 71F3A9A41F5F8E22001036C8 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  90. 71F3A9A61F5F8E22001036C8 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  91. 71F3A9A71F5F8E22001036C8 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  92. 71F3A9AA1F5F8E22001036C8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  93. 71F3A9AC1F5F8E22001036C8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  94. 71F3A9AF1F5F8E22001036C8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  95. 71F3A9B11F5F8E22001036C8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  96. 71F3A9B71F5F8E73001036C8 /* ResultViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultViewController.h; sourceTree = "<group>"; };
  97. 71F3A9B81F5F8E73001036C8 /* ResultViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResultViewController.m; sourceTree = "<group>"; };
  98. 71F3A9BB1F5F8EAE001036C8 /* FullyShowViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FullyShowViewController.h; sourceTree = "<group>"; };
  99. 71F3A9BC1F5F8EAE001036C8 /* FullyShowViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FullyShowViewController.m; sourceTree = "<group>"; };
  100. 71F3A9C01F5FA11F001036C8 /* login.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = login.json; sourceTree = "<group>"; };
  101. 71F3A9C31F5FA11F001036C8 /* LoginSwitchCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginSwitchCell.h; sourceTree = "<group>"; };
  102. 71F3A9C41F5FA11F001036C8 /* LoginSwitchCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginSwitchCell.m; sourceTree = "<group>"; };
  103. 71F3A9C51F5FA11F001036C8 /* LoginTextFiledCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginTextFiledCell.h; sourceTree = "<group>"; };
  104. 71F3A9C61F5FA11F001036C8 /* LoginTextFiledCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginTextFiledCell.m; sourceTree = "<group>"; };
  105. 71F3A9C71F5FA11F001036C8 /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
  106. 71F3A9C81F5FA11F001036C8 /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
  107. 71F3A9CE1F5FA277001036C8 /* BasicViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BasicViewController.h; sourceTree = "<group>"; };
  108. 71F3A9CF1F5FA277001036C8 /* BasicViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BasicViewController.m; sourceTree = "<group>"; };
  109. 71F3A9D11F5FA2A4001036C8 /* const.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = const.h; sourceTree = "<group>"; };
  110. 71F3A9D21F5FA2B3001036C8 /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
  111. 71F3A9D41F5FA2F4001036C8 /* NetworkUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NetworkUtils.h; path = "../../RedAnt ERP Mobile/common/NetworkUtils.h"; sourceTree = "<group>"; };
  112. 71F3A9D51F5FA2F4001036C8 /* NetworkUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NetworkUtils.m; path = "../../RedAnt ERP Mobile/common/NetworkUtils.m"; sourceTree = "<group>"; };
  113. 71F3A9D71F5FA3B9001036C8 /* RAMobileNetwork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RAMobileNetwork.h; sourceTree = "<group>"; };
  114. 71F3A9D81F5FA3B9001036C8 /* RAMobileNetwork.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RAMobileNetwork.m; sourceTree = "<group>"; };
  115. 71F3A9DA1F5FA458001036C8 /* RANetworkTaskDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RANetworkTaskDelegate.h; path = ../../common/upload/RANetworkTaskDelegate.h; sourceTree = "<group>"; };
  116. 71F3A9DB1F5FA458001036C8 /* RANetworkTaskDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RANetworkTaskDelegate.m; path = ../../common/upload/RANetworkTaskDelegate.m; sourceTree = "<group>"; };
  117. 71F3A9DE1F5FA484001036C8 /* RAUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAUtils.h; path = "../../RedAnt ERP Mobile/common/RAUtils.h"; sourceTree = "<group>"; };
  118. 71F3A9DF1F5FA484001036C8 /* RAUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAUtils.m; path = "../../RedAnt ERP Mobile/common/RAUtils.m"; sourceTree = "<group>"; };
  119. 71F3A9E11F5FA531001036C8 /* JLKeyboardListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JLKeyboardListener.h; sourceTree = "<group>"; };
  120. 71F3A9E21F5FA531001036C8 /* JLKeyboardListener.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JLKeyboardListener.m; sourceTree = "<group>"; };
  121. 71F3A9E51F5FA557001036C8 /* crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crypt.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/crypt.h"; sourceTree = "<group>"; };
  122. 71F3A9E61F5FA557001036C8 /* ioapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ioapi.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/ioapi.c"; sourceTree = "<group>"; };
  123. 71F3A9E71F5FA557001036C8 /* ioapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/ioapi.h"; sourceTree = "<group>"; };
  124. 71F3A9E81F5FA557001036C8 /* mztools.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mztools.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/mztools.c"; sourceTree = "<group>"; };
  125. 71F3A9E91F5FA557001036C8 /* mztools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mztools.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/mztools.h"; sourceTree = "<group>"; };
  126. 71F3A9EA1F5FA557001036C8 /* unzip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unzip.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/unzip.c"; sourceTree = "<group>"; };
  127. 71F3A9EB1F5FA557001036C8 /* zip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zip.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/zip.c"; sourceTree = "<group>"; };
  128. 71F3A9EC1F5FA557001036C8 /* zip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = zip.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/zip.h"; sourceTree = "<group>"; };
  129. 71F3A9F11F5FA56E001036C8 /* ZipArchive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = "../../RedAnt ERP Mobile/common/zip/ZipArchive.h"; sourceTree = "<group>"; };
  130. 71F3A9F21F5FA56E001036C8 /* ZipArchive.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ZipArchive.mm; path = "../../RedAnt ERP Mobile/common/zip/ZipArchive.mm"; sourceTree = "<group>"; };
  131. 71F3A9F51F5FA64F001036C8 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
  132. 71F3A9F71F5FA688001036C8 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Reachability.h; path = "../../RedAnt ERP Mobile/common/Reachability.h"; sourceTree = "<group>"; };
  133. 71F3A9F81F5FA688001036C8 /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Reachability.m; path = "../../RedAnt ERP Mobile/common/Reachability.m"; sourceTree = "<group>"; };
  134. 71F3A9FA1F5FCC79001036C8 /* LoginSettingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginSettingViewController.h; sourceTree = "<group>"; };
  135. 71F3A9FB1F5FCC79001036C8 /* LoginSettingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginSettingViewController.m; sourceTree = "<group>"; };
  136. 71F3A9FE1F5FDDFE001036C8 /* AESCrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AESCrypt.h; path = "../../RedAnt ERP Mobile/common/AES/AESCrypt.h"; sourceTree = "<group>"; };
  137. 71F3A9FF1F5FDDFE001036C8 /* AESCrypt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AESCrypt.m; path = "../../RedAnt ERP Mobile/common/AES/AESCrypt.m"; sourceTree = "<group>"; };
  138. 71F3AA001F5FDDFE001036C8 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = "../../RedAnt ERP Mobile/common/AES/LICENSE"; sourceTree = "<group>"; };
  139. 71F3AA011F5FDDFE001036C8 /* 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>"; };
  140. 71F3AA021F5FDDFE001036C8 /* 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>"; };
  141. 71F3AA031F5FDDFE001036C8 /* 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>"; };
  142. 71F3AA041F5FDDFE001036C8 /* 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>"; };
  143. 71F3AA051F5FDDFE001036C8 /* 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>"; };
  144. 71F3AA061F5FDDFE001036C8 /* 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>"; };
  145. 71F3AA0C1F61151D001036C8 /* commoneditor.phone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = commoneditor.phone.xib; sourceTree = "<group>"; };
  146. 71F3AA0E1F611FC4001036C8 /* testViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = testViewController.h; sourceTree = "<group>"; };
  147. 71F3AA0F1F611FC4001036C8 /* testViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = testViewController.m; sourceTree = "<group>"; };
  148. 71F3AA101F611FC4001036C8 /* testViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = testViewController.xib; sourceTree = "<group>"; };
  149. 71F3AA151F612369001036C8 /* CommonEditor.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = CommonEditor.storyboard; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditor.storyboard"; sourceTree = "<group>"; };
  150. 71F3AA161F612369001036C8 /* CommonEditorCellAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellAction.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellAction.h"; sourceTree = "<group>"; };
  151. 71F3AA171F612369001036C8 /* CommonEditorCellAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellAction.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellAction.m"; sourceTree = "<group>"; };
  152. 71F3AA181F612369001036C8 /* CommonEditorCellEdit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellEdit.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEdit.h"; sourceTree = "<group>"; };
  153. 71F3AA191F612369001036C8 /* CommonEditorCellEdit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellEdit.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEdit.m"; sourceTree = "<group>"; };
  154. 71F3AA1A1F612369001036C8 /* CommonEditorCellEnum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellEnum.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEnum.h"; sourceTree = "<group>"; };
  155. 71F3AA1B1F612369001036C8 /* CommonEditorCellEnum.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellEnum.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEnum.m"; sourceTree = "<group>"; };
  156. 71F3AA1C1F612369001036C8 /* CommonEditorCellImg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellImg.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellImg.h"; sourceTree = "<group>"; };
  157. 71F3AA1D1F612369001036C8 /* CommonEditorCellImg.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellImg.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellImg.m"; sourceTree = "<group>"; };
  158. 71F3AA1E1F612369001036C8 /* CommonEditorCellLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellLabel.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellLabel.h"; sourceTree = "<group>"; };
  159. 71F3AA1F1F612369001036C8 /* CommonEditorCellLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellLabel.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellLabel.m"; sourceTree = "<group>"; };
  160. 71F3AA201F612369001036C8 /* CommonEditorCellMAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellMAction.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellMAction.h"; sourceTree = "<group>"; };
  161. 71F3AA211F612369001036C8 /* CommonEditorCellMAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellMAction.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellMAction.m"; sourceTree = "<group>"; };
  162. 71F3AA221F612369001036C8 /* CommonEditorCellModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellModel.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellModel.h"; sourceTree = "<group>"; };
  163. 71F3AA231F612369001036C8 /* CommonEditorCellModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellModel.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellModel.m"; sourceTree = "<group>"; };
  164. 71F3AA241F612369001036C8 /* CommonEditorCellSignature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellSignature.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSignature.h"; sourceTree = "<group>"; };
  165. 71F3AA251F612369001036C8 /* CommonEditorCellSignature.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellSignature.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSignature.m"; sourceTree = "<group>"; };
  166. 71F3AA261F612369001036C8 /* CommonEditorCellSwitch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellSwitch.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSwitch.h"; sourceTree = "<group>"; };
  167. 71F3AA271F612369001036C8 /* CommonEditorCellSwitch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellSwitch.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSwitch.m"; sourceTree = "<group>"; };
  168. 71F3AA281F612369001036C8 /* CommonEditorCellTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellTextView.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellTextView.h"; sourceTree = "<group>"; };
  169. 71F3AA291F612369001036C8 /* CommonEditorCellTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellTextView.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellTextView.m"; sourceTree = "<group>"; };
  170. 71F3AA2A1F612369001036C8 /* CommonEditorViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorViewController.h"; sourceTree = "<group>"; };
  171. 71F3AA2B1F612369001036C8 /* CommonEditorViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorViewController.m"; sourceTree = "<group>"; };
  172. 71F3AA2C1F612369001036C8 /* DatePickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DatePickerViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/DatePickerViewController.h"; sourceTree = "<group>"; };
  173. 71F3AA2D1F612369001036C8 /* DatePickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DatePickerViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/DatePickerViewController.m"; sourceTree = "<group>"; };
  174. 71F3AA2E1F612369001036C8 /* EnumSelectorCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EnumSelectorCell.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectorCell.h"; sourceTree = "<group>"; };
  175. 71F3AA2F1F612369001036C8 /* EnumSelectorCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EnumSelectorCell.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectorCell.m"; sourceTree = "<group>"; };
  176. 71F3AA301F612369001036C8 /* EnumSelectViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EnumSelectViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectViewController.h"; sourceTree = "<group>"; };
  177. 71F3AA311F612369001036C8 /* EnumSelectViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EnumSelectViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectViewController.m"; sourceTree = "<group>"; };
  178. 71F3AA321F612369001036C8 /* MonthPickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MonthPickerViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/MonthPickerViewController.h"; sourceTree = "<group>"; };
  179. 71F3AA331F612369001036C8 /* MonthPickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MonthPickerViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/MonthPickerViewController.m"; sourceTree = "<group>"; };
  180. 71F3AA341F612369001036C8 /* SRMonthPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SRMonthPicker.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/SRMonthPicker.h"; sourceTree = "<group>"; };
  181. 71F3AA351F612369001036C8 /* SRMonthPicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SRMonthPicker.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/SRMonthPicker.m"; sourceTree = "<group>"; };
  182. 71F3AA481F612415001036C8 /* RTLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RTLabel.h; path = "../../RedAnt ERP Mobile/common/customUI/RTLabel.h"; sourceTree = "<group>"; };
  183. 71F3AA491F612415001036C8 /* RTLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RTLabel.m; path = "../../RedAnt ERP Mobile/common/customUI/RTLabel.m"; sourceTree = "<group>"; };
  184. 71F3AA4B1F6124A2001036C8 /* TouchImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TouchImageView.h; path = "../../RedAnt ERP Mobile/common/customUI/TouchImageView.h"; sourceTree = "<group>"; };
  185. 71F3AA4C1F6124A2001036C8 /* TouchImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TouchImageView.m; path = "../../RedAnt ERP Mobile/common/customUI/TouchImageView.m"; sourceTree = "<group>"; };
  186. 71F3AA4E1F6124C4001036C8 /* ImageUploadViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageUploadViewController.h; path = "../../RedAnt ERP Mobile/common/customUI/ImageUploadViewController.h"; sourceTree = "<group>"; };
  187. 71F3AA4F1F6124C4001036C8 /* ImageUploadViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImageUploadViewController.m; path = "../../RedAnt ERP Mobile/common/customUI/ImageUploadViewController.m"; sourceTree = "<group>"; };
  188. 71F3AA511F6125ED001036C8 /* ImageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageViewController.h; path = "../../RedAnt ERP Mobile/common/customUI/ImageViewController.h"; sourceTree = "<group>"; };
  189. 71F3AA521F6125ED001036C8 /* ImageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImageViewController.m; path = "../../RedAnt ERP Mobile/common/customUI/ImageViewController.m"; sourceTree = "<group>"; };
  190. 71F3AA551F624A88001036C8 /* signature.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = signature.storyboard; path = "../../RedAnt ERP Mobile/common/Functions/signature/signature.storyboard"; sourceTree = "<group>"; };
  191. 71F3AA561F624A88001036C8 /* SignatureView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SignatureView.h; path = "../../RedAnt ERP Mobile/common/Functions/signature/SignatureView.h"; sourceTree = "<group>"; };
  192. 71F3AA571F624A88001036C8 /* SignatureView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SignatureView.m; path = "../../RedAnt ERP Mobile/common/Functions/signature/SignatureView.m"; sourceTree = "<group>"; };
  193. 71F3AA581F624A88001036C8 /* SignatureViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SignatureViewController.h; path = "../../RedAnt ERP Mobile/common/Functions/signature/SignatureViewController.h"; sourceTree = "<group>"; };
  194. 71F3AA591F624A88001036C8 /* SignatureViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SignatureViewController.m; path = "../../RedAnt ERP Mobile/common/Functions/signature/SignatureViewController.m"; sourceTree = "<group>"; };
  195. 71F3AA5D1F624AD4001036C8 /* StrikethroughLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StrikethroughLabel.h; path = "../../RedAnt ERP Mobile/common/customUI/StrikethroughLabel.h"; sourceTree = "<group>"; };
  196. 71F3AA5E1F624AD4001036C8 /* StrikethroughLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = StrikethroughLabel.m; path = "../../RedAnt ERP Mobile/common/customUI/StrikethroughLabel.m"; sourceTree = "<group>"; };
  197. 71F3AA601F624B2F001036C8 /* BundleModelCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BundleModelCell.h; path = "../../RedAnt ERP Mobile/common/Functions/cart/BundleModelCell.h"; sourceTree = "<group>"; };
  198. 71F3AA611F624B2F001036C8 /* BundleModelCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BundleModelCell.m; path = "../../RedAnt ERP Mobile/common/Functions/cart/BundleModelCell.m"; sourceTree = "<group>"; };
  199. 71F3AA621F624B2F001036C8 /* BundleModelViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BundleModelViewController.h; path = "../../RedAnt ERP Mobile/common/Functions/cart/BundleModelViewController.h"; sourceTree = "<group>"; };
  200. 71F3AA631F624B2F001036C8 /* BundleModelViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BundleModelViewController.m; path = "../../RedAnt ERP Mobile/common/Functions/cart/BundleModelViewController.m"; sourceTree = "<group>"; };
  201. 71F3AA661F624E19001036C8 /* JKTimerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JKTimerManager.h; path = "../../RedAnt ERP Mobile/common/JKTimer/JKTimerManager.h"; sourceTree = "<group>"; };
  202. 71F3AA671F624E19001036C8 /* JKTimerManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JKTimerManager.m; path = "../../RedAnt ERP Mobile/common/JKTimer/JKTimerManager.m"; sourceTree = "<group>"; };
  203. 71F3AA691F624EAF001036C8 /* AddressEditorViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AddressEditorViewController.h; path = "../../RedAnt ERP Mobile/common/Functions/address/AddressEditorViewController.h"; sourceTree = "<group>"; };
  204. 71F3AA6A1F624EAF001036C8 /* AddressEditorViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AddressEditorViewController.m; path = "../../RedAnt ERP Mobile/common/Functions/address/AddressEditorViewController.m"; sourceTree = "<group>"; };
  205. 71F3AA6C1F624EE0001036C8 /* CreditCardEditorViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CreditCardEditorViewController.h; path = "../../RedAnt ERP Mobile/common/Functions/creditcard/CreditCardEditorViewController.h"; sourceTree = "<group>"; };
  206. 71F3AA6D1F624EE0001036C8 /* CreditCardEditorViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CreditCardEditorViewController.m; path = "../../RedAnt ERP Mobile/common/Functions/creditcard/CreditCardEditorViewController.m"; sourceTree = "<group>"; };
  207. 71F3AA6F1F625F60001036C8 /* ContactListTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ContactListTableViewCell.h; path = "../../RedAnt ERP Mobile/common/Functions/contact/ContactListTableViewCell.h"; sourceTree = "<group>"; };
  208. 71F3AA701F625F60001036C8 /* ContactListTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ContactListTableViewCell.m; path = "../../RedAnt ERP Mobile/common/Functions/contact/ContactListTableViewCell.m"; sourceTree = "<group>"; };
  209. 71F3AA711F625F60001036C8 /* ContactListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ContactListViewController.h; path = "../../RedAnt ERP Mobile/common/Functions/contact/ContactListViewController.h"; sourceTree = "<group>"; };
  210. 71F3AA721F625F60001036C8 /* ContactListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ContactListViewController.m; path = "../../RedAnt ERP Mobile/common/Functions/contact/ContactListViewController.m"; sourceTree = "<group>"; };
  211. 71F3AA751F625FAD001036C8 /* ActiveViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ActiveViewController.h; path = "../../RedAnt ERP Mobile/common/ActiveViewController.h"; sourceTree = "<group>"; };
  212. 71F3AA761F625FAD001036C8 /* ActiveViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ActiveViewController.m; path = "../../RedAnt ERP Mobile/common/ActiveViewController.m"; sourceTree = "<group>"; };
  213. 71F3AA7B1F62617D001036C8 /* NetworkUtils+Contact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NetworkUtils+Contact.h"; path = "../../common/NetworkUtils+Contact.h"; sourceTree = "<group>"; };
  214. 71F3AA7C1F62617D001036C8 /* NetworkUtils+Contact.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NetworkUtils+Contact.m"; path = "../../common/NetworkUtils+Contact.m"; sourceTree = "<group>"; };
  215. 71F3AA7E1F626309001036C8 /* CustomIOSAlertView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CustomIOSAlertView.h; path = "../../RedAnt ERP Mobile/common/customUI/CustomIOSAlertView.h"; sourceTree = "<group>"; };
  216. 71F3AA7F1F626309001036C8 /* CustomIOSAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CustomIOSAlertView.m; path = "../../RedAnt ERP Mobile/common/customUI/CustomIOSAlertView.m"; sourceTree = "<group>"; };
  217. 71F3AA811F6263B2001036C8 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; };
  218. 71F3AA821F6263B2001036C8 /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; };
  219. 71F3AA841F626E14001036C8 /* RAConvertor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAConvertor.h; path = ../../common/RAConvertor.h; sourceTree = "<group>"; };
  220. 71F3AA851F626E14001036C8 /* RAConvertor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAConvertor.m; path = ../../common/RAConvertor.m; sourceTree = "<group>"; };
  221. 71F3AA871F62732A001036C8 /* FileCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileCache.h; path = ../../common/FileCache.h; sourceTree = "<group>"; };
  222. 71F3AA881F62732A001036C8 /* FileCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FileCache.m; path = ../../common/FileCache.m; sourceTree = "<group>"; };
  223. 71F3AA8E1F6276B0001036C8 /* default_appearance.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = default_appearance.json; sourceTree = "<group>"; };
  224. 71F3AA901F627700001036C8 /* DefaultTableHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DefaultTableHeaderView.h; path = "../RedAnt ERP Mobile/common/customUI/DefaultTableHeaderView.h"; sourceTree = "<group>"; };
  225. 71F3AA911F627700001036C8 /* DefaultTableHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DefaultTableHeaderView.m; path = "../RedAnt ERP Mobile/common/customUI/DefaultTableHeaderView.m"; sourceTree = "<group>"; };
  226. 71F3AA931F6277DE001036C8 /* DefaultAppearance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DefaultAppearance.h; sourceTree = "<group>"; };
  227. 71F3AA941F6277DE001036C8 /* DefaultAppearance.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DefaultAppearance.m; sourceTree = "<group>"; };
  228. /* End PBXFileReference section */
  229. /* Begin PBXFrameworksBuildPhase section */
  230. 71F3A99A1F5F8E22001036C8 /* Frameworks */ = {
  231. isa = PBXFrameworksBuildPhase;
  232. buildActionMask = 2147483647;
  233. files = (
  234. 71F3A9F61F5FA64F001036C8 /* libz.tbd in Frameworks */,
  235. );
  236. runOnlyForDeploymentPostprocessing = 0;
  237. };
  238. /* End PBXFrameworksBuildPhase section */
  239. /* Begin PBXGroup section */
  240. 71F3A9941F5F8E22001036C8 = {
  241. isa = PBXGroup;
  242. children = (
  243. 71F3AA8A1F627676001036C8 /* appearance */,
  244. 71F3AA811F6263B2001036C8 /* MainViewController.h */,
  245. 71F3AA821F6263B2001036C8 /* MainViewController.m */,
  246. 71F3AA0E1F611FC4001036C8 /* testViewController.h */,
  247. 71F3AA0F1F611FC4001036C8 /* testViewController.m */,
  248. 71F3AA101F611FC4001036C8 /* testViewController.xib */,
  249. 71F3A99F1F5F8E22001036C8 /* RedAnt Mobile */,
  250. 71F3A99E1F5F8E22001036C8 /* Products */,
  251. 71F3A9F41F5FA64E001036C8 /* Frameworks */,
  252. );
  253. sourceTree = "<group>";
  254. };
  255. 71F3A99E1F5F8E22001036C8 /* Products */ = {
  256. isa = PBXGroup;
  257. children = (
  258. 71F3A99D1F5F8E22001036C8 /* RedAnt Mobile.app */,
  259. );
  260. name = Products;
  261. sourceTree = "<group>";
  262. };
  263. 71F3A99F1F5F8E22001036C8 /* RedAnt Mobile */ = {
  264. isa = PBXGroup;
  265. children = (
  266. 71F3AA541F624A78001036C8 /* signature */,
  267. 71F3AA131F612347001036C8 /* commonUI */,
  268. 71F3A9DD1F5FA479001036C8 /* utils */,
  269. 71F3A9D31F5FA2E0001036C8 /* network */,
  270. 71F3A9D11F5FA2A4001036C8 /* const.h */,
  271. 71F3A9D21F5FA2B3001036C8 /* config.h */,
  272. 71F3A9CE1F5FA277001036C8 /* BasicViewController.h */,
  273. 71F3A9CF1F5FA277001036C8 /* BasicViewController.m */,
  274. 71F3A9E11F5FA531001036C8 /* JLKeyboardListener.h */,
  275. 71F3A9E21F5FA531001036C8 /* JLKeyboardListener.m */,
  276. 71F3A9BF1F5FA109001036C8 /* login */,
  277. 71F3A9BA1F5F8E89001036C8 /* result */,
  278. 71F3A9A31F5F8E22001036C8 /* AppDelegate.h */,
  279. 71F3A9A41F5F8E22001036C8 /* AppDelegate.m */,
  280. 71F3A9A61F5F8E22001036C8 /* ViewController.h */,
  281. 71F3A9A71F5F8E22001036C8 /* ViewController.m */,
  282. 71F3A9A91F5F8E22001036C8 /* Main.storyboard */,
  283. 71F3A9AC1F5F8E22001036C8 /* Assets.xcassets */,
  284. 71F3A9AE1F5F8E22001036C8 /* LaunchScreen.storyboard */,
  285. 71F3A9B11F5F8E22001036C8 /* Info.plist */,
  286. 71F3A9A01F5F8E22001036C8 /* Supporting Files */,
  287. );
  288. path = "RedAnt Mobile";
  289. sourceTree = "<group>";
  290. };
  291. 71F3A9A01F5F8E22001036C8 /* Supporting Files */ = {
  292. isa = PBXGroup;
  293. children = (
  294. 71F3A9A11F5F8E22001036C8 /* main.m */,
  295. );
  296. name = "Supporting Files";
  297. sourceTree = "<group>";
  298. };
  299. 71F3A9BA1F5F8E89001036C8 /* result */ = {
  300. isa = PBXGroup;
  301. children = (
  302. 71F3A9B71F5F8E73001036C8 /* ResultViewController.h */,
  303. 71F3A9B81F5F8E73001036C8 /* ResultViewController.m */,
  304. 71F3A9BB1F5F8EAE001036C8 /* FullyShowViewController.h */,
  305. 71F3A9BC1F5F8EAE001036C8 /* FullyShowViewController.m */,
  306. );
  307. name = result;
  308. sourceTree = "<group>";
  309. };
  310. 71F3A9BF1F5FA109001036C8 /* login */ = {
  311. isa = PBXGroup;
  312. children = (
  313. 71F3A9C01F5FA11F001036C8 /* login.json */,
  314. 71F3A9C31F5FA11F001036C8 /* LoginSwitchCell.h */,
  315. 71F3A9C41F5FA11F001036C8 /* LoginSwitchCell.m */,
  316. 71F3A9C51F5FA11F001036C8 /* LoginTextFiledCell.h */,
  317. 71F3A9C61F5FA11F001036C8 /* LoginTextFiledCell.m */,
  318. 71F3A9C71F5FA11F001036C8 /* LoginViewController.h */,
  319. 71F3A9C81F5FA11F001036C8 /* LoginViewController.m */,
  320. 71F3A9FA1F5FCC79001036C8 /* LoginSettingViewController.h */,
  321. 71F3A9FB1F5FCC79001036C8 /* LoginSettingViewController.m */,
  322. );
  323. name = login;
  324. sourceTree = "<group>";
  325. };
  326. 71F3A9D31F5FA2E0001036C8 /* network */ = {
  327. isa = PBXGroup;
  328. children = (
  329. 71F3A9F71F5FA688001036C8 /* Reachability.h */,
  330. 71F3A9F81F5FA688001036C8 /* Reachability.m */,
  331. 71F3A9D41F5FA2F4001036C8 /* NetworkUtils.h */,
  332. 71F3A9D51F5FA2F4001036C8 /* NetworkUtils.m */,
  333. 71F3A9D71F5FA3B9001036C8 /* RAMobileNetwork.h */,
  334. 71F3A9D81F5FA3B9001036C8 /* RAMobileNetwork.m */,
  335. 71F3A9DA1F5FA458001036C8 /* RANetworkTaskDelegate.h */,
  336. 71F3A9DB1F5FA458001036C8 /* RANetworkTaskDelegate.m */,
  337. 71F3AA7B1F62617D001036C8 /* NetworkUtils+Contact.h */,
  338. 71F3AA7C1F62617D001036C8 /* NetworkUtils+Contact.m */,
  339. );
  340. name = network;
  341. sourceTree = "<group>";
  342. };
  343. 71F3A9DD1F5FA479001036C8 /* utils */ = {
  344. isa = PBXGroup;
  345. children = (
  346. 71F3A9FD1F5FDDF3001036C8 /* AES */,
  347. 71F3A9E41F5FA54A001036C8 /* zip */,
  348. 71F3A9DE1F5FA484001036C8 /* RAUtils.h */,
  349. 71F3A9DF1F5FA484001036C8 /* RAUtils.m */,
  350. 71F3AA661F624E19001036C8 /* JKTimerManager.h */,
  351. 71F3AA671F624E19001036C8 /* JKTimerManager.m */,
  352. 71F3AA841F626E14001036C8 /* RAConvertor.h */,
  353. 71F3AA851F626E14001036C8 /* RAConvertor.m */,
  354. 71F3AA871F62732A001036C8 /* FileCache.h */,
  355. 71F3AA881F62732A001036C8 /* FileCache.m */,
  356. );
  357. name = utils;
  358. sourceTree = "<group>";
  359. };
  360. 71F3A9E41F5FA54A001036C8 /* zip */ = {
  361. isa = PBXGroup;
  362. children = (
  363. 71F3A9E51F5FA557001036C8 /* crypt.h */,
  364. 71F3A9E61F5FA557001036C8 /* ioapi.c */,
  365. 71F3A9E71F5FA557001036C8 /* ioapi.h */,
  366. 71F3A9E81F5FA557001036C8 /* mztools.c */,
  367. 71F3A9E91F5FA557001036C8 /* mztools.h */,
  368. 71F3A9EA1F5FA557001036C8 /* unzip.c */,
  369. 71F3A9EB1F5FA557001036C8 /* zip.c */,
  370. 71F3A9EC1F5FA557001036C8 /* zip.h */,
  371. 71F3A9F11F5FA56E001036C8 /* ZipArchive.h */,
  372. 71F3A9F21F5FA56E001036C8 /* ZipArchive.mm */,
  373. );
  374. name = zip;
  375. sourceTree = "<group>";
  376. };
  377. 71F3A9F41F5FA64E001036C8 /* Frameworks */ = {
  378. isa = PBXGroup;
  379. children = (
  380. 71F3A9F51F5FA64F001036C8 /* libz.tbd */,
  381. );
  382. name = Frameworks;
  383. sourceTree = "<group>";
  384. };
  385. 71F3A9FD1F5FDDF3001036C8 /* AES */ = {
  386. isa = PBXGroup;
  387. children = (
  388. 71F3A9FE1F5FDDFE001036C8 /* AESCrypt.h */,
  389. 71F3A9FF1F5FDDFE001036C8 /* AESCrypt.m */,
  390. 71F3AA001F5FDDFE001036C8 /* LICENSE */,
  391. 71F3AA011F5FDDFE001036C8 /* NSData+Base64.h */,
  392. 71F3AA021F5FDDFE001036C8 /* NSData+Base64.m */,
  393. 71F3AA031F5FDDFE001036C8 /* NSData+CommonCrypto.h */,
  394. 71F3AA041F5FDDFE001036C8 /* NSData+CommonCrypto.m */,
  395. 71F3AA051F5FDDFE001036C8 /* NSString+Base64.h */,
  396. 71F3AA061F5FDDFE001036C8 /* NSString+Base64.m */,
  397. );
  398. name = AES;
  399. sourceTree = "<group>";
  400. };
  401. 71F3AA131F612347001036C8 /* commonUI */ = {
  402. isa = PBXGroup;
  403. children = (
  404. 71F3AA601F624B2F001036C8 /* BundleModelCell.h */,
  405. 71F3AA611F624B2F001036C8 /* BundleModelCell.m */,
  406. 71F3AA621F624B2F001036C8 /* BundleModelViewController.h */,
  407. 71F3AA631F624B2F001036C8 /* BundleModelViewController.m */,
  408. 71F3AA691F624EAF001036C8 /* AddressEditorViewController.h */,
  409. 71F3AA6A1F624EAF001036C8 /* AddressEditorViewController.m */,
  410. 71F3AA6C1F624EE0001036C8 /* CreditCardEditorViewController.h */,
  411. 71F3AA6D1F624EE0001036C8 /* CreditCardEditorViewController.m */,
  412. 71F3AA6F1F625F60001036C8 /* ContactListTableViewCell.h */,
  413. 71F3AA701F625F60001036C8 /* ContactListTableViewCell.m */,
  414. 71F3AA711F625F60001036C8 /* ContactListViewController.h */,
  415. 71F3AA721F625F60001036C8 /* ContactListViewController.m */,
  416. 71F3AA751F625FAD001036C8 /* ActiveViewController.h */,
  417. 71F3AA761F625FAD001036C8 /* ActiveViewController.m */,
  418. 71F3AA7E1F626309001036C8 /* CustomIOSAlertView.h */,
  419. 71F3AA7F1F626309001036C8 /* CustomIOSAlertView.m */,
  420. 71F3AA471F61240A001036C8 /* customUI */,
  421. 71F3AA141F612350001036C8 /* commonEditor */,
  422. );
  423. name = commonUI;
  424. sourceTree = "<group>";
  425. };
  426. 71F3AA141F612350001036C8 /* commonEditor */ = {
  427. isa = PBXGroup;
  428. children = (
  429. 71F3AA0C1F61151D001036C8 /* commoneditor.phone.xib */,
  430. 71F3AA151F612369001036C8 /* CommonEditor.storyboard */,
  431. 71F3AA161F612369001036C8 /* CommonEditorCellAction.h */,
  432. 71F3AA171F612369001036C8 /* CommonEditorCellAction.m */,
  433. 71F3AA181F612369001036C8 /* CommonEditorCellEdit.h */,
  434. 71F3AA191F612369001036C8 /* CommonEditorCellEdit.m */,
  435. 71F3AA1A1F612369001036C8 /* CommonEditorCellEnum.h */,
  436. 71F3AA1B1F612369001036C8 /* CommonEditorCellEnum.m */,
  437. 71F3AA1C1F612369001036C8 /* CommonEditorCellImg.h */,
  438. 71F3AA1D1F612369001036C8 /* CommonEditorCellImg.m */,
  439. 71F3AA1E1F612369001036C8 /* CommonEditorCellLabel.h */,
  440. 71F3AA1F1F612369001036C8 /* CommonEditorCellLabel.m */,
  441. 71F3AA201F612369001036C8 /* CommonEditorCellMAction.h */,
  442. 71F3AA211F612369001036C8 /* CommonEditorCellMAction.m */,
  443. 71F3AA221F612369001036C8 /* CommonEditorCellModel.h */,
  444. 71F3AA231F612369001036C8 /* CommonEditorCellModel.m */,
  445. 71F3AA241F612369001036C8 /* CommonEditorCellSignature.h */,
  446. 71F3AA251F612369001036C8 /* CommonEditorCellSignature.m */,
  447. 71F3AA261F612369001036C8 /* CommonEditorCellSwitch.h */,
  448. 71F3AA271F612369001036C8 /* CommonEditorCellSwitch.m */,
  449. 71F3AA281F612369001036C8 /* CommonEditorCellTextView.h */,
  450. 71F3AA291F612369001036C8 /* CommonEditorCellTextView.m */,
  451. 71F3AA2A1F612369001036C8 /* CommonEditorViewController.h */,
  452. 71F3AA2B1F612369001036C8 /* CommonEditorViewController.m */,
  453. 71F3AA2C1F612369001036C8 /* DatePickerViewController.h */,
  454. 71F3AA2D1F612369001036C8 /* DatePickerViewController.m */,
  455. 71F3AA2E1F612369001036C8 /* EnumSelectorCell.h */,
  456. 71F3AA2F1F612369001036C8 /* EnumSelectorCell.m */,
  457. 71F3AA301F612369001036C8 /* EnumSelectViewController.h */,
  458. 71F3AA311F612369001036C8 /* EnumSelectViewController.m */,
  459. 71F3AA321F612369001036C8 /* MonthPickerViewController.h */,
  460. 71F3AA331F612369001036C8 /* MonthPickerViewController.m */,
  461. 71F3AA341F612369001036C8 /* SRMonthPicker.h */,
  462. 71F3AA351F612369001036C8 /* SRMonthPicker.m */,
  463. );
  464. name = commonEditor;
  465. sourceTree = "<group>";
  466. };
  467. 71F3AA471F61240A001036C8 /* customUI */ = {
  468. isa = PBXGroup;
  469. children = (
  470. 71F3AA5D1F624AD4001036C8 /* StrikethroughLabel.h */,
  471. 71F3AA5E1F624AD4001036C8 /* StrikethroughLabel.m */,
  472. 71F3AA511F6125ED001036C8 /* ImageViewController.h */,
  473. 71F3AA521F6125ED001036C8 /* ImageViewController.m */,
  474. 71F3AA4E1F6124C4001036C8 /* ImageUploadViewController.h */,
  475. 71F3AA4F1F6124C4001036C8 /* ImageUploadViewController.m */,
  476. 71F3AA4B1F6124A2001036C8 /* TouchImageView.h */,
  477. 71F3AA4C1F6124A2001036C8 /* TouchImageView.m */,
  478. 71F3AA481F612415001036C8 /* RTLabel.h */,
  479. 71F3AA491F612415001036C8 /* RTLabel.m */,
  480. );
  481. name = customUI;
  482. sourceTree = "<group>";
  483. };
  484. 71F3AA541F624A78001036C8 /* signature */ = {
  485. isa = PBXGroup;
  486. children = (
  487. 71F3AA551F624A88001036C8 /* signature.storyboard */,
  488. 71F3AA561F624A88001036C8 /* SignatureView.h */,
  489. 71F3AA571F624A88001036C8 /* SignatureView.m */,
  490. 71F3AA581F624A88001036C8 /* SignatureViewController.h */,
  491. 71F3AA591F624A88001036C8 /* SignatureViewController.m */,
  492. );
  493. name = signature;
  494. sourceTree = "<group>";
  495. };
  496. 71F3AA8A1F627676001036C8 /* appearance */ = {
  497. isa = PBXGroup;
  498. children = (
  499. 71F3AA8E1F6276B0001036C8 /* default_appearance.json */,
  500. 71F3AA901F627700001036C8 /* DefaultTableHeaderView.h */,
  501. 71F3AA911F627700001036C8 /* DefaultTableHeaderView.m */,
  502. 71F3AA931F6277DE001036C8 /* DefaultAppearance.h */,
  503. 71F3AA941F6277DE001036C8 /* DefaultAppearance.m */,
  504. );
  505. name = appearance;
  506. sourceTree = "<group>";
  507. };
  508. /* End PBXGroup section */
  509. /* Begin PBXNativeTarget section */
  510. 71F3A99C1F5F8E22001036C8 /* RedAnt Mobile */ = {
  511. isa = PBXNativeTarget;
  512. buildConfigurationList = 71F3A9B41F5F8E22001036C8 /* Build configuration list for PBXNativeTarget "RedAnt Mobile" */;
  513. buildPhases = (
  514. 71F3A9991F5F8E22001036C8 /* Sources */,
  515. 71F3A99A1F5F8E22001036C8 /* Frameworks */,
  516. 71F3A99B1F5F8E22001036C8 /* Resources */,
  517. );
  518. buildRules = (
  519. );
  520. dependencies = (
  521. );
  522. name = "RedAnt Mobile";
  523. productName = "RedAnt Mobile";
  524. productReference = 71F3A99D1F5F8E22001036C8 /* RedAnt Mobile.app */;
  525. productType = "com.apple.product-type.application";
  526. };
  527. /* End PBXNativeTarget section */
  528. /* Begin PBXProject section */
  529. 71F3A9951F5F8E22001036C8 /* Project object */ = {
  530. isa = PBXProject;
  531. attributes = {
  532. LastUpgradeCheck = 0830;
  533. ORGANIZATIONNAME = Ray;
  534. TargetAttributes = {
  535. 71F3A99C1F5F8E22001036C8 = {
  536. CreatedOnToolsVersion = 8.3.2;
  537. DevelopmentTeam = HXWLAA5YN5;
  538. ProvisioningStyle = Automatic;
  539. };
  540. };
  541. };
  542. buildConfigurationList = 71F3A9981F5F8E22001036C8 /* Build configuration list for PBXProject "RedAnt Mobile" */;
  543. compatibilityVersion = "Xcode 3.2";
  544. developmentRegion = English;
  545. hasScannedForEncodings = 0;
  546. knownRegions = (
  547. en,
  548. Base,
  549. );
  550. mainGroup = 71F3A9941F5F8E22001036C8;
  551. productRefGroup = 71F3A99E1F5F8E22001036C8 /* Products */;
  552. projectDirPath = "";
  553. projectRoot = "";
  554. targets = (
  555. 71F3A99C1F5F8E22001036C8 /* RedAnt Mobile */,
  556. );
  557. };
  558. /* End PBXProject section */
  559. /* Begin PBXResourcesBuildPhase section */
  560. 71F3A99B1F5F8E22001036C8 /* Resources */ = {
  561. isa = PBXResourcesBuildPhase;
  562. buildActionMask = 2147483647;
  563. files = (
  564. 71F3A9B01F5F8E22001036C8 /* LaunchScreen.storyboard in Resources */,
  565. 71F3AA0D1F61151D001036C8 /* commoneditor.phone.xib in Resources */,
  566. 71F3AA5A1F624A88001036C8 /* signature.storyboard in Resources */,
  567. 71F3AA121F611FC4001036C8 /* testViewController.xib in Resources */,
  568. 71F3A9AD1F5F8E22001036C8 /* Assets.xcassets in Resources */,
  569. 71F3AA8F1F6276B0001036C8 /* default_appearance.json in Resources */,
  570. 71F3A9AB1F5F8E22001036C8 /* Main.storyboard in Resources */,
  571. 71F3A9C91F5FA11F001036C8 /* login.json in Resources */,
  572. 71F3AA361F612369001036C8 /* CommonEditor.storyboard in Resources */,
  573. 71F3AA081F5FDDFE001036C8 /* LICENSE in Resources */,
  574. );
  575. runOnlyForDeploymentPostprocessing = 0;
  576. };
  577. /* End PBXResourcesBuildPhase section */
  578. /* Begin PBXSourcesBuildPhase section */
  579. 71F3A9991F5F8E22001036C8 /* Sources */ = {
  580. isa = PBXSourcesBuildPhase;
  581. buildActionMask = 2147483647;
  582. files = (
  583. 71F3AA3E1F612369001036C8 /* CommonEditorCellSignature.m in Sources */,
  584. 71F3AA441F612369001036C8 /* EnumSelectViewController.m in Sources */,
  585. 71F3A9E31F5FA531001036C8 /* JLKeyboardListener.m in Sources */,
  586. 71F3A9A81F5F8E22001036C8 /* ViewController.m in Sources */,
  587. 71F3AA921F627700001036C8 /* DefaultTableHeaderView.m in Sources */,
  588. 71F3AA5F1F624AD4001036C8 /* StrikethroughLabel.m in Sources */,
  589. 71F3A9EE1F5FA557001036C8 /* mztools.c in Sources */,
  590. 71F3AA861F626E14001036C8 /* RAConvertor.m in Sources */,
  591. 71F3A9F01F5FA557001036C8 /* zip.c in Sources */,
  592. 71F3AA7D1F62617D001036C8 /* NetworkUtils+Contact.m in Sources */,
  593. 71F3AA3B1F612369001036C8 /* CommonEditorCellLabel.m in Sources */,
  594. 71F3AA891F62732A001036C8 /* FileCache.m in Sources */,
  595. 71F3AA651F624B2F001036C8 /* BundleModelViewController.m in Sources */,
  596. 71F3AA5B1F624A88001036C8 /* SignatureView.m in Sources */,
  597. 71F3A9CC1F5FA11F001036C8 /* LoginTextFiledCell.m in Sources */,
  598. 71F3AA371F612369001036C8 /* CommonEditorCellAction.m in Sources */,
  599. 71F3A9D61F5FA2F4001036C8 /* NetworkUtils.m in Sources */,
  600. 71F3AA381F612369001036C8 /* CommonEditorCellEdit.m in Sources */,
  601. 71F3AA641F624B2F001036C8 /* BundleModelCell.m in Sources */,
  602. 71F3A9FC1F5FCC79001036C8 /* LoginSettingViewController.m in Sources */,
  603. 71F3AA4D1F6124A2001036C8 /* TouchImageView.m in Sources */,
  604. 71F3A9A51F5F8E22001036C8 /* AppDelegate.m in Sources */,
  605. 71F3AA0A1F5FDDFE001036C8 /* NSData+CommonCrypto.m in Sources */,
  606. 71F3AA0B1F5FDDFE001036C8 /* NSString+Base64.m in Sources */,
  607. 71F3AA111F611FC4001036C8 /* testViewController.m in Sources */,
  608. 71F3AA431F612369001036C8 /* EnumSelectorCell.m in Sources */,
  609. 71F3AA3F1F612369001036C8 /* CommonEditorCellSwitch.m in Sources */,
  610. 71F3A9E01F5FA484001036C8 /* RAUtils.m in Sources */,
  611. 71F3AA401F612369001036C8 /* CommonEditorCellTextView.m in Sources */,
  612. 71F3AA4A1F612415001036C8 /* RTLabel.m in Sources */,
  613. 71F3AA3C1F612369001036C8 /* CommonEditorCellMAction.m in Sources */,
  614. 71F3AA501F6124C4001036C8 /* ImageUploadViewController.m in Sources */,
  615. 71F3AA451F612369001036C8 /* MonthPickerViewController.m in Sources */,
  616. 71F3AA741F625F60001036C8 /* ContactListViewController.m in Sources */,
  617. 71F3A9A21F5F8E22001036C8 /* main.m in Sources */,
  618. 71F3AA951F6277DE001036C8 /* DefaultAppearance.m in Sources */,
  619. 71F3A9CD1F5FA11F001036C8 /* LoginViewController.m in Sources */,
  620. 71F3A9D01F5FA277001036C8 /* BasicViewController.m in Sources */,
  621. 71F3AA531F6125ED001036C8 /* ImageViewController.m in Sources */,
  622. 71F3AA411F612369001036C8 /* CommonEditorViewController.m in Sources */,
  623. 71F3AA6E1F624EE0001036C8 /* CreditCardEditorViewController.m in Sources */,
  624. 71F3A9ED1F5FA557001036C8 /* ioapi.c in Sources */,
  625. 71F3AA391F612369001036C8 /* CommonEditorCellEnum.m in Sources */,
  626. 71F3AA731F625F60001036C8 /* ContactListTableViewCell.m in Sources */,
  627. 71F3AA3A1F612369001036C8 /* CommonEditorCellImg.m in Sources */,
  628. 71F3A9EF1F5FA557001036C8 /* unzip.c in Sources */,
  629. 71F3AA071F5FDDFE001036C8 /* AESCrypt.m in Sources */,
  630. 71F3AA831F6263B2001036C8 /* MainViewController.m in Sources */,
  631. 71F3A9CB1F5FA11F001036C8 /* LoginSwitchCell.m in Sources */,
  632. 71F3AA801F626309001036C8 /* CustomIOSAlertView.m in Sources */,
  633. 71F3AA5C1F624A88001036C8 /* SignatureViewController.m in Sources */,
  634. 71F3A9F91F5FA688001036C8 /* Reachability.m in Sources */,
  635. 71F3AA461F612369001036C8 /* SRMonthPicker.m in Sources */,
  636. 71F3AA421F612369001036C8 /* DatePickerViewController.m in Sources */,
  637. 71F3AA6B1F624EAF001036C8 /* AddressEditorViewController.m in Sources */,
  638. 71F3AA771F625FAD001036C8 /* ActiveViewController.m in Sources */,
  639. 71F3A9D91F5FA3B9001036C8 /* RAMobileNetwork.m in Sources */,
  640. 71F3AA091F5FDDFE001036C8 /* NSData+Base64.m in Sources */,
  641. 71F3A9DC1F5FA458001036C8 /* RANetworkTaskDelegate.m in Sources */,
  642. 71F3AA3D1F612369001036C8 /* CommonEditorCellModel.m in Sources */,
  643. 71F3AA681F624E19001036C8 /* JKTimerManager.m in Sources */,
  644. 71F3A9F31F5FA56E001036C8 /* ZipArchive.mm in Sources */,
  645. 71F3A9BD1F5F8EAE001036C8 /* FullyShowViewController.m in Sources */,
  646. 71F3A9B91F5F8E73001036C8 /* ResultViewController.m in Sources */,
  647. );
  648. runOnlyForDeploymentPostprocessing = 0;
  649. };
  650. /* End PBXSourcesBuildPhase section */
  651. /* Begin PBXVariantGroup section */
  652. 71F3A9A91F5F8E22001036C8 /* Main.storyboard */ = {
  653. isa = PBXVariantGroup;
  654. children = (
  655. 71F3A9AA1F5F8E22001036C8 /* Base */,
  656. );
  657. name = Main.storyboard;
  658. sourceTree = "<group>";
  659. };
  660. 71F3A9AE1F5F8E22001036C8 /* LaunchScreen.storyboard */ = {
  661. isa = PBXVariantGroup;
  662. children = (
  663. 71F3A9AF1F5F8E22001036C8 /* Base */,
  664. );
  665. name = LaunchScreen.storyboard;
  666. sourceTree = "<group>";
  667. };
  668. /* End PBXVariantGroup section */
  669. /* Begin XCBuildConfiguration section */
  670. 71F3A9B21F5F8E22001036C8 /* Debug */ = {
  671. isa = XCBuildConfiguration;
  672. buildSettings = {
  673. ALWAYS_SEARCH_USER_PATHS = NO;
  674. CLANG_ANALYZER_NONNULL = YES;
  675. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  676. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  677. CLANG_CXX_LIBRARY = "libc++";
  678. CLANG_ENABLE_MODULES = YES;
  679. CLANG_ENABLE_OBJC_ARC = YES;
  680. CLANG_WARN_BOOL_CONVERSION = YES;
  681. CLANG_WARN_CONSTANT_CONVERSION = YES;
  682. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  683. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  684. CLANG_WARN_EMPTY_BODY = YES;
  685. CLANG_WARN_ENUM_CONVERSION = YES;
  686. CLANG_WARN_INFINITE_RECURSION = YES;
  687. CLANG_WARN_INT_CONVERSION = YES;
  688. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  689. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  690. CLANG_WARN_UNREACHABLE_CODE = YES;
  691. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  692. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  693. COPY_PHASE_STRIP = NO;
  694. DEBUG_INFORMATION_FORMAT = dwarf;
  695. ENABLE_STRICT_OBJC_MSGSEND = YES;
  696. ENABLE_TESTABILITY = YES;
  697. GCC_C_LANGUAGE_STANDARD = gnu99;
  698. GCC_DYNAMIC_NO_PIC = NO;
  699. GCC_NO_COMMON_BLOCKS = YES;
  700. GCC_OPTIMIZATION_LEVEL = 0;
  701. GCC_PREPROCESSOR_DEFINITIONS = (
  702. "DEBUG=1",
  703. "$(inherited)",
  704. );
  705. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  706. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  707. GCC_WARN_UNDECLARED_SELECTOR = YES;
  708. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  709. GCC_WARN_UNUSED_FUNCTION = YES;
  710. GCC_WARN_UNUSED_VARIABLE = YES;
  711. IPHONEOS_DEPLOYMENT_TARGET = 10.3;
  712. MTL_ENABLE_DEBUG_INFO = YES;
  713. ONLY_ACTIVE_ARCH = YES;
  714. SDKROOT = iphoneos;
  715. };
  716. name = Debug;
  717. };
  718. 71F3A9B31F5F8E22001036C8 /* Release */ = {
  719. isa = XCBuildConfiguration;
  720. buildSettings = {
  721. ALWAYS_SEARCH_USER_PATHS = NO;
  722. CLANG_ANALYZER_NONNULL = YES;
  723. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  724. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  725. CLANG_CXX_LIBRARY = "libc++";
  726. CLANG_ENABLE_MODULES = YES;
  727. CLANG_ENABLE_OBJC_ARC = YES;
  728. CLANG_WARN_BOOL_CONVERSION = YES;
  729. CLANG_WARN_CONSTANT_CONVERSION = YES;
  730. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  731. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  732. CLANG_WARN_EMPTY_BODY = YES;
  733. CLANG_WARN_ENUM_CONVERSION = YES;
  734. CLANG_WARN_INFINITE_RECURSION = YES;
  735. CLANG_WARN_INT_CONVERSION = YES;
  736. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  737. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  738. CLANG_WARN_UNREACHABLE_CODE = YES;
  739. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  740. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  741. COPY_PHASE_STRIP = NO;
  742. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  743. ENABLE_NS_ASSERTIONS = NO;
  744. ENABLE_STRICT_OBJC_MSGSEND = YES;
  745. GCC_C_LANGUAGE_STANDARD = gnu99;
  746. GCC_NO_COMMON_BLOCKS = YES;
  747. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  748. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  749. GCC_WARN_UNDECLARED_SELECTOR = YES;
  750. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  751. GCC_WARN_UNUSED_FUNCTION = YES;
  752. GCC_WARN_UNUSED_VARIABLE = YES;
  753. IPHONEOS_DEPLOYMENT_TARGET = 10.3;
  754. MTL_ENABLE_DEBUG_INFO = NO;
  755. SDKROOT = iphoneos;
  756. VALIDATE_PRODUCT = YES;
  757. };
  758. name = Release;
  759. };
  760. 71F3A9B51F5F8E22001036C8 /* Debug */ = {
  761. isa = XCBuildConfiguration;
  762. buildSettings = {
  763. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  764. DEVELOPMENT_TEAM = HXWLAA5YN5;
  765. INFOPLIST_FILE = "RedAnt Mobile/Info.plist";
  766. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  767. PRODUCT_BUNDLE_IDENTIFIER = "usai.redant.RedAnt-Mobile";
  768. PRODUCT_NAME = "$(TARGET_NAME)";
  769. };
  770. name = Debug;
  771. };
  772. 71F3A9B61F5F8E22001036C8 /* Release */ = {
  773. isa = XCBuildConfiguration;
  774. buildSettings = {
  775. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  776. DEVELOPMENT_TEAM = HXWLAA5YN5;
  777. INFOPLIST_FILE = "RedAnt Mobile/Info.plist";
  778. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  779. PRODUCT_BUNDLE_IDENTIFIER = "usai.redant.RedAnt-Mobile";
  780. PRODUCT_NAME = "$(TARGET_NAME)";
  781. };
  782. name = Release;
  783. };
  784. /* End XCBuildConfiguration section */
  785. /* Begin XCConfigurationList section */
  786. 71F3A9981F5F8E22001036C8 /* Build configuration list for PBXProject "RedAnt Mobile" */ = {
  787. isa = XCConfigurationList;
  788. buildConfigurations = (
  789. 71F3A9B21F5F8E22001036C8 /* Debug */,
  790. 71F3A9B31F5F8E22001036C8 /* Release */,
  791. );
  792. defaultConfigurationIsVisible = 0;
  793. defaultConfigurationName = Release;
  794. };
  795. 71F3A9B41F5F8E22001036C8 /* Build configuration list for PBXNativeTarget "RedAnt Mobile" */ = {
  796. isa = XCConfigurationList;
  797. buildConfigurations = (
  798. 71F3A9B51F5F8E22001036C8 /* Debug */,
  799. 71F3A9B61F5F8E22001036C8 /* Release */,
  800. );
  801. defaultConfigurationIsVisible = 0;
  802. defaultConfigurationName = Release;
  803. };
  804. /* End XCConfigurationList section */
  805. };
  806. rootObject = 71F3A9951F5F8E22001036C8 /* Project object */;
  807. }