project.pbxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 932D472F1D1CD499004BCFE2 /* ZeroTierIcon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 932D472E1D1CD499004BCFE2 /* ZeroTierIcon.icns */; };
  10. 932D47331D1CD861004BCFE2 /* PreferencesViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 932D47311D1CD861004BCFE2 /* PreferencesViewController.xib */; };
  11. 932D47371D1CDC9B004BCFE2 /* AboutViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 932D47351D1CDC9B004BCFE2 /* AboutViewController.xib */; };
  12. 93326BDE1CE7C816005CA2AC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 93326BDD1CE7C816005CA2AC /* Assets.xcassets */; };
  13. 93326BE11CE7C816005CA2AC /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93326BDF1CE7C816005CA2AC /* MainMenu.xib */; };
  14. 93326BEB1CE7D9B9005CA2AC /* JoinNetworkViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93326BE91CE7D9B9005CA2AC /* JoinNetworkViewController.xib */; };
  15. 93326BEF1CE7DA30005CA2AC /* ShowNetworksViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93326BED1CE7DA30005CA2AC /* ShowNetworksViewController.xib */; };
  16. 93D1675F1D54191C00330C99 /* NodeStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D1675E1D54191C00330C99 /* NodeStatus.m */; };
  17. 93D167621D541BC200330C99 /* ServiceCom.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D167611D541BC200330C99 /* ServiceCom.m */; };
  18. 93D167661D54308200330C99 /* Network.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D167651D54308200330C99 /* Network.m */; };
  19. 93D167691D57E7EA00330C99 /* AboutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D167681D57E7EA00330C99 /* AboutViewController.m */; };
  20. 93D1676D1D57EB8400330C99 /* PreferencesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D1676C1D57EB8400330C99 /* PreferencesViewController.m */; };
  21. 93D167701D57FD3800330C99 /* NetworkMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D1676F1D57FD3800330C99 /* NetworkMonitor.m */; };
  22. 93D167731D58093C00330C99 /* NetworkInfoCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D167721D58093C00330C99 /* NetworkInfoCell.m */; };
  23. 93D167761D580C3500330C99 /* ShowNetworksViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D167751D580C3500330C99 /* ShowNetworksViewController.m */; };
  24. 93D167791D5815E600330C99 /* JoinNetworkViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D167781D5815E600330C99 /* JoinNetworkViewController.m */; };
  25. 93D1677C1D58228A00330C99 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D1677B1D58228A00330C99 /* AppDelegate.m */; };
  26. 93D1679B1D58300F00330C99 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D1679A1D58300F00330C99 /* main.m */; };
  27. 93D1679D1D595F0000330C99 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93D1679C1D595F0000330C99 /* WebKit.framework */; };
  28. 93DAFB271D3F0BEE004D5417 /* about.html in Resources */ = {isa = PBXBuildFile; fileRef = 93DAFB261D3F0BEE004D5417 /* about.html */; };
  29. 93DAFE4B1CFE53CA00547CC4 /* AuthtokenCopy.m in Sources */ = {isa = PBXBuildFile; fileRef = 93DAFE4A1CFE53CA00547CC4 /* AuthtokenCopy.m */; };
  30. /* End PBXBuildFile section */
  31. /* Begin PBXFileReference section */
  32. 932D472E1D1CD499004BCFE2 /* ZeroTierIcon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = ZeroTierIcon.icns; sourceTree = "<group>"; };
  33. 932D47311D1CD861004BCFE2 /* PreferencesViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PreferencesViewController.xib; sourceTree = "<group>"; };
  34. 932D47351D1CDC9B004BCFE2 /* AboutViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = AboutViewController.xib; sourceTree = "<group>"; };
  35. 93326BD81CE7C816005CA2AC /* ZeroTier One.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ZeroTier One.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  36. 93326BDD1CE7C816005CA2AC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  37. 93326BE01CE7C816005CA2AC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  38. 93326BE21CE7C816005CA2AC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  39. 93326BE91CE7D9B9005CA2AC /* JoinNetworkViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = JoinNetworkViewController.xib; sourceTree = "<group>"; };
  40. 93326BED1CE7DA30005CA2AC /* ShowNetworksViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ShowNetworksViewController.xib; sourceTree = "<group>"; };
  41. 93D1675D1D54191C00330C99 /* NodeStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NodeStatus.h; sourceTree = "<group>"; };
  42. 93D1675E1D54191C00330C99 /* NodeStatus.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NodeStatus.m; sourceTree = "<group>"; };
  43. 93D167601D541BC200330C99 /* ServiceCom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ServiceCom.h; sourceTree = "<group>"; };
  44. 93D167611D541BC200330C99 /* ServiceCom.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ServiceCom.m; sourceTree = "<group>"; };
  45. 93D167641D54308200330C99 /* Network.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Network.h; sourceTree = "<group>"; };
  46. 93D167651D54308200330C99 /* Network.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Network.m; sourceTree = "<group>"; };
  47. 93D167671D57E7EA00330C99 /* AboutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AboutViewController.h; sourceTree = "<group>"; };
  48. 93D167681D57E7EA00330C99 /* AboutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AboutViewController.m; sourceTree = "<group>"; };
  49. 93D1676B1D57EB8400330C99 /* PreferencesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PreferencesViewController.h; sourceTree = "<group>"; };
  50. 93D1676C1D57EB8400330C99 /* PreferencesViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PreferencesViewController.m; sourceTree = "<group>"; };
  51. 93D1676E1D57FD3800330C99 /* NetworkMonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetworkMonitor.h; sourceTree = "<group>"; };
  52. 93D1676F1D57FD3800330C99 /* NetworkMonitor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NetworkMonitor.m; sourceTree = "<group>"; };
  53. 93D167711D58093C00330C99 /* NetworkInfoCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetworkInfoCell.h; sourceTree = "<group>"; };
  54. 93D167721D58093C00330C99 /* NetworkInfoCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NetworkInfoCell.m; sourceTree = "<group>"; };
  55. 93D167741D580C3500330C99 /* ShowNetworksViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShowNetworksViewController.h; sourceTree = "<group>"; };
  56. 93D167751D580C3500330C99 /* ShowNetworksViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShowNetworksViewController.m; sourceTree = "<group>"; };
  57. 93D167771D5815E600330C99 /* JoinNetworkViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JoinNetworkViewController.h; sourceTree = "<group>"; };
  58. 93D167781D5815E600330C99 /* JoinNetworkViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JoinNetworkViewController.m; sourceTree = "<group>"; };
  59. 93D1677A1D58228A00330C99 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  60. 93D1677B1D58228A00330C99 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  61. 93D1679A1D58300F00330C99 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  62. 93D1679C1D595F0000330C99 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
  63. 93DAFB261D3F0BEE004D5417 /* about.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = about.html; sourceTree = "<group>"; };
  64. 93DAFE4A1CFE53CA00547CC4 /* AuthtokenCopy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AuthtokenCopy.m; sourceTree = "<group>"; };
  65. 93DAFE4C1CFE53DA00547CC4 /* AuthtokenCopy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AuthtokenCopy.h; sourceTree = "<group>"; };
  66. /* End PBXFileReference section */
  67. /* Begin PBXFrameworksBuildPhase section */
  68. 93326BD51CE7C816005CA2AC /* Frameworks */ = {
  69. isa = PBXFrameworksBuildPhase;
  70. buildActionMask = 2147483647;
  71. files = (
  72. 93D1679D1D595F0000330C99 /* WebKit.framework in Frameworks */,
  73. );
  74. runOnlyForDeploymentPostprocessing = 0;
  75. };
  76. /* End PBXFrameworksBuildPhase section */
  77. /* Begin PBXGroup section */
  78. 93326BCF1CE7C816005CA2AC = {
  79. isa = PBXGroup;
  80. children = (
  81. 93D1679C1D595F0000330C99 /* WebKit.framework */,
  82. 93326BDA1CE7C816005CA2AC /* ZeroTier One */,
  83. 93326BD91CE7C816005CA2AC /* Products */,
  84. );
  85. sourceTree = "<group>";
  86. };
  87. 93326BD91CE7C816005CA2AC /* Products */ = {
  88. isa = PBXGroup;
  89. children = (
  90. 93326BD81CE7C816005CA2AC /* ZeroTier One.app */,
  91. );
  92. name = Products;
  93. sourceTree = "<group>";
  94. };
  95. 93326BDA1CE7C816005CA2AC /* ZeroTier One */ = {
  96. isa = PBXGroup;
  97. children = (
  98. 932D472E1D1CD499004BCFE2 /* ZeroTierIcon.icns */,
  99. 93326BDD1CE7C816005CA2AC /* Assets.xcassets */,
  100. 93326BDF1CE7C816005CA2AC /* MainMenu.xib */,
  101. 93326BE21CE7C816005CA2AC /* Info.plist */,
  102. 93DAFE4A1CFE53CA00547CC4 /* AuthtokenCopy.m */,
  103. 93DAFE4C1CFE53DA00547CC4 /* AuthtokenCopy.h */,
  104. 93D1676E1D57FD3800330C99 /* NetworkMonitor.h */,
  105. 93D1676F1D57FD3800330C99 /* NetworkMonitor.m */,
  106. 93DAFB261D3F0BEE004D5417 /* about.html */,
  107. 93D1675D1D54191C00330C99 /* NodeStatus.h */,
  108. 93D1675E1D54191C00330C99 /* NodeStatus.m */,
  109. 93D167601D541BC200330C99 /* ServiceCom.h */,
  110. 93D167611D541BC200330C99 /* ServiceCom.m */,
  111. 93D167641D54308200330C99 /* Network.h */,
  112. 93D167651D54308200330C99 /* Network.m */,
  113. 93D167671D57E7EA00330C99 /* AboutViewController.h */,
  114. 93D167681D57E7EA00330C99 /* AboutViewController.m */,
  115. 932D47351D1CDC9B004BCFE2 /* AboutViewController.xib */,
  116. 93D1676B1D57EB8400330C99 /* PreferencesViewController.h */,
  117. 93D1676C1D57EB8400330C99 /* PreferencesViewController.m */,
  118. 932D47311D1CD861004BCFE2 /* PreferencesViewController.xib */,
  119. 93D167711D58093C00330C99 /* NetworkInfoCell.h */,
  120. 93D167721D58093C00330C99 /* NetworkInfoCell.m */,
  121. 93D167741D580C3500330C99 /* ShowNetworksViewController.h */,
  122. 93D167751D580C3500330C99 /* ShowNetworksViewController.m */,
  123. 93326BED1CE7DA30005CA2AC /* ShowNetworksViewController.xib */,
  124. 93D167771D5815E600330C99 /* JoinNetworkViewController.h */,
  125. 93D167781D5815E600330C99 /* JoinNetworkViewController.m */,
  126. 93326BE91CE7D9B9005CA2AC /* JoinNetworkViewController.xib */,
  127. 93D1677A1D58228A00330C99 /* AppDelegate.h */,
  128. 93D1677B1D58228A00330C99 /* AppDelegate.m */,
  129. 93D1679A1D58300F00330C99 /* main.m */,
  130. );
  131. path = "ZeroTier One";
  132. sourceTree = "<group>";
  133. };
  134. /* End PBXGroup section */
  135. /* Begin PBXNativeTarget section */
  136. 93326BD71CE7C816005CA2AC /* ZeroTier One */ = {
  137. isa = PBXNativeTarget;
  138. buildConfigurationList = 93326BE51CE7C816005CA2AC /* Build configuration list for PBXNativeTarget "ZeroTier One" */;
  139. buildPhases = (
  140. 93326BD41CE7C816005CA2AC /* Sources */,
  141. 93326BD51CE7C816005CA2AC /* Frameworks */,
  142. 93326BD61CE7C816005CA2AC /* Resources */,
  143. );
  144. buildRules = (
  145. );
  146. dependencies = (
  147. );
  148. name = "ZeroTier One";
  149. productName = "ZeroTier One";
  150. productReference = 93326BD81CE7C816005CA2AC /* ZeroTier One.app */;
  151. productType = "com.apple.product-type.application";
  152. };
  153. /* End PBXNativeTarget section */
  154. /* Begin PBXProject section */
  155. 93326BD01CE7C816005CA2AC /* Project object */ = {
  156. isa = PBXProject;
  157. attributes = {
  158. LastSwiftUpdateCheck = 0730;
  159. LastUpgradeCheck = 0800;
  160. ORGANIZATIONNAME = "ZeroTier, Inc";
  161. TargetAttributes = {
  162. 93326BD71CE7C816005CA2AC = {
  163. CreatedOnToolsVersion = 7.3;
  164. };
  165. };
  166. };
  167. buildConfigurationList = 93326BD31CE7C816005CA2AC /* Build configuration list for PBXProject "ZeroTier One" */;
  168. compatibilityVersion = "Xcode 3.2";
  169. developmentRegion = English;
  170. hasScannedForEncodings = 0;
  171. knownRegions = (
  172. en,
  173. Base,
  174. );
  175. mainGroup = 93326BCF1CE7C816005CA2AC;
  176. productRefGroup = 93326BD91CE7C816005CA2AC /* Products */;
  177. projectDirPath = "";
  178. projectRoot = "";
  179. targets = (
  180. 93326BD71CE7C816005CA2AC /* ZeroTier One */,
  181. );
  182. };
  183. /* End PBXProject section */
  184. /* Begin PBXResourcesBuildPhase section */
  185. 93326BD61CE7C816005CA2AC /* Resources */ = {
  186. isa = PBXResourcesBuildPhase;
  187. buildActionMask = 2147483647;
  188. files = (
  189. 93DAFB271D3F0BEE004D5417 /* about.html in Resources */,
  190. 93326BEF1CE7DA30005CA2AC /* ShowNetworksViewController.xib in Resources */,
  191. 932D47371D1CDC9B004BCFE2 /* AboutViewController.xib in Resources */,
  192. 93326BEB1CE7D9B9005CA2AC /* JoinNetworkViewController.xib in Resources */,
  193. 93326BDE1CE7C816005CA2AC /* Assets.xcassets in Resources */,
  194. 93326BE11CE7C816005CA2AC /* MainMenu.xib in Resources */,
  195. 932D472F1D1CD499004BCFE2 /* ZeroTierIcon.icns in Resources */,
  196. 932D47331D1CD861004BCFE2 /* PreferencesViewController.xib in Resources */,
  197. );
  198. runOnlyForDeploymentPostprocessing = 0;
  199. };
  200. /* End PBXResourcesBuildPhase section */
  201. /* Begin PBXSourcesBuildPhase section */
  202. 93326BD41CE7C816005CA2AC /* Sources */ = {
  203. isa = PBXSourcesBuildPhase;
  204. buildActionMask = 2147483647;
  205. files = (
  206. 93D1679B1D58300F00330C99 /* main.m in Sources */,
  207. 93D167621D541BC200330C99 /* ServiceCom.m in Sources */,
  208. 93D167761D580C3500330C99 /* ShowNetworksViewController.m in Sources */,
  209. 93DAFE4B1CFE53CA00547CC4 /* AuthtokenCopy.m in Sources */,
  210. 93D167701D57FD3800330C99 /* NetworkMonitor.m in Sources */,
  211. 93D1675F1D54191C00330C99 /* NodeStatus.m in Sources */,
  212. 93D167691D57E7EA00330C99 /* AboutViewController.m in Sources */,
  213. 93D1676D1D57EB8400330C99 /* PreferencesViewController.m in Sources */,
  214. 93D1677C1D58228A00330C99 /* AppDelegate.m in Sources */,
  215. 93D167731D58093C00330C99 /* NetworkInfoCell.m in Sources */,
  216. 93D167661D54308200330C99 /* Network.m in Sources */,
  217. 93D167791D5815E600330C99 /* JoinNetworkViewController.m in Sources */,
  218. );
  219. runOnlyForDeploymentPostprocessing = 0;
  220. };
  221. /* End PBXSourcesBuildPhase section */
  222. /* Begin PBXVariantGroup section */
  223. 93326BDF1CE7C816005CA2AC /* MainMenu.xib */ = {
  224. isa = PBXVariantGroup;
  225. children = (
  226. 93326BE01CE7C816005CA2AC /* Base */,
  227. );
  228. name = MainMenu.xib;
  229. sourceTree = "<group>";
  230. };
  231. /* End PBXVariantGroup section */
  232. /* Begin XCBuildConfiguration section */
  233. 93326BE31CE7C816005CA2AC /* Debug */ = {
  234. isa = XCBuildConfiguration;
  235. buildSettings = {
  236. ALWAYS_SEARCH_USER_PATHS = NO;
  237. CLANG_ANALYZER_NONNULL = YES;
  238. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  239. CLANG_CXX_LIBRARY = "libc++";
  240. CLANG_ENABLE_MODULES = YES;
  241. CLANG_ENABLE_OBJC_ARC = YES;
  242. CLANG_WARN_BOOL_CONVERSION = YES;
  243. CLANG_WARN_CONSTANT_CONVERSION = YES;
  244. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  245. CLANG_WARN_EMPTY_BODY = YES;
  246. CLANG_WARN_ENUM_CONVERSION = YES;
  247. CLANG_WARN_INFINITE_RECURSION = YES;
  248. CLANG_WARN_INT_CONVERSION = YES;
  249. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  250. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  251. CLANG_WARN_UNREACHABLE_CODE = YES;
  252. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  253. CODE_SIGN_IDENTITY = "-";
  254. COPY_PHASE_STRIP = NO;
  255. DEBUG_INFORMATION_FORMAT = dwarf;
  256. ENABLE_STRICT_OBJC_MSGSEND = YES;
  257. ENABLE_TESTABILITY = YES;
  258. GCC_C_LANGUAGE_STANDARD = gnu99;
  259. GCC_DYNAMIC_NO_PIC = NO;
  260. GCC_NO_COMMON_BLOCKS = YES;
  261. GCC_OPTIMIZATION_LEVEL = 0;
  262. GCC_PREPROCESSOR_DEFINITIONS = (
  263. "DEBUG=1",
  264. "$(inherited)",
  265. );
  266. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  267. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  268. GCC_WARN_UNDECLARED_SELECTOR = YES;
  269. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  270. GCC_WARN_UNUSED_FUNCTION = YES;
  271. GCC_WARN_UNUSED_VARIABLE = YES;
  272. MACOSX_DEPLOYMENT_TARGET = 10.11;
  273. MTL_ENABLE_DEBUG_INFO = YES;
  274. ONLY_ACTIVE_ARCH = YES;
  275. SDKROOT = macosx;
  276. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  277. };
  278. name = Debug;
  279. };
  280. 93326BE41CE7C816005CA2AC /* Release */ = {
  281. isa = XCBuildConfiguration;
  282. buildSettings = {
  283. ALWAYS_SEARCH_USER_PATHS = NO;
  284. CLANG_ANALYZER_NONNULL = YES;
  285. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  286. CLANG_CXX_LIBRARY = "libc++";
  287. CLANG_ENABLE_MODULES = YES;
  288. CLANG_ENABLE_OBJC_ARC = YES;
  289. CLANG_WARN_BOOL_CONVERSION = YES;
  290. CLANG_WARN_CONSTANT_CONVERSION = YES;
  291. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  292. CLANG_WARN_EMPTY_BODY = YES;
  293. CLANG_WARN_ENUM_CONVERSION = YES;
  294. CLANG_WARN_INFINITE_RECURSION = YES;
  295. CLANG_WARN_INT_CONVERSION = YES;
  296. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  297. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  298. CLANG_WARN_UNREACHABLE_CODE = YES;
  299. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  300. CODE_SIGN_IDENTITY = "-";
  301. COPY_PHASE_STRIP = NO;
  302. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  303. ENABLE_NS_ASSERTIONS = NO;
  304. ENABLE_STRICT_OBJC_MSGSEND = YES;
  305. GCC_C_LANGUAGE_STANDARD = gnu99;
  306. GCC_NO_COMMON_BLOCKS = YES;
  307. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  308. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  309. GCC_WARN_UNDECLARED_SELECTOR = YES;
  310. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  311. GCC_WARN_UNUSED_FUNCTION = YES;
  312. GCC_WARN_UNUSED_VARIABLE = YES;
  313. MACOSX_DEPLOYMENT_TARGET = 10.11;
  314. MTL_ENABLE_DEBUG_INFO = NO;
  315. SDKROOT = macosx;
  316. };
  317. name = Release;
  318. };
  319. 93326BE61CE7C816005CA2AC /* Debug */ = {
  320. isa = XCBuildConfiguration;
  321. buildSettings = {
  322. CLANG_ENABLE_MODULES = YES;
  323. COMBINE_HIDPI_IMAGES = YES;
  324. INFOPLIST_FILE = "ZeroTier One/Info.plist";
  325. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  326. MACOSX_DEPLOYMENT_TARGET = 10.10;
  327. PRODUCT_BUNDLE_IDENTIFIER = "com.zerotier.ZeroTier-One";
  328. PRODUCT_NAME = "$(TARGET_NAME)";
  329. SWIFT_OBJC_BRIDGING_HEADER = "ZeroTier One/ZeroTier One-Bridging-Header.h";
  330. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  331. };
  332. name = Debug;
  333. };
  334. 93326BE71CE7C816005CA2AC /* Release */ = {
  335. isa = XCBuildConfiguration;
  336. buildSettings = {
  337. CLANG_ENABLE_MODULES = YES;
  338. COMBINE_HIDPI_IMAGES = YES;
  339. INFOPLIST_FILE = "ZeroTier One/Info.plist";
  340. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  341. MACOSX_DEPLOYMENT_TARGET = 10.10;
  342. PRODUCT_BUNDLE_IDENTIFIER = "com.zerotier.ZeroTier-One";
  343. PRODUCT_NAME = "$(TARGET_NAME)";
  344. SWIFT_OBJC_BRIDGING_HEADER = "ZeroTier One/ZeroTier One-Bridging-Header.h";
  345. };
  346. name = Release;
  347. };
  348. /* End XCBuildConfiguration section */
  349. /* Begin XCConfigurationList section */
  350. 93326BD31CE7C816005CA2AC /* Build configuration list for PBXProject "ZeroTier One" */ = {
  351. isa = XCConfigurationList;
  352. buildConfigurations = (
  353. 93326BE31CE7C816005CA2AC /* Debug */,
  354. 93326BE41CE7C816005CA2AC /* Release */,
  355. );
  356. defaultConfigurationIsVisible = 0;
  357. defaultConfigurationName = Release;
  358. };
  359. 93326BE51CE7C816005CA2AC /* Build configuration list for PBXNativeTarget "ZeroTier One" */ = {
  360. isa = XCConfigurationList;
  361. buildConfigurations = (
  362. 93326BE61CE7C816005CA2AC /* Debug */,
  363. 93326BE71CE7C816005CA2AC /* Release */,
  364. );
  365. defaultConfigurationIsVisible = 0;
  366. defaultConfigurationName = Release;
  367. };
  368. /* End XCConfigurationList section */
  369. };
  370. rootObject = 93326BD01CE7C816005CA2AC /* Project object */;
  371. }