project.pbxproj 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981
  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 = 1000;
  378. ORGANIZATIONNAME = "Ashley Mills";
  379. TargetAttributes = {
  380. 00C54B1E1C09CF67001C3F12 = {
  381. CreatedOnToolsVersion = 7.1.1;
  382. LastSwiftMigration = 0900;
  383. };
  384. 335AD5962052EB22000D4D08 = {
  385. CreatedOnToolsVersion = 9.2;
  386. LastSwiftMigration = 1000;
  387. ProvisioningStyle = Automatic;
  388. };
  389. 57A45A001C197BE800384AE4 = {
  390. CreatedOnToolsVersion = 7.1.1;
  391. LastSwiftMigration = 0900;
  392. ProvisioningStyle = Manual;
  393. };
  394. AA7344711BE7678B008AFE69 = {
  395. CreatedOnToolsVersion = 7.1;
  396. DevelopmentTeamName = "Joylord Systems Ltd";
  397. LastSwiftMigration = 1000;
  398. ProvisioningStyle = Automatic;
  399. };
  400. AA73448F1BE76820008AFE69 = {
  401. CreatedOnToolsVersion = 7.1;
  402. DevelopmentTeam = 9APVGUJV73;
  403. LastSwiftMigration = 0900;
  404. };
  405. };
  406. };
  407. buildConfigurationList = AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */;
  408. compatibilityVersion = "Xcode 3.2";
  409. developmentRegion = English;
  410. hasScannedForEncodings = 0;
  411. knownRegions = (
  412. English,
  413. en,
  414. Base,
  415. );
  416. mainGroup = AA7344681BE7678B008AFE69;
  417. productRefGroup = AA7344731BE7678B008AFE69 /* Products */;
  418. projectDirPath = "";
  419. projectRoot = "";
  420. targets = (
  421. AA7344711BE7678B008AFE69 /* Reachability */,
  422. 335AD5962052EB22000D4D08 /* ReachabilityTests */,
  423. AA73448F1BE76820008AFE69 /* ReachabilitySample */,
  424. 00C54B1E1C09CF67001C3F12 /* ReachabilityMacSample */,
  425. 57A45A001C197BE800384AE4 /* ReachabilityAppleTVSample */,
  426. );
  427. };
  428. /* End PBXProject section */
  429. /* Begin PBXResourcesBuildPhase section */
  430. 00C54B1D1C09CF67001C3F12 /* Resources */ = {
  431. isa = PBXResourcesBuildPhase;
  432. buildActionMask = 2147483647;
  433. files = (
  434. 00C54B261C09CF68001C3F12 /* Assets.xcassets in Resources */,
  435. 00C54B291C09CF68001C3F12 /* Main.storyboard in Resources */,
  436. );
  437. runOnlyForDeploymentPostprocessing = 0;
  438. };
  439. 335AD5952052EB22000D4D08 /* Resources */ = {
  440. isa = PBXResourcesBuildPhase;
  441. buildActionMask = 2147483647;
  442. files = (
  443. );
  444. runOnlyForDeploymentPostprocessing = 0;
  445. };
  446. 57A459FF1C197BE800384AE4 /* Resources */ = {
  447. isa = PBXResourcesBuildPhase;
  448. buildActionMask = 2147483647;
  449. files = (
  450. 57A45A0B1C197BE800384AE4 /* Assets.xcassets in Resources */,
  451. 57A45A091C197BE800384AE4 /* Main.storyboard in Resources */,
  452. );
  453. runOnlyForDeploymentPostprocessing = 0;
  454. };
  455. AA7344701BE7678B008AFE69 /* Resources */ = {
  456. isa = PBXResourcesBuildPhase;
  457. buildActionMask = 2147483647;
  458. files = (
  459. );
  460. runOnlyForDeploymentPostprocessing = 0;
  461. };
  462. AA73448E1BE76820008AFE69 /* Resources */ = {
  463. isa = PBXResourcesBuildPhase;
  464. buildActionMask = 2147483647;
  465. files = (
  466. AA7344B51BE769D6008AFE69 /* LaunchScreen.xib in Resources */,
  467. AA73449A1BE76820008AFE69 /* Assets.xcassets in Resources */,
  468. AA7344981BE76820008AFE69 /* Main.storyboard in Resources */,
  469. );
  470. runOnlyForDeploymentPostprocessing = 0;
  471. };
  472. /* End PBXResourcesBuildPhase section */
  473. /* Begin PBXSourcesBuildPhase section */
  474. 00C54B1B1C09CF67001C3F12 /* Sources */ = {
  475. isa = PBXSourcesBuildPhase;
  476. buildActionMask = 2147483647;
  477. files = (
  478. 00C54B241C09CF68001C3F12 /* ViewController.swift in Sources */,
  479. 00C54B221C09CF68001C3F12 /* AppDelegate.swift in Sources */,
  480. );
  481. runOnlyForDeploymentPostprocessing = 0;
  482. };
  483. 335AD5932052EB22000D4D08 /* Sources */ = {
  484. isa = PBXSourcesBuildPhase;
  485. buildActionMask = 2147483647;
  486. files = (
  487. 335AD5A22052EB32000D4D08 /* ReachabilityTests.swift in Sources */,
  488. );
  489. runOnlyForDeploymentPostprocessing = 0;
  490. };
  491. 57A459FD1C197BE800384AE4 /* Sources */ = {
  492. isa = PBXSourcesBuildPhase;
  493. buildActionMask = 2147483647;
  494. files = (
  495. 57A45A061C197BE800384AE4 /* ViewController.swift in Sources */,
  496. 57A45A041C197BE800384AE4 /* AppDelegate.swift in Sources */,
  497. );
  498. runOnlyForDeploymentPostprocessing = 0;
  499. };
  500. AA73446D1BE7678B008AFE69 /* Sources */ = {
  501. isa = PBXSourcesBuildPhase;
  502. buildActionMask = 2147483647;
  503. files = (
  504. 335AD58E2052EA92000D4D08 /* Reachability.swift in Sources */,
  505. );
  506. runOnlyForDeploymentPostprocessing = 0;
  507. };
  508. AA73448C1BE76820008AFE69 /* Sources */ = {
  509. isa = PBXSourcesBuildPhase;
  510. buildActionMask = 2147483647;
  511. files = (
  512. AA7344951BE76820008AFE69 /* ViewController.swift in Sources */,
  513. AA7344931BE76820008AFE69 /* AppDelegate.swift in Sources */,
  514. );
  515. runOnlyForDeploymentPostprocessing = 0;
  516. };
  517. /* End PBXSourcesBuildPhase section */
  518. /* Begin PBXTargetDependency section */
  519. 335AD59E2052EB22000D4D08 /* PBXTargetDependency */ = {
  520. isa = PBXTargetDependency;
  521. target = AA7344711BE7678B008AFE69 /* Reachability */;
  522. targetProxy = 335AD59D2052EB22000D4D08 /* PBXContainerItemProxy */;
  523. };
  524. CAC230C81BF2180000F6464E /* PBXTargetDependency */ = {
  525. isa = PBXTargetDependency;
  526. target = AA7344711BE7678B008AFE69 /* Reachability */;
  527. targetProxy = CAC230C71BF2180000F6464E /* PBXContainerItemProxy */;
  528. };
  529. CAE85CCC2136B21500320E68 /* PBXTargetDependency */ = {
  530. isa = PBXTargetDependency;
  531. target = AA7344711BE7678B008AFE69 /* Reachability */;
  532. targetProxy = CAE85CCB2136B21500320E68 /* PBXContainerItemProxy */;
  533. };
  534. CAE85CD02136B21B00320E68 /* PBXTargetDependency */ = {
  535. isa = PBXTargetDependency;
  536. target = AA7344711BE7678B008AFE69 /* Reachability */;
  537. targetProxy = CAE85CCF2136B21B00320E68 /* PBXContainerItemProxy */;
  538. };
  539. /* End PBXTargetDependency section */
  540. /* Begin PBXVariantGroup section */
  541. 00C54B271C09CF68001C3F12 /* Main.storyboard */ = {
  542. isa = PBXVariantGroup;
  543. children = (
  544. 00C54B281C09CF68001C3F12 /* Base */,
  545. );
  546. name = Main.storyboard;
  547. sourceTree = "<group>";
  548. };
  549. 57A45A071C197BE800384AE4 /* Main.storyboard */ = {
  550. isa = PBXVariantGroup;
  551. children = (
  552. 57A45A081C197BE800384AE4 /* Base */,
  553. );
  554. name = Main.storyboard;
  555. sourceTree = "<group>";
  556. };
  557. AA7344961BE76820008AFE69 /* Main.storyboard */ = {
  558. isa = PBXVariantGroup;
  559. children = (
  560. AA7344971BE76820008AFE69 /* Base */,
  561. );
  562. name = Main.storyboard;
  563. sourceTree = "<group>";
  564. };
  565. AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */ = {
  566. isa = PBXVariantGroup;
  567. children = (
  568. AA7344B41BE769D6008AFE69 /* Base */,
  569. );
  570. name = LaunchScreen.xib;
  571. sourceTree = "<group>";
  572. };
  573. /* End PBXVariantGroup section */
  574. /* Begin XCBuildConfiguration section */
  575. 00C54B2C1C09CF68001C3F12 /* Debug */ = {
  576. isa = XCBuildConfiguration;
  577. buildSettings = {
  578. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  579. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  580. CODE_SIGN_IDENTITY = "-";
  581. COMBINE_HIDPI_IMAGES = YES;
  582. INFOPLIST_FILE = ReachabilityMacSample/Info.plist;
  583. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  584. MACOSX_DEPLOYMENT_TARGET = 10.10;
  585. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityMacSample;
  586. PRODUCT_NAME = "$(TARGET_NAME)";
  587. SDKROOT = macosx;
  588. SWIFT_VERSION = 5.0;
  589. };
  590. name = Debug;
  591. };
  592. 00C54B2D1C09CF68001C3F12 /* Release */ = {
  593. isa = XCBuildConfiguration;
  594. buildSettings = {
  595. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  596. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  597. CODE_SIGN_IDENTITY = "-";
  598. COMBINE_HIDPI_IMAGES = YES;
  599. INFOPLIST_FILE = ReachabilityMacSample/Info.plist;
  600. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  601. MACOSX_DEPLOYMENT_TARGET = 10.10;
  602. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityMacSample;
  603. PRODUCT_NAME = "$(TARGET_NAME)";
  604. SDKROOT = macosx;
  605. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  606. SWIFT_VERSION = 5.0;
  607. };
  608. name = Release;
  609. };
  610. 335AD5A02052EB22000D4D08 /* Debug */ = {
  611. isa = XCBuildConfiguration;
  612. buildSettings = {
  613. CLANG_ANALYZER_NONNULL = YES;
  614. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  615. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  616. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  617. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  618. CODE_SIGN_IDENTITY = "-";
  619. CODE_SIGN_STYLE = Automatic;
  620. COMBINE_HIDPI_IMAGES = YES;
  621. GCC_C_LANGUAGE_STANDARD = gnu11;
  622. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  623. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  624. "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  625. MACOSX_DEPLOYMENT_TARGET = 10.13;
  626. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityTests;
  627. PRODUCT_NAME = "$(TARGET_NAME)";
  628. SDKROOT = "";
  629. SUPPORTED_PLATFORMS = "macosx appletvsimulator appletvos iphoneos iphonesimulator";
  630. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  631. SWIFT_VERSION = 5.0;
  632. };
  633. name = Debug;
  634. };
  635. 335AD5A12052EB22000D4D08 /* Release */ = {
  636. isa = XCBuildConfiguration;
  637. buildSettings = {
  638. CLANG_ANALYZER_NONNULL = YES;
  639. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  640. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  641. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  642. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  643. CODE_SIGN_IDENTITY = "-";
  644. CODE_SIGN_STYLE = Automatic;
  645. COMBINE_HIDPI_IMAGES = YES;
  646. GCC_C_LANGUAGE_STANDARD = gnu11;
  647. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  648. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  649. "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  650. MACOSX_DEPLOYMENT_TARGET = 10.13;
  651. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityTests;
  652. PRODUCT_NAME = "$(TARGET_NAME)";
  653. SDKROOT = "";
  654. SUPPORTED_PLATFORMS = "macosx appletvsimulator appletvos iphoneos iphonesimulator";
  655. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  656. SWIFT_VERSION = 5.0;
  657. };
  658. name = Release;
  659. };
  660. 57A45A0D1C197BE800384AE4 /* Debug */ = {
  661. isa = XCBuildConfiguration;
  662. buildSettings = {
  663. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  664. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  665. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  666. CODE_SIGN_IDENTITY = "iPhone Developer";
  667. CODE_SIGN_STYLE = Manual;
  668. DEVELOPMENT_TEAM = "";
  669. INFOPLIST_FILE = ReachabilityAppleTVSample/Info.plist;
  670. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  671. PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityAppleTVSample;
  672. PRODUCT_NAME = "$(TARGET_NAME)";
  673. PROVISIONING_PROFILE_SPECIFIER = "";
  674. SDKROOT = appletvos;
  675. SWIFT_VERSION = 5.0;
  676. TARGETED_DEVICE_FAMILY = 3;
  677. TVOS_DEPLOYMENT_TARGET = 9.0;
  678. };
  679. name = Debug;
  680. };
  681. 57A45A0E1C197BE800384AE4 /* Release */ = {
  682. isa = XCBuildConfiguration;
  683. buildSettings = {
  684. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  685. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  686. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  687. CODE_SIGN_IDENTITY = "iPhone Developer";
  688. CODE_SIGN_STYLE = Manual;
  689. DEVELOPMENT_TEAM = "";
  690. INFOPLIST_FILE = ReachabilityAppleTVSample/Info.plist;
  691. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  692. PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityAppleTVSample;
  693. PRODUCT_NAME = "$(TARGET_NAME)";
  694. PROVISIONING_PROFILE_SPECIFIER = "";
  695. SDKROOT = appletvos;
  696. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  697. SWIFT_VERSION = 5.0;
  698. TARGETED_DEVICE_FAMILY = 3;
  699. TVOS_DEPLOYMENT_TARGET = 9.0;
  700. };
  701. name = Release;
  702. };
  703. AA7344841BE7678B008AFE69 /* Debug */ = {
  704. isa = XCBuildConfiguration;
  705. buildSettings = {
  706. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  707. ALWAYS_SEARCH_USER_PATHS = NO;
  708. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  709. CLANG_CXX_LIBRARY = "libc++";
  710. CLANG_ENABLE_MODULES = YES;
  711. CLANG_ENABLE_OBJC_ARC = YES;
  712. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  713. CLANG_WARN_BOOL_CONVERSION = YES;
  714. CLANG_WARN_COMMA = YES;
  715. CLANG_WARN_CONSTANT_CONVERSION = YES;
  716. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  717. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  718. CLANG_WARN_EMPTY_BODY = YES;
  719. CLANG_WARN_ENUM_CONVERSION = YES;
  720. CLANG_WARN_INFINITE_RECURSION = YES;
  721. CLANG_WARN_INT_CONVERSION = YES;
  722. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  723. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  724. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  725. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  726. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  727. CLANG_WARN_STRICT_PROTOTYPES = YES;
  728. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  729. CLANG_WARN_UNREACHABLE_CODE = YES;
  730. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  731. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  732. COPY_PHASE_STRIP = NO;
  733. CURRENT_PROJECT_VERSION = 1;
  734. DEBUG_INFORMATION_FORMAT = dwarf;
  735. ENABLE_STRICT_OBJC_MSGSEND = YES;
  736. ENABLE_TESTABILITY = YES;
  737. GCC_C_LANGUAGE_STANDARD = gnu99;
  738. GCC_DYNAMIC_NO_PIC = NO;
  739. GCC_NO_COMMON_BLOCKS = YES;
  740. GCC_OPTIMIZATION_LEVEL = 0;
  741. GCC_PREPROCESSOR_DEFINITIONS = (
  742. "DEBUG=1",
  743. "$(inherited)",
  744. );
  745. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  746. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  747. GCC_WARN_UNDECLARED_SELECTOR = YES;
  748. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  749. GCC_WARN_UNUSED_FUNCTION = YES;
  750. GCC_WARN_UNUSED_VARIABLE = YES;
  751. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  752. MTL_ENABLE_DEBUG_INFO = YES;
  753. ONLY_ACTIVE_ARCH = YES;
  754. SDKROOT = iphoneos;
  755. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  756. SWIFT_VERSION = 4.2;
  757. TARGETED_DEVICE_FAMILY = "1,2";
  758. VERSIONING_SYSTEM = "apple-generic";
  759. VERSION_INFO_PREFIX = "";
  760. };
  761. name = Debug;
  762. };
  763. AA7344851BE7678B008AFE69 /* Release */ = {
  764. isa = XCBuildConfiguration;
  765. buildSettings = {
  766. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  767. ALWAYS_SEARCH_USER_PATHS = NO;
  768. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  769. CLANG_CXX_LIBRARY = "libc++";
  770. CLANG_ENABLE_MODULES = YES;
  771. CLANG_ENABLE_OBJC_ARC = YES;
  772. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  773. CLANG_WARN_BOOL_CONVERSION = YES;
  774. CLANG_WARN_COMMA = YES;
  775. CLANG_WARN_CONSTANT_CONVERSION = YES;
  776. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  777. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  778. CLANG_WARN_EMPTY_BODY = YES;
  779. CLANG_WARN_ENUM_CONVERSION = YES;
  780. CLANG_WARN_INFINITE_RECURSION = YES;
  781. CLANG_WARN_INT_CONVERSION = YES;
  782. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  783. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  784. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  785. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  786. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  787. CLANG_WARN_STRICT_PROTOTYPES = YES;
  788. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  789. CLANG_WARN_UNREACHABLE_CODE = YES;
  790. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  791. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  792. COPY_PHASE_STRIP = NO;
  793. CURRENT_PROJECT_VERSION = 1;
  794. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  795. ENABLE_NS_ASSERTIONS = NO;
  796. ENABLE_STRICT_OBJC_MSGSEND = YES;
  797. GCC_C_LANGUAGE_STANDARD = gnu99;
  798. GCC_NO_COMMON_BLOCKS = YES;
  799. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  800. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  801. GCC_WARN_UNDECLARED_SELECTOR = YES;
  802. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  803. GCC_WARN_UNUSED_FUNCTION = YES;
  804. GCC_WARN_UNUSED_VARIABLE = YES;
  805. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  806. MTL_ENABLE_DEBUG_INFO = NO;
  807. SDKROOT = iphoneos;
  808. SWIFT_VERSION = 4.2;
  809. TARGETED_DEVICE_FAMILY = "1,2";
  810. VALIDATE_PRODUCT = YES;
  811. VERSIONING_SYSTEM = "apple-generic";
  812. VERSION_INFO_PREFIX = "";
  813. };
  814. name = Release;
  815. };
  816. AA7344871BE7678B008AFE69 /* Debug */ = {
  817. isa = XCBuildConfiguration;
  818. buildSettings = {
  819. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  820. APPLICATION_EXTENSION_API_ONLY = YES;
  821. CLANG_ENABLE_MODULES = YES;
  822. CODE_SIGN_IDENTITY = "";
  823. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  824. DEFINES_MODULE = YES;
  825. DEVELOPMENT_TEAM = "";
  826. DYLIB_COMPATIBILITY_VERSION = 1;
  827. DYLIB_CURRENT_VERSION = 1;
  828. DYLIB_INSTALL_NAME_BASE = "@rpath";
  829. INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
  830. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  831. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  832. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  833. MACOSX_DEPLOYMENT_TARGET = 10.10;
  834. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  835. PRODUCT_NAME = "$(TARGET_NAME)";
  836. PROVISIONING_PROFILE_SPECIFIER = "";
  837. SDKROOT = "";
  838. SKIP_INSTALL = YES;
  839. SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
  840. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  841. SWIFT_VERSION = 5.0;
  842. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  843. TVOS_DEPLOYMENT_TARGET = 9.0;
  844. };
  845. name = Debug;
  846. };
  847. AA7344881BE7678B008AFE69 /* Release */ = {
  848. isa = XCBuildConfiguration;
  849. buildSettings = {
  850. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  851. APPLICATION_EXTENSION_API_ONLY = YES;
  852. CLANG_ENABLE_CODE_COVERAGE = NO;
  853. CLANG_ENABLE_MODULES = YES;
  854. CODE_SIGN_IDENTITY = "";
  855. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  856. DEFINES_MODULE = YES;
  857. DEVELOPMENT_TEAM = "";
  858. DYLIB_COMPATIBILITY_VERSION = 1;
  859. DYLIB_CURRENT_VERSION = 1;
  860. DYLIB_INSTALL_NAME_BASE = "@rpath";
  861. INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
  862. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  863. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  864. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  865. MACOSX_DEPLOYMENT_TARGET = 10.10;
  866. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  867. PRODUCT_NAME = "$(TARGET_NAME)";
  868. SDKROOT = "";
  869. SKIP_INSTALL = YES;
  870. SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
  871. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  872. SWIFT_VERSION = 5.0;
  873. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  874. TVOS_DEPLOYMENT_TARGET = 9.0;
  875. };
  876. name = Release;
  877. };
  878. AA7344AB1BE76820008AFE69 /* Debug */ = {
  879. isa = XCBuildConfiguration;
  880. buildSettings = {
  881. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  882. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  883. DEVELOPMENT_TEAM = 9APVGUJV73;
  884. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  885. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  886. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  887. PRODUCT_NAME = "$(TARGET_NAME)";
  888. SWIFT_VERSION = 5.0;
  889. };
  890. name = Debug;
  891. };
  892. AA7344AC1BE76820008AFE69 /* Release */ = {
  893. isa = XCBuildConfiguration;
  894. buildSettings = {
  895. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  896. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  897. DEVELOPMENT_TEAM = 9APVGUJV73;
  898. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  899. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  900. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  901. PRODUCT_NAME = "$(TARGET_NAME)";
  902. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  903. SWIFT_VERSION = 5.0;
  904. };
  905. name = Release;
  906. };
  907. /* End XCBuildConfiguration section */
  908. /* Begin XCConfigurationList section */
  909. 00C54B2B1C09CF68001C3F12 /* Build configuration list for PBXNativeTarget "ReachabilityMacSample" */ = {
  910. isa = XCConfigurationList;
  911. buildConfigurations = (
  912. 00C54B2C1C09CF68001C3F12 /* Debug */,
  913. 00C54B2D1C09CF68001C3F12 /* Release */,
  914. );
  915. defaultConfigurationIsVisible = 0;
  916. defaultConfigurationName = Release;
  917. };
  918. 335AD59F2052EB22000D4D08 /* Build configuration list for PBXNativeTarget "ReachabilityTests" */ = {
  919. isa = XCConfigurationList;
  920. buildConfigurations = (
  921. 335AD5A02052EB22000D4D08 /* Debug */,
  922. 335AD5A12052EB22000D4D08 /* Release */,
  923. );
  924. defaultConfigurationIsVisible = 0;
  925. defaultConfigurationName = Release;
  926. };
  927. 57A45A0F1C197BE800384AE4 /* Build configuration list for PBXNativeTarget "ReachabilityAppleTVSample" */ = {
  928. isa = XCConfigurationList;
  929. buildConfigurations = (
  930. 57A45A0D1C197BE800384AE4 /* Debug */,
  931. 57A45A0E1C197BE800384AE4 /* Release */,
  932. );
  933. defaultConfigurationIsVisible = 0;
  934. defaultConfigurationName = Release;
  935. };
  936. AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */ = {
  937. isa = XCConfigurationList;
  938. buildConfigurations = (
  939. AA7344841BE7678B008AFE69 /* Debug */,
  940. AA7344851BE7678B008AFE69 /* Release */,
  941. );
  942. defaultConfigurationIsVisible = 0;
  943. defaultConfigurationName = Release;
  944. };
  945. AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */ = {
  946. isa = XCConfigurationList;
  947. buildConfigurations = (
  948. AA7344871BE7678B008AFE69 /* Debug */,
  949. AA7344881BE7678B008AFE69 /* Release */,
  950. );
  951. defaultConfigurationIsVisible = 0;
  952. defaultConfigurationName = Release;
  953. };
  954. AA7344AA1BE76820008AFE69 /* Build configuration list for PBXNativeTarget "ReachabilitySample" */ = {
  955. isa = XCConfigurationList;
  956. buildConfigurations = (
  957. AA7344AB1BE76820008AFE69 /* Debug */,
  958. AA7344AC1BE76820008AFE69 /* Release */,
  959. );
  960. defaultConfigurationIsVisible = 0;
  961. defaultConfigurationName = Release;
  962. };
  963. /* End XCConfigurationList section */
  964. };
  965. rootObject = AA7344691BE7678B008AFE69 /* Project object */;
  966. }