project.pbxproj 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062
  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 = 0900;
  409. ORGANIZATIONNAME = "Ashley Mills";
  410. TargetAttributes = {
  411. 00C54B101C09CD9C001C3F12 = {
  412. CreatedOnToolsVersion = 7.1.1;
  413. LastSwiftMigration = 0900;
  414. };
  415. 00C54B1E1C09CF67001C3F12 = {
  416. CreatedOnToolsVersion = 7.1.1;
  417. LastSwiftMigration = 0900;
  418. };
  419. 57A45A001C197BE800384AE4 = {
  420. CreatedOnToolsVersion = 7.1.1;
  421. LastSwiftMigration = 0900;
  422. };
  423. 57A45A291C197F4800384AE4 = {
  424. CreatedOnToolsVersion = 7.1.1;
  425. DevelopmentTeamName = "Joylord Systems Ltd";
  426. LastSwiftMigration = 0900;
  427. ProvisioningStyle = Automatic;
  428. };
  429. AA7344711BE7678B008AFE69 = {
  430. CreatedOnToolsVersion = 7.1;
  431. DevelopmentTeamName = "Joylord Systems Ltd";
  432. LastSwiftMigration = 0900;
  433. ProvisioningStyle = Automatic;
  434. };
  435. AA73448F1BE76820008AFE69 = {
  436. CreatedOnToolsVersion = 7.1;
  437. DevelopmentTeam = 9APVGUJV73;
  438. LastSwiftMigration = 0900;
  439. };
  440. };
  441. };
  442. buildConfigurationList = AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */;
  443. compatibilityVersion = "Xcode 3.2";
  444. developmentRegion = English;
  445. hasScannedForEncodings = 0;
  446. knownRegions = (
  447. en,
  448. Base,
  449. );
  450. mainGroup = AA7344681BE7678B008AFE69;
  451. productRefGroup = AA7344731BE7678B008AFE69 /* Products */;
  452. projectDirPath = "";
  453. projectRoot = "";
  454. targets = (
  455. AA7344711BE7678B008AFE69 /* Reachability */,
  456. 00C54B101C09CD9C001C3F12 /* ReachabilityMac */,
  457. 57A45A291C197F4800384AE4 /* ReachabilityTV */,
  458. AA73448F1BE76820008AFE69 /* ReachabilitySample */,
  459. 00C54B1E1C09CF67001C3F12 /* ReachabilityMacSample */,
  460. 57A45A001C197BE800384AE4 /* ReachabilityAppleTVSample */,
  461. );
  462. };
  463. /* End PBXProject section */
  464. /* Begin PBXResourcesBuildPhase section */
  465. 00C54B0F1C09CD9C001C3F12 /* Resources */ = {
  466. isa = PBXResourcesBuildPhase;
  467. buildActionMask = 2147483647;
  468. files = (
  469. );
  470. runOnlyForDeploymentPostprocessing = 0;
  471. };
  472. 00C54B1D1C09CF67001C3F12 /* Resources */ = {
  473. isa = PBXResourcesBuildPhase;
  474. buildActionMask = 2147483647;
  475. files = (
  476. 00C54B261C09CF68001C3F12 /* Assets.xcassets in Resources */,
  477. 00C54B291C09CF68001C3F12 /* Main.storyboard in Resources */,
  478. );
  479. runOnlyForDeploymentPostprocessing = 0;
  480. };
  481. 57A459FF1C197BE800384AE4 /* Resources */ = {
  482. isa = PBXResourcesBuildPhase;
  483. buildActionMask = 2147483647;
  484. files = (
  485. 57A45A0B1C197BE800384AE4 /* Assets.xcassets in Resources */,
  486. 57A45A091C197BE800384AE4 /* Main.storyboard in Resources */,
  487. );
  488. runOnlyForDeploymentPostprocessing = 0;
  489. };
  490. 57A45A281C197F4800384AE4 /* Resources */ = {
  491. isa = PBXResourcesBuildPhase;
  492. buildActionMask = 2147483647;
  493. files = (
  494. );
  495. runOnlyForDeploymentPostprocessing = 0;
  496. };
  497. AA7344701BE7678B008AFE69 /* Resources */ = {
  498. isa = PBXResourcesBuildPhase;
  499. buildActionMask = 2147483647;
  500. files = (
  501. );
  502. runOnlyForDeploymentPostprocessing = 0;
  503. };
  504. AA73448E1BE76820008AFE69 /* Resources */ = {
  505. isa = PBXResourcesBuildPhase;
  506. buildActionMask = 2147483647;
  507. files = (
  508. AA7344B51BE769D6008AFE69 /* LaunchScreen.xib in Resources */,
  509. AA73449A1BE76820008AFE69 /* Assets.xcassets in Resources */,
  510. AA7344981BE76820008AFE69 /* Main.storyboard in Resources */,
  511. );
  512. runOnlyForDeploymentPostprocessing = 0;
  513. };
  514. /* End PBXResourcesBuildPhase section */
  515. /* Begin PBXSourcesBuildPhase section */
  516. 00C54B0C1C09CD9C001C3F12 /* Sources */ = {
  517. isa = PBXSourcesBuildPhase;
  518. buildActionMask = 2147483647;
  519. files = (
  520. 00C54B191C09CDF6001C3F12 /* Reachability.swift in Sources */,
  521. );
  522. runOnlyForDeploymentPostprocessing = 0;
  523. };
  524. 00C54B1B1C09CF67001C3F12 /* Sources */ = {
  525. isa = PBXSourcesBuildPhase;
  526. buildActionMask = 2147483647;
  527. files = (
  528. 00C54B241C09CF68001C3F12 /* ViewController.swift in Sources */,
  529. 00C54B221C09CF68001C3F12 /* AppDelegate.swift in Sources */,
  530. );
  531. runOnlyForDeploymentPostprocessing = 0;
  532. };
  533. 57A459FD1C197BE800384AE4 /* Sources */ = {
  534. isa = PBXSourcesBuildPhase;
  535. buildActionMask = 2147483647;
  536. files = (
  537. 57A45A061C197BE800384AE4 /* ViewController.swift in Sources */,
  538. 57A45A041C197BE800384AE4 /* AppDelegate.swift in Sources */,
  539. );
  540. runOnlyForDeploymentPostprocessing = 0;
  541. };
  542. 57A45A251C197F4800384AE4 /* Sources */ = {
  543. isa = PBXSourcesBuildPhase;
  544. buildActionMask = 2147483647;
  545. files = (
  546. 57A45A371C1985B300384AE4 /* Reachability.swift in Sources */,
  547. );
  548. runOnlyForDeploymentPostprocessing = 0;
  549. };
  550. AA73446D1BE7678B008AFE69 /* Sources */ = {
  551. isa = PBXSourcesBuildPhase;
  552. buildActionMask = 2147483647;
  553. files = (
  554. AA7344B11BE76862008AFE69 /* Reachability.swift in Sources */,
  555. );
  556. runOnlyForDeploymentPostprocessing = 0;
  557. };
  558. AA73448C1BE76820008AFE69 /* Sources */ = {
  559. isa = PBXSourcesBuildPhase;
  560. buildActionMask = 2147483647;
  561. files = (
  562. AA7344951BE76820008AFE69 /* ViewController.swift in Sources */,
  563. AA7344931BE76820008AFE69 /* AppDelegate.swift in Sources */,
  564. );
  565. runOnlyForDeploymentPostprocessing = 0;
  566. };
  567. /* End PBXSourcesBuildPhase section */
  568. /* Begin PBXTargetDependency section */
  569. 00C54B311C09D1AA001C3F12 /* PBXTargetDependency */ = {
  570. isa = PBXTargetDependency;
  571. target = 00C54B101C09CD9C001C3F12 /* ReachabilityMac */;
  572. targetProxy = 00C54B301C09D1AA001C3F12 /* PBXContainerItemProxy */;
  573. };
  574. 57A45A301C197F4800384AE4 /* PBXTargetDependency */ = {
  575. isa = PBXTargetDependency;
  576. target = 57A45A291C197F4800384AE4 /* ReachabilityTV */;
  577. targetProxy = 57A45A2F1C197F4800384AE4 /* PBXContainerItemProxy */;
  578. };
  579. CAC230C81BF2180000F6464E /* PBXTargetDependency */ = {
  580. isa = PBXTargetDependency;
  581. target = AA7344711BE7678B008AFE69 /* Reachability */;
  582. targetProxy = CAC230C71BF2180000F6464E /* PBXContainerItemProxy */;
  583. };
  584. /* End PBXTargetDependency section */
  585. /* Begin PBXVariantGroup section */
  586. 00C54B271C09CF68001C3F12 /* Main.storyboard */ = {
  587. isa = PBXVariantGroup;
  588. children = (
  589. 00C54B281C09CF68001C3F12 /* Base */,
  590. );
  591. name = Main.storyboard;
  592. sourceTree = "<group>";
  593. };
  594. 57A45A071C197BE800384AE4 /* Main.storyboard */ = {
  595. isa = PBXVariantGroup;
  596. children = (
  597. 57A45A081C197BE800384AE4 /* Base */,
  598. );
  599. name = Main.storyboard;
  600. sourceTree = "<group>";
  601. };
  602. AA7344961BE76820008AFE69 /* Main.storyboard */ = {
  603. isa = PBXVariantGroup;
  604. children = (
  605. AA7344971BE76820008AFE69 /* Base */,
  606. );
  607. name = Main.storyboard;
  608. sourceTree = "<group>";
  609. };
  610. AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */ = {
  611. isa = PBXVariantGroup;
  612. children = (
  613. AA7344B41BE769D6008AFE69 /* Base */,
  614. );
  615. name = LaunchScreen.xib;
  616. sourceTree = "<group>";
  617. };
  618. /* End PBXVariantGroup section */
  619. /* Begin XCBuildConfiguration section */
  620. 00C54B161C09CD9C001C3F12 /* Debug */ = {
  621. isa = XCBuildConfiguration;
  622. buildSettings = {
  623. APPLICATION_EXTENSION_API_ONLY = YES;
  624. CODE_SIGN_IDENTITY = "";
  625. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  626. COMBINE_HIDPI_IMAGES = YES;
  627. DEFINES_MODULE = YES;
  628. DYLIB_COMPATIBILITY_VERSION = 1;
  629. DYLIB_CURRENT_VERSION = 1;
  630. DYLIB_INSTALL_NAME_BASE = "@rpath";
  631. FRAMEWORK_VERSION = A;
  632. INFOPLIST_FILE = ReachabilityMac/Info.plist;
  633. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  634. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  635. MACOSX_DEPLOYMENT_TARGET = 10.10;
  636. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  637. PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
  638. PRODUCT_NAME = Reachability;
  639. SDKROOT = macosx;
  640. SKIP_INSTALL = YES;
  641. SWIFT_VERSION = 4.0;
  642. };
  643. name = Debug;
  644. };
  645. 00C54B171C09CD9C001C3F12 /* Release */ = {
  646. isa = XCBuildConfiguration;
  647. buildSettings = {
  648. APPLICATION_EXTENSION_API_ONLY = YES;
  649. CODE_SIGN_IDENTITY = "";
  650. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  651. COMBINE_HIDPI_IMAGES = YES;
  652. DEFINES_MODULE = YES;
  653. DYLIB_COMPATIBILITY_VERSION = 1;
  654. DYLIB_CURRENT_VERSION = 1;
  655. DYLIB_INSTALL_NAME_BASE = "@rpath";
  656. FRAMEWORK_VERSION = A;
  657. INFOPLIST_FILE = ReachabilityMac/Info.plist;
  658. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  659. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  660. MACOSX_DEPLOYMENT_TARGET = 10.10;
  661. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  662. PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
  663. PRODUCT_NAME = Reachability;
  664. SDKROOT = macosx;
  665. SKIP_INSTALL = YES;
  666. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  667. SWIFT_VERSION = 4.0;
  668. };
  669. name = Release;
  670. };
  671. 00C54B2C1C09CF68001C3F12 /* Debug */ = {
  672. isa = XCBuildConfiguration;
  673. buildSettings = {
  674. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  675. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  676. CODE_SIGN_IDENTITY = "-";
  677. COMBINE_HIDPI_IMAGES = YES;
  678. INFOPLIST_FILE = ReachabilityMacSample/Info.plist;
  679. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  680. MACOSX_DEPLOYMENT_TARGET = 10.10;
  681. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityMacSample;
  682. PRODUCT_NAME = "$(TARGET_NAME)";
  683. SDKROOT = macosx;
  684. SWIFT_VERSION = 4.0;
  685. };
  686. name = Debug;
  687. };
  688. 00C54B2D1C09CF68001C3F12 /* Release */ = {
  689. isa = XCBuildConfiguration;
  690. buildSettings = {
  691. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  692. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  693. CODE_SIGN_IDENTITY = "-";
  694. COMBINE_HIDPI_IMAGES = YES;
  695. INFOPLIST_FILE = ReachabilityMacSample/Info.plist;
  696. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  697. MACOSX_DEPLOYMENT_TARGET = 10.10;
  698. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability.ReachabilityMacSample;
  699. PRODUCT_NAME = "$(TARGET_NAME)";
  700. SDKROOT = macosx;
  701. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  702. SWIFT_VERSION = 4.0;
  703. };
  704. name = Release;
  705. };
  706. 57A45A0D1C197BE800384AE4 /* Debug */ = {
  707. isa = XCBuildConfiguration;
  708. buildSettings = {
  709. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  710. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  711. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  712. CODE_SIGN_IDENTITY = "iPhone Developer";
  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. SWIFT_VERSION = 4.0;
  719. TARGETED_DEVICE_FAMILY = 3;
  720. TVOS_DEPLOYMENT_TARGET = 9.0;
  721. };
  722. name = Debug;
  723. };
  724. 57A45A0E1C197BE800384AE4 /* Release */ = {
  725. isa = XCBuildConfiguration;
  726. buildSettings = {
  727. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  728. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  729. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  730. CODE_SIGN_IDENTITY = "iPhone Developer";
  731. INFOPLIST_FILE = ReachabilityAppleTVSample/Info.plist;
  732. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  733. PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityAppleTVSample;
  734. PRODUCT_NAME = "$(TARGET_NAME)";
  735. SDKROOT = appletvos;
  736. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  737. SWIFT_VERSION = 4.0;
  738. TARGETED_DEVICE_FAMILY = 3;
  739. TVOS_DEPLOYMENT_TARGET = 9.0;
  740. };
  741. name = Release;
  742. };
  743. 57A45A341C197F4800384AE4 /* Debug */ = {
  744. isa = XCBuildConfiguration;
  745. buildSettings = {
  746. APPLICATION_EXTENSION_API_ONLY = YES;
  747. "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  748. DEFINES_MODULE = YES;
  749. DEVELOPMENT_TEAM = "";
  750. DYLIB_COMPATIBILITY_VERSION = 1;
  751. DYLIB_CURRENT_VERSION = 1;
  752. DYLIB_INSTALL_NAME_BASE = "@rpath";
  753. INFOPLIST_FILE = ReachabilityTV/Info.plist;
  754. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  755. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  756. PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityTV;
  757. PRODUCT_NAME = Reachability;
  758. SDKROOT = appletvos;
  759. SKIP_INSTALL = YES;
  760. SWIFT_VERSION = 4.0;
  761. TARGETED_DEVICE_FAMILY = 3;
  762. TVOS_DEPLOYMENT_TARGET = 9.0;
  763. };
  764. name = Debug;
  765. };
  766. 57A45A351C197F4800384AE4 /* Release */ = {
  767. isa = XCBuildConfiguration;
  768. buildSettings = {
  769. APPLICATION_EXTENSION_API_ONLY = YES;
  770. "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  771. DEFINES_MODULE = YES;
  772. DEVELOPMENT_TEAM = "";
  773. DYLIB_COMPATIBILITY_VERSION = 1;
  774. DYLIB_CURRENT_VERSION = 1;
  775. DYLIB_INSTALL_NAME_BASE = "@rpath";
  776. INFOPLIST_FILE = ReachabilityTV/Info.plist;
  777. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  778. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  779. PRODUCT_BUNDLE_IDENTIFIER = swift.reachability.ReachabilityTV;
  780. PRODUCT_NAME = Reachability;
  781. SDKROOT = appletvos;
  782. SKIP_INSTALL = YES;
  783. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  784. SWIFT_VERSION = 4.0;
  785. TARGETED_DEVICE_FAMILY = 3;
  786. TVOS_DEPLOYMENT_TARGET = 9.0;
  787. };
  788. name = Release;
  789. };
  790. AA7344841BE7678B008AFE69 /* Debug */ = {
  791. isa = XCBuildConfiguration;
  792. buildSettings = {
  793. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  794. ALWAYS_SEARCH_USER_PATHS = NO;
  795. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  796. CLANG_CXX_LIBRARY = "libc++";
  797. CLANG_ENABLE_MODULES = YES;
  798. CLANG_ENABLE_OBJC_ARC = YES;
  799. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  800. CLANG_WARN_BOOL_CONVERSION = YES;
  801. CLANG_WARN_COMMA = YES;
  802. CLANG_WARN_CONSTANT_CONVERSION = YES;
  803. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  804. CLANG_WARN_EMPTY_BODY = YES;
  805. CLANG_WARN_ENUM_CONVERSION = YES;
  806. CLANG_WARN_INFINITE_RECURSION = YES;
  807. CLANG_WARN_INT_CONVERSION = YES;
  808. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  809. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  810. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  811. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  812. CLANG_WARN_STRICT_PROTOTYPES = YES;
  813. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  814. CLANG_WARN_UNREACHABLE_CODE = YES;
  815. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  816. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  817. COPY_PHASE_STRIP = NO;
  818. CURRENT_PROJECT_VERSION = 1;
  819. DEBUG_INFORMATION_FORMAT = dwarf;
  820. ENABLE_STRICT_OBJC_MSGSEND = YES;
  821. ENABLE_TESTABILITY = YES;
  822. GCC_C_LANGUAGE_STANDARD = gnu99;
  823. GCC_DYNAMIC_NO_PIC = NO;
  824. GCC_NO_COMMON_BLOCKS = YES;
  825. GCC_OPTIMIZATION_LEVEL = 0;
  826. GCC_PREPROCESSOR_DEFINITIONS = (
  827. "DEBUG=1",
  828. "$(inherited)",
  829. );
  830. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  831. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  832. GCC_WARN_UNDECLARED_SELECTOR = YES;
  833. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  834. GCC_WARN_UNUSED_FUNCTION = YES;
  835. GCC_WARN_UNUSED_VARIABLE = YES;
  836. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  837. MTL_ENABLE_DEBUG_INFO = YES;
  838. ONLY_ACTIVE_ARCH = YES;
  839. SDKROOT = iphoneos;
  840. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  841. SWIFT_VERSION = 3.0;
  842. TARGETED_DEVICE_FAMILY = "1,2";
  843. VERSIONING_SYSTEM = "apple-generic";
  844. VERSION_INFO_PREFIX = "";
  845. };
  846. name = Debug;
  847. };
  848. AA7344851BE7678B008AFE69 /* Release */ = {
  849. isa = XCBuildConfiguration;
  850. buildSettings = {
  851. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  852. ALWAYS_SEARCH_USER_PATHS = NO;
  853. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  854. CLANG_CXX_LIBRARY = "libc++";
  855. CLANG_ENABLE_MODULES = YES;
  856. CLANG_ENABLE_OBJC_ARC = YES;
  857. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  858. CLANG_WARN_BOOL_CONVERSION = YES;
  859. CLANG_WARN_COMMA = YES;
  860. CLANG_WARN_CONSTANT_CONVERSION = YES;
  861. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  862. CLANG_WARN_EMPTY_BODY = YES;
  863. CLANG_WARN_ENUM_CONVERSION = YES;
  864. CLANG_WARN_INFINITE_RECURSION = YES;
  865. CLANG_WARN_INT_CONVERSION = YES;
  866. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  867. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  868. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  869. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  870. CLANG_WARN_STRICT_PROTOTYPES = YES;
  871. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  872. CLANG_WARN_UNREACHABLE_CODE = YES;
  873. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  874. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  875. COPY_PHASE_STRIP = NO;
  876. CURRENT_PROJECT_VERSION = 1;
  877. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  878. ENABLE_NS_ASSERTIONS = NO;
  879. ENABLE_STRICT_OBJC_MSGSEND = YES;
  880. GCC_C_LANGUAGE_STANDARD = gnu99;
  881. GCC_NO_COMMON_BLOCKS = YES;
  882. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  883. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  884. GCC_WARN_UNDECLARED_SELECTOR = YES;
  885. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  886. GCC_WARN_UNUSED_FUNCTION = YES;
  887. GCC_WARN_UNUSED_VARIABLE = YES;
  888. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  889. MTL_ENABLE_DEBUG_INFO = NO;
  890. SDKROOT = iphoneos;
  891. SWIFT_VERSION = 3.0;
  892. TARGETED_DEVICE_FAMILY = "1,2";
  893. VALIDATE_PRODUCT = YES;
  894. VERSIONING_SYSTEM = "apple-generic";
  895. VERSION_INFO_PREFIX = "";
  896. };
  897. name = Release;
  898. };
  899. AA7344871BE7678B008AFE69 /* Debug */ = {
  900. isa = XCBuildConfiguration;
  901. buildSettings = {
  902. APPLICATION_EXTENSION_API_ONLY = YES;
  903. CLANG_ENABLE_MODULES = YES;
  904. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  905. DEFINES_MODULE = YES;
  906. DEVELOPMENT_TEAM = "";
  907. DYLIB_COMPATIBILITY_VERSION = 1;
  908. DYLIB_CURRENT_VERSION = 1;
  909. DYLIB_INSTALL_NAME_BASE = "@rpath";
  910. INFOPLIST_FILE = Reachability/Info.plist;
  911. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  912. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  913. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  914. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  915. PRODUCT_NAME = "$(TARGET_NAME)";
  916. PROVISIONING_PROFILE_SPECIFIER = "";
  917. SKIP_INSTALL = YES;
  918. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  919. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  920. SWIFT_VERSION = 4.0;
  921. };
  922. name = Debug;
  923. };
  924. AA7344881BE7678B008AFE69 /* Release */ = {
  925. isa = XCBuildConfiguration;
  926. buildSettings = {
  927. APPLICATION_EXTENSION_API_ONLY = YES;
  928. CLANG_ENABLE_MODULES = YES;
  929. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  930. DEFINES_MODULE = YES;
  931. DEVELOPMENT_TEAM = "";
  932. DYLIB_COMPATIBILITY_VERSION = 1;
  933. DYLIB_CURRENT_VERSION = 1;
  934. DYLIB_INSTALL_NAME_BASE = "@rpath";
  935. INFOPLIST_FILE = Reachability/Info.plist;
  936. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  937. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  938. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  939. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  940. PRODUCT_NAME = "$(TARGET_NAME)";
  941. SKIP_INSTALL = YES;
  942. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  943. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  944. SWIFT_VERSION = 4.0;
  945. };
  946. name = Release;
  947. };
  948. AA7344AB1BE76820008AFE69 /* Debug */ = {
  949. isa = XCBuildConfiguration;
  950. buildSettings = {
  951. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  952. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  953. DEVELOPMENT_TEAM = 9APVGUJV73;
  954. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  955. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  956. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  957. PRODUCT_NAME = "$(TARGET_NAME)";
  958. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  959. SWIFT_VERSION = 4.0;
  960. };
  961. name = Debug;
  962. };
  963. AA7344AC1BE76820008AFE69 /* Release */ = {
  964. isa = XCBuildConfiguration;
  965. buildSettings = {
  966. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  967. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  968. DEVELOPMENT_TEAM = 9APVGUJV73;
  969. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  970. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  971. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  972. PRODUCT_NAME = "$(TARGET_NAME)";
  973. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  974. SWIFT_SWIFT3_OBJC_INFERENCE = Default;
  975. SWIFT_VERSION = 4.0;
  976. };
  977. name = Release;
  978. };
  979. /* End XCBuildConfiguration section */
  980. /* Begin XCConfigurationList section */
  981. 00C54B181C09CD9C001C3F12 /* Build configuration list for PBXNativeTarget "ReachabilityMac" */ = {
  982. isa = XCConfigurationList;
  983. buildConfigurations = (
  984. 00C54B161C09CD9C001C3F12 /* Debug */,
  985. 00C54B171C09CD9C001C3F12 /* Release */,
  986. );
  987. defaultConfigurationIsVisible = 0;
  988. defaultConfigurationName = Release;
  989. };
  990. 00C54B2B1C09CF68001C3F12 /* Build configuration list for PBXNativeTarget "ReachabilityMacSample" */ = {
  991. isa = XCConfigurationList;
  992. buildConfigurations = (
  993. 00C54B2C1C09CF68001C3F12 /* Debug */,
  994. 00C54B2D1C09CF68001C3F12 /* Release */,
  995. );
  996. defaultConfigurationIsVisible = 0;
  997. defaultConfigurationName = Release;
  998. };
  999. 57A45A0F1C197BE800384AE4 /* Build configuration list for PBXNativeTarget "ReachabilityAppleTVSample" */ = {
  1000. isa = XCConfigurationList;
  1001. buildConfigurations = (
  1002. 57A45A0D1C197BE800384AE4 /* Debug */,
  1003. 57A45A0E1C197BE800384AE4 /* Release */,
  1004. );
  1005. defaultConfigurationIsVisible = 0;
  1006. defaultConfigurationName = Release;
  1007. };
  1008. 57A45A331C197F4800384AE4 /* Build configuration list for PBXNativeTarget "ReachabilityTV" */ = {
  1009. isa = XCConfigurationList;
  1010. buildConfigurations = (
  1011. 57A45A341C197F4800384AE4 /* Debug */,
  1012. 57A45A351C197F4800384AE4 /* Release */,
  1013. );
  1014. defaultConfigurationIsVisible = 0;
  1015. defaultConfigurationName = Release;
  1016. };
  1017. AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */ = {
  1018. isa = XCConfigurationList;
  1019. buildConfigurations = (
  1020. AA7344841BE7678B008AFE69 /* Debug */,
  1021. AA7344851BE7678B008AFE69 /* Release */,
  1022. );
  1023. defaultConfigurationIsVisible = 0;
  1024. defaultConfigurationName = Release;
  1025. };
  1026. AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */ = {
  1027. isa = XCConfigurationList;
  1028. buildConfigurations = (
  1029. AA7344871BE7678B008AFE69 /* Debug */,
  1030. AA7344881BE7678B008AFE69 /* Release */,
  1031. );
  1032. defaultConfigurationIsVisible = 0;
  1033. defaultConfigurationName = Release;
  1034. };
  1035. AA7344AA1BE76820008AFE69 /* Build configuration list for PBXNativeTarget "ReachabilitySample" */ = {
  1036. isa = XCConfigurationList;
  1037. buildConfigurations = (
  1038. AA7344AB1BE76820008AFE69 /* Debug */,
  1039. AA7344AC1BE76820008AFE69 /* Release */,
  1040. );
  1041. defaultConfigurationIsVisible = 0;
  1042. defaultConfigurationName = Release;
  1043. };
  1044. /* End XCConfigurationList section */
  1045. };
  1046. rootObject = AA7344691BE7678B008AFE69 /* Project object */;
  1047. }