| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- 71E9F6C81F8C5CCB0052C78E /* NetworkUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71E9F6C61F8C5CCA0052C78E /* NetworkUtils.m */; };
- 71F3A9A21F5F8E22001036C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9A11F5F8E22001036C8 /* main.m */; };
- 71F3A9A51F5F8E22001036C8 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9A41F5F8E22001036C8 /* AppDelegate.m */; };
- 71F3A9A81F5F8E22001036C8 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9A71F5F8E22001036C8 /* ViewController.m */; };
- 71F3A9AB1F5F8E22001036C8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9A91F5F8E22001036C8 /* Main.storyboard */; };
- 71F3A9AD1F5F8E22001036C8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9AC1F5F8E22001036C8 /* Assets.xcassets */; };
- 71F3A9B01F5F8E22001036C8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9AE1F5F8E22001036C8 /* LaunchScreen.storyboard */; };
- 71F3A9B91F5F8E73001036C8 /* ResultViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9B81F5F8E73001036C8 /* ResultViewController.m */; };
- 71F3A9BD1F5F8EAE001036C8 /* FullyShowViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9BC1F5F8EAE001036C8 /* FullyShowViewController.m */; };
- 71F3A9C91F5FA11F001036C8 /* login.json in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9C01F5FA11F001036C8 /* login.json */; };
- 71F3A9CB1F5FA11F001036C8 /* LoginSwitchCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9C41F5FA11F001036C8 /* LoginSwitchCell.m */; };
- 71F3A9CC1F5FA11F001036C8 /* LoginTextFiledCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9C61F5FA11F001036C8 /* LoginTextFiledCell.m */; };
- 71F3A9CD1F5FA11F001036C8 /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9C81F5FA11F001036C8 /* LoginViewController.m */; };
- 71F3A9D01F5FA277001036C8 /* BasicViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9CF1F5FA277001036C8 /* BasicViewController.m */; };
- 71F3A9D91F5FA3B9001036C8 /* RAMobileNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9D81F5FA3B9001036C8 /* RAMobileNetwork.m */; };
- 71F3A9DC1F5FA458001036C8 /* RANetworkTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9DB1F5FA458001036C8 /* RANetworkTaskDelegate.m */; };
- 71F3A9E01F5FA484001036C8 /* RAUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9DF1F5FA484001036C8 /* RAUtils.m */; };
- 71F3A9E31F5FA531001036C8 /* JLKeyboardListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9E21F5FA531001036C8 /* JLKeyboardListener.m */; };
- 71F3A9ED1F5FA557001036C8 /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9E61F5FA557001036C8 /* ioapi.c */; };
- 71F3A9EE1F5FA557001036C8 /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9E81F5FA557001036C8 /* mztools.c */; };
- 71F3A9EF1F5FA557001036C8 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9EA1F5FA557001036C8 /* unzip.c */; };
- 71F3A9F01F5FA557001036C8 /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9EB1F5FA557001036C8 /* zip.c */; };
- 71F3A9F31F5FA56E001036C8 /* ZipArchive.mm in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9F21F5FA56E001036C8 /* ZipArchive.mm */; };
- 71F3A9F61F5FA64F001036C8 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 71F3A9F51F5FA64F001036C8 /* libz.tbd */; };
- 71F3A9F91F5FA688001036C8 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9F81F5FA688001036C8 /* Reachability.m */; };
- 71F3A9FC1F5FCC79001036C8 /* LoginSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9FB1F5FCC79001036C8 /* LoginSettingViewController.m */; };
- 71F3AA071F5FDDFE001036C8 /* AESCrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9FF1F5FDDFE001036C8 /* AESCrypt.m */; };
- 71F3AA081F5FDDFE001036C8 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA001F5FDDFE001036C8 /* LICENSE */; };
- 71F3AA091F5FDDFE001036C8 /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA021F5FDDFE001036C8 /* NSData+Base64.m */; };
- 71F3AA0A1F5FDDFE001036C8 /* NSData+CommonCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA041F5FDDFE001036C8 /* NSData+CommonCrypto.m */; };
- 71F3AA0B1F5FDDFE001036C8 /* NSString+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA061F5FDDFE001036C8 /* NSString+Base64.m */; };
- 71F3AA0D1F61151D001036C8 /* commoneditor.phone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA0C1F61151D001036C8 /* commoneditor.phone.xib */; };
- 71F3AA111F611FC4001036C8 /* testViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA0F1F611FC4001036C8 /* testViewController.m */; };
- 71F3AA121F611FC4001036C8 /* testViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA101F611FC4001036C8 /* testViewController.xib */; };
- 71F3AA361F612369001036C8 /* CommonEditor.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA151F612369001036C8 /* CommonEditor.storyboard */; };
- 71F3AA371F612369001036C8 /* CommonEditorCellAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA171F612369001036C8 /* CommonEditorCellAction.m */; };
- 71F3AA381F612369001036C8 /* CommonEditorCellEdit.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA191F612369001036C8 /* CommonEditorCellEdit.m */; };
- 71F3AA391F612369001036C8 /* CommonEditorCellEnum.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA1B1F612369001036C8 /* CommonEditorCellEnum.m */; };
- 71F3AA3A1F612369001036C8 /* CommonEditorCellImg.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA1D1F612369001036C8 /* CommonEditorCellImg.m */; };
- 71F3AA3B1F612369001036C8 /* CommonEditorCellLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA1F1F612369001036C8 /* CommonEditorCellLabel.m */; };
- 71F3AA3C1F612369001036C8 /* CommonEditorCellMAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA211F612369001036C8 /* CommonEditorCellMAction.m */; };
- 71F3AA3D1F612369001036C8 /* CommonEditorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA231F612369001036C8 /* CommonEditorCellModel.m */; };
- 71F3AA3E1F612369001036C8 /* CommonEditorCellSignature.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA251F612369001036C8 /* CommonEditorCellSignature.m */; };
- 71F3AA3F1F612369001036C8 /* CommonEditorCellSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA271F612369001036C8 /* CommonEditorCellSwitch.m */; };
- 71F3AA401F612369001036C8 /* CommonEditorCellTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA291F612369001036C8 /* CommonEditorCellTextView.m */; };
- 71F3AA411F612369001036C8 /* CommonEditorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA2B1F612369001036C8 /* CommonEditorViewController.m */; };
- 71F3AA421F612369001036C8 /* DatePickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA2D1F612369001036C8 /* DatePickerViewController.m */; };
- 71F3AA431F612369001036C8 /* EnumSelectorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA2F1F612369001036C8 /* EnumSelectorCell.m */; };
- 71F3AA441F612369001036C8 /* EnumSelectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA311F612369001036C8 /* EnumSelectViewController.m */; };
- 71F3AA451F612369001036C8 /* MonthPickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA331F612369001036C8 /* MonthPickerViewController.m */; };
- 71F3AA461F612369001036C8 /* SRMonthPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA351F612369001036C8 /* SRMonthPicker.m */; };
- 71F3AA4A1F612415001036C8 /* RTLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA491F612415001036C8 /* RTLabel.m */; };
- 71F3AA4D1F6124A2001036C8 /* TouchImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA4C1F6124A2001036C8 /* TouchImageView.m */; };
- 71F3AA501F6124C4001036C8 /* ImageUploadViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA4F1F6124C4001036C8 /* ImageUploadViewController.m */; };
- 71F3AA531F6125ED001036C8 /* ImageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA521F6125ED001036C8 /* ImageViewController.m */; };
- 71F3AA5A1F624A88001036C8 /* signature.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA551F624A88001036C8 /* signature.storyboard */; };
- 71F3AA5B1F624A88001036C8 /* SignatureView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA571F624A88001036C8 /* SignatureView.m */; };
- 71F3AA5C1F624A88001036C8 /* SignatureViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA591F624A88001036C8 /* SignatureViewController.m */; };
- 71F3AA5F1F624AD4001036C8 /* StrikethroughLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA5E1F624AD4001036C8 /* StrikethroughLabel.m */; };
- 71F3AA641F624B2F001036C8 /* BundleModelCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA611F624B2F001036C8 /* BundleModelCell.m */; };
- 71F3AA651F624B2F001036C8 /* BundleModelViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA631F624B2F001036C8 /* BundleModelViewController.m */; };
- 71F3AA681F624E19001036C8 /* JKTimerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA671F624E19001036C8 /* JKTimerManager.m */; };
- 71F3AA6B1F624EAF001036C8 /* AddressEditorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA6A1F624EAF001036C8 /* AddressEditorViewController.m */; };
- 71F3AA6E1F624EE0001036C8 /* CreditCardEditorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA6D1F624EE0001036C8 /* CreditCardEditorViewController.m */; };
- 71F3AA731F625F60001036C8 /* ContactListTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA701F625F60001036C8 /* ContactListTableViewCell.m */; };
- 71F3AA741F625F60001036C8 /* ContactListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA721F625F60001036C8 /* ContactListViewController.m */; };
- 71F3AA771F625FAD001036C8 /* ActiveViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA761F625FAD001036C8 /* ActiveViewController.m */; };
- 71F3AA7D1F62617D001036C8 /* NetworkUtils+Contact.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA7C1F62617D001036C8 /* NetworkUtils+Contact.m */; };
- 71F3AA801F626309001036C8 /* CustomIOSAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA7F1F626309001036C8 /* CustomIOSAlertView.m */; };
- 71F3AA831F6263B2001036C8 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA821F6263B2001036C8 /* MainViewController.m */; };
- 71F3AA861F626E14001036C8 /* RAConvertor.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA851F626E14001036C8 /* RAConvertor.m */; };
- 71F3AA891F62732A001036C8 /* FileCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA881F62732A001036C8 /* FileCache.m */; };
- 71F3AA8F1F6276B0001036C8 /* default_appearance.json in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA8E1F6276B0001036C8 /* default_appearance.json */; };
- 71F3AA921F627700001036C8 /* DefaultTableHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA911F627700001036C8 /* DefaultTableHeaderView.m */; };
- 71F3AA951F6277DE001036C8 /* DefaultAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA941F6277DE001036C8 /* DefaultAppearance.m */; };
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- 71E9F6C61F8C5CCA0052C78E /* NetworkUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = NetworkUtils.m; path = ../../common/NetworkUtils.m; sourceTree = "<group>"; };
- 71E9F6C71F8C5CCA0052C78E /* NetworkUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = NetworkUtils.h; path = ../../common/NetworkUtils.h; sourceTree = "<group>"; };
- 71F3A99D1F5F8E22001036C8 /* RedAnt Mobile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RedAnt Mobile.app"; sourceTree = BUILT_PRODUCTS_DIR; };
- 71F3A9A11F5F8E22001036C8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
- 71F3A9A31F5F8E22001036C8 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
- 71F3A9A41F5F8E22001036C8 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
- 71F3A9A61F5F8E22001036C8 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
- 71F3A9A71F5F8E22001036C8 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
- 71F3A9AA1F5F8E22001036C8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
- 71F3A9AC1F5F8E22001036C8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- 71F3A9AF1F5F8E22001036C8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
- 71F3A9B11F5F8E22001036C8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 71F3A9B71F5F8E73001036C8 /* ResultViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultViewController.h; sourceTree = "<group>"; };
- 71F3A9B81F5F8E73001036C8 /* ResultViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResultViewController.m; sourceTree = "<group>"; };
- 71F3A9BB1F5F8EAE001036C8 /* FullyShowViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FullyShowViewController.h; sourceTree = "<group>"; };
- 71F3A9BC1F5F8EAE001036C8 /* FullyShowViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FullyShowViewController.m; sourceTree = "<group>"; };
- 71F3A9C01F5FA11F001036C8 /* login.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = login.json; sourceTree = "<group>"; };
- 71F3A9C31F5FA11F001036C8 /* LoginSwitchCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginSwitchCell.h; sourceTree = "<group>"; };
- 71F3A9C41F5FA11F001036C8 /* LoginSwitchCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginSwitchCell.m; sourceTree = "<group>"; };
- 71F3A9C51F5FA11F001036C8 /* LoginTextFiledCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginTextFiledCell.h; sourceTree = "<group>"; };
- 71F3A9C61F5FA11F001036C8 /* LoginTextFiledCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginTextFiledCell.m; sourceTree = "<group>"; };
- 71F3A9C71F5FA11F001036C8 /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
- 71F3A9C81F5FA11F001036C8 /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
- 71F3A9CE1F5FA277001036C8 /* BasicViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BasicViewController.h; sourceTree = "<group>"; };
- 71F3A9CF1F5FA277001036C8 /* BasicViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BasicViewController.m; sourceTree = "<group>"; };
- 71F3A9D11F5FA2A4001036C8 /* const.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = const.h; sourceTree = "<group>"; };
- 71F3A9D21F5FA2B3001036C8 /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
- 71F3A9D71F5FA3B9001036C8 /* RAMobileNetwork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RAMobileNetwork.h; sourceTree = "<group>"; };
- 71F3A9D81F5FA3B9001036C8 /* RAMobileNetwork.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RAMobileNetwork.m; sourceTree = "<group>"; };
- 71F3A9DA1F5FA458001036C8 /* RANetworkTaskDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RANetworkTaskDelegate.h; path = ../../common/upload/RANetworkTaskDelegate.h; sourceTree = "<group>"; };
- 71F3A9DB1F5FA458001036C8 /* RANetworkTaskDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RANetworkTaskDelegate.m; path = ../../common/upload/RANetworkTaskDelegate.m; sourceTree = "<group>"; };
- 71F3A9DE1F5FA484001036C8 /* RAUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAUtils.h; path = "../../RedAnt ERP Mobile/common/RAUtils.h"; sourceTree = "<group>"; };
- 71F3A9DF1F5FA484001036C8 /* RAUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAUtils.m; path = "../../RedAnt ERP Mobile/common/RAUtils.m"; sourceTree = "<group>"; };
- 71F3A9E11F5FA531001036C8 /* JLKeyboardListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JLKeyboardListener.h; sourceTree = "<group>"; };
- 71F3A9E21F5FA531001036C8 /* JLKeyboardListener.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JLKeyboardListener.m; sourceTree = "<group>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 71F3A9F11F5FA56E001036C8 /* ZipArchive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = "../../RedAnt ERP Mobile/common/zip/ZipArchive.h"; sourceTree = "<group>"; };
- 71F3A9F21F5FA56E001036C8 /* ZipArchive.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ZipArchive.mm; path = "../../RedAnt ERP Mobile/common/zip/ZipArchive.mm"; sourceTree = "<group>"; };
- 71F3A9F51F5FA64F001036C8 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
- 71F3A9F71F5FA688001036C8 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Reachability.h; path = "../../RedAnt ERP Mobile/common/Reachability.h"; sourceTree = "<group>"; };
- 71F3A9F81F5FA688001036C8 /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Reachability.m; path = "../../RedAnt ERP Mobile/common/Reachability.m"; sourceTree = "<group>"; };
- 71F3A9FA1F5FCC79001036C8 /* LoginSettingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginSettingViewController.h; sourceTree = "<group>"; };
- 71F3A9FB1F5FCC79001036C8 /* LoginSettingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginSettingViewController.m; sourceTree = "<group>"; };
- 71F3A9FE1F5FDDFE001036C8 /* AESCrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AESCrypt.h; path = "../../RedAnt ERP Mobile/common/AES/AESCrypt.h"; sourceTree = "<group>"; };
- 71F3A9FF1F5FDDFE001036C8 /* AESCrypt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AESCrypt.m; path = "../../RedAnt ERP Mobile/common/AES/AESCrypt.m"; sourceTree = "<group>"; };
- 71F3AA001F5FDDFE001036C8 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = "../../RedAnt ERP Mobile/common/AES/LICENSE"; sourceTree = "<group>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 71F3AA0C1F61151D001036C8 /* commoneditor.phone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = commoneditor.phone.xib; sourceTree = "<group>"; };
- 71F3AA0E1F611FC4001036C8 /* testViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = testViewController.h; sourceTree = "<group>"; };
- 71F3AA0F1F611FC4001036C8 /* testViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = testViewController.m; sourceTree = "<group>"; };
- 71F3AA101F611FC4001036C8 /* testViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = testViewController.xib; sourceTree = "<group>"; };
- 71F3AA151F612369001036C8 /* CommonEditor.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = CommonEditor.storyboard; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditor.storyboard"; sourceTree = "<group>"; };
- 71F3AA161F612369001036C8 /* CommonEditorCellAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellAction.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellAction.h"; sourceTree = "<group>"; };
- 71F3AA171F612369001036C8 /* CommonEditorCellAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellAction.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellAction.m"; sourceTree = "<group>"; };
- 71F3AA181F612369001036C8 /* CommonEditorCellEdit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellEdit.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEdit.h"; sourceTree = "<group>"; };
- 71F3AA191F612369001036C8 /* CommonEditorCellEdit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellEdit.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEdit.m"; sourceTree = "<group>"; };
- 71F3AA1A1F612369001036C8 /* CommonEditorCellEnum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellEnum.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEnum.h"; sourceTree = "<group>"; };
- 71F3AA1B1F612369001036C8 /* CommonEditorCellEnum.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellEnum.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEnum.m"; sourceTree = "<group>"; };
- 71F3AA1C1F612369001036C8 /* CommonEditorCellImg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellImg.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellImg.h"; sourceTree = "<group>"; };
- 71F3AA1D1F612369001036C8 /* CommonEditorCellImg.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellImg.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellImg.m"; sourceTree = "<group>"; };
- 71F3AA1E1F612369001036C8 /* CommonEditorCellLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellLabel.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellLabel.h"; sourceTree = "<group>"; };
- 71F3AA1F1F612369001036C8 /* CommonEditorCellLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellLabel.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellLabel.m"; sourceTree = "<group>"; };
- 71F3AA201F612369001036C8 /* CommonEditorCellMAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellMAction.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellMAction.h"; sourceTree = "<group>"; };
- 71F3AA211F612369001036C8 /* CommonEditorCellMAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellMAction.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellMAction.m"; sourceTree = "<group>"; };
- 71F3AA221F612369001036C8 /* CommonEditorCellModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellModel.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellModel.h"; sourceTree = "<group>"; };
- 71F3AA231F612369001036C8 /* CommonEditorCellModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellModel.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellModel.m"; sourceTree = "<group>"; };
- 71F3AA241F612369001036C8 /* CommonEditorCellSignature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellSignature.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSignature.h"; sourceTree = "<group>"; };
- 71F3AA251F612369001036C8 /* CommonEditorCellSignature.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellSignature.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSignature.m"; sourceTree = "<group>"; };
- 71F3AA261F612369001036C8 /* CommonEditorCellSwitch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellSwitch.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSwitch.h"; sourceTree = "<group>"; };
- 71F3AA271F612369001036C8 /* CommonEditorCellSwitch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellSwitch.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSwitch.m"; sourceTree = "<group>"; };
- 71F3AA281F612369001036C8 /* CommonEditorCellTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellTextView.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellTextView.h"; sourceTree = "<group>"; };
- 71F3AA291F612369001036C8 /* CommonEditorCellTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellTextView.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellTextView.m"; sourceTree = "<group>"; };
- 71F3AA2A1F612369001036C8 /* CommonEditorViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorViewController.h"; sourceTree = "<group>"; };
- 71F3AA2B1F612369001036C8 /* CommonEditorViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorViewController.m"; sourceTree = "<group>"; };
- 71F3AA2C1F612369001036C8 /* DatePickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DatePickerViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/DatePickerViewController.h"; sourceTree = "<group>"; };
- 71F3AA2D1F612369001036C8 /* DatePickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DatePickerViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/DatePickerViewController.m"; sourceTree = "<group>"; };
- 71F3AA2E1F612369001036C8 /* EnumSelectorCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EnumSelectorCell.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectorCell.h"; sourceTree = "<group>"; };
- 71F3AA2F1F612369001036C8 /* EnumSelectorCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EnumSelectorCell.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectorCell.m"; sourceTree = "<group>"; };
- 71F3AA301F612369001036C8 /* EnumSelectViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EnumSelectViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectViewController.h"; sourceTree = "<group>"; };
- 71F3AA311F612369001036C8 /* EnumSelectViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EnumSelectViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectViewController.m"; sourceTree = "<group>"; };
- 71F3AA321F612369001036C8 /* MonthPickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MonthPickerViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/MonthPickerViewController.h"; sourceTree = "<group>"; };
- 71F3AA331F612369001036C8 /* MonthPickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MonthPickerViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/MonthPickerViewController.m"; sourceTree = "<group>"; };
- 71F3AA341F612369001036C8 /* SRMonthPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SRMonthPicker.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/SRMonthPicker.h"; sourceTree = "<group>"; };
- 71F3AA351F612369001036C8 /* SRMonthPicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SRMonthPicker.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/SRMonthPicker.m"; sourceTree = "<group>"; };
- 71F3AA481F612415001036C8 /* RTLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RTLabel.h; path = "../../RedAnt ERP Mobile/common/customUI/RTLabel.h"; sourceTree = "<group>"; };
- 71F3AA491F612415001036C8 /* RTLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RTLabel.m; path = "../../RedAnt ERP Mobile/common/customUI/RTLabel.m"; sourceTree = "<group>"; };
- 71F3AA4B1F6124A2001036C8 /* TouchImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TouchImageView.h; path = "../../RedAnt ERP Mobile/common/customUI/TouchImageView.h"; sourceTree = "<group>"; };
- 71F3AA4C1F6124A2001036C8 /* TouchImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TouchImageView.m; path = "../../RedAnt ERP Mobile/common/customUI/TouchImageView.m"; sourceTree = "<group>"; };
- 71F3AA4E1F6124C4001036C8 /* ImageUploadViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageUploadViewController.h; path = "../../RedAnt ERP Mobile/common/customUI/ImageUploadViewController.h"; sourceTree = "<group>"; };
- 71F3AA4F1F6124C4001036C8 /* ImageUploadViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImageUploadViewController.m; path = "../../RedAnt ERP Mobile/common/customUI/ImageUploadViewController.m"; sourceTree = "<group>"; };
- 71F3AA511F6125ED001036C8 /* ImageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageViewController.h; path = "../../RedAnt ERP Mobile/common/customUI/ImageViewController.h"; sourceTree = "<group>"; };
- 71F3AA521F6125ED001036C8 /* ImageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImageViewController.m; path = "../../RedAnt ERP Mobile/common/customUI/ImageViewController.m"; sourceTree = "<group>"; };
- 71F3AA551F624A88001036C8 /* signature.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = signature.storyboard; path = "../../RedAnt ERP Mobile/common/Functions/signature/signature.storyboard"; sourceTree = "<group>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 71F3AA5D1F624AD4001036C8 /* StrikethroughLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StrikethroughLabel.h; path = "../../RedAnt ERP Mobile/common/customUI/StrikethroughLabel.h"; sourceTree = "<group>"; };
- 71F3AA5E1F624AD4001036C8 /* StrikethroughLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = StrikethroughLabel.m; path = "../../RedAnt ERP Mobile/common/customUI/StrikethroughLabel.m"; sourceTree = "<group>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 71F3AA661F624E19001036C8 /* JKTimerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JKTimerManager.h; path = "../../RedAnt ERP Mobile/common/JKTimer/JKTimerManager.h"; sourceTree = "<group>"; };
- 71F3AA671F624E19001036C8 /* JKTimerManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JKTimerManager.m; path = "../../RedAnt ERP Mobile/common/JKTimer/JKTimerManager.m"; sourceTree = "<group>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 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>"; };
- 71F3AA751F625FAD001036C8 /* ActiveViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ActiveViewController.h; path = "../../RedAnt ERP Mobile/common/ActiveViewController.h"; sourceTree = "<group>"; };
- 71F3AA761F625FAD001036C8 /* ActiveViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ActiveViewController.m; path = "../../RedAnt ERP Mobile/common/ActiveViewController.m"; sourceTree = "<group>"; };
- 71F3AA7B1F62617D001036C8 /* NetworkUtils+Contact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NetworkUtils+Contact.h"; path = "../../common/NetworkUtils+Contact.h"; sourceTree = "<group>"; };
- 71F3AA7C1F62617D001036C8 /* NetworkUtils+Contact.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NetworkUtils+Contact.m"; path = "../../common/NetworkUtils+Contact.m"; sourceTree = "<group>"; };
- 71F3AA7E1F626309001036C8 /* CustomIOSAlertView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CustomIOSAlertView.h; path = "../../RedAnt ERP Mobile/common/customUI/CustomIOSAlertView.h"; sourceTree = "<group>"; };
- 71F3AA7F1F626309001036C8 /* CustomIOSAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CustomIOSAlertView.m; path = "../../RedAnt ERP Mobile/common/customUI/CustomIOSAlertView.m"; sourceTree = "<group>"; };
- 71F3AA811F6263B2001036C8 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; };
- 71F3AA821F6263B2001036C8 /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; };
- 71F3AA841F626E14001036C8 /* RAConvertor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAConvertor.h; path = ../../common/RAConvertor.h; sourceTree = "<group>"; };
- 71F3AA851F626E14001036C8 /* RAConvertor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAConvertor.m; path = ../../common/RAConvertor.m; sourceTree = "<group>"; };
- 71F3AA871F62732A001036C8 /* FileCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileCache.h; path = ../../common/FileCache.h; sourceTree = "<group>"; };
- 71F3AA881F62732A001036C8 /* FileCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FileCache.m; path = ../../common/FileCache.m; sourceTree = "<group>"; };
- 71F3AA8E1F6276B0001036C8 /* default_appearance.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = default_appearance.json; sourceTree = "<group>"; };
- 71F3AA901F627700001036C8 /* DefaultTableHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DefaultTableHeaderView.h; path = "../RedAnt ERP Mobile/common/customUI/DefaultTableHeaderView.h"; sourceTree = "<group>"; };
- 71F3AA911F627700001036C8 /* DefaultTableHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DefaultTableHeaderView.m; path = "../RedAnt ERP Mobile/common/customUI/DefaultTableHeaderView.m"; sourceTree = "<group>"; };
- 71F3AA931F6277DE001036C8 /* DefaultAppearance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DefaultAppearance.h; sourceTree = "<group>"; };
- 71F3AA941F6277DE001036C8 /* DefaultAppearance.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DefaultAppearance.m; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 71F3A99A1F5F8E22001036C8 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 71F3A9F61F5FA64F001036C8 /* libz.tbd in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 71F3A9941F5F8E22001036C8 = {
- isa = PBXGroup;
- children = (
- 71F3AA8A1F627676001036C8 /* appearance */,
- 71F3AA811F6263B2001036C8 /* MainViewController.h */,
- 71F3AA821F6263B2001036C8 /* MainViewController.m */,
- 71F3AA0E1F611FC4001036C8 /* testViewController.h */,
- 71F3AA0F1F611FC4001036C8 /* testViewController.m */,
- 71F3AA101F611FC4001036C8 /* testViewController.xib */,
- 71F3A99F1F5F8E22001036C8 /* RedAnt Mobile */,
- 71F3A99E1F5F8E22001036C8 /* Products */,
- 71F3A9F41F5FA64E001036C8 /* Frameworks */,
- );
- sourceTree = "<group>";
- };
- 71F3A99E1F5F8E22001036C8 /* Products */ = {
- isa = PBXGroup;
- children = (
- 71F3A99D1F5F8E22001036C8 /* RedAnt Mobile.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 71F3A99F1F5F8E22001036C8 /* RedAnt Mobile */ = {
- isa = PBXGroup;
- children = (
- 71F3AA541F624A78001036C8 /* signature */,
- 71F3AA131F612347001036C8 /* commonUI */,
- 71F3A9DD1F5FA479001036C8 /* utils */,
- 71F3A9D31F5FA2E0001036C8 /* network */,
- 71F3A9D11F5FA2A4001036C8 /* const.h */,
- 71F3A9D21F5FA2B3001036C8 /* config.h */,
- 71F3A9CE1F5FA277001036C8 /* BasicViewController.h */,
- 71F3A9CF1F5FA277001036C8 /* BasicViewController.m */,
- 71F3A9E11F5FA531001036C8 /* JLKeyboardListener.h */,
- 71F3A9E21F5FA531001036C8 /* JLKeyboardListener.m */,
- 71F3A9BF1F5FA109001036C8 /* login */,
- 71F3A9BA1F5F8E89001036C8 /* result */,
- 71F3A9A31F5F8E22001036C8 /* AppDelegate.h */,
- 71F3A9A41F5F8E22001036C8 /* AppDelegate.m */,
- 71F3A9A61F5F8E22001036C8 /* ViewController.h */,
- 71F3A9A71F5F8E22001036C8 /* ViewController.m */,
- 71F3A9A91F5F8E22001036C8 /* Main.storyboard */,
- 71F3A9AC1F5F8E22001036C8 /* Assets.xcassets */,
- 71F3A9AE1F5F8E22001036C8 /* LaunchScreen.storyboard */,
- 71F3A9B11F5F8E22001036C8 /* Info.plist */,
- 71F3A9A01F5F8E22001036C8 /* Supporting Files */,
- );
- path = "RedAnt Mobile";
- sourceTree = "<group>";
- };
- 71F3A9A01F5F8E22001036C8 /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- 71F3A9A11F5F8E22001036C8 /* main.m */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- 71F3A9BA1F5F8E89001036C8 /* result */ = {
- isa = PBXGroup;
- children = (
- 71F3A9B71F5F8E73001036C8 /* ResultViewController.h */,
- 71F3A9B81F5F8E73001036C8 /* ResultViewController.m */,
- 71F3A9BB1F5F8EAE001036C8 /* FullyShowViewController.h */,
- 71F3A9BC1F5F8EAE001036C8 /* FullyShowViewController.m */,
- );
- name = result;
- sourceTree = "<group>";
- };
- 71F3A9BF1F5FA109001036C8 /* login */ = {
- isa = PBXGroup;
- children = (
- 71F3A9C01F5FA11F001036C8 /* login.json */,
- 71F3A9C31F5FA11F001036C8 /* LoginSwitchCell.h */,
- 71F3A9C41F5FA11F001036C8 /* LoginSwitchCell.m */,
- 71F3A9C51F5FA11F001036C8 /* LoginTextFiledCell.h */,
- 71F3A9C61F5FA11F001036C8 /* LoginTextFiledCell.m */,
- 71F3A9C71F5FA11F001036C8 /* LoginViewController.h */,
- 71F3A9C81F5FA11F001036C8 /* LoginViewController.m */,
- 71F3A9FA1F5FCC79001036C8 /* LoginSettingViewController.h */,
- 71F3A9FB1F5FCC79001036C8 /* LoginSettingViewController.m */,
- );
- name = login;
- sourceTree = "<group>";
- };
- 71F3A9D31F5FA2E0001036C8 /* network */ = {
- isa = PBXGroup;
- children = (
- 71F3A9F71F5FA688001036C8 /* Reachability.h */,
- 71F3A9F81F5FA688001036C8 /* Reachability.m */,
- 71E9F6C71F8C5CCA0052C78E /* NetworkUtils.h */,
- 71E9F6C61F8C5CCA0052C78E /* NetworkUtils.m */,
- 71F3A9D71F5FA3B9001036C8 /* RAMobileNetwork.h */,
- 71F3A9D81F5FA3B9001036C8 /* RAMobileNetwork.m */,
- 71F3A9DA1F5FA458001036C8 /* RANetworkTaskDelegate.h */,
- 71F3A9DB1F5FA458001036C8 /* RANetworkTaskDelegate.m */,
- 71F3AA7B1F62617D001036C8 /* NetworkUtils+Contact.h */,
- 71F3AA7C1F62617D001036C8 /* NetworkUtils+Contact.m */,
- );
- name = network;
- sourceTree = "<group>";
- };
- 71F3A9DD1F5FA479001036C8 /* utils */ = {
- isa = PBXGroup;
- children = (
- 71F3A9FD1F5FDDF3001036C8 /* AES */,
- 71F3A9E41F5FA54A001036C8 /* zip */,
- 71F3A9DE1F5FA484001036C8 /* RAUtils.h */,
- 71F3A9DF1F5FA484001036C8 /* RAUtils.m */,
- 71F3AA661F624E19001036C8 /* JKTimerManager.h */,
- 71F3AA671F624E19001036C8 /* JKTimerManager.m */,
- 71F3AA841F626E14001036C8 /* RAConvertor.h */,
- 71F3AA851F626E14001036C8 /* RAConvertor.m */,
- 71F3AA871F62732A001036C8 /* FileCache.h */,
- 71F3AA881F62732A001036C8 /* FileCache.m */,
- );
- name = utils;
- sourceTree = "<group>";
- };
- 71F3A9E41F5FA54A001036C8 /* zip */ = {
- isa = PBXGroup;
- children = (
- 71F3A9E51F5FA557001036C8 /* crypt.h */,
- 71F3A9E61F5FA557001036C8 /* ioapi.c */,
- 71F3A9E71F5FA557001036C8 /* ioapi.h */,
- 71F3A9E81F5FA557001036C8 /* mztools.c */,
- 71F3A9E91F5FA557001036C8 /* mztools.h */,
- 71F3A9EA1F5FA557001036C8 /* unzip.c */,
- 71F3A9EB1F5FA557001036C8 /* zip.c */,
- 71F3A9EC1F5FA557001036C8 /* zip.h */,
- 71F3A9F11F5FA56E001036C8 /* ZipArchive.h */,
- 71F3A9F21F5FA56E001036C8 /* ZipArchive.mm */,
- );
- name = zip;
- sourceTree = "<group>";
- };
- 71F3A9F41F5FA64E001036C8 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 71F3A9F51F5FA64F001036C8 /* libz.tbd */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- 71F3A9FD1F5FDDF3001036C8 /* AES */ = {
- isa = PBXGroup;
- children = (
- 71F3A9FE1F5FDDFE001036C8 /* AESCrypt.h */,
- 71F3A9FF1F5FDDFE001036C8 /* AESCrypt.m */,
- 71F3AA001F5FDDFE001036C8 /* LICENSE */,
- 71F3AA011F5FDDFE001036C8 /* NSData+Base64.h */,
- 71F3AA021F5FDDFE001036C8 /* NSData+Base64.m */,
- 71F3AA031F5FDDFE001036C8 /* NSData+CommonCrypto.h */,
- 71F3AA041F5FDDFE001036C8 /* NSData+CommonCrypto.m */,
- 71F3AA051F5FDDFE001036C8 /* NSString+Base64.h */,
- 71F3AA061F5FDDFE001036C8 /* NSString+Base64.m */,
- );
- name = AES;
- sourceTree = "<group>";
- };
- 71F3AA131F612347001036C8 /* commonUI */ = {
- isa = PBXGroup;
- children = (
- 71F3AA601F624B2F001036C8 /* BundleModelCell.h */,
- 71F3AA611F624B2F001036C8 /* BundleModelCell.m */,
- 71F3AA621F624B2F001036C8 /* BundleModelViewController.h */,
- 71F3AA631F624B2F001036C8 /* BundleModelViewController.m */,
- 71F3AA691F624EAF001036C8 /* AddressEditorViewController.h */,
- 71F3AA6A1F624EAF001036C8 /* AddressEditorViewController.m */,
- 71F3AA6C1F624EE0001036C8 /* CreditCardEditorViewController.h */,
- 71F3AA6D1F624EE0001036C8 /* CreditCardEditorViewController.m */,
- 71F3AA6F1F625F60001036C8 /* ContactListTableViewCell.h */,
- 71F3AA701F625F60001036C8 /* ContactListTableViewCell.m */,
- 71F3AA711F625F60001036C8 /* ContactListViewController.h */,
- 71F3AA721F625F60001036C8 /* ContactListViewController.m */,
- 71F3AA751F625FAD001036C8 /* ActiveViewController.h */,
- 71F3AA761F625FAD001036C8 /* ActiveViewController.m */,
- 71F3AA7E1F626309001036C8 /* CustomIOSAlertView.h */,
- 71F3AA7F1F626309001036C8 /* CustomIOSAlertView.m */,
- 71F3AA471F61240A001036C8 /* customUI */,
- 71F3AA141F612350001036C8 /* commonEditor */,
- );
- name = commonUI;
- sourceTree = "<group>";
- };
- 71F3AA141F612350001036C8 /* commonEditor */ = {
- isa = PBXGroup;
- children = (
- 71F3AA0C1F61151D001036C8 /* commoneditor.phone.xib */,
- 71F3AA151F612369001036C8 /* CommonEditor.storyboard */,
- 71F3AA161F612369001036C8 /* CommonEditorCellAction.h */,
- 71F3AA171F612369001036C8 /* CommonEditorCellAction.m */,
- 71F3AA181F612369001036C8 /* CommonEditorCellEdit.h */,
- 71F3AA191F612369001036C8 /* CommonEditorCellEdit.m */,
- 71F3AA1A1F612369001036C8 /* CommonEditorCellEnum.h */,
- 71F3AA1B1F612369001036C8 /* CommonEditorCellEnum.m */,
- 71F3AA1C1F612369001036C8 /* CommonEditorCellImg.h */,
- 71F3AA1D1F612369001036C8 /* CommonEditorCellImg.m */,
- 71F3AA1E1F612369001036C8 /* CommonEditorCellLabel.h */,
- 71F3AA1F1F612369001036C8 /* CommonEditorCellLabel.m */,
- 71F3AA201F612369001036C8 /* CommonEditorCellMAction.h */,
- 71F3AA211F612369001036C8 /* CommonEditorCellMAction.m */,
- 71F3AA221F612369001036C8 /* CommonEditorCellModel.h */,
- 71F3AA231F612369001036C8 /* CommonEditorCellModel.m */,
- 71F3AA241F612369001036C8 /* CommonEditorCellSignature.h */,
- 71F3AA251F612369001036C8 /* CommonEditorCellSignature.m */,
- 71F3AA261F612369001036C8 /* CommonEditorCellSwitch.h */,
- 71F3AA271F612369001036C8 /* CommonEditorCellSwitch.m */,
- 71F3AA281F612369001036C8 /* CommonEditorCellTextView.h */,
- 71F3AA291F612369001036C8 /* CommonEditorCellTextView.m */,
- 71F3AA2A1F612369001036C8 /* CommonEditorViewController.h */,
- 71F3AA2B1F612369001036C8 /* CommonEditorViewController.m */,
- 71F3AA2C1F612369001036C8 /* DatePickerViewController.h */,
- 71F3AA2D1F612369001036C8 /* DatePickerViewController.m */,
- 71F3AA2E1F612369001036C8 /* EnumSelectorCell.h */,
- 71F3AA2F1F612369001036C8 /* EnumSelectorCell.m */,
- 71F3AA301F612369001036C8 /* EnumSelectViewController.h */,
- 71F3AA311F612369001036C8 /* EnumSelectViewController.m */,
- 71F3AA321F612369001036C8 /* MonthPickerViewController.h */,
- 71F3AA331F612369001036C8 /* MonthPickerViewController.m */,
- 71F3AA341F612369001036C8 /* SRMonthPicker.h */,
- 71F3AA351F612369001036C8 /* SRMonthPicker.m */,
- );
- name = commonEditor;
- sourceTree = "<group>";
- };
- 71F3AA471F61240A001036C8 /* customUI */ = {
- isa = PBXGroup;
- children = (
- 71F3AA5D1F624AD4001036C8 /* StrikethroughLabel.h */,
- 71F3AA5E1F624AD4001036C8 /* StrikethroughLabel.m */,
- 71F3AA511F6125ED001036C8 /* ImageViewController.h */,
- 71F3AA521F6125ED001036C8 /* ImageViewController.m */,
- 71F3AA4E1F6124C4001036C8 /* ImageUploadViewController.h */,
- 71F3AA4F1F6124C4001036C8 /* ImageUploadViewController.m */,
- 71F3AA4B1F6124A2001036C8 /* TouchImageView.h */,
- 71F3AA4C1F6124A2001036C8 /* TouchImageView.m */,
- 71F3AA481F612415001036C8 /* RTLabel.h */,
- 71F3AA491F612415001036C8 /* RTLabel.m */,
- );
- name = customUI;
- sourceTree = "<group>";
- };
- 71F3AA541F624A78001036C8 /* signature */ = {
- isa = PBXGroup;
- children = (
- 71F3AA551F624A88001036C8 /* signature.storyboard */,
- 71F3AA561F624A88001036C8 /* SignatureView.h */,
- 71F3AA571F624A88001036C8 /* SignatureView.m */,
- 71F3AA581F624A88001036C8 /* SignatureViewController.h */,
- 71F3AA591F624A88001036C8 /* SignatureViewController.m */,
- );
- name = signature;
- sourceTree = "<group>";
- };
- 71F3AA8A1F627676001036C8 /* appearance */ = {
- isa = PBXGroup;
- children = (
- 71F3AA8E1F6276B0001036C8 /* default_appearance.json */,
- 71F3AA901F627700001036C8 /* DefaultTableHeaderView.h */,
- 71F3AA911F627700001036C8 /* DefaultTableHeaderView.m */,
- 71F3AA931F6277DE001036C8 /* DefaultAppearance.h */,
- 71F3AA941F6277DE001036C8 /* DefaultAppearance.m */,
- );
- name = appearance;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- 71F3A99C1F5F8E22001036C8 /* RedAnt Mobile */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 71F3A9B41F5F8E22001036C8 /* Build configuration list for PBXNativeTarget "RedAnt Mobile" */;
- buildPhases = (
- 71F3A9991F5F8E22001036C8 /* Sources */,
- 71F3A99A1F5F8E22001036C8 /* Frameworks */,
- 71F3A99B1F5F8E22001036C8 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "RedAnt Mobile";
- productName = "RedAnt Mobile";
- productReference = 71F3A99D1F5F8E22001036C8 /* RedAnt Mobile.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 71F3A9951F5F8E22001036C8 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0900;
- ORGANIZATIONNAME = Ray;
- TargetAttributes = {
- 71F3A99C1F5F8E22001036C8 = {
- CreatedOnToolsVersion = 8.3.2;
- DevelopmentTeam = HXWLAA5YN5;
- ProvisioningStyle = Automatic;
- };
- };
- };
- buildConfigurationList = 71F3A9981F5F8E22001036C8 /* Build configuration list for PBXProject "RedAnt Mobile" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = 71F3A9941F5F8E22001036C8;
- productRefGroup = 71F3A99E1F5F8E22001036C8 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 71F3A99C1F5F8E22001036C8 /* RedAnt Mobile */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- 71F3A99B1F5F8E22001036C8 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 71F3A9B01F5F8E22001036C8 /* LaunchScreen.storyboard in Resources */,
- 71F3AA0D1F61151D001036C8 /* commoneditor.phone.xib in Resources */,
- 71F3AA5A1F624A88001036C8 /* signature.storyboard in Resources */,
- 71F3AA121F611FC4001036C8 /* testViewController.xib in Resources */,
- 71F3A9AD1F5F8E22001036C8 /* Assets.xcassets in Resources */,
- 71F3AA8F1F6276B0001036C8 /* default_appearance.json in Resources */,
- 71F3A9AB1F5F8E22001036C8 /* Main.storyboard in Resources */,
- 71F3A9C91F5FA11F001036C8 /* login.json in Resources */,
- 71F3AA361F612369001036C8 /* CommonEditor.storyboard in Resources */,
- 71F3AA081F5FDDFE001036C8 /* LICENSE in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 71F3A9991F5F8E22001036C8 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 71F3AA3E1F612369001036C8 /* CommonEditorCellSignature.m in Sources */,
- 71F3AA441F612369001036C8 /* EnumSelectViewController.m in Sources */,
- 71F3A9E31F5FA531001036C8 /* JLKeyboardListener.m in Sources */,
- 71F3A9A81F5F8E22001036C8 /* ViewController.m in Sources */,
- 71F3AA921F627700001036C8 /* DefaultTableHeaderView.m in Sources */,
- 71F3AA5F1F624AD4001036C8 /* StrikethroughLabel.m in Sources */,
- 71F3A9EE1F5FA557001036C8 /* mztools.c in Sources */,
- 71F3AA861F626E14001036C8 /* RAConvertor.m in Sources */,
- 71F3A9F01F5FA557001036C8 /* zip.c in Sources */,
- 71F3AA7D1F62617D001036C8 /* NetworkUtils+Contact.m in Sources */,
- 71F3AA3B1F612369001036C8 /* CommonEditorCellLabel.m in Sources */,
- 71F3AA891F62732A001036C8 /* FileCache.m in Sources */,
- 71F3AA651F624B2F001036C8 /* BundleModelViewController.m in Sources */,
- 71F3AA5B1F624A88001036C8 /* SignatureView.m in Sources */,
- 71F3A9CC1F5FA11F001036C8 /* LoginTextFiledCell.m in Sources */,
- 71F3AA371F612369001036C8 /* CommonEditorCellAction.m in Sources */,
- 71F3AA381F612369001036C8 /* CommonEditorCellEdit.m in Sources */,
- 71F3AA641F624B2F001036C8 /* BundleModelCell.m in Sources */,
- 71F3A9FC1F5FCC79001036C8 /* LoginSettingViewController.m in Sources */,
- 71F3AA4D1F6124A2001036C8 /* TouchImageView.m in Sources */,
- 71F3A9A51F5F8E22001036C8 /* AppDelegate.m in Sources */,
- 71F3AA0A1F5FDDFE001036C8 /* NSData+CommonCrypto.m in Sources */,
- 71F3AA0B1F5FDDFE001036C8 /* NSString+Base64.m in Sources */,
- 71F3AA111F611FC4001036C8 /* testViewController.m in Sources */,
- 71F3AA431F612369001036C8 /* EnumSelectorCell.m in Sources */,
- 71F3AA3F1F612369001036C8 /* CommonEditorCellSwitch.m in Sources */,
- 71F3A9E01F5FA484001036C8 /* RAUtils.m in Sources */,
- 71F3AA401F612369001036C8 /* CommonEditorCellTextView.m in Sources */,
- 71F3AA4A1F612415001036C8 /* RTLabel.m in Sources */,
- 71F3AA3C1F612369001036C8 /* CommonEditorCellMAction.m in Sources */,
- 71F3AA501F6124C4001036C8 /* ImageUploadViewController.m in Sources */,
- 71F3AA451F612369001036C8 /* MonthPickerViewController.m in Sources */,
- 71F3AA741F625F60001036C8 /* ContactListViewController.m in Sources */,
- 71F3A9A21F5F8E22001036C8 /* main.m in Sources */,
- 71F3AA951F6277DE001036C8 /* DefaultAppearance.m in Sources */,
- 71F3A9CD1F5FA11F001036C8 /* LoginViewController.m in Sources */,
- 71E9F6C81F8C5CCB0052C78E /* NetworkUtils.m in Sources */,
- 71F3A9D01F5FA277001036C8 /* BasicViewController.m in Sources */,
- 71F3AA531F6125ED001036C8 /* ImageViewController.m in Sources */,
- 71F3AA411F612369001036C8 /* CommonEditorViewController.m in Sources */,
- 71F3AA6E1F624EE0001036C8 /* CreditCardEditorViewController.m in Sources */,
- 71F3A9ED1F5FA557001036C8 /* ioapi.c in Sources */,
- 71F3AA391F612369001036C8 /* CommonEditorCellEnum.m in Sources */,
- 71F3AA731F625F60001036C8 /* ContactListTableViewCell.m in Sources */,
- 71F3AA3A1F612369001036C8 /* CommonEditorCellImg.m in Sources */,
- 71F3A9EF1F5FA557001036C8 /* unzip.c in Sources */,
- 71F3AA071F5FDDFE001036C8 /* AESCrypt.m in Sources */,
- 71F3AA831F6263B2001036C8 /* MainViewController.m in Sources */,
- 71F3A9CB1F5FA11F001036C8 /* LoginSwitchCell.m in Sources */,
- 71F3AA801F626309001036C8 /* CustomIOSAlertView.m in Sources */,
- 71F3AA5C1F624A88001036C8 /* SignatureViewController.m in Sources */,
- 71F3A9F91F5FA688001036C8 /* Reachability.m in Sources */,
- 71F3AA461F612369001036C8 /* SRMonthPicker.m in Sources */,
- 71F3AA421F612369001036C8 /* DatePickerViewController.m in Sources */,
- 71F3AA6B1F624EAF001036C8 /* AddressEditorViewController.m in Sources */,
- 71F3AA771F625FAD001036C8 /* ActiveViewController.m in Sources */,
- 71F3A9D91F5FA3B9001036C8 /* RAMobileNetwork.m in Sources */,
- 71F3AA091F5FDDFE001036C8 /* NSData+Base64.m in Sources */,
- 71F3A9DC1F5FA458001036C8 /* RANetworkTaskDelegate.m in Sources */,
- 71F3AA3D1F612369001036C8 /* CommonEditorCellModel.m in Sources */,
- 71F3AA681F624E19001036C8 /* JKTimerManager.m in Sources */,
- 71F3A9F31F5FA56E001036C8 /* ZipArchive.mm in Sources */,
- 71F3A9BD1F5F8EAE001036C8 /* FullyShowViewController.m in Sources */,
- 71F3A9B91F5F8E73001036C8 /* ResultViewController.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXVariantGroup section */
- 71F3A9A91F5F8E22001036C8 /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 71F3A9AA1F5F8E22001036C8 /* Base */,
- );
- name = Main.storyboard;
- sourceTree = "<group>";
- };
- 71F3A9AE1F5F8E22001036C8 /* LaunchScreen.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 71F3A9AF1F5F8E22001036C8 /* Base */,
- );
- name = LaunchScreen.storyboard;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- 71F3A9B21F5F8E22001036C8 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 10.3;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- };
- name = Debug;
- };
- 71F3A9B31F5F8E22001036C8 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 10.3;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = iphoneos;
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- 71F3A9B51F5F8E22001036C8 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- DEVELOPMENT_TEAM = HXWLAA5YN5;
- INFOPLIST_FILE = "RedAnt Mobile/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "usai.redant.RedAnt-Mobile";
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Debug;
- };
- 71F3A9B61F5F8E22001036C8 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- DEVELOPMENT_TEAM = HXWLAA5YN5;
- INFOPLIST_FILE = "RedAnt Mobile/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "usai.redant.RedAnt-Mobile";
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 71F3A9981F5F8E22001036C8 /* Build configuration list for PBXProject "RedAnt Mobile" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 71F3A9B21F5F8E22001036C8 /* Debug */,
- 71F3A9B31F5F8E22001036C8 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 71F3A9B41F5F8E22001036C8 /* Build configuration list for PBXNativeTarget "RedAnt Mobile" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 71F3A9B51F5F8E22001036C8 /* Debug */,
- 71F3A9B61F5F8E22001036C8 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 71F3A9951F5F8E22001036C8 /* Project object */;
- }
|