project.pbxproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 00C54B141C09CD9C001C3F12 /* ReachabilityMac.h in Headers */ = {isa = PBXBuildFile; fileRef = 00C54B131C09CD9C001C3F12 /* ReachabilityMac.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. 00C54B191C09CDF6001C3F12 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344B01BE76862008AFE69 /* Reachability.swift */; };
  11. 00C54B221C09CF68001C3F12 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C54B211C09CF68001C3F12 /* AppDelegate.swift */; };
  12. 00C54B241C09CF68001C3F12 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C54B231C09CF68001C3F12 /* ViewController.swift */; };
  13. 00C54B261C09CF68001C3F12 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 00C54B251C09CF68001C3F12 /* Assets.xcassets */; };
  14. 00C54B291C09CF68001C3F12 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 00C54B271C09CF68001C3F12 /* Main.storyboard */; };
  15. 00C54B2E1C09D1AA001C3F12 /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C54B111C09CD9C001C3F12 /* Reachability.framework */; };
  16. 00C54B2F1C09D1AA001C3F12 /* Reachability.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 00C54B111C09CD9C001C3F12 /* Reachability.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  17. AA7344761BE7678B008AFE69 /* Reachability.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7344751BE7678B008AFE69 /* Reachability.h */; settings = {ATTRIBUTES = (Public, ); }; };
  18. AA7344931BE76820008AFE69 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344921BE76820008AFE69 /* AppDelegate.swift */; };
  19. AA7344951BE76820008AFE69 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344941BE76820008AFE69 /* ViewController.swift */; };
  20. AA7344981BE76820008AFE69 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA7344961BE76820008AFE69 /* Main.storyboard */; };
  21. AA73449A1BE76820008AFE69 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA7344991BE76820008AFE69 /* Assets.xcassets */; };
  22. AA7344B11BE76862008AFE69 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344B01BE76862008AFE69 /* Reachability.swift */; };
  23. AA7344B51BE769D6008AFE69 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */; };
  24. CAC230C51BF2180000F6464E /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; };
  25. CAC230C61BF2180000F6464E /* Reachability.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  26. /* End PBXBuildFile section */
  27. /* Begin PBXContainerItemProxy section */
  28. 00C54B301C09D1AA001C3F12 /* PBXContainerItemProxy */ = {
  29. isa = PBXContainerItemProxy;
  30. containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
  31. proxyType = 1;
  32. remoteGlobalIDString = 00C54B101C09CD9C001C3F12;
  33. remoteInfo = ReachabilityMac;
  34. };
  35. CAC230C71BF2180000F6464E /* PBXContainerItemProxy */ = {
  36. isa = PBXContainerItemProxy;
  37. containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
  38. proxyType = 1;
  39. remoteGlobalIDString = AA7344711BE7678B008AFE69;
  40. remoteInfo = Reachability;
  41. };
  42. /* End PBXContainerItemProxy section */
  43. /* Begin PBXCopyFilesBuildPhase section */
  44. 00C54B331C09D1AA001C3F12 /* Embed Frameworks */ = {
  45. isa = PBXCopyFilesBuildPhase;
  46. buildActionMask = 2147483647;
  47. dstPath = "";
  48. dstSubfolderSpec = 10;
  49. files = (
  50. 00C54B2F1C09D1AA001C3F12 /* Reachability.framework in Embed Frameworks */,
  51. );
  52. name = "Embed Frameworks";
  53. runOnlyForDeploymentPostprocessing = 0;
  54. };
  55. CAC230C91BF2180100F6464E /* Embed Frameworks */ = {
  56. isa = PBXCopyFilesBuildPhase;
  57. buildActionMask = 2147483647;
  58. dstPath = "";
  59. dstSubfolderSpec = 10;
  60. files = (
  61. CAC230C61BF2180000F6464E /* Reachability.framework in Embed Frameworks */,
  62. );
  63. name = "Embed Frameworks";
  64. runOnlyForDeploymentPostprocessing = 0;
  65. };
  66. /* End PBXCopyFilesBuildPhase section */
  67. /* Begin PBXFileReference section */
  68. 00C54B111C09CD9C001C3F12 /* Reachability.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Reachability.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  69. 00C54B131C09CD9C001C3F12 /* ReachabilityMac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReachabilityMac.h; sourceTree = "<group>"; };
  70. 00C54B151C09CD9C001C3F12 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  71. 00C54B1F1C09CF67001C3F12 /* ReachabilityMacSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReachabilityMacSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  72. 00C54B211C09CF68001C3F12 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  73. 00C54B231C09CF68001C3F12 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  74. 00C54B251C09CF68001C3F12 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  75. 00C54B281C09CF68001C3F12 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  76. 00C54B2A1C09CF68001C3F12 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  77. AA7344721BE7678B008AFE69 /* Reachability.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Reachability.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  78. AA7344751BE7678B008AFE69 /* Reachability.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
  79. AA7344771BE7678B008AFE69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  80. AA7344901BE76820008AFE69 /* ReachabilitySample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReachabilitySample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  81. AA7344921BE76820008AFE69 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  82. AA7344941BE76820008AFE69 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  83. AA7344971BE76820008AFE69 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  84. AA7344991BE76820008AFE69 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  85. AA73449E1BE76820008AFE69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  86. AA7344B01BE76862008AFE69 /* Reachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Reachability.swift; sourceTree = "<group>"; };
  87. AA7344B41BE769D6008AFE69 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  88. /* End PBXFileReference section */
  89. /* Begin PBXFrameworksBuildPhase section */
  90. 00C54B0D1C09CD9C001C3F12 /* Frameworks */ = {
  91. isa = PBXFrameworksBuildPhase;
  92. buildActionMask = 2147483647;
  93. files = (
  94. );
  95. runOnlyForDeploymentPostprocessing = 0;
  96. };
  97. 00C54B321C09D1AA001C3F12 /* Frameworks */ = {
  98. isa = PBXFrameworksBuildPhase;
  99. buildActionMask = 2147483647;
  100. files = (
  101. 00C54B2E1C09D1AA001C3F12 /* Reachability.framework in Frameworks */,
  102. );
  103. runOnlyForDeploymentPostprocessing = 0;
  104. };
  105. AA73446E1BE7678B008AFE69 /* Frameworks */ = {
  106. isa = PBXFrameworksBuildPhase;
  107. buildActionMask = 2147483647;
  108. files = (
  109. );
  110. runOnlyForDeploymentPostprocessing = 0;
  111. };
  112. AA73448D1BE76820008AFE69 /* Frameworks */ = {
  113. isa = PBXFrameworksBuildPhase;
  114. buildActionMask = 2147483647;
  115. files = (
  116. CAC230C51BF2180000F6464E /* Reachability.framework in Frameworks */,
  117. );
  118. runOnlyForDeploymentPostprocessing = 0;
  119. };
  120. /* End PBXFrameworksBuildPhase section */
  121. /* Begin PBXGroup section */
  122. 00C54B121C09CD9C001C3F12 /* ReachabilityMac */ = {
  123. isa = PBXGroup;
  124. children = (
  125. 00C54B131C09CD9C001C3F12 /* ReachabilityMac.h */,
  126. 00C54B151C09CD9C001C3F12 /* Info.plist */,
  127. );
  128. path = ReachabilityMac;
  129. sourceTree = "<group>";
  130. };
  131. 00C54B201C09CF68001C3F12 /* ReachabilityMacSample */ = {
  132. isa = PBXGroup;
  133. children = (
  134. 00C54B211C09CF68001C3F12 /* AppDelegate.swift */,
  135. 00C54B231C09CF68001C3F12 /* ViewController.swift */,
  136. 00C54B251C09CF68001C3F12 /* Assets.xcassets */,
  137. 00C54B271C09CF68001C3F12 /* Main.storyboard */,
  138. 00C54B2A1C09CF68001C3F12 /* Info.plist */,
  139. );
  140. path = ReachabilityMacSample;
  141. sourceTree = "<group>";
  142. };
  143. AA7344681BE7678B008AFE69 = {
  144. isa = PBXGroup;
  145. children = (
  146. AA7344741BE7678B008AFE69 /* Reachability */,
  147. AA7344911BE76820008AFE69 /* ReachabilitySample */,
  148. 00C54B121C09CD9C001C3F12 /* ReachabilityMac */,
  149. 00C54B201C09CF68001C3F12 /* ReachabilityMacSample */,
  150. AA7344731BE7678B008AFE69 /* Products */,
  151. );
  152. sourceTree = "<group>";
  153. };
  154. AA7344731BE7678B008AFE69 /* Products */ = {
  155. isa = PBXGroup;
  156. children = (
  157. AA7344721BE7678B008AFE69 /* Reachability.framework */,
  158. AA7344901BE76820008AFE69 /* ReachabilitySample.app */,
  159. 00C54B111C09CD9C001C3F12 /* Reachability.framework */,
  160. 00C54B1F1C09CF67001C3F12 /* ReachabilityMacSample.app */,
  161. );
  162. name = Products;
  163. sourceTree = "<group>";
  164. };
  165. AA7344741BE7678B008AFE69 /* Reachability */ = {
  166. isa = PBXGroup;
  167. children = (
  168. AA7344B01BE76862008AFE69 /* Reachability.swift */,
  169. AA7344751BE7678B008AFE69 /* Reachability.h */,
  170. AA7344771BE7678B008AFE69 /* Info.plist */,
  171. );
  172. path = Reachability;
  173. sourceTree = "<group>";
  174. };
  175. AA7344911BE76820008AFE69 /* ReachabilitySample */ = {
  176. isa = PBXGroup;
  177. children = (
  178. AA7344921BE76820008AFE69 /* AppDelegate.swift */,
  179. AA7344941BE76820008AFE69 /* ViewController.swift */,
  180. AA7344961BE76820008AFE69 /* Main.storyboard */,
  181. AA7344991BE76820008AFE69 /* Assets.xcassets */,
  182. AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */,
  183. AA73449E1BE76820008AFE69 /* Info.plist */,
  184. );
  185. path = ReachabilitySample;
  186. sourceTree = "<group>";
  187. };
  188. /* End PBXGroup section */
  189. /* Begin PBXHeadersBuildPhase section */
  190. 00C54B0E1C09CD9C001C3F12 /* Headers */ = {
  191. isa = PBXHeadersBuildPhase;
  192. buildActionMask = 2147483647;
  193. files = (
  194. 00C54B141C09CD9C001C3F12 /* ReachabilityMac.h in Headers */,
  195. );
  196. runOnlyForDeploymentPostprocessing = 0;
  197. };
  198. AA73446F1BE7678B008AFE69 /* Headers */ = {
  199. isa = PBXHeadersBuildPhase;
  200. buildActionMask = 2147483647;
  201. files = (
  202. AA7344761BE7678B008AFE69 /* Reachability.h in Headers */,
  203. );
  204. runOnlyForDeploymentPostprocessing = 0;
  205. };
  206. /* End PBXHeadersBuildPhase section */
  207. /* Begin PBXNativeTarget section */
  208. 00C54B101C09CD9C001C3F12 /* ReachabilityMac */ = {
  209. isa = PBXNativeTarget;
  210. buildConfigurationList = 00C54B181C09CD9C001C3F12 /* Build configuration list for PBXNativeTarget "ReachabilityMac" */;
  211. buildPhases = (
  212. 00C54B0C1C09CD9C001C3F12 /* Sources */,
  213. 00C54B0D1C09CD9C001C3F12 /* Frameworks */,
  214. 00C54B0E1C09CD9C001C3F12 /* Headers */,
  215. 00C54B0F1C09CD9C001C3F12 /* Resources */,
  216. );
  217. buildRules = (
  218. );
  219. dependencies = (
  220. );
  221. name = ReachabilityMac;
  222. productName = ReachabilityMac;
  223. productReference = 00C54B111C09CD9C001C3F12 /* Reachability.framework */;
  224. productType = "com.apple.product-type.framework";
  225. };
  226. 00C54B1E1C09CF67001C3F12 /* ReachabilityMacSample */ = {
  227. isa = PBXNativeTarget;
  228. buildConfigurationList = 00C54B2B1C09CF68001C3F12 /* Build configuration list for PBXNativeTarget "ReachabilityMacSample" */;
  229. buildPhases = (
  230. 00C54B1B1C09CF67001C3F12 /* Sources */,
  231. 00C54B1D1C09CF67001C3F12 /* Resources */,
  232. 00C54B321C09D1AA001C3F12 /* Frameworks */,
  233. 00C54B331C09D1AA001C3F12 /* Embed Frameworks */,
  234. );
  235. buildRules = (
  236. );
  237. dependencies = (
  238. 00C54B311C09D1AA001C3F12 /* PBXTargetDependency */,
  239. );
  240. name = ReachabilityMacSample;
  241. productName = ReachabilityMacSample;
  242. productReference = 00C54B1F1C09CF67001C3F12 /* ReachabilityMacSample.app */;
  243. productType = "com.apple.product-type.application";
  244. };
  245. AA7344711BE7678B008AFE69 /* Reachability */ = {
  246. isa = PBXNativeTarget;
  247. buildConfigurationList = AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */;
  248. buildPhases = (
  249. AA73446D1BE7678B008AFE69 /* Sources */,
  250. AA73446E1BE7678B008AFE69 /* Frameworks */,
  251. AA73446F1BE7678B008AFE69 /* Headers */,
  252. AA7344701BE7678B008AFE69 /* Resources */,
  253. );
  254. buildRules = (
  255. );
  256. dependencies = (
  257. );
  258. name = Reachability;
  259. productName = Reachability;
  260. productReference = AA7344721BE7678B008AFE69 /* Reachability.framework */;
  261. productType = "com.apple.product-type.framework";
  262. };
  263. AA73448F1BE76820008AFE69 /* ReachabilitySample */ = {
  264. isa = PBXNativeTarget;
  265. buildConfigurationList = AA7344AA1BE76820008AFE69 /* Build configuration list for PBXNativeTarget "ReachabilitySample" */;
  266. buildPhases = (
  267. AA73448C1BE76820008AFE69 /* Sources */,
  268. AA73448D1BE76820008AFE69 /* Frameworks */,
  269. AA73448E1BE76820008AFE69 /* Resources */,
  270. CAC230C91BF2180100F6464E /* Embed Frameworks */,
  271. );
  272. buildRules = (
  273. );
  274. dependencies = (
  275. CAC230C81BF2180000F6464E /* PBXTargetDependency */,
  276. );
  277. name = ReachabilitySample;
  278. productName = ReachabilitySample;
  279. productReference = AA7344901BE76820008AFE69 /* ReachabilitySample.app */;
  280. productType = "com.apple.product-type.application";
  281. };
  282. /* End PBXNativeTarget section */
  283. /* Begin PBXProject section */
  284. AA7344691BE7678B008AFE69 /* Project object */ = {
  285. isa = PBXProject;
  286. attributes = {
  287. LastSwiftUpdateCheck = 0710;
  288. LastUpgradeCheck = 0710;
  289. ORGANIZATIONNAME = "Ashley Mills";
  290. TargetAttributes = {
  291. 00C54B101C09CD9C001C3F12 = {
  292. CreatedOnToolsVersion = 7.1.1;
  293. };
  294. 00C54B1E1C09CF67001C3F12 = {
  295. CreatedOnToolsVersion = 7.1.1;
  296. };
  297. AA7344711BE7678B008AFE69 = {
  298. CreatedOnToolsVersion = 7.1;
  299. };
  300. AA73448F1BE76820008AFE69 = {
  301. CreatedOnToolsVersion = 7.1;
  302. };
  303. };
  304. };
  305. buildConfigurationList = AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */;
  306. compatibilityVersion = "Xcode 3.2";
  307. developmentRegion = English;
  308. hasScannedForEncodings = 0;
  309. knownRegions = (
  310. en,
  311. Base,
  312. );
  313. mainGroup = AA7344681BE7678B008AFE69;
  314. productRefGroup = AA7344731BE7678B008AFE69 /* Products */;
  315. projectDirPath = "";
  316. projectRoot = "";
  317. targets = (
  318. AA7344711BE7678B008AFE69 /* Reachability */,
  319. 00C54B101C09CD9C001C3F12 /* ReachabilityMac */,
  320. AA73448F1BE76820008AFE69 /* ReachabilitySample */,
  321. 00C54B1E1C09CF67001C3F12 /* ReachabilityMacSample */,
  322. );
  323. };
  324. /* End PBXProject section */
  325. /* Begin PBXResourcesBuildPhase section */
  326. 00C54B0F1C09CD9C001C3F12 /* Resources */ = {
  327. isa = PBXResourcesBuildPhase;
  328. buildActionMask = 2147483647;
  329. files = (
  330. );
  331. runOnlyForDeploymentPostprocessing = 0;
  332. };
  333. 00C54B1D1C09CF67001C3F12 /* Resources */ = {
  334. isa = PBXResourcesBuildPhase;
  335. buildActionMask = 2147483647;
  336. files = (
  337. 00C54B261C09CF68001C3F12 /* Assets.xcassets in Resources */,
  338. 00C54B291C09CF68001C3F12 /* Main.storyboard in Resources */,
  339. );
  340. runOnlyForDeploymentPostprocessing = 0;
  341. };
  342. AA7344701BE7678B008AFE69 /* Resources */ = {
  343. isa = PBXResourcesBuildPhase;
  344. buildActionMask = 2147483647;
  345. files = (
  346. );
  347. runOnlyForDeploymentPostprocessing = 0;
  348. };
  349. AA73448E1BE76820008AFE69 /* Resources */ = {
  350. isa = PBXResourcesBuildPhase;
  351. buildActionMask = 2147483647;
  352. files = (
  353. AA7344B51BE769D6008AFE69 /* LaunchScreen.xib in Resources */,
  354. AA73449A1BE76820008AFE69 /* Assets.xcassets in Resources */,
  355. AA7344981BE76820008AFE69 /* Main.storyboard in Resources */,
  356. );
  357. runOnlyForDeploymentPostprocessing = 0;
  358. };
  359. /* End PBXResourcesBuildPhase section */
  360. /* Begin PBXSourcesBuildPhase section */
  361. 00C54B0C1C09CD9C001C3F12 /* Sources */ = {
  362. isa = PBXSourcesBuildPhase;
  363. buildActionMask = 2147483647;
  364. files = (
  365. 00C54B191C09CDF6001C3F12 /* Reachability.swift in Sources */,
  366. );
  367. runOnlyForDeploymentPostprocessing = 0;
  368. };
  369. 00C54B1B1C09CF67001C3F12 /* Sources */ = {
  370. isa = PBXSourcesBuildPhase;
  371. buildActionMask = 2147483647;
  372. files = (
  373. 00C54B241C09CF68001C3F12 /* ViewController.swift in Sources */,
  374. 00C54B221C09CF68001C3F12 /* AppDelegate.swift in Sources */,
  375. );
  376. runOnlyForDeploymentPostprocessing = 0;
  377. };
  378. AA73446D1BE7678B008AFE69 /* Sources */ = {
  379. isa = PBXSourcesBuildPhase;
  380. buildActionMask = 2147483647;
  381. files = (
  382. AA7344B11BE76862008AFE69 /* Reachability.swift in Sources */,
  383. );
  384. runOnlyForDeploymentPostprocessing = 0;
  385. };
  386. AA73448C1BE76820008AFE69 /* Sources */ = {
  387. isa = PBXSourcesBuildPhase;
  388. buildActionMask = 2147483647;
  389. files = (
  390. AA7344951BE76820008AFE69 /* ViewController.swift in Sources */,
  391. AA7344931BE76820008AFE69 /* AppDelegate.swift in Sources */,
  392. );
  393. runOnlyForDeploymentPostprocessing = 0;
  394. };
  395. /* End PBXSourcesBuildPhase section */
  396. /* Begin PBXTargetDependency section */
  397. 00C54B311C09D1AA001C3F12 /* PBXTargetDependency */ = {
  398. isa = PBXTargetDependency;
  399. target = 00C54B101C09CD9C001C3F12 /* ReachabilityMac */;
  400. targetProxy = 00C54B301C09D1AA001C3F12 /* PBXContainerItemProxy */;
  401. };
  402. CAC230C81BF2180000F6464E /* PBXTargetDependency */ = {
  403. isa = PBXTargetDependency;
  404. target = AA7344711BE7678B008AFE69 /* Reachability */;
  405. targetProxy = CAC230C71BF2180000F6464E /* PBXContainerItemProxy */;
  406. };
  407. /* End PBXTargetDependency section */
  408. /* Begin PBXVariantGroup section */
  409. 00C54B271C09CF68001C3F12 /* Main.storyboard */ = {
  410. isa = PBXVariantGroup;
  411. children = (
  412. 00C54B281C09CF68001C3F12 /* Base */,
  413. );
  414. name = Main.storyboard;
  415. sourceTree = "<group>";
  416. };
  417. AA7344961BE76820008AFE69 /* Main.storyboard */ = {
  418. isa = PBXVariantGroup;
  419. children = (
  420. AA7344971BE76820008AFE69 /* Base */,
  421. );
  422. name = Main.storyboard;
  423. sourceTree = "<group>";
  424. };
  425. AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */ = {
  426. isa = PBXVariantGroup;
  427. children = (
  428. AA7344B41BE769D6008AFE69 /* Base */,
  429. );
  430. name = LaunchScreen.xib;
  431. sourceTree = "<group>";
  432. };
  433. /* End PBXVariantGroup section */
  434. /* Begin XCBuildConfiguration section */
  435. 00C54B161C09CD9C001C3F12 /* Debug */ = {
  436. isa = XCBuildConfiguration;
  437. buildSettings = {
  438. APPLICATION_EXTENSION_API_ONLY = YES;
  439. CODE_SIGN_IDENTITY = "";
  440. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  441. COMBINE_HIDPI_IMAGES = YES;
  442. DEFINES_MODULE = YES;
  443. DYLIB_COMPATIBILITY_VERSION = 1;
  444. DYLIB_CURRENT_VERSION = 1;
  445. DYLIB_INSTALL_NAME_BASE = "@rpath";
  446. FRAMEWORK_VERSION = A;
  447. INFOPLIST_FILE = ReachabilityMac/Info.plist;
  448. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  449. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  450. MACOSX_DEPLOYMENT_TARGET = 10.11;
  451. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  452. PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
  453. PRODUCT_NAME = Reachability;
  454. SDKROOT = macosx;
  455. SKIP_INSTALL = YES;
  456. };
  457. name = Debug;
  458. };
  459. 00C54B171C09CD9C001C3F12 /* Release */ = {
  460. isa = XCBuildConfiguration;
  461. buildSettings = {
  462. APPLICATION_EXTENSION_API_ONLY = YES;
  463. CODE_SIGN_IDENTITY = "";
  464. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  465. COMBINE_HIDPI_IMAGES = YES;
  466. DEFINES_MODULE = YES;
  467. DYLIB_COMPATIBILITY_VERSION = 1;
  468. DYLIB_CURRENT_VERSION = 1;
  469. DYLIB_INSTALL_NAME_BASE = "@rpath";
  470. FRAMEWORK_VERSION = A;
  471. INFOPLIST_FILE = ReachabilityMac/Info.plist;
  472. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  473. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  474. MACOSX_DEPLOYMENT_TARGET = 10.11;
  475. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  476. PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
  477. PRODUCT_NAME = Reachability;
  478. SDKROOT = macosx;
  479. SKIP_INSTALL = YES;
  480. };
  481. name = Release;
  482. };
  483. 00C54B2C1C09CF68001C3F12 /* Debug */ = {
  484. isa = XCBuildConfiguration;
  485. buildSettings = {
  486. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  487. CODE_SIGN_IDENTITY = "-";
  488. COMBINE_HIDPI_IMAGES = YES;
  489. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  490. INFOPLIST_FILE = ReachabilityMacSample/Info.plist;
  491. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  492. MACOSX_DEPLOYMENT_TARGET = 10.11;
  493. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityMacSample;
  494. PRODUCT_NAME = "$(TARGET_NAME)";
  495. SDKROOT = macosx;
  496. };
  497. name = Debug;
  498. };
  499. 00C54B2D1C09CF68001C3F12 /* Release */ = {
  500. isa = XCBuildConfiguration;
  501. buildSettings = {
  502. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  503. CODE_SIGN_IDENTITY = "-";
  504. COMBINE_HIDPI_IMAGES = YES;
  505. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  506. INFOPLIST_FILE = ReachabilityMacSample/Info.plist;
  507. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  508. MACOSX_DEPLOYMENT_TARGET = 10.11;
  509. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityMacSample;
  510. PRODUCT_NAME = "$(TARGET_NAME)";
  511. SDKROOT = macosx;
  512. };
  513. name = Release;
  514. };
  515. AA7344841BE7678B008AFE69 /* Debug */ = {
  516. isa = XCBuildConfiguration;
  517. buildSettings = {
  518. ALWAYS_SEARCH_USER_PATHS = NO;
  519. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  520. CLANG_CXX_LIBRARY = "libc++";
  521. CLANG_ENABLE_MODULES = YES;
  522. CLANG_ENABLE_OBJC_ARC = YES;
  523. CLANG_WARN_BOOL_CONVERSION = YES;
  524. CLANG_WARN_CONSTANT_CONVERSION = YES;
  525. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  526. CLANG_WARN_EMPTY_BODY = YES;
  527. CLANG_WARN_ENUM_CONVERSION = YES;
  528. CLANG_WARN_INT_CONVERSION = YES;
  529. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  530. CLANG_WARN_UNREACHABLE_CODE = YES;
  531. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  532. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  533. COPY_PHASE_STRIP = NO;
  534. CURRENT_PROJECT_VERSION = 1;
  535. DEBUG_INFORMATION_FORMAT = dwarf;
  536. ENABLE_STRICT_OBJC_MSGSEND = YES;
  537. ENABLE_TESTABILITY = YES;
  538. GCC_C_LANGUAGE_STANDARD = gnu99;
  539. GCC_DYNAMIC_NO_PIC = NO;
  540. GCC_NO_COMMON_BLOCKS = YES;
  541. GCC_OPTIMIZATION_LEVEL = 0;
  542. GCC_PREPROCESSOR_DEFINITIONS = (
  543. "DEBUG=1",
  544. "$(inherited)",
  545. );
  546. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  547. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  548. GCC_WARN_UNDECLARED_SELECTOR = YES;
  549. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  550. GCC_WARN_UNUSED_FUNCTION = YES;
  551. GCC_WARN_UNUSED_VARIABLE = YES;
  552. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  553. MTL_ENABLE_DEBUG_INFO = YES;
  554. ONLY_ACTIVE_ARCH = YES;
  555. SDKROOT = iphoneos;
  556. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  557. TARGETED_DEVICE_FAMILY = "1,2";
  558. VERSIONING_SYSTEM = "apple-generic";
  559. VERSION_INFO_PREFIX = "";
  560. };
  561. name = Debug;
  562. };
  563. AA7344851BE7678B008AFE69 /* Release */ = {
  564. isa = XCBuildConfiguration;
  565. buildSettings = {
  566. ALWAYS_SEARCH_USER_PATHS = NO;
  567. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  568. CLANG_CXX_LIBRARY = "libc++";
  569. CLANG_ENABLE_MODULES = YES;
  570. CLANG_ENABLE_OBJC_ARC = YES;
  571. CLANG_WARN_BOOL_CONVERSION = YES;
  572. CLANG_WARN_CONSTANT_CONVERSION = YES;
  573. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  574. CLANG_WARN_EMPTY_BODY = YES;
  575. CLANG_WARN_ENUM_CONVERSION = YES;
  576. CLANG_WARN_INT_CONVERSION = YES;
  577. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  578. CLANG_WARN_UNREACHABLE_CODE = YES;
  579. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  580. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  581. COPY_PHASE_STRIP = NO;
  582. CURRENT_PROJECT_VERSION = 1;
  583. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  584. ENABLE_NS_ASSERTIONS = NO;
  585. ENABLE_STRICT_OBJC_MSGSEND = YES;
  586. GCC_C_LANGUAGE_STANDARD = gnu99;
  587. GCC_NO_COMMON_BLOCKS = YES;
  588. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  589. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  590. GCC_WARN_UNDECLARED_SELECTOR = YES;
  591. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  592. GCC_WARN_UNUSED_FUNCTION = YES;
  593. GCC_WARN_UNUSED_VARIABLE = YES;
  594. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  595. MTL_ENABLE_DEBUG_INFO = NO;
  596. SDKROOT = iphoneos;
  597. TARGETED_DEVICE_FAMILY = "1,2";
  598. VALIDATE_PRODUCT = YES;
  599. VERSIONING_SYSTEM = "apple-generic";
  600. VERSION_INFO_PREFIX = "";
  601. };
  602. name = Release;
  603. };
  604. AA7344871BE7678B008AFE69 /* Debug */ = {
  605. isa = XCBuildConfiguration;
  606. buildSettings = {
  607. APPLICATION_EXTENSION_API_ONLY = YES;
  608. CLANG_ENABLE_MODULES = YES;
  609. DEFINES_MODULE = YES;
  610. DYLIB_COMPATIBILITY_VERSION = 1;
  611. DYLIB_CURRENT_VERSION = 1;
  612. DYLIB_INSTALL_NAME_BASE = "@rpath";
  613. INFOPLIST_FILE = Reachability/Info.plist;
  614. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  615. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  616. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  617. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  618. PRODUCT_NAME = "$(TARGET_NAME)";
  619. SKIP_INSTALL = YES;
  620. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  621. };
  622. name = Debug;
  623. };
  624. AA7344881BE7678B008AFE69 /* Release */ = {
  625. isa = XCBuildConfiguration;
  626. buildSettings = {
  627. APPLICATION_EXTENSION_API_ONLY = YES;
  628. CLANG_ENABLE_MODULES = YES;
  629. DEFINES_MODULE = YES;
  630. DYLIB_COMPATIBILITY_VERSION = 1;
  631. DYLIB_CURRENT_VERSION = 1;
  632. DYLIB_INSTALL_NAME_BASE = "@rpath";
  633. INFOPLIST_FILE = Reachability/Info.plist;
  634. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  635. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  636. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  637. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  638. PRODUCT_NAME = "$(TARGET_NAME)";
  639. SKIP_INSTALL = YES;
  640. };
  641. name = Release;
  642. };
  643. AA7344AB1BE76820008AFE69 /* Debug */ = {
  644. isa = XCBuildConfiguration;
  645. buildSettings = {
  646. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  647. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  648. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  649. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  650. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  651. PRODUCT_NAME = "$(TARGET_NAME)";
  652. };
  653. name = Debug;
  654. };
  655. AA7344AC1BE76820008AFE69 /* Release */ = {
  656. isa = XCBuildConfiguration;
  657. buildSettings = {
  658. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  659. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  660. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  661. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  662. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  663. PRODUCT_NAME = "$(TARGET_NAME)";
  664. };
  665. name = Release;
  666. };
  667. /* End XCBuildConfiguration section */
  668. /* Begin XCConfigurationList section */
  669. 00C54B181C09CD9C001C3F12 /* Build configuration list for PBXNativeTarget "ReachabilityMac" */ = {
  670. isa = XCConfigurationList;
  671. buildConfigurations = (
  672. 00C54B161C09CD9C001C3F12 /* Debug */,
  673. 00C54B171C09CD9C001C3F12 /* Release */,
  674. );
  675. defaultConfigurationIsVisible = 0;
  676. defaultConfigurationName = Release;
  677. };
  678. 00C54B2B1C09CF68001C3F12 /* Build configuration list for PBXNativeTarget "ReachabilityMacSample" */ = {
  679. isa = XCConfigurationList;
  680. buildConfigurations = (
  681. 00C54B2C1C09CF68001C3F12 /* Debug */,
  682. 00C54B2D1C09CF68001C3F12 /* Release */,
  683. );
  684. defaultConfigurationIsVisible = 0;
  685. defaultConfigurationName = Release;
  686. };
  687. AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */ = {
  688. isa = XCConfigurationList;
  689. buildConfigurations = (
  690. AA7344841BE7678B008AFE69 /* Debug */,
  691. AA7344851BE7678B008AFE69 /* Release */,
  692. );
  693. defaultConfigurationIsVisible = 0;
  694. defaultConfigurationName = Release;
  695. };
  696. AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */ = {
  697. isa = XCConfigurationList;
  698. buildConfigurations = (
  699. AA7344871BE7678B008AFE69 /* Debug */,
  700. AA7344881BE7678B008AFE69 /* Release */,
  701. );
  702. defaultConfigurationIsVisible = 0;
  703. defaultConfigurationName = Release;
  704. };
  705. AA7344AA1BE76820008AFE69 /* Build configuration list for PBXNativeTarget "ReachabilitySample" */ = {
  706. isa = XCConfigurationList;
  707. buildConfigurations = (
  708. AA7344AB1BE76820008AFE69 /* Debug */,
  709. AA7344AC1BE76820008AFE69 /* Release */,
  710. );
  711. defaultConfigurationIsVisible = 0;
  712. defaultConfigurationName = Release;
  713. };
  714. /* End XCConfigurationList section */
  715. };
  716. rootObject = AA7344691BE7678B008AFE69 /* Project object */;
  717. }