project.pbxproj 40 KB

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