project.pbxproj 63 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. A12BBC271BA94FAE00DE1B94 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC261BA94FAE00DE1B94 /* main.m */; };
  10. A12BBC301BA94FAE00DE1B94 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A12BBC2E1BA94FAE00DE1B94 /* Main.storyboard */; };
  11. A12BBC321BA94FAE00DE1B94 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A12BBC311BA94FAE00DE1B94 /* Images.xcassets */; };
  12. A12BBC351BA94FAE00DE1B94 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = A12BBC331BA94FAE00DE1B94 /* LaunchScreen.xib */; };
  13. A12BBC411BA94FAE00DE1B94 /* kneet2Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC401BA94FAE00DE1B94 /* kneet2Tests.m */; };
  14. A12BBCB01BA9527300DE1B94 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC4C1BA9527300DE1B94 /* AppDelegate.m */; };
  15. A12BBCB11BA9527300DE1B94 /* GTMNSString+HTML.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC4F1BA9527300DE1B94 /* GTMNSString+HTML.m */; };
  16. A12BBCB21BA9527300DE1B94 /* NSArray-Addtions.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC511BA9527300DE1B94 /* NSArray-Addtions.m */; };
  17. A12BBCB31BA9527300DE1B94 /* NSData+AESCrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC531BA9527300DE1B94 /* NSData+AESCrypt.m */; };
  18. A12BBCB41BA9527300DE1B94 /* NSDate+Utilities.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC551BA9527300DE1B94 /* NSDate+Utilities.m */; };
  19. A12BBCB51BA9527300DE1B94 /* NSDictionary-Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC571BA9527300DE1B94 /* NSDictionary-Additions.m */; };
  20. A12BBCB61BA9527300DE1B94 /* NSString-Addtions.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC591BA9527300DE1B94 /* NSString-Addtions.m */; };
  21. A12BBCB71BA9527300DE1B94 /* SortDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC5B1BA9527300DE1B94 /* SortDictionary.m */; };
  22. A12BBCB81BA9527300DE1B94 /* UIDevice-Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC5D1BA9527300DE1B94 /* UIDevice-Reachability.m */; };
  23. A12BBCB91BA9527300DE1B94 /* UIImage+Addtions.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC5F1BA9527300DE1B94 /* UIImage+Addtions.m */; };
  24. A12BBCBA1BA9527300DE1B94 /* UITableView+EnumarateCells.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC611BA9527300DE1B94 /* UITableView+EnumarateCells.m */; };
  25. A12BBCBB1BA9527300DE1B94 /* UIView+AutoLayoutDebugging.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC631BA9527300DE1B94 /* UIView+AutoLayoutDebugging.m */; };
  26. A12BBCBC1BA9527300DE1B94 /* UIView+Toast.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC651BA9527300DE1B94 /* UIView+Toast.m */; };
  27. A12BBCBD1BA9527300DE1B94 /* UIViewController-ActionSheetSimulation.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC671BA9527300DE1B94 /* UIViewController-ActionSheetSimulation.m */; };
  28. A12BBCBE1BA9527300DE1B94 /* CustomAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC6C1BA9527300DE1B94 /* CustomAlertView.m */; };
  29. A12BBCBF1BA9527300DE1B94 /* CustomAlertView.xib in Resources */ = {isa = PBXBuildFile; fileRef = A12BBC6D1BA9527300DE1B94 /* CustomAlertView.xib */; };
  30. A12BBCC01BA9527300DE1B94 /* CustomButton.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC6F1BA9527300DE1B94 /* CustomButton.m */; };
  31. A12BBCC11BA9527300DE1B94 /* CustomCheckBox.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC711BA9527300DE1B94 /* CustomCheckBox.m */; };
  32. A12BBCC21BA9527300DE1B94 /* CustomImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC731BA9527300DE1B94 /* CustomImageView.m */; };
  33. A12BBCC31BA9527300DE1B94 /* CustomLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC751BA9527300DE1B94 /* CustomLabel.m */; };
  34. A12BBCC41BA9527300DE1B94 /* CustomLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC771BA9527300DE1B94 /* CustomLoadingView.m */; };
  35. A12BBCC51BA9527300DE1B94 /* CustomPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC791BA9527300DE1B94 /* CustomPicker.m */; };
  36. A12BBCC61BA9527300DE1B94 /* CustomRadioGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC7B1BA9527300DE1B94 /* CustomRadioGroup.m */; };
  37. A12BBCC71BA9527300DE1B94 /* CustomShapeButton.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC7D1BA9527300DE1B94 /* CustomShapeButton.m */; };
  38. A12BBCC81BA9527300DE1B94 /* CustomSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC7F1BA9527300DE1B94 /* CustomSwitch.m */; };
  39. A12BBCC91BA9527300DE1B94 /* CustomTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC811BA9527300DE1B94 /* CustomTableView.m */; };
  40. A12BBCCA1BA9527300DE1B94 /* CustomTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC831BA9527300DE1B94 /* CustomTextField.m */; };
  41. A12BBCCB1BA9527300DE1B94 /* CustomTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC851BA9527300DE1B94 /* CustomTextView.m */; };
  42. A12BBCCC1BA9527300DE1B94 /* DatePickerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC871BA9527300DE1B94 /* DatePickerButton.m */; };
  43. A12BBCCD1BA9527300DE1B94 /* SelectButton.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC891BA9527300DE1B94 /* SelectButton.m */; };
  44. A12BBCCE1BA9527300DE1B94 /* TimePickerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC8B1BA9527300DE1B94 /* TimePickerButton.m */; };
  45. A12BBCCF1BA9527300DE1B94 /* RequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC8F1BA9527300DE1B94 /* RequestHandler.m */; };
  46. A12BBCD01BA9527300DE1B94 /* JDFacade.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC911BA9527300DE1B94 /* JDFacade.m */; };
  47. A12BBCD11BA9527300DE1B94 /* JDObject.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC931BA9527300DE1B94 /* JDObject.m */; };
  48. A12BBCD21BA9527300DE1B94 /* JDJSONModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC961BA9527300DE1B94 /* JDJSONModel.m */; };
  49. A12BBCD31BA9527300DE1B94 /* CommonUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC991BA9527300DE1B94 /* CommonUtil.m */; };
  50. A12BBCD41BA9527300DE1B94 /* CypherUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC9B1BA9527300DE1B94 /* CypherUtil.m */; };
  51. A12BBCD51BA9527300DE1B94 /* JDUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC9D1BA9527300DE1B94 /* JDUserDefaults.m */; };
  52. A12BBCD61BA9527300DE1B94 /* UIDeviceUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBC9F1BA9527300DE1B94 /* UIDeviceUtil.m */; };
  53. A12BBCD71BA9527300DE1B94 /* ValidateUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBCA11BA9527300DE1B94 /* ValidateUtil.m */; };
  54. A12BBCD81BA9527300DE1B94 /* JDTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBCA41BA9527300DE1B94 /* JDTableViewController.m */; };
  55. A12BBCD91BA9527300DE1B94 /* JDViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBCA61BA9527300DE1B94 /* JDViewController.m */; };
  56. A12BBCDA1BA9527300DE1B94 /* JDUUID.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBCAA1BA9527300DE1B94 /* JDUUID.m */; };
  57. A12BBCDB1BA9527300DE1B94 /* KeychainItemWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBCAC1BA9527300DE1B94 /* KeychainItemWrapper.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
  58. A12BBCDC1BA9527300DE1B94 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBCAF1BA9527300DE1B94 /* Reachability.m */; };
  59. A12BBCE11BA9532800DE1B94 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = A12BBCDF1BA9532800DE1B94 /* Localizable.strings */; };
  60. A12BBCE81BA9580A00DE1B94 /* IntroViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A12BBCE71BA9580A00DE1B94 /* IntroViewController.m */; };
  61. A163663D1BBD1178009A1A16 /* LoginModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A163663C1BBD1178009A1A16 /* LoginModel.m */; settings = {ASSET_TAGS = (); }; };
  62. A16366401BBD11CF009A1A16 /* ModeModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A163663F1BBD11CF009A1A16 /* ModeModel.m */; settings = {ASSET_TAGS = (); }; };
  63. A16366491BBD11FD009A1A16 /* DeviceModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A16366421BBD11FC009A1A16 /* DeviceModel.m */; settings = {ASSET_TAGS = (); }; };
  64. A163664A1BBD11FD009A1A16 /* ItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A16366441BBD11FC009A1A16 /* ItemModel.m */; settings = {ASSET_TAGS = (); }; };
  65. A163664B1BBD11FD009A1A16 /* RuleModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A16366461BBD11FC009A1A16 /* RuleModel.m */; settings = {ASSET_TAGS = (); }; };
  66. A163664C1BBD11FD009A1A16 /* SceneModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A16366481BBD11FC009A1A16 /* SceneModel.m */; settings = {ASSET_TAGS = (); }; };
  67. BD7BCC1DC2D16F522F054AB1 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6B1A9CF6F5E71320D607201 /* Pods.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
  68. /* End PBXBuildFile section */
  69. /* Begin PBXContainerItemProxy section */
  70. A12BBC3B1BA94FAE00DE1B94 /* PBXContainerItemProxy */ = {
  71. isa = PBXContainerItemProxy;
  72. containerPortal = A12BBC191BA94FAE00DE1B94 /* Project object */;
  73. proxyType = 1;
  74. remoteGlobalIDString = A12BBC201BA94FAE00DE1B94;
  75. remoteInfo = kneet2;
  76. };
  77. /* End PBXContainerItemProxy section */
  78. /* Begin PBXFileReference section */
  79. 3A197A6C9E76A162F61E11DE /* Pods.adhoc.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.adhoc.xcconfig; path = "Pods/Target Support Files/Pods/Pods.adhoc.xcconfig"; sourceTree = "<group>"; };
  80. 956F8DD0F7FFB603F6365F66 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
  81. 9B674CF199339D5A8DC51982 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
  82. A12BBC211BA94FAE00DE1B94 /* kneet2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = kneet2.app; sourceTree = BUILT_PRODUCTS_DIR; };
  83. A12BBC251BA94FAE00DE1B94 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  84. A12BBC261BA94FAE00DE1B94 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  85. A12BBC2F1BA94FAE00DE1B94 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  86. A12BBC311BA94FAE00DE1B94 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  87. A12BBC341BA94FAE00DE1B94 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  88. A12BBC3A1BA94FAE00DE1B94 /* kneet2Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = kneet2Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  89. A12BBC3F1BA94FAE00DE1B94 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  90. A12BBC401BA94FAE00DE1B94 /* kneet2Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = kneet2Tests.m; sourceTree = "<group>"; };
  91. A12BBC4B1BA9527300DE1B94 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  92. A12BBC4C1BA9527300DE1B94 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  93. A12BBC4E1BA9527300DE1B94 /* GTMNSString+HTML.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTMNSString+HTML.h"; sourceTree = "<group>"; };
  94. A12BBC4F1BA9527300DE1B94 /* GTMNSString+HTML.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTMNSString+HTML.m"; sourceTree = "<group>"; };
  95. A12BBC501BA9527300DE1B94 /* NSArray-Addtions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray-Addtions.h"; sourceTree = "<group>"; };
  96. A12BBC511BA9527300DE1B94 /* NSArray-Addtions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray-Addtions.m"; sourceTree = "<group>"; };
  97. A12BBC521BA9527300DE1B94 /* NSData+AESCrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+AESCrypt.h"; sourceTree = "<group>"; };
  98. A12BBC531BA9527300DE1B94 /* NSData+AESCrypt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+AESCrypt.m"; sourceTree = "<group>"; };
  99. A12BBC541BA9527300DE1B94 /* NSDate+Utilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDate+Utilities.h"; sourceTree = "<group>"; };
  100. A12BBC551BA9527300DE1B94 /* NSDate+Utilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDate+Utilities.m"; sourceTree = "<group>"; };
  101. A12BBC561BA9527300DE1B94 /* NSDictionary-Additions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDictionary-Additions.h"; sourceTree = "<group>"; };
  102. A12BBC571BA9527300DE1B94 /* NSDictionary-Additions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDictionary-Additions.m"; sourceTree = "<group>"; };
  103. A12BBC581BA9527300DE1B94 /* NSString-Addtions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString-Addtions.h"; sourceTree = "<group>"; };
  104. A12BBC591BA9527300DE1B94 /* NSString-Addtions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString-Addtions.m"; sourceTree = "<group>"; };
  105. A12BBC5A1BA9527300DE1B94 /* SortDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SortDictionary.h; sourceTree = "<group>"; };
  106. A12BBC5B1BA9527300DE1B94 /* SortDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SortDictionary.m; sourceTree = "<group>"; };
  107. A12BBC5C1BA9527300DE1B94 /* UIDevice-Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIDevice-Reachability.h"; sourceTree = "<group>"; };
  108. A12BBC5D1BA9527300DE1B94 /* UIDevice-Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIDevice-Reachability.m"; sourceTree = "<group>"; };
  109. A12BBC5E1BA9527300DE1B94 /* UIImage+Addtions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+Addtions.h"; sourceTree = "<group>"; };
  110. A12BBC5F1BA9527300DE1B94 /* UIImage+Addtions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+Addtions.m"; sourceTree = "<group>"; };
  111. A12BBC601BA9527300DE1B94 /* UITableView+EnumarateCells.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITableView+EnumarateCells.h"; sourceTree = "<group>"; };
  112. A12BBC611BA9527300DE1B94 /* UITableView+EnumarateCells.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITableView+EnumarateCells.m"; sourceTree = "<group>"; };
  113. A12BBC621BA9527300DE1B94 /* UIView+AutoLayoutDebugging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+AutoLayoutDebugging.h"; sourceTree = "<group>"; };
  114. A12BBC631BA9527300DE1B94 /* UIView+AutoLayoutDebugging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+AutoLayoutDebugging.m"; sourceTree = "<group>"; };
  115. A12BBC641BA9527300DE1B94 /* UIView+Toast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+Toast.h"; sourceTree = "<group>"; };
  116. A12BBC651BA9527300DE1B94 /* UIView+Toast.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+Toast.m"; sourceTree = "<group>"; };
  117. A12BBC661BA9527300DE1B94 /* UIViewController-ActionSheetSimulation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController-ActionSheetSimulation.h"; sourceTree = "<group>"; };
  118. A12BBC671BA9527300DE1B94 /* UIViewController-ActionSheetSimulation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController-ActionSheetSimulation.m"; sourceTree = "<group>"; };
  119. A12BBC681BA9527300DE1B94 /* Common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Common.h; sourceTree = "<group>"; };
  120. A12BBC6B1BA9527300DE1B94 /* CustomAlertView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomAlertView.h; sourceTree = "<group>"; };
  121. A12BBC6C1BA9527300DE1B94 /* CustomAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomAlertView.m; sourceTree = "<group>"; };
  122. A12BBC6D1BA9527300DE1B94 /* CustomAlertView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CustomAlertView.xib; sourceTree = "<group>"; };
  123. A12BBC6E1BA9527300DE1B94 /* CustomButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomButton.h; sourceTree = "<group>"; };
  124. A12BBC6F1BA9527300DE1B94 /* CustomButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomButton.m; sourceTree = "<group>"; };
  125. A12BBC701BA9527300DE1B94 /* CustomCheckBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomCheckBox.h; sourceTree = "<group>"; };
  126. A12BBC711BA9527300DE1B94 /* CustomCheckBox.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomCheckBox.m; sourceTree = "<group>"; };
  127. A12BBC721BA9527300DE1B94 /* CustomImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomImageView.h; sourceTree = "<group>"; };
  128. A12BBC731BA9527300DE1B94 /* CustomImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomImageView.m; sourceTree = "<group>"; };
  129. A12BBC741BA9527300DE1B94 /* CustomLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomLabel.h; sourceTree = "<group>"; };
  130. A12BBC751BA9527300DE1B94 /* CustomLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomLabel.m; sourceTree = "<group>"; };
  131. A12BBC761BA9527300DE1B94 /* CustomLoadingView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomLoadingView.h; sourceTree = "<group>"; };
  132. A12BBC771BA9527300DE1B94 /* CustomLoadingView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomLoadingView.m; sourceTree = "<group>"; };
  133. A12BBC781BA9527300DE1B94 /* CustomPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomPicker.h; sourceTree = "<group>"; };
  134. A12BBC791BA9527300DE1B94 /* CustomPicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomPicker.m; sourceTree = "<group>"; };
  135. A12BBC7A1BA9527300DE1B94 /* CustomRadioGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomRadioGroup.h; sourceTree = "<group>"; };
  136. A12BBC7B1BA9527300DE1B94 /* CustomRadioGroup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomRadioGroup.m; sourceTree = "<group>"; };
  137. A12BBC7C1BA9527300DE1B94 /* CustomShapeButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomShapeButton.h; sourceTree = "<group>"; };
  138. A12BBC7D1BA9527300DE1B94 /* CustomShapeButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomShapeButton.m; sourceTree = "<group>"; };
  139. A12BBC7E1BA9527300DE1B94 /* CustomSwitch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomSwitch.h; sourceTree = "<group>"; };
  140. A12BBC7F1BA9527300DE1B94 /* CustomSwitch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomSwitch.m; sourceTree = "<group>"; };
  141. A12BBC801BA9527300DE1B94 /* CustomTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomTableView.h; sourceTree = "<group>"; };
  142. A12BBC811BA9527300DE1B94 /* CustomTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomTableView.m; sourceTree = "<group>"; };
  143. A12BBC821BA9527300DE1B94 /* CustomTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomTextField.h; sourceTree = "<group>"; };
  144. A12BBC831BA9527300DE1B94 /* CustomTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomTextField.m; sourceTree = "<group>"; };
  145. A12BBC841BA9527300DE1B94 /* CustomTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomTextView.h; sourceTree = "<group>"; };
  146. A12BBC851BA9527300DE1B94 /* CustomTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomTextView.m; sourceTree = "<group>"; };
  147. A12BBC861BA9527300DE1B94 /* DatePickerButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatePickerButton.h; sourceTree = "<group>"; };
  148. A12BBC871BA9527300DE1B94 /* DatePickerButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DatePickerButton.m; sourceTree = "<group>"; };
  149. A12BBC881BA9527300DE1B94 /* SelectButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SelectButton.h; sourceTree = "<group>"; };
  150. A12BBC891BA9527300DE1B94 /* SelectButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SelectButton.m; sourceTree = "<group>"; };
  151. A12BBC8A1BA9527300DE1B94 /* TimePickerButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimePickerButton.h; sourceTree = "<group>"; };
  152. A12BBC8B1BA9527300DE1B94 /* TimePickerButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TimePickerButton.m; sourceTree = "<group>"; };
  153. A12BBC8C1BA9527300DE1B94 /* Definitions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Definitions.h; sourceTree = "<group>"; };
  154. A12BBC8E1BA9527300DE1B94 /* RequestHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RequestHandler.h; sourceTree = "<group>"; };
  155. A12BBC8F1BA9527300DE1B94 /* RequestHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RequestHandler.m; sourceTree = "<group>"; };
  156. A12BBC901BA9527300DE1B94 /* JDFacade.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JDFacade.h; sourceTree = "<group>"; };
  157. A12BBC911BA9527300DE1B94 /* JDFacade.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JDFacade.m; sourceTree = "<group>"; };
  158. A12BBC921BA9527300DE1B94 /* JDObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JDObject.h; sourceTree = "<group>"; };
  159. A12BBC931BA9527300DE1B94 /* JDObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JDObject.m; sourceTree = "<group>"; };
  160. A12BBC951BA9527300DE1B94 /* JDJSONModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JDJSONModel.h; sourceTree = "<group>"; };
  161. A12BBC961BA9527300DE1B94 /* JDJSONModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JDJSONModel.m; sourceTree = "<group>"; };
  162. A12BBC981BA9527300DE1B94 /* CommonUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommonUtil.h; sourceTree = "<group>"; };
  163. A12BBC991BA9527300DE1B94 /* CommonUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CommonUtil.m; sourceTree = "<group>"; };
  164. A12BBC9A1BA9527300DE1B94 /* CypherUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CypherUtil.h; sourceTree = "<group>"; };
  165. A12BBC9B1BA9527300DE1B94 /* CypherUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CypherUtil.m; sourceTree = "<group>"; };
  166. A12BBC9C1BA9527300DE1B94 /* JDUserDefaults.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JDUserDefaults.h; sourceTree = "<group>"; };
  167. A12BBC9D1BA9527300DE1B94 /* JDUserDefaults.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JDUserDefaults.m; sourceTree = "<group>"; };
  168. A12BBC9E1BA9527300DE1B94 /* UIDeviceUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIDeviceUtil.h; sourceTree = "<group>"; };
  169. A12BBC9F1BA9527300DE1B94 /* UIDeviceUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIDeviceUtil.m; sourceTree = "<group>"; };
  170. A12BBCA01BA9527300DE1B94 /* ValidateUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ValidateUtil.h; sourceTree = "<group>"; };
  171. A12BBCA11BA9527300DE1B94 /* ValidateUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ValidateUtil.m; sourceTree = "<group>"; };
  172. A12BBCA31BA9527300DE1B94 /* JDTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JDTableViewController.h; sourceTree = "<group>"; };
  173. A12BBCA41BA9527300DE1B94 /* JDTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JDTableViewController.m; sourceTree = "<group>"; };
  174. A12BBCA51BA9527300DE1B94 /* JDViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JDViewController.h; sourceTree = "<group>"; };
  175. A12BBCA61BA9527300DE1B94 /* JDViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JDViewController.m; sourceTree = "<group>"; };
  176. A12BBCA91BA9527300DE1B94 /* JDUUID.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JDUUID.h; sourceTree = "<group>"; };
  177. A12BBCAA1BA9527300DE1B94 /* JDUUID.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JDUUID.m; sourceTree = "<group>"; };
  178. A12BBCAB1BA9527300DE1B94 /* KeychainItemWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeychainItemWrapper.h; sourceTree = "<group>"; };
  179. A12BBCAC1BA9527300DE1B94 /* KeychainItemWrapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KeychainItemWrapper.m; sourceTree = "<group>"; };
  180. A12BBCAE1BA9527300DE1B94 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
  181. A12BBCAF1BA9527300DE1B94 /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = "<group>"; };
  182. A12BBCDE1BA952D200DE1B94 /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = kneet2/Prefix.pch; sourceTree = SOURCE_ROOT; };
  183. A12BBCE01BA9532800DE1B94 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; };
  184. A12BBCE41BA9534900DE1B94 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = "<group>"; };
  185. A12BBCE61BA9580A00DE1B94 /* IntroViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IntroViewController.h; path = MainScreens/IntroViewController.h; sourceTree = "<group>"; };
  186. A12BBCE71BA9580A00DE1B94 /* IntroViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = IntroViewController.m; path = MainScreens/IntroViewController.m; sourceTree = "<group>"; };
  187. A163663B1BBD1178009A1A16 /* LoginModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginModel.h; sourceTree = "<group>"; };
  188. A163663C1BBD1178009A1A16 /* LoginModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginModel.m; sourceTree = "<group>"; };
  189. A163663E1BBD11CF009A1A16 /* ModeModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ModeModel.h; sourceTree = "<group>"; };
  190. A163663F1BBD11CF009A1A16 /* ModeModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ModeModel.m; sourceTree = "<group>"; };
  191. A16366411BBD11FC009A1A16 /* DeviceModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeviceModel.h; sourceTree = "<group>"; };
  192. A16366421BBD11FC009A1A16 /* DeviceModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DeviceModel.m; sourceTree = "<group>"; };
  193. A16366431BBD11FC009A1A16 /* ItemModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ItemModel.h; sourceTree = "<group>"; };
  194. A16366441BBD11FC009A1A16 /* ItemModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ItemModel.m; sourceTree = "<group>"; };
  195. A16366451BBD11FC009A1A16 /* RuleModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RuleModel.h; sourceTree = "<group>"; };
  196. A16366461BBD11FC009A1A16 /* RuleModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RuleModel.m; sourceTree = "<group>"; };
  197. A16366471BBD11FC009A1A16 /* SceneModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SceneModel.h; sourceTree = "<group>"; };
  198. A16366481BBD11FC009A1A16 /* SceneModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SceneModel.m; sourceTree = "<group>"; };
  199. D6B1A9CF6F5E71320D607201 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  200. E193FE221ED4C201DC0AAB83 /* Pods.product.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.product.xcconfig; path = "Pods/Target Support Files/Pods/Pods.product.xcconfig"; sourceTree = "<group>"; };
  201. /* End PBXFileReference section */
  202. /* Begin PBXFrameworksBuildPhase section */
  203. A12BBC1E1BA94FAE00DE1B94 /* Frameworks */ = {
  204. isa = PBXFrameworksBuildPhase;
  205. buildActionMask = 2147483647;
  206. files = (
  207. BD7BCC1DC2D16F522F054AB1 /* Pods.framework in Frameworks */,
  208. );
  209. runOnlyForDeploymentPostprocessing = 0;
  210. };
  211. A12BBC371BA94FAE00DE1B94 /* Frameworks */ = {
  212. isa = PBXFrameworksBuildPhase;
  213. buildActionMask = 2147483647;
  214. files = (
  215. );
  216. runOnlyForDeploymentPostprocessing = 0;
  217. };
  218. /* End PBXFrameworksBuildPhase section */
  219. /* Begin PBXGroup section */
  220. 7F39BA533E6FFB50ED170043 /* Pods */ = {
  221. isa = PBXGroup;
  222. children = (
  223. 9B674CF199339D5A8DC51982 /* Pods.debug.xcconfig */,
  224. 956F8DD0F7FFB603F6365F66 /* Pods.release.xcconfig */,
  225. 3A197A6C9E76A162F61E11DE /* Pods.adhoc.xcconfig */,
  226. E193FE221ED4C201DC0AAB83 /* Pods.product.xcconfig */,
  227. );
  228. name = Pods;
  229. sourceTree = "<group>";
  230. };
  231. A12BBC181BA94FAE00DE1B94 = {
  232. isa = PBXGroup;
  233. children = (
  234. A12BBC231BA94FAE00DE1B94 /* kneet2 */,
  235. A12BBC3D1BA94FAE00DE1B94 /* kneet2Tests */,
  236. A12BBC221BA94FAE00DE1B94 /* Products */,
  237. ABD6E3AABDD5D2B2C1D64947 /* Frameworks */,
  238. 7F39BA533E6FFB50ED170043 /* Pods */,
  239. );
  240. sourceTree = "<group>";
  241. };
  242. A12BBC221BA94FAE00DE1B94 /* Products */ = {
  243. isa = PBXGroup;
  244. children = (
  245. A12BBC211BA94FAE00DE1B94 /* kneet2.app */,
  246. A12BBC3A1BA94FAE00DE1B94 /* kneet2Tests.xctest */,
  247. );
  248. name = Products;
  249. sourceTree = "<group>";
  250. };
  251. A12BBC231BA94FAE00DE1B94 /* kneet2 */ = {
  252. isa = PBXGroup;
  253. children = (
  254. A12BBCA71BA9527300DE1B94 /* Libraries */,
  255. A12BBC4A1BA9527300DE1B94 /* Classes */,
  256. A12BBCDD1BA952A900DE1B94 /* Resources */,
  257. A12BBC241BA94FAE00DE1B94 /* Supporting Files */,
  258. );
  259. path = kneet2;
  260. sourceTree = "<group>";
  261. };
  262. A12BBC241BA94FAE00DE1B94 /* Supporting Files */ = {
  263. isa = PBXGroup;
  264. children = (
  265. A12BBC251BA94FAE00DE1B94 /* Info.plist */,
  266. A12BBC261BA94FAE00DE1B94 /* main.m */,
  267. );
  268. name = "Supporting Files";
  269. sourceTree = "<group>";
  270. };
  271. A12BBC3D1BA94FAE00DE1B94 /* kneet2Tests */ = {
  272. isa = PBXGroup;
  273. children = (
  274. A12BBC401BA94FAE00DE1B94 /* kneet2Tests.m */,
  275. A12BBC3E1BA94FAE00DE1B94 /* Supporting Files */,
  276. );
  277. path = kneet2Tests;
  278. sourceTree = "<group>";
  279. };
  280. A12BBC3E1BA94FAE00DE1B94 /* Supporting Files */ = {
  281. isa = PBXGroup;
  282. children = (
  283. A12BBC3F1BA94FAE00DE1B94 /* Info.plist */,
  284. );
  285. name = "Supporting Files";
  286. sourceTree = "<group>";
  287. };
  288. A12BBC4A1BA9527300DE1B94 /* Classes */ = {
  289. isa = PBXGroup;
  290. children = (
  291. A12BBC4D1BA9527300DE1B94 /* Categories */,
  292. A12BBC691BA9527300DE1B94 /* CommonUI */,
  293. A12BBC6A1BA9527300DE1B94 /* CustomUI */,
  294. A12BBC8D1BA9527300DE1B94 /* Handler */,
  295. A12BBC941BA9527300DE1B94 /* Model */,
  296. A12BBC971BA9527300DE1B94 /* Util */,
  297. A12BBCA21BA9527300DE1B94 /* ViewControllers */,
  298. A12BBC4B1BA9527300DE1B94 /* AppDelegate.h */,
  299. A12BBC4C1BA9527300DE1B94 /* AppDelegate.m */,
  300. A12BBC901BA9527300DE1B94 /* JDFacade.h */,
  301. A12BBC911BA9527300DE1B94 /* JDFacade.m */,
  302. A12BBC921BA9527300DE1B94 /* JDObject.h */,
  303. A12BBC931BA9527300DE1B94 /* JDObject.m */,
  304. A12BBC681BA9527300DE1B94 /* Common.h */,
  305. A12BBC8C1BA9527300DE1B94 /* Definitions.h */,
  306. A12BBCDE1BA952D200DE1B94 /* Prefix.pch */,
  307. );
  308. path = Classes;
  309. sourceTree = "<group>";
  310. };
  311. A12BBC4D1BA9527300DE1B94 /* Categories */ = {
  312. isa = PBXGroup;
  313. children = (
  314. A12BBC4E1BA9527300DE1B94 /* GTMNSString+HTML.h */,
  315. A12BBC4F1BA9527300DE1B94 /* GTMNSString+HTML.m */,
  316. A12BBC501BA9527300DE1B94 /* NSArray-Addtions.h */,
  317. A12BBC511BA9527300DE1B94 /* NSArray-Addtions.m */,
  318. A12BBC521BA9527300DE1B94 /* NSData+AESCrypt.h */,
  319. A12BBC531BA9527300DE1B94 /* NSData+AESCrypt.m */,
  320. A12BBC541BA9527300DE1B94 /* NSDate+Utilities.h */,
  321. A12BBC551BA9527300DE1B94 /* NSDate+Utilities.m */,
  322. A12BBC561BA9527300DE1B94 /* NSDictionary-Additions.h */,
  323. A12BBC571BA9527300DE1B94 /* NSDictionary-Additions.m */,
  324. A12BBC581BA9527300DE1B94 /* NSString-Addtions.h */,
  325. A12BBC591BA9527300DE1B94 /* NSString-Addtions.m */,
  326. A12BBC5A1BA9527300DE1B94 /* SortDictionary.h */,
  327. A12BBC5B1BA9527300DE1B94 /* SortDictionary.m */,
  328. A12BBC5C1BA9527300DE1B94 /* UIDevice-Reachability.h */,
  329. A12BBC5D1BA9527300DE1B94 /* UIDevice-Reachability.m */,
  330. A12BBC5E1BA9527300DE1B94 /* UIImage+Addtions.h */,
  331. A12BBC5F1BA9527300DE1B94 /* UIImage+Addtions.m */,
  332. A12BBC601BA9527300DE1B94 /* UITableView+EnumarateCells.h */,
  333. A12BBC611BA9527300DE1B94 /* UITableView+EnumarateCells.m */,
  334. A12BBC621BA9527300DE1B94 /* UIView+AutoLayoutDebugging.h */,
  335. A12BBC631BA9527300DE1B94 /* UIView+AutoLayoutDebugging.m */,
  336. A12BBC641BA9527300DE1B94 /* UIView+Toast.h */,
  337. A12BBC651BA9527300DE1B94 /* UIView+Toast.m */,
  338. A12BBC661BA9527300DE1B94 /* UIViewController-ActionSheetSimulation.h */,
  339. A12BBC671BA9527300DE1B94 /* UIViewController-ActionSheetSimulation.m */,
  340. );
  341. path = Categories;
  342. sourceTree = "<group>";
  343. };
  344. A12BBC691BA9527300DE1B94 /* CommonUI */ = {
  345. isa = PBXGroup;
  346. children = (
  347. );
  348. path = CommonUI;
  349. sourceTree = "<group>";
  350. };
  351. A12BBC6A1BA9527300DE1B94 /* CustomUI */ = {
  352. isa = PBXGroup;
  353. children = (
  354. A12BBC6B1BA9527300DE1B94 /* CustomAlertView.h */,
  355. A12BBC6C1BA9527300DE1B94 /* CustomAlertView.m */,
  356. A12BBC6D1BA9527300DE1B94 /* CustomAlertView.xib */,
  357. A12BBC6E1BA9527300DE1B94 /* CustomButton.h */,
  358. A12BBC6F1BA9527300DE1B94 /* CustomButton.m */,
  359. A12BBC701BA9527300DE1B94 /* CustomCheckBox.h */,
  360. A12BBC711BA9527300DE1B94 /* CustomCheckBox.m */,
  361. A12BBC721BA9527300DE1B94 /* CustomImageView.h */,
  362. A12BBC731BA9527300DE1B94 /* CustomImageView.m */,
  363. A12BBC741BA9527300DE1B94 /* CustomLabel.h */,
  364. A12BBC751BA9527300DE1B94 /* CustomLabel.m */,
  365. A12BBC761BA9527300DE1B94 /* CustomLoadingView.h */,
  366. A12BBC771BA9527300DE1B94 /* CustomLoadingView.m */,
  367. A12BBC781BA9527300DE1B94 /* CustomPicker.h */,
  368. A12BBC791BA9527300DE1B94 /* CustomPicker.m */,
  369. A12BBC7A1BA9527300DE1B94 /* CustomRadioGroup.h */,
  370. A12BBC7B1BA9527300DE1B94 /* CustomRadioGroup.m */,
  371. A12BBC7C1BA9527300DE1B94 /* CustomShapeButton.h */,
  372. A12BBC7D1BA9527300DE1B94 /* CustomShapeButton.m */,
  373. A12BBC7E1BA9527300DE1B94 /* CustomSwitch.h */,
  374. A12BBC7F1BA9527300DE1B94 /* CustomSwitch.m */,
  375. A12BBC801BA9527300DE1B94 /* CustomTableView.h */,
  376. A12BBC811BA9527300DE1B94 /* CustomTableView.m */,
  377. A12BBC821BA9527300DE1B94 /* CustomTextField.h */,
  378. A12BBC831BA9527300DE1B94 /* CustomTextField.m */,
  379. A12BBC841BA9527300DE1B94 /* CustomTextView.h */,
  380. A12BBC851BA9527300DE1B94 /* CustomTextView.m */,
  381. A12BBC861BA9527300DE1B94 /* DatePickerButton.h */,
  382. A12BBC871BA9527300DE1B94 /* DatePickerButton.m */,
  383. A12BBC881BA9527300DE1B94 /* SelectButton.h */,
  384. A12BBC891BA9527300DE1B94 /* SelectButton.m */,
  385. A12BBC8A1BA9527300DE1B94 /* TimePickerButton.h */,
  386. A12BBC8B1BA9527300DE1B94 /* TimePickerButton.m */,
  387. );
  388. path = CustomUI;
  389. sourceTree = "<group>";
  390. };
  391. A12BBC8D1BA9527300DE1B94 /* Handler */ = {
  392. isa = PBXGroup;
  393. children = (
  394. A12BBC8E1BA9527300DE1B94 /* RequestHandler.h */,
  395. A12BBC8F1BA9527300DE1B94 /* RequestHandler.m */,
  396. );
  397. path = Handler;
  398. sourceTree = "<group>";
  399. };
  400. A12BBC941BA9527300DE1B94 /* Model */ = {
  401. isa = PBXGroup;
  402. children = (
  403. A12BBC951BA9527300DE1B94 /* JDJSONModel.h */,
  404. A12BBC961BA9527300DE1B94 /* JDJSONModel.m */,
  405. A163663B1BBD1178009A1A16 /* LoginModel.h */,
  406. A163663C1BBD1178009A1A16 /* LoginModel.m */,
  407. A163663E1BBD11CF009A1A16 /* ModeModel.h */,
  408. A163663F1BBD11CF009A1A16 /* ModeModel.m */,
  409. A16366411BBD11FC009A1A16 /* DeviceModel.h */,
  410. A16366421BBD11FC009A1A16 /* DeviceModel.m */,
  411. A16366431BBD11FC009A1A16 /* ItemModel.h */,
  412. A16366441BBD11FC009A1A16 /* ItemModel.m */,
  413. A16366451BBD11FC009A1A16 /* RuleModel.h */,
  414. A16366461BBD11FC009A1A16 /* RuleModel.m */,
  415. A16366471BBD11FC009A1A16 /* SceneModel.h */,
  416. A16366481BBD11FC009A1A16 /* SceneModel.m */,
  417. );
  418. path = Model;
  419. sourceTree = "<group>";
  420. };
  421. A12BBC971BA9527300DE1B94 /* Util */ = {
  422. isa = PBXGroup;
  423. children = (
  424. A12BBC981BA9527300DE1B94 /* CommonUtil.h */,
  425. A12BBC991BA9527300DE1B94 /* CommonUtil.m */,
  426. A12BBC9A1BA9527300DE1B94 /* CypherUtil.h */,
  427. A12BBC9B1BA9527300DE1B94 /* CypherUtil.m */,
  428. A12BBC9C1BA9527300DE1B94 /* JDUserDefaults.h */,
  429. A12BBC9D1BA9527300DE1B94 /* JDUserDefaults.m */,
  430. A12BBC9E1BA9527300DE1B94 /* UIDeviceUtil.h */,
  431. A12BBC9F1BA9527300DE1B94 /* UIDeviceUtil.m */,
  432. A12BBCA01BA9527300DE1B94 /* ValidateUtil.h */,
  433. A12BBCA11BA9527300DE1B94 /* ValidateUtil.m */,
  434. );
  435. path = Util;
  436. sourceTree = "<group>";
  437. };
  438. A12BBCA21BA9527300DE1B94 /* ViewControllers */ = {
  439. isa = PBXGroup;
  440. children = (
  441. A12BBCE91BA9580F00DE1B94 /* MainScreens */,
  442. A12BBCA31BA9527300DE1B94 /* JDTableViewController.h */,
  443. A12BBCA41BA9527300DE1B94 /* JDTableViewController.m */,
  444. A12BBCA51BA9527300DE1B94 /* JDViewController.h */,
  445. A12BBCA61BA9527300DE1B94 /* JDViewController.m */,
  446. );
  447. path = ViewControllers;
  448. sourceTree = "<group>";
  449. };
  450. A12BBCA71BA9527300DE1B94 /* Libraries */ = {
  451. isa = PBXGroup;
  452. children = (
  453. A12BBCA81BA9527300DE1B94 /* KeychainItemWrapper */,
  454. A12BBCAD1BA9527300DE1B94 /* Reachability */,
  455. );
  456. path = Libraries;
  457. sourceTree = "<group>";
  458. };
  459. A12BBCA81BA9527300DE1B94 /* KeychainItemWrapper */ = {
  460. isa = PBXGroup;
  461. children = (
  462. A12BBCA91BA9527300DE1B94 /* JDUUID.h */,
  463. A12BBCAA1BA9527300DE1B94 /* JDUUID.m */,
  464. A12BBCAB1BA9527300DE1B94 /* KeychainItemWrapper.h */,
  465. A12BBCAC1BA9527300DE1B94 /* KeychainItemWrapper.m */,
  466. );
  467. path = KeychainItemWrapper;
  468. sourceTree = "<group>";
  469. };
  470. A12BBCAD1BA9527300DE1B94 /* Reachability */ = {
  471. isa = PBXGroup;
  472. children = (
  473. A12BBCAE1BA9527300DE1B94 /* Reachability.h */,
  474. A12BBCAF1BA9527300DE1B94 /* Reachability.m */,
  475. );
  476. path = Reachability;
  477. sourceTree = "<group>";
  478. };
  479. A12BBCDD1BA952A900DE1B94 /* Resources */ = {
  480. isa = PBXGroup;
  481. children = (
  482. A12BBC2E1BA94FAE00DE1B94 /* Main.storyboard */,
  483. A12BBC311BA94FAE00DE1B94 /* Images.xcassets */,
  484. A12BBC331BA94FAE00DE1B94 /* LaunchScreen.xib */,
  485. A12BBCDF1BA9532800DE1B94 /* Localizable.strings */,
  486. );
  487. name = Resources;
  488. sourceTree = "<group>";
  489. };
  490. A12BBCE91BA9580F00DE1B94 /* MainScreens */ = {
  491. isa = PBXGroup;
  492. children = (
  493. A12BBCE61BA9580A00DE1B94 /* IntroViewController.h */,
  494. A12BBCE71BA9580A00DE1B94 /* IntroViewController.m */,
  495. );
  496. name = MainScreens;
  497. sourceTree = "<group>";
  498. };
  499. ABD6E3AABDD5D2B2C1D64947 /* Frameworks */ = {
  500. isa = PBXGroup;
  501. children = (
  502. D6B1A9CF6F5E71320D607201 /* Pods.framework */,
  503. );
  504. name = Frameworks;
  505. sourceTree = "<group>";
  506. };
  507. /* End PBXGroup section */
  508. /* Begin PBXNativeTarget section */
  509. A12BBC201BA94FAE00DE1B94 /* kneet2 */ = {
  510. isa = PBXNativeTarget;
  511. buildConfigurationList = A12BBC441BA94FAE00DE1B94 /* Build configuration list for PBXNativeTarget "kneet2" */;
  512. buildPhases = (
  513. 1E76CD62B57225BAC9A6BD30 /* Check Pods Manifest.lock */,
  514. A12BBC1D1BA94FAE00DE1B94 /* Sources */,
  515. A12BBC1E1BA94FAE00DE1B94 /* Frameworks */,
  516. A12BBC1F1BA94FAE00DE1B94 /* Resources */,
  517. 2E1E7958317DDF31108DEBFA /* Embed Pods Frameworks */,
  518. 186F40E0EFA8F5FE06D2D843 /* Copy Pods Resources */,
  519. );
  520. buildRules = (
  521. );
  522. dependencies = (
  523. );
  524. name = kneet2;
  525. productName = kneet2;
  526. productReference = A12BBC211BA94FAE00DE1B94 /* kneet2.app */;
  527. productType = "com.apple.product-type.application";
  528. };
  529. A12BBC391BA94FAE00DE1B94 /* kneet2Tests */ = {
  530. isa = PBXNativeTarget;
  531. buildConfigurationList = A12BBC471BA94FAE00DE1B94 /* Build configuration list for PBXNativeTarget "kneet2Tests" */;
  532. buildPhases = (
  533. A12BBC361BA94FAE00DE1B94 /* Sources */,
  534. A12BBC371BA94FAE00DE1B94 /* Frameworks */,
  535. A12BBC381BA94FAE00DE1B94 /* Resources */,
  536. );
  537. buildRules = (
  538. );
  539. dependencies = (
  540. A12BBC3C1BA94FAE00DE1B94 /* PBXTargetDependency */,
  541. );
  542. name = kneet2Tests;
  543. productName = kneet2Tests;
  544. productReference = A12BBC3A1BA94FAE00DE1B94 /* kneet2Tests.xctest */;
  545. productType = "com.apple.product-type.bundle.unit-test";
  546. };
  547. /* End PBXNativeTarget section */
  548. /* Begin PBXProject section */
  549. A12BBC191BA94FAE00DE1B94 /* Project object */ = {
  550. isa = PBXProject;
  551. attributes = {
  552. LastUpgradeCheck = 0700;
  553. ORGANIZATIONNAME = ntels;
  554. TargetAttributes = {
  555. A12BBC201BA94FAE00DE1B94 = {
  556. CreatedOnToolsVersion = 6.4;
  557. DevelopmentTeam = SJUCW4VV44;
  558. };
  559. A12BBC391BA94FAE00DE1B94 = {
  560. CreatedOnToolsVersion = 6.4;
  561. TestTargetID = A12BBC201BA94FAE00DE1B94;
  562. };
  563. };
  564. };
  565. buildConfigurationList = A12BBC1C1BA94FAE00DE1B94 /* Build configuration list for PBXProject "kneet2" */;
  566. compatibilityVersion = "Xcode 3.2";
  567. developmentRegion = English;
  568. hasScannedForEncodings = 0;
  569. knownRegions = (
  570. en,
  571. Base,
  572. ko,
  573. );
  574. mainGroup = A12BBC181BA94FAE00DE1B94;
  575. productRefGroup = A12BBC221BA94FAE00DE1B94 /* Products */;
  576. projectDirPath = "";
  577. projectRoot = "";
  578. targets = (
  579. A12BBC201BA94FAE00DE1B94 /* kneet2 */,
  580. A12BBC391BA94FAE00DE1B94 /* kneet2Tests */,
  581. );
  582. };
  583. /* End PBXProject section */
  584. /* Begin PBXResourcesBuildPhase section */
  585. A12BBC1F1BA94FAE00DE1B94 /* Resources */ = {
  586. isa = PBXResourcesBuildPhase;
  587. buildActionMask = 2147483647;
  588. files = (
  589. A12BBCE11BA9532800DE1B94 /* Localizable.strings in Resources */,
  590. A12BBC301BA94FAE00DE1B94 /* Main.storyboard in Resources */,
  591. A12BBC351BA94FAE00DE1B94 /* LaunchScreen.xib in Resources */,
  592. A12BBCBF1BA9527300DE1B94 /* CustomAlertView.xib in Resources */,
  593. A12BBC321BA94FAE00DE1B94 /* Images.xcassets in Resources */,
  594. );
  595. runOnlyForDeploymentPostprocessing = 0;
  596. };
  597. A12BBC381BA94FAE00DE1B94 /* Resources */ = {
  598. isa = PBXResourcesBuildPhase;
  599. buildActionMask = 2147483647;
  600. files = (
  601. );
  602. runOnlyForDeploymentPostprocessing = 0;
  603. };
  604. /* End PBXResourcesBuildPhase section */
  605. /* Begin PBXShellScriptBuildPhase section */
  606. 186F40E0EFA8F5FE06D2D843 /* Copy Pods Resources */ = {
  607. isa = PBXShellScriptBuildPhase;
  608. buildActionMask = 2147483647;
  609. files = (
  610. );
  611. inputPaths = (
  612. );
  613. name = "Copy Pods Resources";
  614. outputPaths = (
  615. );
  616. runOnlyForDeploymentPostprocessing = 0;
  617. shellPath = /bin/sh;
  618. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
  619. showEnvVarsInLog = 0;
  620. };
  621. 1E76CD62B57225BAC9A6BD30 /* Check Pods Manifest.lock */ = {
  622. isa = PBXShellScriptBuildPhase;
  623. buildActionMask = 2147483647;
  624. files = (
  625. );
  626. inputPaths = (
  627. );
  628. name = "Check Pods Manifest.lock";
  629. outputPaths = (
  630. );
  631. runOnlyForDeploymentPostprocessing = 0;
  632. shellPath = /bin/sh;
  633. shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
  634. showEnvVarsInLog = 0;
  635. };
  636. 2E1E7958317DDF31108DEBFA /* Embed Pods Frameworks */ = {
  637. isa = PBXShellScriptBuildPhase;
  638. buildActionMask = 2147483647;
  639. files = (
  640. );
  641. inputPaths = (
  642. );
  643. name = "Embed Pods Frameworks";
  644. outputPaths = (
  645. );
  646. runOnlyForDeploymentPostprocessing = 0;
  647. shellPath = /bin/sh;
  648. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n";
  649. showEnvVarsInLog = 0;
  650. };
  651. /* End PBXShellScriptBuildPhase section */
  652. /* Begin PBXSourcesBuildPhase section */
  653. A12BBC1D1BA94FAE00DE1B94 /* Sources */ = {
  654. isa = PBXSourcesBuildPhase;
  655. buildActionMask = 2147483647;
  656. files = (
  657. A12BBCB01BA9527300DE1B94 /* AppDelegate.m in Sources */,
  658. A12BBCC11BA9527300DE1B94 /* CustomCheckBox.m in Sources */,
  659. A12BBCD01BA9527300DE1B94 /* JDFacade.m in Sources */,
  660. A12BBCB61BA9527300DE1B94 /* NSString-Addtions.m in Sources */,
  661. A12BBCB91BA9527300DE1B94 /* UIImage+Addtions.m in Sources */,
  662. A12BBCB81BA9527300DE1B94 /* UIDevice-Reachability.m in Sources */,
  663. A163664A1BBD11FD009A1A16 /* ItemModel.m in Sources */,
  664. A12BBCD81BA9527300DE1B94 /* JDTableViewController.m in Sources */,
  665. A12BBCD11BA9527300DE1B94 /* JDObject.m in Sources */,
  666. A12BBCCD1BA9527300DE1B94 /* SelectButton.m in Sources */,
  667. A12BBCDC1BA9527300DE1B94 /* Reachability.m in Sources */,
  668. A12BBCD91BA9527300DE1B94 /* JDViewController.m in Sources */,
  669. A12BBCBB1BA9527300DE1B94 /* UIView+AutoLayoutDebugging.m in Sources */,
  670. A12BBCCE1BA9527300DE1B94 /* TimePickerButton.m in Sources */,
  671. A12BBCDA1BA9527300DE1B94 /* JDUUID.m in Sources */,
  672. A12BBCBE1BA9527300DE1B94 /* CustomAlertView.m in Sources */,
  673. A12BBCD61BA9527300DE1B94 /* UIDeviceUtil.m in Sources */,
  674. A12BBCDB1BA9527300DE1B94 /* KeychainItemWrapper.m in Sources */,
  675. A12BBCE81BA9580A00DE1B94 /* IntroViewController.m in Sources */,
  676. A12BBCCF1BA9527300DE1B94 /* RequestHandler.m in Sources */,
  677. A12BBCB11BA9527300DE1B94 /* GTMNSString+HTML.m in Sources */,
  678. A12BBCC31BA9527300DE1B94 /* CustomLabel.m in Sources */,
  679. A12BBCB41BA9527300DE1B94 /* NSDate+Utilities.m in Sources */,
  680. A12BBCD51BA9527300DE1B94 /* JDUserDefaults.m in Sources */,
  681. A12BBCC41BA9527300DE1B94 /* CustomLoadingView.m in Sources */,
  682. A12BBCC01BA9527300DE1B94 /* CustomButton.m in Sources */,
  683. A12BBCBC1BA9527300DE1B94 /* UIView+Toast.m in Sources */,
  684. A12BBCD21BA9527300DE1B94 /* JDJSONModel.m in Sources */,
  685. A12BBCD31BA9527300DE1B94 /* CommonUtil.m in Sources */,
  686. A16366401BBD11CF009A1A16 /* ModeModel.m in Sources */,
  687. A12BBCC71BA9527300DE1B94 /* CustomShapeButton.m in Sources */,
  688. A16366491BBD11FD009A1A16 /* DeviceModel.m in Sources */,
  689. A12BBCBA1BA9527300DE1B94 /* UITableView+EnumarateCells.m in Sources */,
  690. A12BBCBD1BA9527300DE1B94 /* UIViewController-ActionSheetSimulation.m in Sources */,
  691. A12BBCB21BA9527300DE1B94 /* NSArray-Addtions.m in Sources */,
  692. A12BBCC51BA9527300DE1B94 /* CustomPicker.m in Sources */,
  693. A12BBCCB1BA9527300DE1B94 /* CustomTextView.m in Sources */,
  694. A163663D1BBD1178009A1A16 /* LoginModel.m in Sources */,
  695. A163664C1BBD11FD009A1A16 /* SceneModel.m in Sources */,
  696. A12BBCC81BA9527300DE1B94 /* CustomSwitch.m in Sources */,
  697. A12BBCB51BA9527300DE1B94 /* NSDictionary-Additions.m in Sources */,
  698. A163664B1BBD11FD009A1A16 /* RuleModel.m in Sources */,
  699. A12BBCCC1BA9527300DE1B94 /* DatePickerButton.m in Sources */,
  700. A12BBC271BA94FAE00DE1B94 /* main.m in Sources */,
  701. A12BBCB31BA9527300DE1B94 /* NSData+AESCrypt.m in Sources */,
  702. A12BBCB71BA9527300DE1B94 /* SortDictionary.m in Sources */,
  703. A12BBCC61BA9527300DE1B94 /* CustomRadioGroup.m in Sources */,
  704. A12BBCC91BA9527300DE1B94 /* CustomTableView.m in Sources */,
  705. A12BBCCA1BA9527300DE1B94 /* CustomTextField.m in Sources */,
  706. A12BBCC21BA9527300DE1B94 /* CustomImageView.m in Sources */,
  707. A12BBCD41BA9527300DE1B94 /* CypherUtil.m in Sources */,
  708. A12BBCD71BA9527300DE1B94 /* ValidateUtil.m in Sources */,
  709. );
  710. runOnlyForDeploymentPostprocessing = 0;
  711. };
  712. A12BBC361BA94FAE00DE1B94 /* Sources */ = {
  713. isa = PBXSourcesBuildPhase;
  714. buildActionMask = 2147483647;
  715. files = (
  716. A12BBC411BA94FAE00DE1B94 /* kneet2Tests.m in Sources */,
  717. );
  718. runOnlyForDeploymentPostprocessing = 0;
  719. };
  720. /* End PBXSourcesBuildPhase section */
  721. /* Begin PBXTargetDependency section */
  722. A12BBC3C1BA94FAE00DE1B94 /* PBXTargetDependency */ = {
  723. isa = PBXTargetDependency;
  724. target = A12BBC201BA94FAE00DE1B94 /* kneet2 */;
  725. targetProxy = A12BBC3B1BA94FAE00DE1B94 /* PBXContainerItemProxy */;
  726. };
  727. /* End PBXTargetDependency section */
  728. /* Begin PBXVariantGroup section */
  729. A12BBC2E1BA94FAE00DE1B94 /* Main.storyboard */ = {
  730. isa = PBXVariantGroup;
  731. children = (
  732. A12BBC2F1BA94FAE00DE1B94 /* Base */,
  733. );
  734. name = Main.storyboard;
  735. sourceTree = "<group>";
  736. };
  737. A12BBC331BA94FAE00DE1B94 /* LaunchScreen.xib */ = {
  738. isa = PBXVariantGroup;
  739. children = (
  740. A12BBC341BA94FAE00DE1B94 /* Base */,
  741. );
  742. name = LaunchScreen.xib;
  743. sourceTree = "<group>";
  744. };
  745. A12BBCDF1BA9532800DE1B94 /* Localizable.strings */ = {
  746. isa = PBXVariantGroup;
  747. children = (
  748. A12BBCE01BA9532800DE1B94 /* Base */,
  749. A12BBCE41BA9534900DE1B94 /* ko */,
  750. );
  751. name = Localizable.strings;
  752. sourceTree = "<group>";
  753. };
  754. /* End PBXVariantGroup section */
  755. /* Begin XCBuildConfiguration section */
  756. A12BBC421BA94FAE00DE1B94 /* Debug */ = {
  757. isa = XCBuildConfiguration;
  758. buildSettings = {
  759. ALWAYS_SEARCH_USER_PATHS = NO;
  760. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  761. CLANG_CXX_LIBRARY = "libc++";
  762. CLANG_ENABLE_MODULES = YES;
  763. CLANG_ENABLE_OBJC_ARC = YES;
  764. CLANG_WARN_BOOL_CONVERSION = YES;
  765. CLANG_WARN_CONSTANT_CONVERSION = YES;
  766. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  767. CLANG_WARN_EMPTY_BODY = YES;
  768. CLANG_WARN_ENUM_CONVERSION = YES;
  769. CLANG_WARN_INT_CONVERSION = YES;
  770. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  771. CLANG_WARN_UNREACHABLE_CODE = YES;
  772. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  773. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  774. COPY_PHASE_STRIP = NO;
  775. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  776. ENABLE_STRICT_OBJC_MSGSEND = YES;
  777. ENABLE_TESTABILITY = YES;
  778. GCC_C_LANGUAGE_STANDARD = gnu99;
  779. GCC_DYNAMIC_NO_PIC = NO;
  780. GCC_NO_COMMON_BLOCKS = YES;
  781. GCC_OPTIMIZATION_LEVEL = 0;
  782. GCC_PREPROCESSOR_DEFINITIONS = (
  783. "DEBUG=1",
  784. "$(inherited)",
  785. );
  786. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  787. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  788. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  789. GCC_WARN_UNDECLARED_SELECTOR = YES;
  790. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  791. GCC_WARN_UNUSED_FUNCTION = YES;
  792. GCC_WARN_UNUSED_VARIABLE = YES;
  793. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  794. MTL_ENABLE_DEBUG_INFO = YES;
  795. ONLY_ACTIVE_ARCH = YES;
  796. SDKROOT = iphoneos;
  797. };
  798. name = Debug;
  799. };
  800. A12BBC431BA94FAE00DE1B94 /* Release */ = {
  801. isa = XCBuildConfiguration;
  802. buildSettings = {
  803. ALWAYS_SEARCH_USER_PATHS = NO;
  804. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  805. CLANG_CXX_LIBRARY = "libc++";
  806. CLANG_ENABLE_MODULES = YES;
  807. CLANG_ENABLE_OBJC_ARC = YES;
  808. CLANG_WARN_BOOL_CONVERSION = YES;
  809. CLANG_WARN_CONSTANT_CONVERSION = YES;
  810. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  811. CLANG_WARN_EMPTY_BODY = YES;
  812. CLANG_WARN_ENUM_CONVERSION = YES;
  813. CLANG_WARN_INT_CONVERSION = YES;
  814. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  815. CLANG_WARN_UNREACHABLE_CODE = YES;
  816. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  817. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  818. COPY_PHASE_STRIP = NO;
  819. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  820. ENABLE_NS_ASSERTIONS = NO;
  821. ENABLE_STRICT_OBJC_MSGSEND = YES;
  822. GCC_C_LANGUAGE_STANDARD = gnu99;
  823. GCC_NO_COMMON_BLOCKS = YES;
  824. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  825. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  826. GCC_WARN_UNDECLARED_SELECTOR = YES;
  827. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  828. GCC_WARN_UNUSED_FUNCTION = YES;
  829. GCC_WARN_UNUSED_VARIABLE = YES;
  830. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  831. MTL_ENABLE_DEBUG_INFO = NO;
  832. SDKROOT = iphoneos;
  833. VALIDATE_PRODUCT = YES;
  834. };
  835. name = Release;
  836. };
  837. A12BBC451BA94FAE00DE1B94 /* Debug */ = {
  838. isa = XCBuildConfiguration;
  839. baseConfigurationReference = 9B674CF199339D5A8DC51982 /* Pods.debug.xcconfig */;
  840. buildSettings = {
  841. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  842. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  843. CODE_SIGN_IDENTITY = "iPhone Developer";
  844. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  845. GCC_PREFIX_HEADER = kneet2/Prefix.pch;
  846. INFOPLIST_FILE = kneet2/Info.plist;
  847. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  848. PRODUCT_BUNDLE_IDENTIFIER = com.ntels.kneet2;
  849. PRODUCT_NAME = "$(TARGET_NAME)";
  850. };
  851. name = Debug;
  852. };
  853. A12BBC461BA94FAE00DE1B94 /* Release */ = {
  854. isa = XCBuildConfiguration;
  855. baseConfigurationReference = 956F8DD0F7FFB603F6365F66 /* Pods.release.xcconfig */;
  856. buildSettings = {
  857. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  858. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  859. CODE_SIGN_IDENTITY = "iPhone Developer";
  860. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  861. GCC_PREFIX_HEADER = kneet2/Prefix.pch;
  862. INFOPLIST_FILE = kneet2/Info.plist;
  863. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  864. PRODUCT_BUNDLE_IDENTIFIER = com.ntels.kneet2;
  865. PRODUCT_NAME = "$(TARGET_NAME)";
  866. };
  867. name = Release;
  868. };
  869. A12BBC481BA94FAE00DE1B94 /* Debug */ = {
  870. isa = XCBuildConfiguration;
  871. buildSettings = {
  872. BUNDLE_LOADER = "$(TEST_HOST)";
  873. FRAMEWORK_SEARCH_PATHS = (
  874. "$(SDKROOT)/Developer/Library/Frameworks",
  875. "$(inherited)",
  876. );
  877. GCC_PREPROCESSOR_DEFINITIONS = (
  878. "DEBUG=1",
  879. "$(inherited)",
  880. );
  881. INFOPLIST_FILE = kneet2Tests/Info.plist;
  882. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  883. PRODUCT_BUNDLE_IDENTIFIER = "com.ntels.com.$(PRODUCT_NAME:rfc1034identifier)";
  884. PRODUCT_NAME = "$(TARGET_NAME)";
  885. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/kneet2.app/kneet2";
  886. };
  887. name = Debug;
  888. };
  889. A12BBC491BA94FAE00DE1B94 /* Release */ = {
  890. isa = XCBuildConfiguration;
  891. buildSettings = {
  892. BUNDLE_LOADER = "$(TEST_HOST)";
  893. FRAMEWORK_SEARCH_PATHS = (
  894. "$(SDKROOT)/Developer/Library/Frameworks",
  895. "$(inherited)",
  896. );
  897. INFOPLIST_FILE = kneet2Tests/Info.plist;
  898. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  899. PRODUCT_BUNDLE_IDENTIFIER = "com.ntels.com.$(PRODUCT_NAME:rfc1034identifier)";
  900. PRODUCT_NAME = "$(TARGET_NAME)";
  901. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/kneet2.app/kneet2";
  902. };
  903. name = Release;
  904. };
  905. A12DE4871BBBD8B100B6DB54 /* AdHoc */ = {
  906. isa = XCBuildConfiguration;
  907. buildSettings = {
  908. ALWAYS_SEARCH_USER_PATHS = NO;
  909. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  910. CLANG_CXX_LIBRARY = "libc++";
  911. CLANG_ENABLE_MODULES = YES;
  912. CLANG_ENABLE_OBJC_ARC = YES;
  913. CLANG_WARN_BOOL_CONVERSION = YES;
  914. CLANG_WARN_CONSTANT_CONVERSION = YES;
  915. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  916. CLANG_WARN_EMPTY_BODY = YES;
  917. CLANG_WARN_ENUM_CONVERSION = YES;
  918. CLANG_WARN_INT_CONVERSION = YES;
  919. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  920. CLANG_WARN_UNREACHABLE_CODE = YES;
  921. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  922. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  923. COPY_PHASE_STRIP = NO;
  924. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  925. ENABLE_NS_ASSERTIONS = NO;
  926. ENABLE_STRICT_OBJC_MSGSEND = YES;
  927. GCC_C_LANGUAGE_STANDARD = gnu99;
  928. GCC_NO_COMMON_BLOCKS = YES;
  929. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  930. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  931. GCC_WARN_UNDECLARED_SELECTOR = YES;
  932. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  933. GCC_WARN_UNUSED_FUNCTION = YES;
  934. GCC_WARN_UNUSED_VARIABLE = YES;
  935. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  936. MTL_ENABLE_DEBUG_INFO = NO;
  937. SDKROOT = iphoneos;
  938. VALIDATE_PRODUCT = YES;
  939. };
  940. name = AdHoc;
  941. };
  942. A12DE4881BBBD8B100B6DB54 /* AdHoc */ = {
  943. isa = XCBuildConfiguration;
  944. baseConfigurationReference = 3A197A6C9E76A162F61E11DE /* Pods.adhoc.xcconfig */;
  945. buildSettings = {
  946. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  947. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  948. CODE_SIGN_IDENTITY = "iPhone Developer";
  949. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  950. GCC_PREFIX_HEADER = kneet2/Prefix.pch;
  951. INFOPLIST_FILE = kneet2/Info.plist;
  952. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  953. PRODUCT_BUNDLE_IDENTIFIER = com.ntels.kneet2;
  954. PRODUCT_NAME = "$(TARGET_NAME)";
  955. };
  956. name = AdHoc;
  957. };
  958. A12DE4891BBBD8B100B6DB54 /* AdHoc */ = {
  959. isa = XCBuildConfiguration;
  960. buildSettings = {
  961. BUNDLE_LOADER = "$(TEST_HOST)";
  962. FRAMEWORK_SEARCH_PATHS = (
  963. "$(SDKROOT)/Developer/Library/Frameworks",
  964. "$(inherited)",
  965. );
  966. INFOPLIST_FILE = kneet2Tests/Info.plist;
  967. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  968. PRODUCT_BUNDLE_IDENTIFIER = "com.ntels.com.$(PRODUCT_NAME:rfc1034identifier)";
  969. PRODUCT_NAME = "$(TARGET_NAME)";
  970. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/kneet2.app/kneet2";
  971. };
  972. name = AdHoc;
  973. };
  974. A12DE48A1BBBD8B600B6DB54 /* Product */ = {
  975. isa = XCBuildConfiguration;
  976. buildSettings = {
  977. ALWAYS_SEARCH_USER_PATHS = NO;
  978. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  979. CLANG_CXX_LIBRARY = "libc++";
  980. CLANG_ENABLE_MODULES = YES;
  981. CLANG_ENABLE_OBJC_ARC = YES;
  982. CLANG_WARN_BOOL_CONVERSION = YES;
  983. CLANG_WARN_CONSTANT_CONVERSION = YES;
  984. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  985. CLANG_WARN_EMPTY_BODY = YES;
  986. CLANG_WARN_ENUM_CONVERSION = YES;
  987. CLANG_WARN_INT_CONVERSION = YES;
  988. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  989. CLANG_WARN_UNREACHABLE_CODE = YES;
  990. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  991. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  992. COPY_PHASE_STRIP = NO;
  993. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  994. ENABLE_NS_ASSERTIONS = NO;
  995. ENABLE_STRICT_OBJC_MSGSEND = YES;
  996. GCC_C_LANGUAGE_STANDARD = gnu99;
  997. GCC_NO_COMMON_BLOCKS = YES;
  998. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  999. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1000. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1001. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1002. GCC_WARN_UNUSED_FUNCTION = YES;
  1003. GCC_WARN_UNUSED_VARIABLE = YES;
  1004. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1005. MTL_ENABLE_DEBUG_INFO = NO;
  1006. SDKROOT = iphoneos;
  1007. VALIDATE_PRODUCT = YES;
  1008. };
  1009. name = Product;
  1010. };
  1011. A12DE48B1BBBD8B600B6DB54 /* Product */ = {
  1012. isa = XCBuildConfiguration;
  1013. baseConfigurationReference = E193FE221ED4C201DC0AAB83 /* Pods.product.xcconfig */;
  1014. buildSettings = {
  1015. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1016. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1017. CODE_SIGN_IDENTITY = "iPhone Developer";
  1018. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1019. GCC_PREFIX_HEADER = kneet2/Prefix.pch;
  1020. INFOPLIST_FILE = kneet2/Info.plist;
  1021. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1022. PRODUCT_BUNDLE_IDENTIFIER = com.ntels.kneet2;
  1023. PRODUCT_NAME = "$(TARGET_NAME)";
  1024. };
  1025. name = Product;
  1026. };
  1027. A12DE48C1BBBD8B600B6DB54 /* Product */ = {
  1028. isa = XCBuildConfiguration;
  1029. buildSettings = {
  1030. BUNDLE_LOADER = "$(TEST_HOST)";
  1031. FRAMEWORK_SEARCH_PATHS = (
  1032. "$(SDKROOT)/Developer/Library/Frameworks",
  1033. "$(inherited)",
  1034. );
  1035. INFOPLIST_FILE = kneet2Tests/Info.plist;
  1036. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1037. PRODUCT_BUNDLE_IDENTIFIER = "com.ntels.com.$(PRODUCT_NAME:rfc1034identifier)";
  1038. PRODUCT_NAME = "$(TARGET_NAME)";
  1039. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/kneet2.app/kneet2";
  1040. };
  1041. name = Product;
  1042. };
  1043. /* End XCBuildConfiguration section */
  1044. /* Begin XCConfigurationList section */
  1045. A12BBC1C1BA94FAE00DE1B94 /* Build configuration list for PBXProject "kneet2" */ = {
  1046. isa = XCConfigurationList;
  1047. buildConfigurations = (
  1048. A12BBC421BA94FAE00DE1B94 /* Debug */,
  1049. A12BBC431BA94FAE00DE1B94 /* Release */,
  1050. A12DE4871BBBD8B100B6DB54 /* AdHoc */,
  1051. A12DE48A1BBBD8B600B6DB54 /* Product */,
  1052. );
  1053. defaultConfigurationIsVisible = 0;
  1054. defaultConfigurationName = Release;
  1055. };
  1056. A12BBC441BA94FAE00DE1B94 /* Build configuration list for PBXNativeTarget "kneet2" */ = {
  1057. isa = XCConfigurationList;
  1058. buildConfigurations = (
  1059. A12BBC451BA94FAE00DE1B94 /* Debug */,
  1060. A12BBC461BA94FAE00DE1B94 /* Release */,
  1061. A12DE4881BBBD8B100B6DB54 /* AdHoc */,
  1062. A12DE48B1BBBD8B600B6DB54 /* Product */,
  1063. );
  1064. defaultConfigurationIsVisible = 0;
  1065. defaultConfigurationName = Release;
  1066. };
  1067. A12BBC471BA94FAE00DE1B94 /* Build configuration list for PBXNativeTarget "kneet2Tests" */ = {
  1068. isa = XCConfigurationList;
  1069. buildConfigurations = (
  1070. A12BBC481BA94FAE00DE1B94 /* Debug */,
  1071. A12BBC491BA94FAE00DE1B94 /* Release */,
  1072. A12DE4891BBBD8B100B6DB54 /* AdHoc */,
  1073. A12DE48C1BBBD8B600B6DB54 /* Product */,
  1074. );
  1075. defaultConfigurationIsVisible = 0;
  1076. defaultConfigurationName = Release;
  1077. };
  1078. /* End XCConfigurationList section */
  1079. };
  1080. rootObject = A12BBC191BA94FAE00DE1B94 /* Project object */;
  1081. }