project.pbxproj 42 KB

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