project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 32D633E42019876B00D091A0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D633E32019876B00D091A0 /* AppDelegate.m */; };
  10. 32D633E62019876B00D091A0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 32D633E52019876B00D091A0 /* Assets.xcassets */; };
  11. 32D633E92019876B00D091A0 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 32D633E72019876B00D091A0 /* MainMenu.xib */; };
  12. 32D633EC2019876B00D091A0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D633EB2019876B00D091A0 /* main.m */; };
  13. 32D634022019889E00D091A0 /* EMKeychainItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D634012019889E00D091A0 /* EMKeychainItem.m */; };
  14. 32D63405201988AE00D091A0 /* libcrypto.0.9.8.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D63404201988AE00D091A0 /* libcrypto.0.9.8.tbd */; };
  15. 32D63407201988B500D091A0 /* libssl.0.9.8.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D63406201988B500D091A0 /* libssl.0.9.8.tbd */; };
  16. 32D63409201988CE00D091A0 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D63408201988CE00D091A0 /* Security.framework */; };
  17. 32D6340B201988D200D091A0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D6340A201988D200D091A0 /* Cocoa.framework */; };
  18. 32D6340C201988DC00D091A0 /* libssh2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D633FA2019889E00D091A0 /* libssh2.a */; };
  19. 32D6340F20198B1100D091A0 /* ObjSSH.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D633FD2019889E00D091A0 /* ObjSSH.m */; };
  20. 32D6341020198B1700D091A0 /* ATVDeviceController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D633F52019889D00D091A0 /* ATVDeviceController.m */; };
  21. 32D6341220198C1800D091A0 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 32D6341120198C1700D091A0 /* libz.tbd */; };
  22. 32D634152019AE1C00D091A0 /* KBDownloadFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 32D634142019AE1C00D091A0 /* KBDownloadFile.m */; };
  23. /* End PBXBuildFile section */
  24. /* Begin PBXFileReference section */
  25. 32D633DF2019876B00D091A0 /* nitoTV4Installer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = nitoTV4Installer.app; sourceTree = BUILT_PRODUCTS_DIR; };
  26. 32D633E22019876B00D091A0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  27. 32D633E32019876B00D091A0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  28. 32D633E52019876B00D091A0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  29. 32D633E82019876B00D091A0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  30. 32D633EA2019876B00D091A0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  31. 32D633EB2019876B00D091A0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  32. 32D633ED2019876B00D091A0 /* nitoTV4Installer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = nitoTV4Installer.entitlements; sourceTree = "<group>"; };
  33. 32D633F42019889D00D091A0 /* ATVDeviceController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ATVDeviceController.h; sourceTree = "<group>"; };
  34. 32D633F52019889D00D091A0 /* ATVDeviceController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ATVDeviceController.m; sourceTree = "<group>"; };
  35. 32D633F82019889E00D091A0 /* libssh2-i386.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libssh2-i386.a"; sourceTree = "<group>"; };
  36. 32D633F92019889E00D091A0 /* libssh2-x86_64.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libssh2-x86_64.a"; sourceTree = "<group>"; };
  37. 32D633FA2019889E00D091A0 /* libssh2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libssh2.a; sourceTree = "<group>"; };
  38. 32D633FB2019889E00D091A0 /* libssh2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = libssh2.h; sourceTree = "<group>"; };
  39. 32D633FC2019889E00D091A0 /* ObjSSH.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ObjSSH.h; sourceTree = "<group>"; };
  40. 32D633FD2019889E00D091A0 /* ObjSSH.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ObjSSH.m; sourceTree = "<group>"; };
  41. 32D633FE2019889E00D091A0 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
  42. 32D633FF2019889E00D091A0 /* todo.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = todo.txt; sourceTree = "<group>"; };
  43. 32D634002019889E00D091A0 /* EMKeychainItem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EMKeychainItem.h; sourceTree = "<group>"; };
  44. 32D634012019889E00D091A0 /* EMKeychainItem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EMKeychainItem.m; sourceTree = "<group>"; };
  45. 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; };
  46. 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; };
  47. 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; };
  48. 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; };
  49. 32D6340D201989CA00D091A0 /* nitoTV4Installer.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = nitoTV4Installer.pch; sourceTree = "<group>"; };
  50. 32D6340E201989CA00D091A0 /* Defines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Defines.h; sourceTree = "<group>"; };
  51. 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; };
  52. 32D634132019AE1C00D091A0 /* KBDownloadFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KBDownloadFile.h; sourceTree = "<group>"; };
  53. 32D634142019AE1C00D091A0 /* KBDownloadFile.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KBDownloadFile.m; sourceTree = "<group>"; };
  54. /* End PBXFileReference section */
  55. /* Begin PBXFrameworksBuildPhase section */
  56. 32D633DC2019876B00D091A0 /* Frameworks */ = {
  57. isa = PBXFrameworksBuildPhase;
  58. buildActionMask = 2147483647;
  59. files = (
  60. 32D6341220198C1800D091A0 /* libz.tbd in Frameworks */,
  61. 32D6340B201988D200D091A0 /* Cocoa.framework in Frameworks */,
  62. 32D63409201988CE00D091A0 /* Security.framework in Frameworks */,
  63. 32D63407201988B500D091A0 /* libssl.0.9.8.tbd in Frameworks */,
  64. 32D63405201988AE00D091A0 /* libcrypto.0.9.8.tbd in Frameworks */,
  65. 32D6340C201988DC00D091A0 /* libssh2.a in Frameworks */,
  66. );
  67. runOnlyForDeploymentPostprocessing = 0;
  68. };
  69. /* End PBXFrameworksBuildPhase section */
  70. /* Begin PBXGroup section */
  71. 32D633D62019876B00D091A0 = {
  72. isa = PBXGroup;
  73. children = (
  74. 32D633E12019876B00D091A0 /* nitoTV4Installer */,
  75. 32D633E02019876B00D091A0 /* Products */,
  76. 32D63403201988AE00D091A0 /* Frameworks */,
  77. );
  78. sourceTree = "<group>";
  79. };
  80. 32D633E02019876B00D091A0 /* Products */ = {
  81. isa = PBXGroup;
  82. children = (
  83. 32D633DF2019876B00D091A0 /* nitoTV4Installer.app */,
  84. );
  85. name = Products;
  86. sourceTree = "<group>";
  87. };
  88. 32D633E12019876B00D091A0 /* nitoTV4Installer */ = {
  89. isa = PBXGroup;
  90. children = (
  91. 32D633F32019889D00D091A0 /* ATVDeviceController */,
  92. 32D634002019889E00D091A0 /* EMKeychainItem.h */,
  93. 32D634012019889E00D091A0 /* EMKeychainItem.m */,
  94. 32D634132019AE1C00D091A0 /* KBDownloadFile.h */,
  95. 32D634142019AE1C00D091A0 /* KBDownloadFile.m */,
  96. 32D633F62019889E00D091A0 /* ObjSSH */,
  97. 32D633E22019876B00D091A0 /* AppDelegate.h */,
  98. 32D633E32019876B00D091A0 /* AppDelegate.m */,
  99. 32D6340E201989CA00D091A0 /* Defines.h */,
  100. 32D6340D201989CA00D091A0 /* nitoTV4Installer.pch */,
  101. 32D633E52019876B00D091A0 /* Assets.xcassets */,
  102. 32D633E72019876B00D091A0 /* MainMenu.xib */,
  103. 32D633EA2019876B00D091A0 /* Info.plist */,
  104. 32D633EB2019876B00D091A0 /* main.m */,
  105. 32D633ED2019876B00D091A0 /* nitoTV4Installer.entitlements */,
  106. );
  107. path = nitoTV4Installer;
  108. sourceTree = "<group>";
  109. };
  110. 32D633F32019889D00D091A0 /* ATVDeviceController */ = {
  111. isa = PBXGroup;
  112. children = (
  113. 32D633F42019889D00D091A0 /* ATVDeviceController.h */,
  114. 32D633F52019889D00D091A0 /* ATVDeviceController.m */,
  115. );
  116. path = ATVDeviceController;
  117. sourceTree = "<group>";
  118. };
  119. 32D633F62019889E00D091A0 /* ObjSSH */ = {
  120. isa = PBXGroup;
  121. children = (
  122. 32D633F72019889E00D091A0 /* lib */,
  123. 32D633FC2019889E00D091A0 /* ObjSSH.h */,
  124. 32D633FD2019889E00D091A0 /* ObjSSH.m */,
  125. 32D633FE2019889E00D091A0 /* README.md */,
  126. 32D633FF2019889E00D091A0 /* todo.txt */,
  127. );
  128. path = ObjSSH;
  129. sourceTree = "<group>";
  130. };
  131. 32D633F72019889E00D091A0 /* lib */ = {
  132. isa = PBXGroup;
  133. children = (
  134. 32D633F82019889E00D091A0 /* libssh2-i386.a */,
  135. 32D633F92019889E00D091A0 /* libssh2-x86_64.a */,
  136. 32D633FA2019889E00D091A0 /* libssh2.a */,
  137. 32D633FB2019889E00D091A0 /* libssh2.h */,
  138. );
  139. path = lib;
  140. sourceTree = "<group>";
  141. };
  142. 32D63403201988AE00D091A0 /* Frameworks */ = {
  143. isa = PBXGroup;
  144. children = (
  145. 32D6341120198C1700D091A0 /* libz.tbd */,
  146. 32D6340A201988D200D091A0 /* Cocoa.framework */,
  147. 32D63408201988CE00D091A0 /* Security.framework */,
  148. 32D63406201988B500D091A0 /* libssl.0.9.8.tbd */,
  149. 32D63404201988AE00D091A0 /* libcrypto.0.9.8.tbd */,
  150. );
  151. name = Frameworks;
  152. sourceTree = "<group>";
  153. };
  154. /* End PBXGroup section */
  155. /* Begin PBXNativeTarget section */
  156. 32D633DE2019876B00D091A0 /* nitoTV4Installer */ = {
  157. isa = PBXNativeTarget;
  158. buildConfigurationList = 32D633F02019876B00D091A0 /* Build configuration list for PBXNativeTarget "nitoTV4Installer" */;
  159. buildPhases = (
  160. 32D633DB2019876B00D091A0 /* Sources */,
  161. 32D633DC2019876B00D091A0 /* Frameworks */,
  162. 32D633DD2019876B00D091A0 /* Resources */,
  163. );
  164. buildRules = (
  165. );
  166. dependencies = (
  167. );
  168. name = nitoTV4Installer;
  169. productName = nitoTV4Installer;
  170. productReference = 32D633DF2019876B00D091A0 /* nitoTV4Installer.app */;
  171. productType = "com.apple.product-type.application";
  172. };
  173. /* End PBXNativeTarget section */
  174. /* Begin PBXProject section */
  175. 32D633D72019876B00D091A0 /* Project object */ = {
  176. isa = PBXProject;
  177. attributes = {
  178. LastUpgradeCheck = 0900;
  179. ORGANIZATIONNAME = "Kevin Bradley";
  180. TargetAttributes = {
  181. 32D633DE2019876B00D091A0 = {
  182. CreatedOnToolsVersion = 9.0;
  183. ProvisioningStyle = Automatic;
  184. SystemCapabilities = {
  185. com.apple.Sandbox = {
  186. enabled = 0;
  187. };
  188. };
  189. };
  190. };
  191. };
  192. buildConfigurationList = 32D633DA2019876B00D091A0 /* Build configuration list for PBXProject "nitoTV4Installer" */;
  193. compatibilityVersion = "Xcode 8.0";
  194. developmentRegion = en;
  195. hasScannedForEncodings = 0;
  196. knownRegions = (
  197. en,
  198. Base,
  199. );
  200. mainGroup = 32D633D62019876B00D091A0;
  201. productRefGroup = 32D633E02019876B00D091A0 /* Products */;
  202. projectDirPath = "";
  203. projectRoot = "";
  204. targets = (
  205. 32D633DE2019876B00D091A0 /* nitoTV4Installer */,
  206. );
  207. };
  208. /* End PBXProject section */
  209. /* Begin PBXResourcesBuildPhase section */
  210. 32D633DD2019876B00D091A0 /* Resources */ = {
  211. isa = PBXResourcesBuildPhase;
  212. buildActionMask = 2147483647;
  213. files = (
  214. 32D633E62019876B00D091A0 /* Assets.xcassets in Resources */,
  215. 32D633E92019876B00D091A0 /* MainMenu.xib in Resources */,
  216. );
  217. runOnlyForDeploymentPostprocessing = 0;
  218. };
  219. /* End PBXResourcesBuildPhase section */
  220. /* Begin PBXSourcesBuildPhase section */
  221. 32D633DB2019876B00D091A0 /* Sources */ = {
  222. isa = PBXSourcesBuildPhase;
  223. buildActionMask = 2147483647;
  224. files = (
  225. 32D6340F20198B1100D091A0 /* ObjSSH.m in Sources */,
  226. 32D633EC2019876B00D091A0 /* main.m in Sources */,
  227. 32D633E42019876B00D091A0 /* AppDelegate.m in Sources */,
  228. 32D6341020198B1700D091A0 /* ATVDeviceController.m in Sources */,
  229. 32D634152019AE1C00D091A0 /* KBDownloadFile.m in Sources */,
  230. 32D634022019889E00D091A0 /* EMKeychainItem.m in Sources */,
  231. );
  232. runOnlyForDeploymentPostprocessing = 0;
  233. };
  234. /* End PBXSourcesBuildPhase section */
  235. /* Begin PBXVariantGroup section */
  236. 32D633E72019876B00D091A0 /* MainMenu.xib */ = {
  237. isa = PBXVariantGroup;
  238. children = (
  239. 32D633E82019876B00D091A0 /* Base */,
  240. );
  241. name = MainMenu.xib;
  242. sourceTree = "<group>";
  243. };
  244. /* End PBXVariantGroup section */
  245. /* Begin XCBuildConfiguration section */
  246. 32D633EE2019876B00D091A0 /* Debug */ = {
  247. isa = XCBuildConfiguration;
  248. buildSettings = {
  249. ALWAYS_SEARCH_USER_PATHS = NO;
  250. CLANG_ANALYZER_NONNULL = YES;
  251. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  252. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  253. CLANG_CXX_LIBRARY = "libc++";
  254. CLANG_ENABLE_MODULES = YES;
  255. CLANG_ENABLE_OBJC_ARC = YES;
  256. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  257. CLANG_WARN_BOOL_CONVERSION = YES;
  258. CLANG_WARN_COMMA = YES;
  259. CLANG_WARN_CONSTANT_CONVERSION = YES;
  260. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  261. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  262. CLANG_WARN_EMPTY_BODY = YES;
  263. CLANG_WARN_ENUM_CONVERSION = YES;
  264. CLANG_WARN_INFINITE_RECURSION = YES;
  265. CLANG_WARN_INT_CONVERSION = YES;
  266. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  267. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  268. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  269. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  270. CLANG_WARN_STRICT_PROTOTYPES = YES;
  271. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  272. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  273. CLANG_WARN_UNREACHABLE_CODE = YES;
  274. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  275. CODE_SIGN_IDENTITY = "Mac Developer";
  276. COPY_PHASE_STRIP = NO;
  277. DEBUG_INFORMATION_FORMAT = dwarf;
  278. ENABLE_STRICT_OBJC_MSGSEND = YES;
  279. ENABLE_TESTABILITY = YES;
  280. GCC_C_LANGUAGE_STANDARD = gnu11;
  281. GCC_DYNAMIC_NO_PIC = NO;
  282. GCC_NO_COMMON_BLOCKS = YES;
  283. GCC_OPTIMIZATION_LEVEL = 0;
  284. GCC_PREPROCESSOR_DEFINITIONS = (
  285. "DEBUG=1",
  286. "$(inherited)",
  287. );
  288. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  289. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  290. GCC_WARN_UNDECLARED_SELECTOR = YES;
  291. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  292. GCC_WARN_UNUSED_FUNCTION = YES;
  293. GCC_WARN_UNUSED_VARIABLE = YES;
  294. MACOSX_DEPLOYMENT_TARGET = 10.12;
  295. MTL_ENABLE_DEBUG_INFO = YES;
  296. ONLY_ACTIVE_ARCH = YES;
  297. SDKROOT = macosx;
  298. };
  299. name = Debug;
  300. };
  301. 32D633EF2019876B00D091A0 /* Release */ = {
  302. isa = XCBuildConfiguration;
  303. buildSettings = {
  304. ALWAYS_SEARCH_USER_PATHS = NO;
  305. CLANG_ANALYZER_NONNULL = YES;
  306. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  307. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  308. CLANG_CXX_LIBRARY = "libc++";
  309. CLANG_ENABLE_MODULES = YES;
  310. CLANG_ENABLE_OBJC_ARC = YES;
  311. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  312. CLANG_WARN_BOOL_CONVERSION = YES;
  313. CLANG_WARN_COMMA = YES;
  314. CLANG_WARN_CONSTANT_CONVERSION = YES;
  315. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  316. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  317. CLANG_WARN_EMPTY_BODY = YES;
  318. CLANG_WARN_ENUM_CONVERSION = YES;
  319. CLANG_WARN_INFINITE_RECURSION = YES;
  320. CLANG_WARN_INT_CONVERSION = YES;
  321. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  322. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  323. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  324. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  325. CLANG_WARN_STRICT_PROTOTYPES = YES;
  326. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  327. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  328. CLANG_WARN_UNREACHABLE_CODE = YES;
  329. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  330. CODE_SIGN_IDENTITY = "Mac Developer";
  331. COPY_PHASE_STRIP = NO;
  332. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  333. ENABLE_NS_ASSERTIONS = NO;
  334. ENABLE_STRICT_OBJC_MSGSEND = YES;
  335. GCC_C_LANGUAGE_STANDARD = gnu11;
  336. GCC_NO_COMMON_BLOCKS = YES;
  337. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  338. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  339. GCC_WARN_UNDECLARED_SELECTOR = YES;
  340. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  341. GCC_WARN_UNUSED_FUNCTION = YES;
  342. GCC_WARN_UNUSED_VARIABLE = YES;
  343. MACOSX_DEPLOYMENT_TARGET = 10.12;
  344. MTL_ENABLE_DEBUG_INFO = NO;
  345. SDKROOT = macosx;
  346. };
  347. name = Release;
  348. };
  349. 32D633F12019876B00D091A0 /* Debug */ = {
  350. isa = XCBuildConfiguration;
  351. buildSettings = {
  352. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  353. CODE_SIGN_IDENTITY = "";
  354. CODE_SIGN_STYLE = Automatic;
  355. COMBINE_HIDPI_IMAGES = YES;
  356. DEVELOPMENT_TEAM = "";
  357. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  358. GCC_PREFIX_HEADER = nitoTV4Installer/nitoTV4Installer.pch;
  359. INFOPLIST_FILE = nitoTV4Installer/Info.plist;
  360. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  361. LIBRARY_SEARCH_PATHS = (
  362. "$(inherited)",
  363. "$(PROJECT_DIR)/nitoTV4Installer/ObjSSH/lib",
  364. );
  365. MACOSX_DEPLOYMENT_TARGET = 10.11;
  366. PRODUCT_BUNDLE_IDENTIFIER = com.nito.com.nitoTV4Installer;
  367. PRODUCT_NAME = "$(TARGET_NAME)";
  368. PROVISIONING_PROFILE_SPECIFIER = "";
  369. SDKROOT = macosx10.11;
  370. };
  371. name = Debug;
  372. };
  373. 32D633F22019876B00D091A0 /* Release */ = {
  374. isa = XCBuildConfiguration;
  375. buildSettings = {
  376. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  377. CODE_SIGN_IDENTITY = "";
  378. CODE_SIGN_STYLE = Automatic;
  379. COMBINE_HIDPI_IMAGES = YES;
  380. DEVELOPMENT_TEAM = "";
  381. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  382. GCC_PREFIX_HEADER = nitoTV4Installer/nitoTV4Installer.pch;
  383. INFOPLIST_FILE = nitoTV4Installer/Info.plist;
  384. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  385. LIBRARY_SEARCH_PATHS = (
  386. "$(inherited)",
  387. "$(PROJECT_DIR)/nitoTV4Installer/ObjSSH/lib",
  388. );
  389. MACOSX_DEPLOYMENT_TARGET = 10.11;
  390. PRODUCT_BUNDLE_IDENTIFIER = com.nito.com.nitoTV4Installer;
  391. PRODUCT_NAME = "$(TARGET_NAME)";
  392. PROVISIONING_PROFILE_SPECIFIER = "";
  393. SDKROOT = macosx10.11;
  394. };
  395. name = Release;
  396. };
  397. /* End XCBuildConfiguration section */
  398. /* Begin XCConfigurationList section */
  399. 32D633DA2019876B00D091A0 /* Build configuration list for PBXProject "nitoTV4Installer" */ = {
  400. isa = XCConfigurationList;
  401. buildConfigurations = (
  402. 32D633EE2019876B00D091A0 /* Debug */,
  403. 32D633EF2019876B00D091A0 /* Release */,
  404. );
  405. defaultConfigurationIsVisible = 0;
  406. defaultConfigurationName = Release;
  407. };
  408. 32D633F02019876B00D091A0 /* Build configuration list for PBXNativeTarget "nitoTV4Installer" */ = {
  409. isa = XCConfigurationList;
  410. buildConfigurations = (
  411. 32D633F12019876B00D091A0 /* Debug */,
  412. 32D633F22019876B00D091A0 /* Release */,
  413. );
  414. defaultConfigurationIsVisible = 0;
  415. defaultConfigurationName = Release;
  416. };
  417. /* End XCConfigurationList section */
  418. };
  419. rootObject = 32D633D72019876B00D091A0 /* Project object */;
  420. }