project.pbxproj 42 KB

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