project.pbxproj 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963
  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. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityMacSample;
  587. PRODUCT_NAME = "$(TARGET_NAME)";
  588. SDKROOT = macosx;
  589. };
  590. name = Debug;
  591. };
  592. 00C54B2D1C09CF68001C3F12 /* Release */ = {
  593. isa = XCBuildConfiguration;
  594. buildSettings = {
  595. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  596. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  597. CODE_SIGN_IDENTITY = "-";
  598. COMBINE_HIDPI_IMAGES = YES;
  599. INFOPLIST_FILE = ReachabilityMacSample/Info.plist;
  600. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  601. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityMacSample;
  602. PRODUCT_NAME = "$(TARGET_NAME)";
  603. SDKROOT = macosx;
  604. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  605. };
  606. name = Release;
  607. };
  608. 335AD5A02052EB22000D4D08 /* Debug */ = {
  609. isa = XCBuildConfiguration;
  610. buildSettings = {
  611. CLANG_ANALYZER_NONNULL = YES;
  612. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  613. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  614. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  615. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  616. CODE_SIGN_IDENTITY = "-";
  617. CODE_SIGN_STYLE = Automatic;
  618. COMBINE_HIDPI_IMAGES = YES;
  619. GCC_C_LANGUAGE_STANDARD = gnu11;
  620. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  621. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  622. "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  623. MACOSX_DEPLOYMENT_TARGET = 10.13;
  624. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityTests;
  625. PRODUCT_NAME = "$(TARGET_NAME)";
  626. SDKROOT = "";
  627. SUPPORTED_PLATFORMS = "macosx appletvsimulator appletvos iphoneos iphonesimulator";
  628. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  629. };
  630. name = Debug;
  631. };
  632. 335AD5A12052EB22000D4D08 /* Release */ = {
  633. isa = XCBuildConfiguration;
  634. buildSettings = {
  635. CLANG_ANALYZER_NONNULL = YES;
  636. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  637. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  638. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  639. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  640. CODE_SIGN_IDENTITY = "-";
  641. CODE_SIGN_STYLE = Automatic;
  642. COMBINE_HIDPI_IMAGES = YES;
  643. GCC_C_LANGUAGE_STANDARD = gnu11;
  644. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  645. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  646. "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  647. MACOSX_DEPLOYMENT_TARGET = 10.13;
  648. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityTests;
  649. PRODUCT_NAME = "$(TARGET_NAME)";
  650. SDKROOT = "";
  651. SUPPORTED_PLATFORMS = "macosx appletvsimulator appletvos iphoneos iphonesimulator";
  652. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  653. };
  654. name = Release;
  655. };
  656. 57A45A0D1C197BE800384AE4 /* Debug */ = {
  657. isa = XCBuildConfiguration;
  658. buildSettings = {
  659. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  660. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  661. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  662. DEVELOPMENT_TEAM = "";
  663. INFOPLIST_FILE = ReachabilityAppleTVSample/Info.plist;
  664. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  665. PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityAppleTVSample;
  666. PRODUCT_NAME = "$(TARGET_NAME)";
  667. SDKROOT = appletvos;
  668. TARGETED_DEVICE_FAMILY = 3;
  669. };
  670. name = Debug;
  671. };
  672. 57A45A0E1C197BE800384AE4 /* Release */ = {
  673. isa = XCBuildConfiguration;
  674. buildSettings = {
  675. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  676. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  677. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  678. DEVELOPMENT_TEAM = "";
  679. INFOPLIST_FILE = ReachabilityAppleTVSample/Info.plist;
  680. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  681. PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityAppleTVSample;
  682. PRODUCT_NAME = "$(TARGET_NAME)";
  683. SDKROOT = appletvos;
  684. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  685. TARGETED_DEVICE_FAMILY = 3;
  686. };
  687. name = Release;
  688. };
  689. AA7344841BE7678B008AFE69 /* Debug */ = {
  690. isa = XCBuildConfiguration;
  691. buildSettings = {
  692. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  693. ALWAYS_SEARCH_USER_PATHS = NO;
  694. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  695. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  696. CLANG_CXX_LIBRARY = "libc++";
  697. CLANG_ENABLE_MODULES = YES;
  698. CLANG_ENABLE_OBJC_ARC = YES;
  699. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  700. CLANG_WARN_BOOL_CONVERSION = YES;
  701. CLANG_WARN_COMMA = YES;
  702. CLANG_WARN_CONSTANT_CONVERSION = YES;
  703. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  704. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  705. CLANG_WARN_EMPTY_BODY = YES;
  706. CLANG_WARN_ENUM_CONVERSION = YES;
  707. CLANG_WARN_INFINITE_RECURSION = YES;
  708. CLANG_WARN_INT_CONVERSION = YES;
  709. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  710. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  711. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  712. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  713. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  714. CLANG_WARN_STRICT_PROTOTYPES = YES;
  715. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  716. CLANG_WARN_UNREACHABLE_CODE = YES;
  717. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  718. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  719. CODE_SIGN_STYLE = Manual;
  720. COPY_PHASE_STRIP = NO;
  721. CURRENT_PROJECT_VERSION = 1;
  722. DEBUG_INFORMATION_FORMAT = dwarf;
  723. ENABLE_STRICT_OBJC_MSGSEND = YES;
  724. ENABLE_TESTABILITY = YES;
  725. GCC_C_LANGUAGE_STANDARD = gnu99;
  726. GCC_DYNAMIC_NO_PIC = NO;
  727. GCC_NO_COMMON_BLOCKS = YES;
  728. GCC_OPTIMIZATION_LEVEL = 0;
  729. GCC_PREPROCESSOR_DEFINITIONS = (
  730. "DEBUG=1",
  731. "$(inherited)",
  732. );
  733. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  734. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  735. GCC_WARN_UNDECLARED_SELECTOR = YES;
  736. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  737. GCC_WARN_UNUSED_FUNCTION = YES;
  738. GCC_WARN_UNUSED_VARIABLE = YES;
  739. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  740. MACOSX_DEPLOYMENT_TARGET = 10.10;
  741. MTL_ENABLE_DEBUG_INFO = YES;
  742. ONLY_ACTIVE_ARCH = YES;
  743. SDKROOT = iphoneos;
  744. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  745. SWIFT_VERSION = 5.0;
  746. TARGETED_DEVICE_FAMILY = "1,2";
  747. TVOS_DEPLOYMENT_TARGET = 9.0;
  748. VERSIONING_SYSTEM = "apple-generic";
  749. VERSION_INFO_PREFIX = "";
  750. };
  751. name = Debug;
  752. };
  753. AA7344851BE7678B008AFE69 /* Release */ = {
  754. isa = XCBuildConfiguration;
  755. buildSettings = {
  756. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  757. ALWAYS_SEARCH_USER_PATHS = NO;
  758. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  759. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  760. CLANG_CXX_LIBRARY = "libc++";
  761. CLANG_ENABLE_MODULES = YES;
  762. CLANG_ENABLE_OBJC_ARC = YES;
  763. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  764. CLANG_WARN_BOOL_CONVERSION = YES;
  765. CLANG_WARN_COMMA = YES;
  766. CLANG_WARN_CONSTANT_CONVERSION = YES;
  767. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  768. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  769. CLANG_WARN_EMPTY_BODY = YES;
  770. CLANG_WARN_ENUM_CONVERSION = YES;
  771. CLANG_WARN_INFINITE_RECURSION = YES;
  772. CLANG_WARN_INT_CONVERSION = YES;
  773. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  774. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  775. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  776. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  777. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  778. CLANG_WARN_STRICT_PROTOTYPES = YES;
  779. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  780. CLANG_WARN_UNREACHABLE_CODE = YES;
  781. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  782. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  783. CODE_SIGN_STYLE = Manual;
  784. COPY_PHASE_STRIP = NO;
  785. CURRENT_PROJECT_VERSION = 1;
  786. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  787. ENABLE_NS_ASSERTIONS = NO;
  788. ENABLE_STRICT_OBJC_MSGSEND = YES;
  789. GCC_C_LANGUAGE_STANDARD = gnu99;
  790. GCC_NO_COMMON_BLOCKS = YES;
  791. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  792. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  793. GCC_WARN_UNDECLARED_SELECTOR = YES;
  794. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  795. GCC_WARN_UNUSED_FUNCTION = YES;
  796. GCC_WARN_UNUSED_VARIABLE = YES;
  797. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  798. MACOSX_DEPLOYMENT_TARGET = 10.10;
  799. MTL_ENABLE_DEBUG_INFO = NO;
  800. SDKROOT = iphoneos;
  801. SWIFT_VERSION = 5.0;
  802. TARGETED_DEVICE_FAMILY = "1,2";
  803. TVOS_DEPLOYMENT_TARGET = 9.0;
  804. VALIDATE_PRODUCT = YES;
  805. VERSIONING_SYSTEM = "apple-generic";
  806. VERSION_INFO_PREFIX = "";
  807. };
  808. name = Release;
  809. };
  810. AA7344871BE7678B008AFE69 /* Debug */ = {
  811. isa = XCBuildConfiguration;
  812. buildSettings = {
  813. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  814. APPLICATION_EXTENSION_API_ONLY = YES;
  815. CLANG_ENABLE_MODULES = YES;
  816. CODE_SIGN_IDENTITY = "";
  817. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  818. DEFINES_MODULE = YES;
  819. DYLIB_COMPATIBILITY_VERSION = 1;
  820. DYLIB_CURRENT_VERSION = 1;
  821. DYLIB_INSTALL_NAME_BASE = "@rpath";
  822. INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
  823. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  824. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  825. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  826. PRODUCT_NAME = "$(TARGET_NAME)";
  827. PROVISIONING_PROFILE_SPECIFIER = "";
  828. SDKROOT = "";
  829. SKIP_INSTALL = YES;
  830. SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
  831. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  832. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  833. };
  834. name = Debug;
  835. };
  836. AA7344881BE7678B008AFE69 /* Release */ = {
  837. isa = XCBuildConfiguration;
  838. buildSettings = {
  839. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
  840. APPLICATION_EXTENSION_API_ONLY = YES;
  841. CLANG_ENABLE_CODE_COVERAGE = NO;
  842. CLANG_ENABLE_MODULES = YES;
  843. CODE_SIGN_IDENTITY = "";
  844. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  845. DEFINES_MODULE = YES;
  846. DYLIB_COMPATIBILITY_VERSION = 1;
  847. DYLIB_CURRENT_VERSION = 1;
  848. DYLIB_INSTALL_NAME_BASE = "@rpath";
  849. INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
  850. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  851. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  852. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  853. PRODUCT_NAME = "$(TARGET_NAME)";
  854. SDKROOT = "";
  855. SKIP_INSTALL = YES;
  856. SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
  857. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  858. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  859. };
  860. name = Release;
  861. };
  862. AA7344AB1BE76820008AFE69 /* Debug */ = {
  863. isa = XCBuildConfiguration;
  864. buildSettings = {
  865. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  866. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  867. DEVELOPMENT_TEAM = "";
  868. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  869. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  870. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  871. PRODUCT_NAME = "$(TARGET_NAME)";
  872. };
  873. name = Debug;
  874. };
  875. AA7344AC1BE76820008AFE69 /* Release */ = {
  876. isa = XCBuildConfiguration;
  877. buildSettings = {
  878. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  879. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  880. DEVELOPMENT_TEAM = "";
  881. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  882. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  883. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  884. PRODUCT_NAME = "$(TARGET_NAME)";
  885. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  886. };
  887. name = Release;
  888. };
  889. /* End XCBuildConfiguration section */
  890. /* Begin XCConfigurationList section */
  891. 00C54B2B1C09CF68001C3F12 /* Build configuration list for PBXNativeTarget "ReachabilityMacSample" */ = {
  892. isa = XCConfigurationList;
  893. buildConfigurations = (
  894. 00C54B2C1C09CF68001C3F12 /* Debug */,
  895. 00C54B2D1C09CF68001C3F12 /* Release */,
  896. );
  897. defaultConfigurationIsVisible = 0;
  898. defaultConfigurationName = Release;
  899. };
  900. 335AD59F2052EB22000D4D08 /* Build configuration list for PBXNativeTarget "ReachabilityTests" */ = {
  901. isa = XCConfigurationList;
  902. buildConfigurations = (
  903. 335AD5A02052EB22000D4D08 /* Debug */,
  904. 335AD5A12052EB22000D4D08 /* Release */,
  905. );
  906. defaultConfigurationIsVisible = 0;
  907. defaultConfigurationName = Release;
  908. };
  909. 57A45A0F1C197BE800384AE4 /* Build configuration list for PBXNativeTarget "ReachabilityAppleTVSample" */ = {
  910. isa = XCConfigurationList;
  911. buildConfigurations = (
  912. 57A45A0D1C197BE800384AE4 /* Debug */,
  913. 57A45A0E1C197BE800384AE4 /* Release */,
  914. );
  915. defaultConfigurationIsVisible = 0;
  916. defaultConfigurationName = Release;
  917. };
  918. AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */ = {
  919. isa = XCConfigurationList;
  920. buildConfigurations = (
  921. AA7344841BE7678B008AFE69 /* Debug */,
  922. AA7344851BE7678B008AFE69 /* Release */,
  923. );
  924. defaultConfigurationIsVisible = 0;
  925. defaultConfigurationName = Release;
  926. };
  927. AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */ = {
  928. isa = XCConfigurationList;
  929. buildConfigurations = (
  930. AA7344871BE7678B008AFE69 /* Debug */,
  931. AA7344881BE7678B008AFE69 /* Release */,
  932. );
  933. defaultConfigurationIsVisible = 0;
  934. defaultConfigurationName = Release;
  935. };
  936. AA7344AA1BE76820008AFE69 /* Build configuration list for PBXNativeTarget "ReachabilitySample" */ = {
  937. isa = XCConfigurationList;
  938. buildConfigurations = (
  939. AA7344AB1BE76820008AFE69 /* Debug */,
  940. AA7344AC1BE76820008AFE69 /* Release */,
  941. );
  942. defaultConfigurationIsVisible = 0;
  943. defaultConfigurationName = Release;
  944. };
  945. /* End XCConfigurationList section */
  946. };
  947. rootObject = AA7344691BE7678B008AFE69 /* Project object */;
  948. }