project.pbxproj 41 KB

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