project.pbxproj 20 KB

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