project.pbxproj 41 KB

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