project.pbxproj 41 KB

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