project.pbxproj 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959
  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. CA0FDB6E22B6C7C1008CAD21 /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; };
  27. CA0FDB6F22B6C7C1008CAD21 /* Reachability.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  28. CAC230C51BF2180000F6464E /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; };
  29. CAC230C61BF2180000F6464E /* 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. CA0FDB7022B6C7C2008CAD21 /* PBXContainerItemProxy */ = {
  42. isa = PBXContainerItemProxy;
  43. containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
  44. proxyType = 1;
  45. remoteGlobalIDString = AA7344711BE7678B008AFE69;
  46. remoteInfo = Reachability;
  47. };
  48. CAC230C71BF2180000F6464E /* 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. 57A45A361C197F4800384AE4 /* Embed Frameworks */ = {
  65. isa = PBXCopyFilesBuildPhase;
  66. buildActionMask = 2147483647;
  67. dstPath = "";
  68. dstSubfolderSpec = 10;
  69. files = (
  70. CAE85CCE2136B21B00320E68 /* Reachability.framework in Embed Frameworks */,
  71. );
  72. name = "Embed Frameworks";
  73. runOnlyForDeploymentPostprocessing = 0;
  74. };
  75. CA0FDB7222B6C7C2008CAD21 /* Embed Frameworks */ = {
  76. isa = PBXCopyFilesBuildPhase;
  77. buildActionMask = 2147483647;
  78. dstPath = "";
  79. dstSubfolderSpec = 10;
  80. files = (
  81. CA0FDB6F22B6C7C1008CAD21 /* 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. CA0FDB6E22B6C7C1008CAD21 /* 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. CA0FDB7222B6C7C2008CAD21 /* Embed Frameworks */,
  286. );
  287. buildRules = (
  288. );
  289. dependencies = (
  290. CA0FDB7122B6C7C2008CAD21 /* 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 = 1020;
  378. ORGANIZATIONNAME = "Ashley Mills";
  379. TargetAttributes = {
  380. 00C54B1E1C09CF67001C3F12 = {
  381. CreatedOnToolsVersion = 7.1.1;
  382. LastSwiftMigration = 0900;
  383. ProvisioningStyle = Manual;
  384. };
  385. 335AD5962052EB22000D4D08 = {
  386. CreatedOnToolsVersion = 9.2;
  387. LastSwiftMigration = 1000;
  388. ProvisioningStyle = Automatic;
  389. };
  390. 57A45A001C197BE800384AE4 = {
  391. CreatedOnToolsVersion = 7.1.1;
  392. LastSwiftMigration = 0900;
  393. ProvisioningStyle = Manual;
  394. };
  395. AA7344711BE7678B008AFE69 = {
  396. CreatedOnToolsVersion = 7.1;
  397. DevelopmentTeamName = "Joylord Systems Ltd";
  398. LastSwiftMigration = 1000;
  399. ProvisioningStyle = Manual;
  400. };
  401. AA73448F1BE76820008AFE69 = {
  402. CreatedOnToolsVersion = 7.1;
  403. LastSwiftMigration = 0900;
  404. ProvisioningStyle = Manual;
  405. };
  406. };
  407. };
  408. buildConfigurationList = AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */;
  409. compatibilityVersion = "Xcode 3.2";
  410. developmentRegion = en;
  411. hasScannedForEncodings = 0;
  412. knownRegions = (
  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. CA0FDB7122B6C7C2008CAD21 /* PBXTargetDependency */ = {
  525. isa = PBXTargetDependency;
  526. target = AA7344711BE7678B008AFE69 /* Reachability */;
  527. targetProxy = CA0FDB7022B6C7C2008CAD21 /* PBXContainerItemProxy */;
  528. };
  529. CAC230C81BF2180000F6464E /* PBXTargetDependency */ = {
  530. isa = PBXTargetDependency;
  531. target = AA7344711BE7678B008AFE69 /* Reachability */;
  532. targetProxy = CAC230C71BF2180000F6464E /* 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. COMBINE_HIDPI_IMAGES = YES;
  581. INFOPLIST_FILE = ReachabilityMacSample/Info.plist;
  582. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  583. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityMacSample;
  584. PRODUCT_NAME = "$(TARGET_NAME)";
  585. SDKROOT = macosx;
  586. };
  587. name = Debug;
  588. };
  589. 00C54B2D1C09CF68001C3F12 /* Release */ = {
  590. isa = XCBuildConfiguration;
  591. buildSettings = {
  592. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  593. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  594. COMBINE_HIDPI_IMAGES = YES;
  595. INFOPLIST_FILE = ReachabilityMacSample/Info.plist;
  596. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  597. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityMacSample;
  598. PRODUCT_NAME = "$(TARGET_NAME)";
  599. SDKROOT = macosx;
  600. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  601. };
  602. name = Release;
  603. };
  604. 335AD5A02052EB22000D4D08 /* Debug */ = {
  605. isa = XCBuildConfiguration;
  606. buildSettings = {
  607. CLANG_ANALYZER_NONNULL = YES;
  608. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  609. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  610. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  611. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  612. CODE_SIGN_IDENTITY = "-";
  613. CODE_SIGN_STYLE = Automatic;
  614. COMBINE_HIDPI_IMAGES = YES;
  615. GCC_C_LANGUAGE_STANDARD = gnu11;
  616. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  617. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  618. "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  619. MACOSX_DEPLOYMENT_TARGET = 10.13;
  620. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityTests;
  621. PRODUCT_NAME = "$(TARGET_NAME)";
  622. SDKROOT = "";
  623. SUPPORTED_PLATFORMS = "macosx appletvsimulator appletvos iphoneos iphonesimulator";
  624. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  625. };
  626. name = Debug;
  627. };
  628. 335AD5A12052EB22000D4D08 /* Release */ = {
  629. isa = XCBuildConfiguration;
  630. buildSettings = {
  631. CLANG_ANALYZER_NONNULL = YES;
  632. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  633. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  634. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  635. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  636. CODE_SIGN_IDENTITY = "-";
  637. CODE_SIGN_STYLE = Automatic;
  638. COMBINE_HIDPI_IMAGES = YES;
  639. GCC_C_LANGUAGE_STANDARD = gnu11;
  640. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  641. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  642. "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  643. MACOSX_DEPLOYMENT_TARGET = 10.13;
  644. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityTests;
  645. PRODUCT_NAME = "$(TARGET_NAME)";
  646. SDKROOT = "";
  647. SUPPORTED_PLATFORMS = "macosx appletvsimulator appletvos iphoneos iphonesimulator";
  648. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  649. };
  650. name = Release;
  651. };
  652. 57A45A0D1C197BE800384AE4 /* Debug */ = {
  653. isa = XCBuildConfiguration;
  654. buildSettings = {
  655. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  656. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  657. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  658. DEVELOPMENT_TEAM = "";
  659. INFOPLIST_FILE = ReachabilityAppleTVSample/Info.plist;
  660. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  661. PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityAppleTVSample;
  662. PRODUCT_NAME = "$(TARGET_NAME)";
  663. SDKROOT = appletvos;
  664. TARGETED_DEVICE_FAMILY = 3;
  665. };
  666. name = Debug;
  667. };
  668. 57A45A0E1C197BE800384AE4 /* Release */ = {
  669. isa = XCBuildConfiguration;
  670. buildSettings = {
  671. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  672. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  673. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  674. DEVELOPMENT_TEAM = "";
  675. INFOPLIST_FILE = ReachabilityAppleTVSample/Info.plist;
  676. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  677. PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityAppleTVSample;
  678. PRODUCT_NAME = "$(TARGET_NAME)";
  679. SDKROOT = appletvos;
  680. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  681. TARGETED_DEVICE_FAMILY = 3;
  682. };
  683. name = Release;
  684. };
  685. AA7344841BE7678B008AFE69 /* Debug */ = {
  686. isa = XCBuildConfiguration;
  687. buildSettings = {
  688. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  689. ALWAYS_SEARCH_USER_PATHS = NO;
  690. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  691. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  692. CLANG_CXX_LIBRARY = "libc++";
  693. CLANG_ENABLE_MODULES = YES;
  694. CLANG_ENABLE_OBJC_ARC = YES;
  695. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  696. CLANG_WARN_BOOL_CONVERSION = YES;
  697. CLANG_WARN_COMMA = YES;
  698. CLANG_WARN_CONSTANT_CONVERSION = YES;
  699. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  700. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  701. CLANG_WARN_EMPTY_BODY = YES;
  702. CLANG_WARN_ENUM_CONVERSION = YES;
  703. CLANG_WARN_INFINITE_RECURSION = YES;
  704. CLANG_WARN_INT_CONVERSION = YES;
  705. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  706. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  707. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  708. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  709. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  710. CLANG_WARN_STRICT_PROTOTYPES = YES;
  711. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  712. CLANG_WARN_UNREACHABLE_CODE = YES;
  713. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  714. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  715. CODE_SIGN_STYLE = Manual;
  716. COPY_PHASE_STRIP = NO;
  717. CURRENT_PROJECT_VERSION = 1;
  718. DEBUG_INFORMATION_FORMAT = dwarf;
  719. ENABLE_STRICT_OBJC_MSGSEND = YES;
  720. ENABLE_TESTABILITY = YES;
  721. GCC_C_LANGUAGE_STANDARD = gnu99;
  722. GCC_DYNAMIC_NO_PIC = NO;
  723. GCC_NO_COMMON_BLOCKS = YES;
  724. GCC_OPTIMIZATION_LEVEL = 0;
  725. GCC_PREPROCESSOR_DEFINITIONS = (
  726. "DEBUG=1",
  727. "$(inherited)",
  728. );
  729. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  730. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  731. GCC_WARN_UNDECLARED_SELECTOR = YES;
  732. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  733. GCC_WARN_UNUSED_FUNCTION = YES;
  734. GCC_WARN_UNUSED_VARIABLE = YES;
  735. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  736. MACOSX_DEPLOYMENT_TARGET = 10.11;
  737. MTL_ENABLE_DEBUG_INFO = YES;
  738. ONLY_ACTIVE_ARCH = YES;
  739. SDKROOT = iphoneos;
  740. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  741. SWIFT_VERSION = 5.0;
  742. TARGETED_DEVICE_FAMILY = "1,2";
  743. TVOS_DEPLOYMENT_TARGET = 9.0;
  744. VERSIONING_SYSTEM = "apple-generic";
  745. VERSION_INFO_PREFIX = "";
  746. };
  747. name = Debug;
  748. };
  749. AA7344851BE7678B008AFE69 /* Release */ = {
  750. isa = XCBuildConfiguration;
  751. buildSettings = {
  752. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  753. ALWAYS_SEARCH_USER_PATHS = NO;
  754. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  755. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  756. CLANG_CXX_LIBRARY = "libc++";
  757. CLANG_ENABLE_MODULES = YES;
  758. CLANG_ENABLE_OBJC_ARC = YES;
  759. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  760. CLANG_WARN_BOOL_CONVERSION = YES;
  761. CLANG_WARN_COMMA = YES;
  762. CLANG_WARN_CONSTANT_CONVERSION = YES;
  763. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  764. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  765. CLANG_WARN_EMPTY_BODY = YES;
  766. CLANG_WARN_ENUM_CONVERSION = YES;
  767. CLANG_WARN_INFINITE_RECURSION = YES;
  768. CLANG_WARN_INT_CONVERSION = YES;
  769. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  770. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  771. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  772. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  773. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  774. CLANG_WARN_STRICT_PROTOTYPES = YES;
  775. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  776. CLANG_WARN_UNREACHABLE_CODE = YES;
  777. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  778. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  779. CODE_SIGN_STYLE = Manual;
  780. COPY_PHASE_STRIP = NO;
  781. CURRENT_PROJECT_VERSION = 1;
  782. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  783. ENABLE_NS_ASSERTIONS = NO;
  784. ENABLE_STRICT_OBJC_MSGSEND = YES;
  785. GCC_C_LANGUAGE_STANDARD = gnu99;
  786. GCC_NO_COMMON_BLOCKS = YES;
  787. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  788. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  789. GCC_WARN_UNDECLARED_SELECTOR = YES;
  790. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  791. GCC_WARN_UNUSED_FUNCTION = YES;
  792. GCC_WARN_UNUSED_VARIABLE = YES;
  793. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  794. MACOSX_DEPLOYMENT_TARGET = 10.11;
  795. MTL_ENABLE_DEBUG_INFO = NO;
  796. SDKROOT = iphoneos;
  797. SWIFT_VERSION = 5.0;
  798. TARGETED_DEVICE_FAMILY = "1,2";
  799. TVOS_DEPLOYMENT_TARGET = 9.0;
  800. VALIDATE_PRODUCT = YES;
  801. VERSIONING_SYSTEM = "apple-generic";
  802. VERSION_INFO_PREFIX = "";
  803. };
  804. name = Release;
  805. };
  806. AA7344871BE7678B008AFE69 /* Debug */ = {
  807. isa = XCBuildConfiguration;
  808. buildSettings = {
  809. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  810. APPLICATION_EXTENSION_API_ONLY = YES;
  811. CLANG_ENABLE_MODULES = YES;
  812. CODE_SIGN_IDENTITY = "";
  813. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  814. DEFINES_MODULE = YES;
  815. DYLIB_COMPATIBILITY_VERSION = 1;
  816. DYLIB_CURRENT_VERSION = 1;
  817. DYLIB_INSTALL_NAME_BASE = "@rpath";
  818. INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
  819. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  820. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  821. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  822. PRODUCT_NAME = "$(TARGET_NAME)";
  823. PROVISIONING_PROFILE_SPECIFIER = "";
  824. SDKROOT = "";
  825. SKIP_INSTALL = YES;
  826. SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
  827. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  828. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  829. };
  830. name = Debug;
  831. };
  832. AA7344881BE7678B008AFE69 /* Release */ = {
  833. isa = XCBuildConfiguration;
  834. buildSettings = {
  835. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  836. APPLICATION_EXTENSION_API_ONLY = YES;
  837. CLANG_ENABLE_CODE_COVERAGE = NO;
  838. CLANG_ENABLE_MODULES = YES;
  839. CODE_SIGN_IDENTITY = "";
  840. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  841. DEFINES_MODULE = YES;
  842. DYLIB_COMPATIBILITY_VERSION = 1;
  843. DYLIB_CURRENT_VERSION = 1;
  844. DYLIB_INSTALL_NAME_BASE = "@rpath";
  845. INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
  846. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  847. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  848. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  849. PRODUCT_NAME = "$(TARGET_NAME)";
  850. SDKROOT = "";
  851. SKIP_INSTALL = YES;
  852. SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
  853. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  854. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  855. };
  856. name = Release;
  857. };
  858. AA7344AB1BE76820008AFE69 /* Debug */ = {
  859. isa = XCBuildConfiguration;
  860. buildSettings = {
  861. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  862. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  863. DEVELOPMENT_TEAM = "";
  864. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  865. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  866. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  867. PRODUCT_NAME = "$(TARGET_NAME)";
  868. };
  869. name = Debug;
  870. };
  871. AA7344AC1BE76820008AFE69 /* Release */ = {
  872. isa = XCBuildConfiguration;
  873. buildSettings = {
  874. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  875. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  876. DEVELOPMENT_TEAM = "";
  877. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  878. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  879. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  880. PRODUCT_NAME = "$(TARGET_NAME)";
  881. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  882. };
  883. name = Release;
  884. };
  885. /* End XCBuildConfiguration section */
  886. /* Begin XCConfigurationList section */
  887. 00C54B2B1C09CF68001C3F12 /* Build configuration list for PBXNativeTarget "ReachabilityMacSample" */ = {
  888. isa = XCConfigurationList;
  889. buildConfigurations = (
  890. 00C54B2C1C09CF68001C3F12 /* Debug */,
  891. 00C54B2D1C09CF68001C3F12 /* Release */,
  892. );
  893. defaultConfigurationIsVisible = 0;
  894. defaultConfigurationName = Release;
  895. };
  896. 335AD59F2052EB22000D4D08 /* Build configuration list for PBXNativeTarget "ReachabilityTests" */ = {
  897. isa = XCConfigurationList;
  898. buildConfigurations = (
  899. 335AD5A02052EB22000D4D08 /* Debug */,
  900. 335AD5A12052EB22000D4D08 /* Release */,
  901. );
  902. defaultConfigurationIsVisible = 0;
  903. defaultConfigurationName = Release;
  904. };
  905. 57A45A0F1C197BE800384AE4 /* Build configuration list for PBXNativeTarget "ReachabilityAppleTVSample" */ = {
  906. isa = XCConfigurationList;
  907. buildConfigurations = (
  908. 57A45A0D1C197BE800384AE4 /* Debug */,
  909. 57A45A0E1C197BE800384AE4 /* Release */,
  910. );
  911. defaultConfigurationIsVisible = 0;
  912. defaultConfigurationName = Release;
  913. };
  914. AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */ = {
  915. isa = XCConfigurationList;
  916. buildConfigurations = (
  917. AA7344841BE7678B008AFE69 /* Debug */,
  918. AA7344851BE7678B008AFE69 /* Release */,
  919. );
  920. defaultConfigurationIsVisible = 0;
  921. defaultConfigurationName = Release;
  922. };
  923. AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */ = {
  924. isa = XCConfigurationList;
  925. buildConfigurations = (
  926. AA7344871BE7678B008AFE69 /* Debug */,
  927. AA7344881BE7678B008AFE69 /* Release */,
  928. );
  929. defaultConfigurationIsVisible = 0;
  930. defaultConfigurationName = Release;
  931. };
  932. AA7344AA1BE76820008AFE69 /* Build configuration list for PBXNativeTarget "ReachabilitySample" */ = {
  933. isa = XCConfigurationList;
  934. buildConfigurations = (
  935. AA7344AB1BE76820008AFE69 /* Debug */,
  936. AA7344AC1BE76820008AFE69 /* Release */,
  937. );
  938. defaultConfigurationIsVisible = 0;
  939. defaultConfigurationName = Release;
  940. };
  941. /* End XCConfigurationList section */
  942. };
  943. rootObject = AA7344691BE7678B008AFE69 /* Project object */;
  944. }