project.pbxproj 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 00C54B221C09CF68001C3F12 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C54B211C09CF68001C3F12 /* AppDelegate.swift */; };
  10. 00C54B241C09CF68001C3F12 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C54B231C09CF68001C3F12 /* ViewController.swift */; };
  11. 00C54B261C09CF68001C3F12 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 00C54B251C09CF68001C3F12 /* Assets.xcassets */; };
  12. 00C54B291C09CF68001C3F12 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 00C54B271C09CF68001C3F12 /* Main.storyboard */; };
  13. 335AD58E2052EA92000D4D08 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 335AD5882052EA92000D4D08 /* Reachability.swift */; };
  14. 335AD58F2052EA92000D4D08 /* Reachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 335AD5892052EA92000D4D08 /* Reachability.h */; settings = {ATTRIBUTES = (Public, ); }; };
  15. 335AD5A22052EB32000D4D08 /* ReachabilityTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 335AD58C2052EA92000D4D08 /* ReachabilityTests.swift */; };
  16. 335AD5A52052EE07000D4D08 /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; };
  17. 57A45A041C197BE800384AE4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57A45A031C197BE800384AE4 /* AppDelegate.swift */; };
  18. 57A45A061C197BE800384AE4 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57A45A051C197BE800384AE4 /* ViewController.swift */; };
  19. 57A45A091C197BE800384AE4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 57A45A071C197BE800384AE4 /* Main.storyboard */; };
  20. 57A45A0B1C197BE800384AE4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 57A45A0A1C197BE800384AE4 /* Assets.xcassets */; };
  21. AA7344931BE76820008AFE69 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344921BE76820008AFE69 /* AppDelegate.swift */; };
  22. AA7344951BE76820008AFE69 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344941BE76820008AFE69 /* ViewController.swift */; };
  23. AA7344981BE76820008AFE69 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA7344961BE76820008AFE69 /* Main.storyboard */; };
  24. AA73449A1BE76820008AFE69 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA7344991BE76820008AFE69 /* Assets.xcassets */; };
  25. AA7344B51BE769D6008AFE69 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */; };
  26. CAC230C51BF2180000F6464E /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; };
  27. CAC230C61BF2180000F6464E /* Reachability.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  28. CAE85CC92136B21500320E68 /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; };
  29. CAE85CCA2136B21500320E68 /* Reachability.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  30. CAE85CCD2136B21B00320E68 /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; };
  31. CAE85CCE2136B21B00320E68 /* Reachability.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  32. /* End PBXBuildFile section */
  33. /* Begin PBXContainerItemProxy section */
  34. 335AD59D2052EB22000D4D08 /* PBXContainerItemProxy */ = {
  35. isa = PBXContainerItemProxy;
  36. containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
  37. proxyType = 1;
  38. remoteGlobalIDString = AA7344711BE7678B008AFE69;
  39. remoteInfo = Reachability;
  40. };
  41. CAC230C71BF2180000F6464E /* PBXContainerItemProxy */ = {
  42. isa = PBXContainerItemProxy;
  43. containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
  44. proxyType = 1;
  45. remoteGlobalIDString = AA7344711BE7678B008AFE69;
  46. remoteInfo = Reachability;
  47. };
  48. CAE85CCB2136B21500320E68 /* PBXContainerItemProxy */ = {
  49. isa = PBXContainerItemProxy;
  50. containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
  51. proxyType = 1;
  52. remoteGlobalIDString = AA7344711BE7678B008AFE69;
  53. remoteInfo = Reachability;
  54. };
  55. CAE85CCF2136B21B00320E68 /* PBXContainerItemProxy */ = {
  56. isa = PBXContainerItemProxy;
  57. containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
  58. proxyType = 1;
  59. remoteGlobalIDString = AA7344711BE7678B008AFE69;
  60. remoteInfo = Reachability;
  61. };
  62. /* End PBXContainerItemProxy section */
  63. /* Begin PBXCopyFilesBuildPhase section */
  64. 00C54B331C09D1AA001C3F12 /* Embed Frameworks */ = {
  65. isa = PBXCopyFilesBuildPhase;
  66. buildActionMask = 2147483647;
  67. dstPath = "";
  68. dstSubfolderSpec = 10;
  69. files = (
  70. CAE85CCA2136B21500320E68 /* Reachability.framework in Embed Frameworks */,
  71. );
  72. name = "Embed Frameworks";
  73. runOnlyForDeploymentPostprocessing = 0;
  74. };
  75. 57A45A361C197F4800384AE4 /* Embed Frameworks */ = {
  76. isa = PBXCopyFilesBuildPhase;
  77. buildActionMask = 2147483647;
  78. dstPath = "";
  79. dstSubfolderSpec = 10;
  80. files = (
  81. CAE85CCE2136B21B00320E68 /* Reachability.framework in Embed Frameworks */,
  82. );
  83. name = "Embed Frameworks";
  84. runOnlyForDeploymentPostprocessing = 0;
  85. };
  86. CAC230C91BF2180100F6464E /* Embed Frameworks */ = {
  87. isa = PBXCopyFilesBuildPhase;
  88. buildActionMask = 2147483647;
  89. dstPath = "";
  90. dstSubfolderSpec = 10;
  91. files = (
  92. CAC230C61BF2180000F6464E /* Reachability.framework in Embed Frameworks */,
  93. );
  94. name = "Embed Frameworks";
  95. runOnlyForDeploymentPostprocessing = 0;
  96. };
  97. /* End PBXCopyFilesBuildPhase section */
  98. /* Begin PBXFileReference section */
  99. 00C54B1F1C09CF67001C3F12 /* ReachabilityMacSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReachabilityMacSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  100. 00C54B211C09CF68001C3F12 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  101. 00C54B231C09CF68001C3F12 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  102. 00C54B251C09CF68001C3F12 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  103. 00C54B281C09CF68001C3F12 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  104. 00C54B2A1C09CF68001C3F12 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  105. 335AD5882052EA92000D4D08 /* Reachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Reachability.swift; sourceTree = "<group>"; };
  106. 335AD5892052EA92000D4D08 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
  107. 335AD58A2052EA92000D4D08 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  108. 335AD58C2052EA92000D4D08 /* ReachabilityTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReachabilityTests.swift; sourceTree = "<group>"; };
  109. 335AD58D2052EA92000D4D08 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  110. 335AD5972052EB22000D4D08 /* ReachabilityTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReachabilityTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  111. 57A45A011C197BE800384AE4 /* ReachabilityAppleTVSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReachabilityAppleTVSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  112. 57A45A031C197BE800384AE4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  113. 57A45A051C197BE800384AE4 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  114. 57A45A081C197BE800384AE4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  115. 57A45A0A1C197BE800384AE4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  116. 57A45A0C1C197BE800384AE4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  117. AA7344721BE7678B008AFE69 /* Reachability.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Reachability.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  118. AA7344901BE76820008AFE69 /* ReachabilitySample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReachabilitySample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  119. AA7344921BE76820008AFE69 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  120. AA7344941BE76820008AFE69 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  121. AA7344971BE76820008AFE69 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  122. AA7344991BE76820008AFE69 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  123. AA73449E1BE76820008AFE69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  124. AA7344B41BE769D6008AFE69 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  125. CA1983301F6FD0CD007D2DD1 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
  126. CA6187601F8D21D700FD5234 /* CONTRIBUTING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = "<group>"; };
  127. CA6187611F8D21D700FD5234 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
  128. CA6187621F8D21D700FD5234 /* ReachabilitySwift.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReachabilitySwift.podspec; sourceTree = "<group>"; };
  129. CA6187651F8D220200FD5234 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
  130. /* End PBXFileReference section */
  131. /* Begin PBXFrameworksBuildPhase section */
  132. 00C54B321C09D1AA001C3F12 /* Frameworks */ = {
  133. isa = PBXFrameworksBuildPhase;
  134. buildActionMask = 2147483647;
  135. files = (
  136. CAE85CC92136B21500320E68 /* Reachability.framework in Frameworks */,
  137. );
  138. runOnlyForDeploymentPostprocessing = 0;
  139. };
  140. 335AD5942052EB22000D4D08 /* Frameworks */ = {
  141. isa = PBXFrameworksBuildPhase;
  142. buildActionMask = 2147483647;
  143. files = (
  144. 335AD5A52052EE07000D4D08 /* Reachability.framework in Frameworks */,
  145. );
  146. runOnlyForDeploymentPostprocessing = 0;
  147. };
  148. 57A459FE1C197BE800384AE4 /* Frameworks */ = {
  149. isa = PBXFrameworksBuildPhase;
  150. buildActionMask = 2147483647;
  151. files = (
  152. CAE85CCD2136B21B00320E68 /* Reachability.framework in Frameworks */,
  153. );
  154. runOnlyForDeploymentPostprocessing = 0;
  155. };
  156. AA73446E1BE7678B008AFE69 /* Frameworks */ = {
  157. isa = PBXFrameworksBuildPhase;
  158. buildActionMask = 2147483647;
  159. files = (
  160. );
  161. runOnlyForDeploymentPostprocessing = 0;
  162. };
  163. AA73448D1BE76820008AFE69 /* Frameworks */ = {
  164. isa = PBXFrameworksBuildPhase;
  165. buildActionMask = 2147483647;
  166. files = (
  167. CAC230C51BF2180000F6464E /* Reachability.framework in Frameworks */,
  168. );
  169. runOnlyForDeploymentPostprocessing = 0;
  170. };
  171. /* End PBXFrameworksBuildPhase section */
  172. /* Begin PBXGroup section */
  173. 00C54B201C09CF68001C3F12 /* ReachabilityMacSample */ = {
  174. isa = PBXGroup;
  175. children = (
  176. 00C54B211C09CF68001C3F12 /* AppDelegate.swift */,
  177. 00C54B231C09CF68001C3F12 /* ViewController.swift */,
  178. 00C54B251C09CF68001C3F12 /* Assets.xcassets */,
  179. 00C54B271C09CF68001C3F12 /* Main.storyboard */,
  180. 00C54B2A1C09CF68001C3F12 /* Info.plist */,
  181. );
  182. path = ReachabilityMacSample;
  183. sourceTree = "<group>";
  184. };
  185. 335AD5872052EA92000D4D08 /* Sources */ = {
  186. isa = PBXGroup;
  187. children = (
  188. 335AD5882052EA92000D4D08 /* Reachability.swift */,
  189. 335AD5892052EA92000D4D08 /* Reachability.h */,
  190. 335AD58A2052EA92000D4D08 /* Info.plist */,
  191. );
  192. path = Sources;
  193. sourceTree = "<group>";
  194. };
  195. 335AD58B2052EA92000D4D08 /* Tests */ = {
  196. isa = PBXGroup;
  197. children = (
  198. 335AD58C2052EA92000D4D08 /* ReachabilityTests.swift */,
  199. 335AD58D2052EA92000D4D08 /* Info.plist */,
  200. );
  201. path = Tests;
  202. sourceTree = "<group>";
  203. };
  204. 335AD5A42052EE07000D4D08 /* Frameworks */ = {
  205. isa = PBXGroup;
  206. children = (
  207. );
  208. name = Frameworks;
  209. sourceTree = "<group>";
  210. };
  211. 57A45A021C197BE800384AE4 /* ReachabilityAppleTVSample */ = {
  212. isa = PBXGroup;
  213. children = (
  214. 57A45A031C197BE800384AE4 /* AppDelegate.swift */,
  215. 57A45A051C197BE800384AE4 /* ViewController.swift */,
  216. 57A45A071C197BE800384AE4 /* Main.storyboard */,
  217. 57A45A0A1C197BE800384AE4 /* Assets.xcassets */,
  218. 57A45A0C1C197BE800384AE4 /* Info.plist */,
  219. );
  220. path = ReachabilityAppleTVSample;
  221. sourceTree = "<group>";
  222. };
  223. AA7344681BE7678B008AFE69 = {
  224. isa = PBXGroup;
  225. children = (
  226. CA1983301F6FD0CD007D2DD1 /* README.md */,
  227. CA6187651F8D220200FD5234 /* CHANGELOG.md */,
  228. CA6187601F8D21D700FD5234 /* CONTRIBUTING.md */,
  229. CA6187611F8D21D700FD5234 /* LICENSE */,
  230. CA6187621F8D21D700FD5234 /* ReachabilitySwift.podspec */,
  231. 335AD5872052EA92000D4D08 /* Sources */,
  232. 335AD58B2052EA92000D4D08 /* Tests */,
  233. AA7344911BE76820008AFE69 /* ReachabilitySample */,
  234. 00C54B201C09CF68001C3F12 /* ReachabilityMacSample */,
  235. 57A45A021C197BE800384AE4 /* ReachabilityAppleTVSample */,
  236. AA7344731BE7678B008AFE69 /* Products */,
  237. 335AD5A42052EE07000D4D08 /* Frameworks */,
  238. );
  239. sourceTree = "<group>";
  240. };
  241. AA7344731BE7678B008AFE69 /* Products */ = {
  242. isa = PBXGroup;
  243. children = (
  244. AA7344721BE7678B008AFE69 /* Reachability.framework */,
  245. AA7344901BE76820008AFE69 /* ReachabilitySample.app */,
  246. 00C54B1F1C09CF67001C3F12 /* ReachabilityMacSample.app */,
  247. 57A45A011C197BE800384AE4 /* ReachabilityAppleTVSample.app */,
  248. 335AD5972052EB22000D4D08 /* ReachabilityTests.xctest */,
  249. );
  250. name = Products;
  251. sourceTree = "<group>";
  252. };
  253. AA7344911BE76820008AFE69 /* ReachabilitySample */ = {
  254. isa = PBXGroup;
  255. children = (
  256. AA7344921BE76820008AFE69 /* AppDelegate.swift */,
  257. AA7344941BE76820008AFE69 /* ViewController.swift */,
  258. AA7344961BE76820008AFE69 /* Main.storyboard */,
  259. AA7344991BE76820008AFE69 /* Assets.xcassets */,
  260. AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */,
  261. AA73449E1BE76820008AFE69 /* Info.plist */,
  262. );
  263. path = ReachabilitySample;
  264. sourceTree = "<group>";
  265. };
  266. /* End PBXGroup section */
  267. /* Begin PBXHeadersBuildPhase section */
  268. AA73446F1BE7678B008AFE69 /* Headers */ = {
  269. isa = PBXHeadersBuildPhase;
  270. buildActionMask = 2147483647;
  271. files = (
  272. 335AD58F2052EA92000D4D08 /* Reachability.h in Headers */,
  273. );
  274. runOnlyForDeploymentPostprocessing = 0;
  275. };
  276. /* End PBXHeadersBuildPhase section */
  277. /* Begin PBXNativeTarget section */
  278. 00C54B1E1C09CF67001C3F12 /* ReachabilityMacSample */ = {
  279. isa = PBXNativeTarget;
  280. buildConfigurationList = 00C54B2B1C09CF68001C3F12 /* Build configuration list for PBXNativeTarget "ReachabilityMacSample" */;
  281. buildPhases = (
  282. 00C54B1B1C09CF67001C3F12 /* Sources */,
  283. 00C54B1D1C09CF67001C3F12 /* Resources */,
  284. 00C54B321C09D1AA001C3F12 /* Frameworks */,
  285. 00C54B331C09D1AA001C3F12 /* Embed Frameworks */,
  286. );
  287. buildRules = (
  288. );
  289. dependencies = (
  290. CAE85CCC2136B21500320E68 /* PBXTargetDependency */,
  291. );
  292. name = ReachabilityMacSample;
  293. productName = ReachabilityMacSample;
  294. productReference = 00C54B1F1C09CF67001C3F12 /* ReachabilityMacSample.app */;
  295. productType = "com.apple.product-type.application";
  296. };
  297. 335AD5962052EB22000D4D08 /* ReachabilityTests */ = {
  298. isa = PBXNativeTarget;
  299. buildConfigurationList = 335AD59F2052EB22000D4D08 /* Build configuration list for PBXNativeTarget "ReachabilityTests" */;
  300. buildPhases = (
  301. 335AD5932052EB22000D4D08 /* Sources */,
  302. 335AD5942052EB22000D4D08 /* Frameworks */,
  303. 335AD5952052EB22000D4D08 /* Resources */,
  304. );
  305. buildRules = (
  306. );
  307. dependencies = (
  308. 335AD59E2052EB22000D4D08 /* PBXTargetDependency */,
  309. );
  310. name = ReachabilityTests;
  311. productName = ReachabilityTests;
  312. productReference = 335AD5972052EB22000D4D08 /* ReachabilityTests.xctest */;
  313. productType = "com.apple.product-type.bundle.unit-test";
  314. };
  315. 57A45A001C197BE800384AE4 /* ReachabilityAppleTVSample */ = {
  316. isa = PBXNativeTarget;
  317. buildConfigurationList = 57A45A0F1C197BE800384AE4 /* Build configuration list for PBXNativeTarget "ReachabilityAppleTVSample" */;
  318. buildPhases = (
  319. 57A459FD1C197BE800384AE4 /* Sources */,
  320. 57A459FE1C197BE800384AE4 /* Frameworks */,
  321. 57A459FF1C197BE800384AE4 /* Resources */,
  322. 57A45A361C197F4800384AE4 /* Embed Frameworks */,
  323. );
  324. buildRules = (
  325. );
  326. dependencies = (
  327. CAE85CD02136B21B00320E68 /* PBXTargetDependency */,
  328. );
  329. name = ReachabilityAppleTVSample;
  330. productName = ReachabilityAppleTVSample;
  331. productReference = 57A45A011C197BE800384AE4 /* ReachabilityAppleTVSample.app */;
  332. productType = "com.apple.product-type.application";
  333. };
  334. AA7344711BE7678B008AFE69 /* Reachability */ = {
  335. isa = PBXNativeTarget;
  336. buildConfigurationList = AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */;
  337. buildPhases = (
  338. AA73446D1BE7678B008AFE69 /* Sources */,
  339. AA73446E1BE7678B008AFE69 /* Frameworks */,
  340. AA73446F1BE7678B008AFE69 /* Headers */,
  341. AA7344701BE7678B008AFE69 /* Resources */,
  342. );
  343. buildRules = (
  344. );
  345. dependencies = (
  346. );
  347. name = Reachability;
  348. productName = Reachability;
  349. productReference = AA7344721BE7678B008AFE69 /* Reachability.framework */;
  350. productType = "com.apple.product-type.framework";
  351. };
  352. AA73448F1BE76820008AFE69 /* ReachabilitySample */ = {
  353. isa = PBXNativeTarget;
  354. buildConfigurationList = AA7344AA1BE76820008AFE69 /* Build configuration list for PBXNativeTarget "ReachabilitySample" */;
  355. buildPhases = (
  356. AA73448C1BE76820008AFE69 /* Sources */,
  357. AA73448D1BE76820008AFE69 /* Frameworks */,
  358. AA73448E1BE76820008AFE69 /* Resources */,
  359. CAC230C91BF2180100F6464E /* Embed Frameworks */,
  360. );
  361. buildRules = (
  362. );
  363. dependencies = (
  364. CAC230C81BF2180000F6464E /* PBXTargetDependency */,
  365. );
  366. name = ReachabilitySample;
  367. productName = ReachabilitySample;
  368. productReference = AA7344901BE76820008AFE69 /* ReachabilitySample.app */;
  369. productType = "com.apple.product-type.application";
  370. };
  371. /* End PBXNativeTarget section */
  372. /* Begin PBXProject section */
  373. AA7344691BE7678B008AFE69 /* Project object */ = {
  374. isa = PBXProject;
  375. attributes = {
  376. LastSwiftUpdateCheck = 0920;
  377. LastUpgradeCheck = 0930;
  378. ORGANIZATIONNAME = "Ashley Mills";
  379. TargetAttributes = {
  380. 00C54B1E1C09CF67001C3F12 = {
  381. CreatedOnToolsVersion = 7.1.1;
  382. LastSwiftMigration = 0900;
  383. };
  384. 335AD5962052EB22000D4D08 = {
  385. CreatedOnToolsVersion = 9.2;
  386. ProvisioningStyle = Automatic;
  387. };
  388. 57A45A001C197BE800384AE4 = {
  389. CreatedOnToolsVersion = 7.1.1;
  390. LastSwiftMigration = 0900;
  391. ProvisioningStyle = Manual;
  392. };
  393. AA7344711BE7678B008AFE69 = {
  394. CreatedOnToolsVersion = 7.1;
  395. DevelopmentTeamName = "Joylord Systems Ltd";
  396. LastSwiftMigration = 0900;
  397. ProvisioningStyle = Automatic;
  398. };
  399. AA73448F1BE76820008AFE69 = {
  400. CreatedOnToolsVersion = 7.1;
  401. DevelopmentTeam = 9APVGUJV73;
  402. LastSwiftMigration = 0900;
  403. };
  404. };
  405. };
  406. buildConfigurationList = AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */;
  407. compatibilityVersion = "Xcode 3.2";
  408. developmentRegion = English;
  409. hasScannedForEncodings = 0;
  410. knownRegions = (
  411. en,
  412. Base,
  413. );
  414. mainGroup = AA7344681BE7678B008AFE69;
  415. productRefGroup = AA7344731BE7678B008AFE69 /* Products */;
  416. projectDirPath = "";
  417. projectRoot = "";
  418. targets = (
  419. AA7344711BE7678B008AFE69 /* Reachability */,
  420. 335AD5962052EB22000D4D08 /* ReachabilityTests */,
  421. AA73448F1BE76820008AFE69 /* ReachabilitySample */,
  422. 00C54B1E1C09CF67001C3F12 /* ReachabilityMacSample */,
  423. 57A45A001C197BE800384AE4 /* ReachabilityAppleTVSample */,
  424. );
  425. };
  426. /* End PBXProject section */
  427. /* Begin PBXResourcesBuildPhase section */
  428. 00C54B1D1C09CF67001C3F12 /* Resources */ = {
  429. isa = PBXResourcesBuildPhase;
  430. buildActionMask = 2147483647;
  431. files = (
  432. 00C54B261C09CF68001C3F12 /* Assets.xcassets in Resources */,
  433. 00C54B291C09CF68001C3F12 /* Main.storyboard in Resources */,
  434. );
  435. runOnlyForDeploymentPostprocessing = 0;
  436. };
  437. 335AD5952052EB22000D4D08 /* Resources */ = {
  438. isa = PBXResourcesBuildPhase;
  439. buildActionMask = 2147483647;
  440. files = (
  441. );
  442. runOnlyForDeploymentPostprocessing = 0;
  443. };
  444. 57A459FF1C197BE800384AE4 /* Resources */ = {
  445. isa = PBXResourcesBuildPhase;
  446. buildActionMask = 2147483647;
  447. files = (
  448. 57A45A0B1C197BE800384AE4 /* Assets.xcassets in Resources */,
  449. 57A45A091C197BE800384AE4 /* Main.storyboard in Resources */,
  450. );
  451. runOnlyForDeploymentPostprocessing = 0;
  452. };
  453. AA7344701BE7678B008AFE69 /* Resources */ = {
  454. isa = PBXResourcesBuildPhase;
  455. buildActionMask = 2147483647;
  456. files = (
  457. );
  458. runOnlyForDeploymentPostprocessing = 0;
  459. };
  460. AA73448E1BE76820008AFE69 /* Resources */ = {
  461. isa = PBXResourcesBuildPhase;
  462. buildActionMask = 2147483647;
  463. files = (
  464. AA7344B51BE769D6008AFE69 /* LaunchScreen.xib in Resources */,
  465. AA73449A1BE76820008AFE69 /* Assets.xcassets in Resources */,
  466. AA7344981BE76820008AFE69 /* Main.storyboard in Resources */,
  467. );
  468. runOnlyForDeploymentPostprocessing = 0;
  469. };
  470. /* End PBXResourcesBuildPhase section */
  471. /* Begin PBXSourcesBuildPhase section */
  472. 00C54B1B1C09CF67001C3F12 /* Sources */ = {
  473. isa = PBXSourcesBuildPhase;
  474. buildActionMask = 2147483647;
  475. files = (
  476. 00C54B241C09CF68001C3F12 /* ViewController.swift in Sources */,
  477. 00C54B221C09CF68001C3F12 /* AppDelegate.swift in Sources */,
  478. );
  479. runOnlyForDeploymentPostprocessing = 0;
  480. };
  481. 335AD5932052EB22000D4D08 /* Sources */ = {
  482. isa = PBXSourcesBuildPhase;
  483. buildActionMask = 2147483647;
  484. files = (
  485. 335AD5A22052EB32000D4D08 /* ReachabilityTests.swift in Sources */,
  486. );
  487. runOnlyForDeploymentPostprocessing = 0;
  488. };
  489. 57A459FD1C197BE800384AE4 /* Sources */ = {
  490. isa = PBXSourcesBuildPhase;
  491. buildActionMask = 2147483647;
  492. files = (
  493. 57A45A061C197BE800384AE4 /* ViewController.swift in Sources */,
  494. 57A45A041C197BE800384AE4 /* AppDelegate.swift in Sources */,
  495. );
  496. runOnlyForDeploymentPostprocessing = 0;
  497. };
  498. AA73446D1BE7678B008AFE69 /* Sources */ = {
  499. isa = PBXSourcesBuildPhase;
  500. buildActionMask = 2147483647;
  501. files = (
  502. 335AD58E2052EA92000D4D08 /* Reachability.swift in Sources */,
  503. );
  504. runOnlyForDeploymentPostprocessing = 0;
  505. };
  506. AA73448C1BE76820008AFE69 /* Sources */ = {
  507. isa = PBXSourcesBuildPhase;
  508. buildActionMask = 2147483647;
  509. files = (
  510. AA7344951BE76820008AFE69 /* ViewController.swift in Sources */,
  511. AA7344931BE76820008AFE69 /* AppDelegate.swift in Sources */,
  512. );
  513. runOnlyForDeploymentPostprocessing = 0;
  514. };
  515. /* End PBXSourcesBuildPhase section */
  516. /* Begin PBXTargetDependency section */
  517. 335AD59E2052EB22000D4D08 /* PBXTargetDependency */ = {
  518. isa = PBXTargetDependency;
  519. target = AA7344711BE7678B008AFE69 /* Reachability */;
  520. targetProxy = 335AD59D2052EB22000D4D08 /* PBXContainerItemProxy */;
  521. };
  522. CAC230C81BF2180000F6464E /* PBXTargetDependency */ = {
  523. isa = PBXTargetDependency;
  524. target = AA7344711BE7678B008AFE69 /* Reachability */;
  525. targetProxy = CAC230C71BF2180000F6464E /* PBXContainerItemProxy */;
  526. };
  527. CAE85CCC2136B21500320E68 /* PBXTargetDependency */ = {
  528. isa = PBXTargetDependency;
  529. target = AA7344711BE7678B008AFE69 /* Reachability */;
  530. targetProxy = CAE85CCB2136B21500320E68 /* PBXContainerItemProxy */;
  531. };
  532. CAE85CD02136B21B00320E68 /* PBXTargetDependency */ = {
  533. isa = PBXTargetDependency;
  534. target = AA7344711BE7678B008AFE69 /* Reachability */;
  535. targetProxy = CAE85CCF2136B21B00320E68 /* PBXContainerItemProxy */;
  536. };
  537. /* End PBXTargetDependency section */
  538. /* Begin PBXVariantGroup section */
  539. 00C54B271C09CF68001C3F12 /* Main.storyboard */ = {
  540. isa = PBXVariantGroup;
  541. children = (
  542. 00C54B281C09CF68001C3F12 /* Base */,
  543. );
  544. name = Main.storyboard;
  545. sourceTree = "<group>";
  546. };
  547. 57A45A071C197BE800384AE4 /* Main.storyboard */ = {
  548. isa = PBXVariantGroup;
  549. children = (
  550. 57A45A081C197BE800384AE4 /* Base */,
  551. );
  552. name = Main.storyboard;
  553. sourceTree = "<group>";
  554. };
  555. AA7344961BE76820008AFE69 /* Main.storyboard */ = {
  556. isa = PBXVariantGroup;
  557. children = (
  558. AA7344971BE76820008AFE69 /* Base */,
  559. );
  560. name = Main.storyboard;
  561. sourceTree = "<group>";
  562. };
  563. AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */ = {
  564. isa = PBXVariantGroup;
  565. children = (
  566. AA7344B41BE769D6008AFE69 /* Base */,
  567. );
  568. name = LaunchScreen.xib;
  569. sourceTree = "<group>";
  570. };
  571. /* End PBXVariantGroup section */
  572. /* Begin XCBuildConfiguration section */
  573. 00C54B2C1C09CF68001C3F12 /* Debug */ = {
  574. isa = XCBuildConfiguration;
  575. buildSettings = {
  576. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  577. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  578. CODE_SIGN_IDENTITY = "-";
  579. COMBINE_HIDPI_IMAGES = YES;
  580. INFOPLIST_FILE = ReachabilityMacSample/Info.plist;
  581. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  582. MACOSX_DEPLOYMENT_TARGET = 10.10;
  583. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityMacSample;
  584. PRODUCT_NAME = "$(TARGET_NAME)";
  585. SDKROOT = macosx;
  586. SWIFT_VERSION = 4.0;
  587. };
  588. name = Debug;
  589. };
  590. 00C54B2D1C09CF68001C3F12 /* Release */ = {
  591. isa = XCBuildConfiguration;
  592. buildSettings = {
  593. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  594. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  595. CODE_SIGN_IDENTITY = "-";
  596. COMBINE_HIDPI_IMAGES = YES;
  597. INFOPLIST_FILE = ReachabilityMacSample/Info.plist;
  598. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  599. MACOSX_DEPLOYMENT_TARGET = 10.10;
  600. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityMacSample;
  601. PRODUCT_NAME = "$(TARGET_NAME)";
  602. SDKROOT = macosx;
  603. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  604. SWIFT_VERSION = 4.0;
  605. };
  606. name = Release;
  607. };
  608. 335AD5A02052EB22000D4D08 /* Debug */ = {
  609. isa = XCBuildConfiguration;
  610. buildSettings = {
  611. CLANG_ANALYZER_NONNULL = YES;
  612. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  613. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  614. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  615. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  616. CODE_SIGN_IDENTITY = "-";
  617. CODE_SIGN_STYLE = Automatic;
  618. COMBINE_HIDPI_IMAGES = YES;
  619. GCC_C_LANGUAGE_STANDARD = gnu11;
  620. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  621. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  622. "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  623. MACOSX_DEPLOYMENT_TARGET = 10.13;
  624. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityTests;
  625. PRODUCT_NAME = "$(TARGET_NAME)";
  626. SDKROOT = "";
  627. SUPPORTED_PLATFORMS = "macosx appletvsimulator appletvos iphoneos iphonesimulator";
  628. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  629. SWIFT_VERSION = 4.0;
  630. };
  631. name = Debug;
  632. };
  633. 335AD5A12052EB22000D4D08 /* Release */ = {
  634. isa = XCBuildConfiguration;
  635. buildSettings = {
  636. CLANG_ANALYZER_NONNULL = YES;
  637. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  638. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  639. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  640. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  641. CODE_SIGN_IDENTITY = "-";
  642. CODE_SIGN_STYLE = Automatic;
  643. COMBINE_HIDPI_IMAGES = YES;
  644. GCC_C_LANGUAGE_STANDARD = gnu11;
  645. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  646. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  647. "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  648. MACOSX_DEPLOYMENT_TARGET = 10.13;
  649. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityTests;
  650. PRODUCT_NAME = "$(TARGET_NAME)";
  651. SDKROOT = "";
  652. SUPPORTED_PLATFORMS = "macosx appletvsimulator appletvos iphoneos iphonesimulator";
  653. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  654. SWIFT_VERSION = 4.0;
  655. };
  656. name = Release;
  657. };
  658. 57A45A0D1C197BE800384AE4 /* Debug */ = {
  659. isa = XCBuildConfiguration;
  660. buildSettings = {
  661. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  662. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  663. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  664. CODE_SIGN_IDENTITY = "iPhone Developer";
  665. CODE_SIGN_STYLE = Manual;
  666. DEVELOPMENT_TEAM = "";
  667. INFOPLIST_FILE = ReachabilityAppleTVSample/Info.plist;
  668. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  669. PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityAppleTVSample;
  670. PRODUCT_NAME = "$(TARGET_NAME)";
  671. PROVISIONING_PROFILE_SPECIFIER = "";
  672. SDKROOT = appletvos;
  673. SWIFT_VERSION = 4.0;
  674. TARGETED_DEVICE_FAMILY = 3;
  675. TVOS_DEPLOYMENT_TARGET = 9.0;
  676. };
  677. name = Debug;
  678. };
  679. 57A45A0E1C197BE800384AE4 /* Release */ = {
  680. isa = XCBuildConfiguration;
  681. buildSettings = {
  682. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  683. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  684. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  685. CODE_SIGN_IDENTITY = "iPhone Developer";
  686. CODE_SIGN_STYLE = Manual;
  687. DEVELOPMENT_TEAM = "";
  688. INFOPLIST_FILE = ReachabilityAppleTVSample/Info.plist;
  689. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  690. PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityAppleTVSample;
  691. PRODUCT_NAME = "$(TARGET_NAME)";
  692. PROVISIONING_PROFILE_SPECIFIER = "";
  693. SDKROOT = appletvos;
  694. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  695. SWIFT_VERSION = 4.0;
  696. TARGETED_DEVICE_FAMILY = 3;
  697. TVOS_DEPLOYMENT_TARGET = 9.0;
  698. };
  699. name = Release;
  700. };
  701. AA7344841BE7678B008AFE69 /* Debug */ = {
  702. isa = XCBuildConfiguration;
  703. buildSettings = {
  704. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  705. ALWAYS_SEARCH_USER_PATHS = NO;
  706. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  707. CLANG_CXX_LIBRARY = "libc++";
  708. CLANG_ENABLE_MODULES = YES;
  709. CLANG_ENABLE_OBJC_ARC = YES;
  710. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  711. CLANG_WARN_BOOL_CONVERSION = YES;
  712. CLANG_WARN_COMMA = YES;
  713. CLANG_WARN_CONSTANT_CONVERSION = YES;
  714. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  715. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  716. CLANG_WARN_EMPTY_BODY = YES;
  717. CLANG_WARN_ENUM_CONVERSION = YES;
  718. CLANG_WARN_INFINITE_RECURSION = YES;
  719. CLANG_WARN_INT_CONVERSION = YES;
  720. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  721. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  722. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  723. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  724. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  725. CLANG_WARN_STRICT_PROTOTYPES = YES;
  726. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  727. CLANG_WARN_UNREACHABLE_CODE = YES;
  728. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  729. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  730. COPY_PHASE_STRIP = NO;
  731. CURRENT_PROJECT_VERSION = 1;
  732. DEBUG_INFORMATION_FORMAT = dwarf;
  733. ENABLE_STRICT_OBJC_MSGSEND = YES;
  734. ENABLE_TESTABILITY = YES;
  735. GCC_C_LANGUAGE_STANDARD = gnu99;
  736. GCC_DYNAMIC_NO_PIC = NO;
  737. GCC_NO_COMMON_BLOCKS = YES;
  738. GCC_OPTIMIZATION_LEVEL = 0;
  739. GCC_PREPROCESSOR_DEFINITIONS = (
  740. "DEBUG=1",
  741. "$(inherited)",
  742. );
  743. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  744. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  745. GCC_WARN_UNDECLARED_SELECTOR = YES;
  746. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  747. GCC_WARN_UNUSED_FUNCTION = YES;
  748. GCC_WARN_UNUSED_VARIABLE = YES;
  749. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  750. MTL_ENABLE_DEBUG_INFO = YES;
  751. ONLY_ACTIVE_ARCH = YES;
  752. SDKROOT = iphoneos;
  753. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  754. SWIFT_VERSION = 3.0;
  755. TARGETED_DEVICE_FAMILY = "1,2";
  756. VERSIONING_SYSTEM = "apple-generic";
  757. VERSION_INFO_PREFIX = "";
  758. };
  759. name = Debug;
  760. };
  761. AA7344851BE7678B008AFE69 /* Release */ = {
  762. isa = XCBuildConfiguration;
  763. buildSettings = {
  764. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  765. ALWAYS_SEARCH_USER_PATHS = NO;
  766. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  767. CLANG_CXX_LIBRARY = "libc++";
  768. CLANG_ENABLE_MODULES = YES;
  769. CLANG_ENABLE_OBJC_ARC = YES;
  770. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  771. CLANG_WARN_BOOL_CONVERSION = YES;
  772. CLANG_WARN_COMMA = YES;
  773. CLANG_WARN_CONSTANT_CONVERSION = YES;
  774. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  775. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  776. CLANG_WARN_EMPTY_BODY = YES;
  777. CLANG_WARN_ENUM_CONVERSION = YES;
  778. CLANG_WARN_INFINITE_RECURSION = YES;
  779. CLANG_WARN_INT_CONVERSION = YES;
  780. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  781. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  782. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  783. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  784. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  785. CLANG_WARN_STRICT_PROTOTYPES = YES;
  786. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  787. CLANG_WARN_UNREACHABLE_CODE = YES;
  788. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  789. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  790. COPY_PHASE_STRIP = NO;
  791. CURRENT_PROJECT_VERSION = 1;
  792. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  793. ENABLE_NS_ASSERTIONS = NO;
  794. ENABLE_STRICT_OBJC_MSGSEND = YES;
  795. GCC_C_LANGUAGE_STANDARD = gnu99;
  796. GCC_NO_COMMON_BLOCKS = YES;
  797. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  798. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  799. GCC_WARN_UNDECLARED_SELECTOR = YES;
  800. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  801. GCC_WARN_UNUSED_FUNCTION = YES;
  802. GCC_WARN_UNUSED_VARIABLE = YES;
  803. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  804. MTL_ENABLE_DEBUG_INFO = NO;
  805. SDKROOT = iphoneos;
  806. SWIFT_VERSION = 3.0;
  807. TARGETED_DEVICE_FAMILY = "1,2";
  808. VALIDATE_PRODUCT = YES;
  809. VERSIONING_SYSTEM = "apple-generic";
  810. VERSION_INFO_PREFIX = "";
  811. };
  812. name = Release;
  813. };
  814. AA7344871BE7678B008AFE69 /* Debug */ = {
  815. isa = XCBuildConfiguration;
  816. buildSettings = {
  817. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  818. APPLICATION_EXTENSION_API_ONLY = YES;
  819. CLANG_ENABLE_MODULES = YES;
  820. CODE_SIGN_IDENTITY = "iPhone Developer";
  821. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  822. DEFINES_MODULE = YES;
  823. DEVELOPMENT_TEAM = "";
  824. DYLIB_COMPATIBILITY_VERSION = 1;
  825. DYLIB_CURRENT_VERSION = 1;
  826. DYLIB_INSTALL_NAME_BASE = "@rpath";
  827. INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
  828. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  829. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  830. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  831. MACOSX_DEPLOYMENT_TARGET = 10.10;
  832. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  833. PRODUCT_NAME = "$(TARGET_NAME)";
  834. PROVISIONING_PROFILE_SPECIFIER = "";
  835. SDKROOT = "";
  836. SKIP_INSTALL = YES;
  837. SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
  838. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  839. SWIFT_VERSION = 4.0;
  840. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  841. TVOS_DEPLOYMENT_TARGET = 9.0;
  842. };
  843. name = Debug;
  844. };
  845. AA7344881BE7678B008AFE69 /* Release */ = {
  846. isa = XCBuildConfiguration;
  847. buildSettings = {
  848. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  849. APPLICATION_EXTENSION_API_ONLY = YES;
  850. CLANG_ENABLE_CODE_COVERAGE = NO;
  851. CLANG_ENABLE_MODULES = YES;
  852. CODE_SIGN_IDENTITY = "iPhone Developer";
  853. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  854. DEFINES_MODULE = YES;
  855. DEVELOPMENT_TEAM = "";
  856. DYLIB_COMPATIBILITY_VERSION = 1;
  857. DYLIB_CURRENT_VERSION = 1;
  858. DYLIB_INSTALL_NAME_BASE = "@rpath";
  859. INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
  860. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  861. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  862. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  863. MACOSX_DEPLOYMENT_TARGET = 10.10;
  864. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  865. PRODUCT_NAME = "$(TARGET_NAME)";
  866. SDKROOT = "";
  867. SKIP_INSTALL = YES;
  868. SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
  869. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  870. SWIFT_VERSION = 4.0;
  871. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  872. TVOS_DEPLOYMENT_TARGET = 9.0;
  873. };
  874. name = Release;
  875. };
  876. AA7344AB1BE76820008AFE69 /* Debug */ = {
  877. isa = XCBuildConfiguration;
  878. buildSettings = {
  879. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  880. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  881. DEVELOPMENT_TEAM = 9APVGUJV73;
  882. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  883. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  884. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  885. PRODUCT_NAME = "$(TARGET_NAME)";
  886. SWIFT_VERSION = 4.0;
  887. };
  888. name = Debug;
  889. };
  890. AA7344AC1BE76820008AFE69 /* Release */ = {
  891. isa = XCBuildConfiguration;
  892. buildSettings = {
  893. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  894. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  895. DEVELOPMENT_TEAM = 9APVGUJV73;
  896. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  897. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  898. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  899. PRODUCT_NAME = "$(TARGET_NAME)";
  900. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  901. SWIFT_VERSION = 4.0;
  902. };
  903. name = Release;
  904. };
  905. /* End XCBuildConfiguration section */
  906. /* Begin XCConfigurationList section */
  907. 00C54B2B1C09CF68001C3F12 /* Build configuration list for PBXNativeTarget "ReachabilityMacSample" */ = {
  908. isa = XCConfigurationList;
  909. buildConfigurations = (
  910. 00C54B2C1C09CF68001C3F12 /* Debug */,
  911. 00C54B2D1C09CF68001C3F12 /* Release */,
  912. );
  913. defaultConfigurationIsVisible = 0;
  914. defaultConfigurationName = Release;
  915. };
  916. 335AD59F2052EB22000D4D08 /* Build configuration list for PBXNativeTarget "ReachabilityTests" */ = {
  917. isa = XCConfigurationList;
  918. buildConfigurations = (
  919. 335AD5A02052EB22000D4D08 /* Debug */,
  920. 335AD5A12052EB22000D4D08 /* Release */,
  921. );
  922. defaultConfigurationIsVisible = 0;
  923. defaultConfigurationName = Release;
  924. };
  925. 57A45A0F1C197BE800384AE4 /* Build configuration list for PBXNativeTarget "ReachabilityAppleTVSample" */ = {
  926. isa = XCConfigurationList;
  927. buildConfigurations = (
  928. 57A45A0D1C197BE800384AE4 /* Debug */,
  929. 57A45A0E1C197BE800384AE4 /* Release */,
  930. );
  931. defaultConfigurationIsVisible = 0;
  932. defaultConfigurationName = Release;
  933. };
  934. AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */ = {
  935. isa = XCConfigurationList;
  936. buildConfigurations = (
  937. AA7344841BE7678B008AFE69 /* Debug */,
  938. AA7344851BE7678B008AFE69 /* Release */,
  939. );
  940. defaultConfigurationIsVisible = 0;
  941. defaultConfigurationName = Release;
  942. };
  943. AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */ = {
  944. isa = XCConfigurationList;
  945. buildConfigurations = (
  946. AA7344871BE7678B008AFE69 /* Debug */,
  947. AA7344881BE7678B008AFE69 /* Release */,
  948. );
  949. defaultConfigurationIsVisible = 0;
  950. defaultConfigurationName = Release;
  951. };
  952. AA7344AA1BE76820008AFE69 /* Build configuration list for PBXNativeTarget "ReachabilitySample" */ = {
  953. isa = XCConfigurationList;
  954. buildConfigurations = (
  955. AA7344AB1BE76820008AFE69 /* Debug */,
  956. AA7344AC1BE76820008AFE69 /* Release */,
  957. );
  958. defaultConfigurationIsVisible = 0;
  959. defaultConfigurationName = Release;
  960. };
  961. /* End XCConfigurationList section */
  962. };
  963. rootObject = AA7344691BE7678B008AFE69 /* Project object */;
  964. }