project.pbxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 3277C688201F0E680023E0EA /* front.png in Resources */ = {isa = PBXBuildFile; fileRef = 3277C687201F0B280023E0EA /* front.png */; };
  10. 328F2D632022EC9A0046DA02 /* lsdtrip in Resources */ = {isa = PBXBuildFile; fileRef = 328F2D622022E94A0046DA02 /* lsdtrip */; };
  11. 32D633E42019876B00D091A0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D633E32019876B00D091A0 /* AppDelegate.m */; };
  12. 32D633E62019876B00D091A0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 32D633E52019876B00D091A0 /* Assets.xcassets */; };
  13. 32D633E92019876B00D091A0 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 32D633E72019876B00D091A0 /* MainMenu.xib */; };
  14. 32D633EC2019876B00D091A0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D633EB2019876B00D091A0 /* main.m */; };
  15. 32D634022019889E00D091A0 /* EMKeychainItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D634012019889E00D091A0 /* EMKeychainItem.m */; };
  16. 32D63405201988AE00D091A0 /* libcrypto.0.9.8.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D63404201988AE00D091A0 /* libcrypto.0.9.8.tbd */; };
  17. 32D63407201988B500D091A0 /* libssl.0.9.8.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D63406201988B500D091A0 /* libssl.0.9.8.tbd */; };
  18. 32D63409201988CE00D091A0 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D63408201988CE00D091A0 /* Security.framework */; };
  19. 32D6340B201988D200D091A0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D6340A201988D200D091A0 /* Cocoa.framework */; };
  20. 32D6340C201988DC00D091A0 /* libssh2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D633FA2019889E00D091A0 /* libssh2.a */; };
  21. 32D6340F20198B1100D091A0 /* ObjSSH.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D633FD2019889E00D091A0 /* ObjSSH.m */; };
  22. 32D6341020198B1700D091A0 /* ATVDeviceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D633F52019889D00D091A0 /* ATVDeviceController.m */; };
  23. 32D6341220198C1800D091A0 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D6341120198C1700D091A0 /* libz.tbd */; };
  24. 32D634152019AE1C00D091A0 /* KBDownloadFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D634142019AE1C00D091A0 /* KBDownloadFile.m */; };
  25. /* End PBXBuildFile section */
  26. /* Begin PBXContainerItemProxy section */
  27. 32EEF8692023D6D300CA60EA /* PBXContainerItemProxy */ = {
  28. isa = PBXContainerItemProxy;
  29. containerPortal = 32D633D72019876B00D091A0 /* Project object */;
  30. proxyType = 1;
  31. remoteGlobalIDString = 32EEF81F2023B43800CA60EA;
  32. remoteInfo = tool;
  33. };
  34. /* End PBXContainerItemProxy section */
  35. /* Begin PBXFileReference section */
  36. 3238619D20239B0300198B5E /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  37. 3277C687201F0B280023E0EA /* front.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = front.png; sourceTree = "<group>"; };
  38. 328F2D572022AE190046DA02 /* URLCredential.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = URLCredential.h; sourceTree = "<group>"; };
  39. 328F2D582022AE190046DA02 /* URLCredential.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = URLCredential.m; sourceTree = "<group>"; };
  40. 328F2D592022AE190046DA02 /* URLDownloader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = URLDownloader.h; sourceTree = "<group>"; };
  41. 328F2D5A2022AE190046DA02 /* URLDownloader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = URLDownloader.m; sourceTree = "<group>"; };
  42. 328F2D5B2022AE190046DA02 /* make.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = make.sh; sourceTree = "<group>"; };
  43. 328F2D5C2022AE190046DA02 /* nitoInstaller.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = nitoInstaller.h; sourceTree = "<group>"; };
  44. 328F2D5D2022AE190046DA02 /* nitoInstaller.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = nitoInstaller.m; sourceTree = "<group>"; };
  45. 328F2D622022E94A0046DA02 /* lsdtrip */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = lsdtrip; sourceTree = "<group>"; };
  46. 32D633DF2019876B00D091A0 /* nitoTV4Installer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = nitoTV4Installer.app; sourceTree = BUILT_PRODUCTS_DIR; };
  47. 32D633E22019876B00D091A0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  48. 32D633E32019876B00D091A0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  49. 32D633E52019876B00D091A0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  50. 32D633E82019876B00D091A0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  51. 32D633EA2019876B00D091A0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  52. 32D633EB2019876B00D091A0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  53. 32D633ED2019876B00D091A0 /* nitoTV4Installer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = nitoTV4Installer.entitlements; sourceTree = "<group>"; };
  54. 32D633F42019889D00D091A0 /* ATVDeviceController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ATVDeviceController.h; sourceTree = "<group>"; };
  55. 32D633F52019889D00D091A0 /* ATVDeviceController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ATVDeviceController.m; sourceTree = "<group>"; };
  56. 32D633F82019889E00D091A0 /* libssh2-i386.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libssh2-i386.a"; sourceTree = "<group>"; };
  57. 32D633F92019889E00D091A0 /* libssh2-x86_64.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libssh2-x86_64.a"; sourceTree = "<group>"; };
  58. 32D633FA2019889E00D091A0 /* libssh2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libssh2.a; sourceTree = "<group>"; };
  59. 32D633FB2019889E00D091A0 /* libssh2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libssh2.h; sourceTree = "<group>"; };
  60. 32D633FC2019889E00D091A0 /* ObjSSH.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ObjSSH.h; sourceTree = "<group>"; };
  61. 32D633FD2019889E00D091A0 /* ObjSSH.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ObjSSH.m; sourceTree = "<group>"; };
  62. 32D633FE2019889E00D091A0 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
  63. 32D633FF2019889E00D091A0 /* todo.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = todo.txt; sourceTree = "<group>"; };
  64. 32D634002019889E00D091A0 /* EMKeychainItem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EMKeychainItem.h; sourceTree = "<group>"; };
  65. 32D634012019889E00D091A0 /* EMKeychainItem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EMKeychainItem.m; sourceTree = "<group>"; };
  66. 32D63404201988AE00D091A0 /* libcrypto.0.9.8.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libcrypto.0.9.8.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libcrypto.0.9.8.tbd; sourceTree = DEVELOPER_DIR; };
  67. 32D63406201988B500D091A0 /* libssl.0.9.8.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libssl.0.9.8.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libssl.0.9.8.tbd; sourceTree = DEVELOPER_DIR; };
  68. 32D63408201988CE00D091A0 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; };
  69. 32D6340A201988D200D091A0 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; };
  70. 32D6340D201989CA00D091A0 /* nitoTV4Installer.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = nitoTV4Installer.pch; sourceTree = "<group>"; };
  71. 32D6340E201989CA00D091A0 /* Defines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Defines.h; sourceTree = "<group>"; };
  72. 32D6341120198C1700D091A0 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libz.tbd; sourceTree = DEVELOPER_DIR; };
  73. 32D634132019AE1C00D091A0 /* KBDownloadFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KBDownloadFile.h; sourceTree = "<group>"; };
  74. 32D634142019AE1C00D091A0 /* KBDownloadFile.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KBDownloadFile.m; sourceTree = "<group>"; };
  75. 32EEF8232023B47500CA60EA /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
  76. /* End PBXFileReference section */
  77. /* Begin PBXFrameworksBuildPhase section */
  78. 32D633DC2019876B00D091A0 /* Frameworks */ = {
  79. isa = PBXFrameworksBuildPhase;
  80. buildActionMask = 2147483647;
  81. files = (
  82. 32D6341220198C1800D091A0 /* libz.tbd in Frameworks */,
  83. 32D6340B201988D200D091A0 /* Cocoa.framework in Frameworks */,
  84. 32D63409201988CE00D091A0 /* Security.framework in Frameworks */,
  85. 32D63407201988B500D091A0 /* libssl.0.9.8.tbd in Frameworks */,
  86. 32D63405201988AE00D091A0 /* libcrypto.0.9.8.tbd in Frameworks */,
  87. 32D6340C201988DC00D091A0 /* libssh2.a in Frameworks */,
  88. );
  89. runOnlyForDeploymentPostprocessing = 0;
  90. };
  91. /* End PBXFrameworksBuildPhase section */
  92. /* Begin PBXGroup section */
  93. 328F2D552022AE190046DA02 /* standalone */ = {
  94. isa = PBXGroup;
  95. children = (
  96. 32EEF8232023B47500CA60EA /* Makefile */,
  97. 328F2D562022AE190046DA02 /* Download */,
  98. 328F2D5B2022AE190046DA02 /* make.sh */,
  99. 328F2D5C2022AE190046DA02 /* nitoInstaller.h */,
  100. 328F2D5D2022AE190046DA02 /* nitoInstaller.m */,
  101. );
  102. name = standalone;
  103. path = nitoTV4Installer/standalone;
  104. sourceTree = "<group>";
  105. };
  106. 328F2D562022AE190046DA02 /* Download */ = {
  107. isa = PBXGroup;
  108. children = (
  109. 328F2D572022AE190046DA02 /* URLCredential.h */,
  110. 328F2D582022AE190046DA02 /* URLCredential.m */,
  111. 328F2D592022AE190046DA02 /* URLDownloader.h */,
  112. 328F2D5A2022AE190046DA02 /* URLDownloader.m */,
  113. );
  114. path = Download;
  115. sourceTree = "<group>";
  116. };
  117. 32D633D62019876B00D091A0 = {
  118. isa = PBXGroup;
  119. children = (
  120. 328F2D552022AE190046DA02 /* standalone */,
  121. 32D633E12019876B00D091A0 /* nitoTV4Installer */,
  122. 32D633E02019876B00D091A0 /* Products */,
  123. 32D63403201988AE00D091A0 /* Frameworks */,
  124. );
  125. sourceTree = "<group>";
  126. usesTabs = 1;
  127. };
  128. 32D633E02019876B00D091A0 /* Products */ = {
  129. isa = PBXGroup;
  130. children = (
  131. 32D633DF2019876B00D091A0 /* nitoTV4Installer.app */,
  132. );
  133. name = Products;
  134. sourceTree = "<group>";
  135. };
  136. 32D633E12019876B00D091A0 /* nitoTV4Installer */ = {
  137. isa = PBXGroup;
  138. children = (
  139. 32D633F32019889D00D091A0 /* ATVDeviceController */,
  140. 32D634002019889E00D091A0 /* EMKeychainItem.h */,
  141. 32D634012019889E00D091A0 /* EMKeychainItem.m */,
  142. 32D634132019AE1C00D091A0 /* KBDownloadFile.h */,
  143. 32D634142019AE1C00D091A0 /* KBDownloadFile.m */,
  144. 32D633F62019889E00D091A0 /* ObjSSH */,
  145. 32D633E22019876B00D091A0 /* AppDelegate.h */,
  146. 32D633E32019876B00D091A0 /* AppDelegate.m */,
  147. 32D6340E201989CA00D091A0 /* Defines.h */,
  148. 32D6340D201989CA00D091A0 /* nitoTV4Installer.pch */,
  149. 32D633E52019876B00D091A0 /* Assets.xcassets */,
  150. 32D633E72019876B00D091A0 /* MainMenu.xib */,
  151. 3277C687201F0B280023E0EA /* front.png */,
  152. 32D633EA2019876B00D091A0 /* Info.plist */,
  153. 32D633EB2019876B00D091A0 /* main.m */,
  154. 328F2D622022E94A0046DA02 /* lsdtrip */,
  155. 32D633ED2019876B00D091A0 /* nitoTV4Installer.entitlements */,
  156. );
  157. path = nitoTV4Installer;
  158. sourceTree = "<group>";
  159. };
  160. 32D633F32019889D00D091A0 /* ATVDeviceController */ = {
  161. isa = PBXGroup;
  162. children = (
  163. 32D633F42019889D00D091A0 /* ATVDeviceController.h */,
  164. 32D633F52019889D00D091A0 /* ATVDeviceController.m */,
  165. );
  166. path = ATVDeviceController;
  167. sourceTree = "<group>";
  168. };
  169. 32D633F62019889E00D091A0 /* ObjSSH */ = {
  170. isa = PBXGroup;
  171. children = (
  172. 32D633F72019889E00D091A0 /* lib */,
  173. 32D633FC2019889E00D091A0 /* ObjSSH.h */,
  174. 32D633FD2019889E00D091A0 /* ObjSSH.m */,
  175. 32D633FE2019889E00D091A0 /* README.md */,
  176. 32D633FF2019889E00D091A0 /* todo.txt */,
  177. );
  178. path = ObjSSH;
  179. sourceTree = "<group>";
  180. };
  181. 32D633F72019889E00D091A0 /* lib */ = {
  182. isa = PBXGroup;
  183. children = (
  184. 32D633F82019889E00D091A0 /* libssh2-i386.a */,
  185. 32D633F92019889E00D091A0 /* libssh2-x86_64.a */,
  186. 32D633FA2019889E00D091A0 /* libssh2.a */,
  187. 32D633FB2019889E00D091A0 /* libssh2.h */,
  188. );
  189. path = lib;
  190. sourceTree = "<group>";
  191. };
  192. 32D63403201988AE00D091A0 /* Frameworks */ = {
  193. isa = PBXGroup;
  194. children = (
  195. 32D6341120198C1700D091A0 /* libz.tbd */,
  196. 32D6340A201988D200D091A0 /* Cocoa.framework */,
  197. 32D63408201988CE00D091A0 /* Security.framework */,
  198. 32D63406201988B500D091A0 /* libssl.0.9.8.tbd */,
  199. 32D63404201988AE00D091A0 /* libcrypto.0.9.8.tbd */,
  200. 3238619D20239B0300198B5E /* CoreData.framework */,
  201. );
  202. name = Frameworks;
  203. sourceTree = "<group>";
  204. };
  205. /* End PBXGroup section */
  206. /* Begin PBXLegacyTarget section */
  207. 32EEF81F2023B43800CA60EA /* tool */ = {
  208. isa = PBXLegacyTarget;
  209. buildArgumentsString = "$(ACTION) all";
  210. buildConfigurationList = 32EEF8202023B43800CA60EA /* Build configuration list for PBXLegacyTarget "tool" */;
  211. buildPhases = (
  212. );
  213. buildToolPath = /usr/bin/make;
  214. buildWorkingDirectory = "$(SRCROOT)/nitoTV4Installer/standalone";
  215. dependencies = (
  216. );
  217. name = tool;
  218. passBuildSettingsInEnvironment = 1;
  219. productName = tool;
  220. };
  221. /* End PBXLegacyTarget section */
  222. /* Begin PBXNativeTarget section */
  223. 32D633DE2019876B00D091A0 /* nitoTV4Installer */ = {
  224. isa = PBXNativeTarget;
  225. buildConfigurationList = 32D633F02019876B00D091A0 /* Build configuration list for PBXNativeTarget "nitoTV4Installer" */;
  226. buildPhases = (
  227. 32D633DB2019876B00D091A0 /* Sources */,
  228. 32D633DC2019876B00D091A0 /* Frameworks */,
  229. 32D633DD2019876B00D091A0 /* Resources */,
  230. );
  231. buildRules = (
  232. );
  233. dependencies = (
  234. 32EEF86A2023D6D300CA60EA /* PBXTargetDependency */,
  235. );
  236. name = nitoTV4Installer;
  237. productName = nitoTV4Installer;
  238. productReference = 32D633DF2019876B00D091A0 /* nitoTV4Installer.app */;
  239. productType = "com.apple.product-type.application";
  240. };
  241. /* End PBXNativeTarget section */
  242. /* Begin PBXProject section */
  243. 32D633D72019876B00D091A0 /* Project object */ = {
  244. isa = PBXProject;
  245. attributes = {
  246. LastUpgradeCheck = 0900;
  247. ORGANIZATIONNAME = "Kevin Bradley";
  248. TargetAttributes = {
  249. 32D633DE2019876B00D091A0 = {
  250. CreatedOnToolsVersion = 9.0;
  251. ProvisioningStyle = Automatic;
  252. SystemCapabilities = {
  253. com.apple.Sandbox = {
  254. enabled = 0;
  255. };
  256. };
  257. };
  258. 32EEF81F2023B43800CA60EA = {
  259. CreatedOnToolsVersion = 9.2;
  260. ProvisioningStyle = Automatic;
  261. };
  262. };
  263. };
  264. buildConfigurationList = 32D633DA2019876B00D091A0 /* Build configuration list for PBXProject "nitoTV4Installer" */;
  265. compatibilityVersion = "Xcode 8.0";
  266. developmentRegion = en;
  267. hasScannedForEncodings = 0;
  268. knownRegions = (
  269. en,
  270. Base,
  271. );
  272. mainGroup = 32D633D62019876B00D091A0;
  273. productRefGroup = 32D633E02019876B00D091A0 /* Products */;
  274. projectDirPath = "";
  275. projectRoot = "";
  276. targets = (
  277. 32D633DE2019876B00D091A0 /* nitoTV4Installer */,
  278. 32EEF81F2023B43800CA60EA /* tool */,
  279. );
  280. };
  281. /* End PBXProject section */
  282. /* Begin PBXResourcesBuildPhase section */
  283. 32D633DD2019876B00D091A0 /* Resources */ = {
  284. isa = PBXResourcesBuildPhase;
  285. buildActionMask = 2147483647;
  286. files = (
  287. 32D633E62019876B00D091A0 /* Assets.xcassets in Resources */,
  288. 328F2D632022EC9A0046DA02 /* lsdtrip in Resources */,
  289. 32D633E92019876B00D091A0 /* MainMenu.xib in Resources */,
  290. 3277C688201F0E680023E0EA /* front.png in Resources */,
  291. );
  292. runOnlyForDeploymentPostprocessing = 0;
  293. };
  294. /* End PBXResourcesBuildPhase section */
  295. /* Begin PBXSourcesBuildPhase section */
  296. 32D633DB2019876B00D091A0 /* Sources */ = {
  297. isa = PBXSourcesBuildPhase;
  298. buildActionMask = 2147483647;
  299. files = (
  300. 32D6340F20198B1100D091A0 /* ObjSSH.m in Sources */,
  301. 32D633EC2019876B00D091A0 /* main.m in Sources */,
  302. 32D633E42019876B00D091A0 /* AppDelegate.m in Sources */,
  303. 32D6341020198B1700D091A0 /* ATVDeviceController.m in Sources */,
  304. 32D634152019AE1C00D091A0 /* KBDownloadFile.m in Sources */,
  305. 32D634022019889E00D091A0 /* EMKeychainItem.m in Sources */,
  306. );
  307. runOnlyForDeploymentPostprocessing = 0;
  308. };
  309. /* End PBXSourcesBuildPhase section */
  310. /* Begin PBXTargetDependency section */
  311. 32EEF86A2023D6D300CA60EA /* PBXTargetDependency */ = {
  312. isa = PBXTargetDependency;
  313. target = 32EEF81F2023B43800CA60EA /* tool */;
  314. targetProxy = 32EEF8692023D6D300CA60EA /* PBXContainerItemProxy */;
  315. };
  316. /* End PBXTargetDependency section */
  317. /* Begin PBXVariantGroup section */
  318. 32D633E72019876B00D091A0 /* MainMenu.xib */ = {
  319. isa = PBXVariantGroup;
  320. children = (
  321. 32D633E82019876B00D091A0 /* Base */,
  322. );
  323. name = MainMenu.xib;
  324. sourceTree = "<group>";
  325. };
  326. /* End PBXVariantGroup section */
  327. /* Begin XCBuildConfiguration section */
  328. 32D633EE2019876B00D091A0 /* Debug */ = {
  329. isa = XCBuildConfiguration;
  330. buildSettings = {
  331. ALWAYS_SEARCH_USER_PATHS = NO;
  332. CLANG_ANALYZER_NONNULL = YES;
  333. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  334. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  335. CLANG_CXX_LIBRARY = "libc++";
  336. CLANG_ENABLE_MODULES = YES;
  337. CLANG_ENABLE_OBJC_ARC = YES;
  338. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  339. CLANG_WARN_BOOL_CONVERSION = YES;
  340. CLANG_WARN_COMMA = YES;
  341. CLANG_WARN_CONSTANT_CONVERSION = YES;
  342. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  343. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  344. CLANG_WARN_EMPTY_BODY = YES;
  345. CLANG_WARN_ENUM_CONVERSION = YES;
  346. CLANG_WARN_INFINITE_RECURSION = YES;
  347. CLANG_WARN_INT_CONVERSION = YES;
  348. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  349. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  350. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  351. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  352. CLANG_WARN_STRICT_PROTOTYPES = YES;
  353. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  354. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  355. CLANG_WARN_UNREACHABLE_CODE = YES;
  356. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  357. CODE_SIGN_IDENTITY = "Mac Developer";
  358. COPY_PHASE_STRIP = NO;
  359. DEBUG_INFORMATION_FORMAT = dwarf;
  360. ENABLE_STRICT_OBJC_MSGSEND = YES;
  361. ENABLE_TESTABILITY = YES;
  362. GCC_C_LANGUAGE_STANDARD = gnu11;
  363. GCC_DYNAMIC_NO_PIC = NO;
  364. GCC_NO_COMMON_BLOCKS = YES;
  365. GCC_OPTIMIZATION_LEVEL = 0;
  366. GCC_PREPROCESSOR_DEFINITIONS = (
  367. "DEBUG=1",
  368. "$(inherited)",
  369. );
  370. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  371. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  372. GCC_WARN_UNDECLARED_SELECTOR = YES;
  373. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  374. GCC_WARN_UNUSED_FUNCTION = YES;
  375. GCC_WARN_UNUSED_VARIABLE = YES;
  376. MTL_ENABLE_DEBUG_INFO = YES;
  377. ONLY_ACTIVE_ARCH = YES;
  378. SDKROOT = appletvos;
  379. TVOS_DEPLOYMENT_TARGET = 11.2;
  380. };
  381. name = Debug;
  382. };
  383. 32D633EF2019876B00D091A0 /* Release */ = {
  384. isa = XCBuildConfiguration;
  385. buildSettings = {
  386. ALWAYS_SEARCH_USER_PATHS = NO;
  387. CLANG_ANALYZER_NONNULL = YES;
  388. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  389. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  390. CLANG_CXX_LIBRARY = "libc++";
  391. CLANG_ENABLE_MODULES = YES;
  392. CLANG_ENABLE_OBJC_ARC = YES;
  393. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  394. CLANG_WARN_BOOL_CONVERSION = YES;
  395. CLANG_WARN_COMMA = YES;
  396. CLANG_WARN_CONSTANT_CONVERSION = YES;
  397. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  398. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  399. CLANG_WARN_EMPTY_BODY = YES;
  400. CLANG_WARN_ENUM_CONVERSION = YES;
  401. CLANG_WARN_INFINITE_RECURSION = YES;
  402. CLANG_WARN_INT_CONVERSION = YES;
  403. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  404. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  405. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  406. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  407. CLANG_WARN_STRICT_PROTOTYPES = YES;
  408. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  409. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  410. CLANG_WARN_UNREACHABLE_CODE = YES;
  411. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  412. CODE_SIGN_IDENTITY = "Mac Developer";
  413. COPY_PHASE_STRIP = NO;
  414. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  415. ENABLE_NS_ASSERTIONS = NO;
  416. ENABLE_STRICT_OBJC_MSGSEND = YES;
  417. GCC_C_LANGUAGE_STANDARD = gnu11;
  418. GCC_NO_COMMON_BLOCKS = YES;
  419. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  420. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  421. GCC_WARN_UNDECLARED_SELECTOR = YES;
  422. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  423. GCC_WARN_UNUSED_FUNCTION = YES;
  424. GCC_WARN_UNUSED_VARIABLE = YES;
  425. MTL_ENABLE_DEBUG_INFO = NO;
  426. SDKROOT = appletvos;
  427. TVOS_DEPLOYMENT_TARGET = 11.2;
  428. };
  429. name = Release;
  430. };
  431. 32D633F12019876B00D091A0 /* Debug */ = {
  432. isa = XCBuildConfiguration;
  433. buildSettings = {
  434. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  435. CODE_SIGN_IDENTITY = "";
  436. CODE_SIGN_STYLE = Automatic;
  437. COMBINE_HIDPI_IMAGES = YES;
  438. DEVELOPMENT_TEAM = "";
  439. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  440. GCC_PREFIX_HEADER = nitoTV4Installer/nitoTV4Installer.pch;
  441. INFOPLIST_FILE = nitoTV4Installer/Info.plist;
  442. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  443. LIBRARY_SEARCH_PATHS = (
  444. "$(inherited)",
  445. "$(PROJECT_DIR)/nitoTV4Installer/ObjSSH/lib",
  446. );
  447. MACOSX_DEPLOYMENT_TARGET = 10.11;
  448. PRODUCT_BUNDLE_IDENTIFIER = com.nito.com.nitoTV4Installer;
  449. PRODUCT_NAME = "$(TARGET_NAME)";
  450. PROVISIONING_PROFILE_SPECIFIER = "";
  451. SDKROOT = macosx10.11;
  452. };
  453. name = Debug;
  454. };
  455. 32D633F22019876B00D091A0 /* Release */ = {
  456. isa = XCBuildConfiguration;
  457. buildSettings = {
  458. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  459. CODE_SIGN_IDENTITY = "";
  460. CODE_SIGN_STYLE = Automatic;
  461. COMBINE_HIDPI_IMAGES = YES;
  462. DEVELOPMENT_TEAM = "";
  463. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  464. GCC_PREFIX_HEADER = nitoTV4Installer/nitoTV4Installer.pch;
  465. INFOPLIST_FILE = nitoTV4Installer/Info.plist;
  466. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  467. LIBRARY_SEARCH_PATHS = (
  468. "$(inherited)",
  469. "$(PROJECT_DIR)/nitoTV4Installer/ObjSSH/lib",
  470. );
  471. MACOSX_DEPLOYMENT_TARGET = 10.11;
  472. PRODUCT_BUNDLE_IDENTIFIER = com.nito.com.nitoTV4Installer;
  473. PRODUCT_NAME = "$(TARGET_NAME)";
  474. PROVISIONING_PROFILE_SPECIFIER = "";
  475. SDKROOT = macosx10.11;
  476. };
  477. name = Release;
  478. };
  479. 32EEF8212023B43800CA60EA /* Debug */ = {
  480. isa = XCBuildConfiguration;
  481. buildSettings = {
  482. CODE_SIGN_STYLE = Automatic;
  483. DEBUGGING_SYMBOLS = YES;
  484. DEBUG_INFORMATION_FORMAT = dwarf;
  485. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  486. GCC_OPTIMIZATION_LEVEL = 0;
  487. OTHER_CFLAGS = "";
  488. OTHER_LDFLAGS = "";
  489. PRODUCT_NAME = "$(TARGET_NAME)";
  490. SDKROOT = appletvos;
  491. TVOS_DEPLOYMENT_TARGET = 9.0;
  492. };
  493. name = Debug;
  494. };
  495. 32EEF8222023B43800CA60EA /* Release */ = {
  496. isa = XCBuildConfiguration;
  497. buildSettings = {
  498. CODE_SIGN_STYLE = Automatic;
  499. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  500. OTHER_CFLAGS = "";
  501. OTHER_LDFLAGS = "";
  502. PRODUCT_NAME = "$(TARGET_NAME)";
  503. SDKROOT = appletvos;
  504. TVOS_DEPLOYMENT_TARGET = 9.0;
  505. };
  506. name = Release;
  507. };
  508. /* End XCBuildConfiguration section */
  509. /* Begin XCConfigurationList section */
  510. 32D633DA2019876B00D091A0 /* Build configuration list for PBXProject "nitoTV4Installer" */ = {
  511. isa = XCConfigurationList;
  512. buildConfigurations = (
  513. 32D633EE2019876B00D091A0 /* Debug */,
  514. 32D633EF2019876B00D091A0 /* Release */,
  515. );
  516. defaultConfigurationIsVisible = 0;
  517. defaultConfigurationName = Release;
  518. };
  519. 32D633F02019876B00D091A0 /* Build configuration list for PBXNativeTarget "nitoTV4Installer" */ = {
  520. isa = XCConfigurationList;
  521. buildConfigurations = (
  522. 32D633F12019876B00D091A0 /* Debug */,
  523. 32D633F22019876B00D091A0 /* Release */,
  524. );
  525. defaultConfigurationIsVisible = 0;
  526. defaultConfigurationName = Release;
  527. };
  528. 32EEF8202023B43800CA60EA /* Build configuration list for PBXLegacyTarget "tool" */ = {
  529. isa = XCConfigurationList;
  530. buildConfigurations = (
  531. 32EEF8212023B43800CA60EA /* Debug */,
  532. 32EEF8222023B43800CA60EA /* Release */,
  533. );
  534. defaultConfigurationIsVisible = 0;
  535. defaultConfigurationName = Release;
  536. };
  537. /* End XCConfigurationList section */
  538. };
  539. rootObject = 32D633D72019876B00D091A0 /* Project object */;
  540. }