project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. AA7344761BE7678B008AFE69 /* Reachability.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7344751BE7678B008AFE69 /* Reachability.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. AA7344931BE76820008AFE69 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344921BE76820008AFE69 /* AppDelegate.swift */; };
  11. AA7344951BE76820008AFE69 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344941BE76820008AFE69 /* ViewController.swift */; };
  12. AA7344981BE76820008AFE69 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA7344961BE76820008AFE69 /* Main.storyboard */; };
  13. AA73449A1BE76820008AFE69 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA7344991BE76820008AFE69 /* Assets.xcassets */; };
  14. AA7344B11BE76862008AFE69 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7344B01BE76862008AFE69 /* Reachability.swift */; };
  15. AA7344B21BE76959008AFE69 /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; };
  16. AA7344B51BE769D6008AFE69 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. AA7344721BE7678B008AFE69 /* Reachability.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Reachability.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  20. AA7344751BE7678B008AFE69 /* Reachability.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
  21. AA7344771BE7678B008AFE69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  22. AA7344901BE76820008AFE69 /* ReachabilitySample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReachabilitySample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  23. AA7344921BE76820008AFE69 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  24. AA7344941BE76820008AFE69 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  25. AA7344971BE76820008AFE69 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  26. AA7344991BE76820008AFE69 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  27. AA73449E1BE76820008AFE69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  28. AA7344B01BE76862008AFE69 /* Reachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Reachability.swift; sourceTree = "<group>"; };
  29. AA7344B41BE769D6008AFE69 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  30. /* End PBXFileReference section */
  31. /* Begin PBXFrameworksBuildPhase section */
  32. AA73446E1BE7678B008AFE69 /* Frameworks */ = {
  33. isa = PBXFrameworksBuildPhase;
  34. buildActionMask = 2147483647;
  35. files = (
  36. );
  37. runOnlyForDeploymentPostprocessing = 0;
  38. };
  39. AA73448D1BE76820008AFE69 /* Frameworks */ = {
  40. isa = PBXFrameworksBuildPhase;
  41. buildActionMask = 2147483647;
  42. files = (
  43. AA7344B21BE76959008AFE69 /* Reachability.framework in Frameworks */,
  44. );
  45. runOnlyForDeploymentPostprocessing = 0;
  46. };
  47. /* End PBXFrameworksBuildPhase section */
  48. /* Begin PBXGroup section */
  49. AA7344681BE7678B008AFE69 = {
  50. isa = PBXGroup;
  51. children = (
  52. AA7344741BE7678B008AFE69 /* Reachability */,
  53. AA7344911BE76820008AFE69 /* ReachabilitySample */,
  54. AA7344731BE7678B008AFE69 /* Products */,
  55. );
  56. sourceTree = "<group>";
  57. };
  58. AA7344731BE7678B008AFE69 /* Products */ = {
  59. isa = PBXGroup;
  60. children = (
  61. AA7344721BE7678B008AFE69 /* Reachability.framework */,
  62. AA7344901BE76820008AFE69 /* ReachabilitySample.app */,
  63. );
  64. name = Products;
  65. sourceTree = "<group>";
  66. };
  67. AA7344741BE7678B008AFE69 /* Reachability */ = {
  68. isa = PBXGroup;
  69. children = (
  70. AA7344B01BE76862008AFE69 /* Reachability.swift */,
  71. AA7344751BE7678B008AFE69 /* Reachability.h */,
  72. AA7344771BE7678B008AFE69 /* Info.plist */,
  73. );
  74. path = Reachability;
  75. sourceTree = "<group>";
  76. };
  77. AA7344911BE76820008AFE69 /* ReachabilitySample */ = {
  78. isa = PBXGroup;
  79. children = (
  80. AA7344921BE76820008AFE69 /* AppDelegate.swift */,
  81. AA7344941BE76820008AFE69 /* ViewController.swift */,
  82. AA7344961BE76820008AFE69 /* Main.storyboard */,
  83. AA7344991BE76820008AFE69 /* Assets.xcassets */,
  84. AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */,
  85. AA73449E1BE76820008AFE69 /* Info.plist */,
  86. );
  87. path = ReachabilitySample;
  88. sourceTree = "<group>";
  89. };
  90. /* End PBXGroup section */
  91. /* Begin PBXHeadersBuildPhase section */
  92. AA73446F1BE7678B008AFE69 /* Headers */ = {
  93. isa = PBXHeadersBuildPhase;
  94. buildActionMask = 2147483647;
  95. files = (
  96. AA7344761BE7678B008AFE69 /* Reachability.h in Headers */,
  97. );
  98. runOnlyForDeploymentPostprocessing = 0;
  99. };
  100. /* End PBXHeadersBuildPhase section */
  101. /* Begin PBXNativeTarget section */
  102. AA7344711BE7678B008AFE69 /* Reachability */ = {
  103. isa = PBXNativeTarget;
  104. buildConfigurationList = AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */;
  105. buildPhases = (
  106. AA73446D1BE7678B008AFE69 /* Sources */,
  107. AA73446E1BE7678B008AFE69 /* Frameworks */,
  108. AA73446F1BE7678B008AFE69 /* Headers */,
  109. AA7344701BE7678B008AFE69 /* Resources */,
  110. );
  111. buildRules = (
  112. );
  113. dependencies = (
  114. );
  115. name = Reachability;
  116. productName = Reachability;
  117. productReference = AA7344721BE7678B008AFE69 /* Reachability.framework */;
  118. productType = "com.apple.product-type.framework";
  119. };
  120. AA73448F1BE76820008AFE69 /* ReachabilitySample */ = {
  121. isa = PBXNativeTarget;
  122. buildConfigurationList = AA7344AA1BE76820008AFE69 /* Build configuration list for PBXNativeTarget "ReachabilitySample" */;
  123. buildPhases = (
  124. AA73448C1BE76820008AFE69 /* Sources */,
  125. AA73448D1BE76820008AFE69 /* Frameworks */,
  126. AA73448E1BE76820008AFE69 /* Resources */,
  127. );
  128. buildRules = (
  129. );
  130. dependencies = (
  131. );
  132. name = ReachabilitySample;
  133. productName = ReachabilitySample;
  134. productReference = AA7344901BE76820008AFE69 /* ReachabilitySample.app */;
  135. productType = "com.apple.product-type.application";
  136. };
  137. /* End PBXNativeTarget section */
  138. /* Begin PBXProject section */
  139. AA7344691BE7678B008AFE69 /* Project object */ = {
  140. isa = PBXProject;
  141. attributes = {
  142. LastSwiftUpdateCheck = 0710;
  143. LastUpgradeCheck = 0710;
  144. ORGANIZATIONNAME = "Ashley Mills";
  145. TargetAttributes = {
  146. AA7344711BE7678B008AFE69 = {
  147. CreatedOnToolsVersion = 7.1;
  148. };
  149. AA73448F1BE76820008AFE69 = {
  150. CreatedOnToolsVersion = 7.1;
  151. };
  152. };
  153. };
  154. buildConfigurationList = AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */;
  155. compatibilityVersion = "Xcode 3.2";
  156. developmentRegion = English;
  157. hasScannedForEncodings = 0;
  158. knownRegions = (
  159. en,
  160. Base,
  161. );
  162. mainGroup = AA7344681BE7678B008AFE69;
  163. productRefGroup = AA7344731BE7678B008AFE69 /* Products */;
  164. projectDirPath = "";
  165. projectRoot = "";
  166. targets = (
  167. AA7344711BE7678B008AFE69 /* Reachability */,
  168. AA73448F1BE76820008AFE69 /* ReachabilitySample */,
  169. );
  170. };
  171. /* End PBXProject section */
  172. /* Begin PBXResourcesBuildPhase section */
  173. AA7344701BE7678B008AFE69 /* Resources */ = {
  174. isa = PBXResourcesBuildPhase;
  175. buildActionMask = 2147483647;
  176. files = (
  177. );
  178. runOnlyForDeploymentPostprocessing = 0;
  179. };
  180. AA73448E1BE76820008AFE69 /* Resources */ = {
  181. isa = PBXResourcesBuildPhase;
  182. buildActionMask = 2147483647;
  183. files = (
  184. AA7344B51BE769D6008AFE69 /* LaunchScreen.xib in Resources */,
  185. AA73449A1BE76820008AFE69 /* Assets.xcassets in Resources */,
  186. AA7344981BE76820008AFE69 /* Main.storyboard in Resources */,
  187. );
  188. runOnlyForDeploymentPostprocessing = 0;
  189. };
  190. /* End PBXResourcesBuildPhase section */
  191. /* Begin PBXSourcesBuildPhase section */
  192. AA73446D1BE7678B008AFE69 /* Sources */ = {
  193. isa = PBXSourcesBuildPhase;
  194. buildActionMask = 2147483647;
  195. files = (
  196. AA7344B11BE76862008AFE69 /* Reachability.swift in Sources */,
  197. );
  198. runOnlyForDeploymentPostprocessing = 0;
  199. };
  200. AA73448C1BE76820008AFE69 /* Sources */ = {
  201. isa = PBXSourcesBuildPhase;
  202. buildActionMask = 2147483647;
  203. files = (
  204. AA7344951BE76820008AFE69 /* ViewController.swift in Sources */,
  205. AA7344931BE76820008AFE69 /* AppDelegate.swift in Sources */,
  206. );
  207. runOnlyForDeploymentPostprocessing = 0;
  208. };
  209. /* End PBXSourcesBuildPhase section */
  210. /* Begin PBXVariantGroup section */
  211. AA7344961BE76820008AFE69 /* Main.storyboard */ = {
  212. isa = PBXVariantGroup;
  213. children = (
  214. AA7344971BE76820008AFE69 /* Base */,
  215. );
  216. name = Main.storyboard;
  217. sourceTree = "<group>";
  218. };
  219. AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */ = {
  220. isa = PBXVariantGroup;
  221. children = (
  222. AA7344B41BE769D6008AFE69 /* Base */,
  223. );
  224. name = LaunchScreen.xib;
  225. sourceTree = "<group>";
  226. };
  227. /* End PBXVariantGroup section */
  228. /* Begin XCBuildConfiguration section */
  229. AA7344841BE7678B008AFE69 /* Debug */ = {
  230. isa = XCBuildConfiguration;
  231. buildSettings = {
  232. ALWAYS_SEARCH_USER_PATHS = NO;
  233. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  234. CLANG_CXX_LIBRARY = "libc++";
  235. CLANG_ENABLE_MODULES = YES;
  236. CLANG_ENABLE_OBJC_ARC = YES;
  237. CLANG_WARN_BOOL_CONVERSION = YES;
  238. CLANG_WARN_CONSTANT_CONVERSION = YES;
  239. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  240. CLANG_WARN_EMPTY_BODY = YES;
  241. CLANG_WARN_ENUM_CONVERSION = YES;
  242. CLANG_WARN_INT_CONVERSION = YES;
  243. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  244. CLANG_WARN_UNREACHABLE_CODE = YES;
  245. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  246. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  247. COPY_PHASE_STRIP = NO;
  248. CURRENT_PROJECT_VERSION = 1;
  249. DEBUG_INFORMATION_FORMAT = dwarf;
  250. ENABLE_STRICT_OBJC_MSGSEND = YES;
  251. ENABLE_TESTABILITY = YES;
  252. GCC_C_LANGUAGE_STANDARD = gnu99;
  253. GCC_DYNAMIC_NO_PIC = NO;
  254. GCC_NO_COMMON_BLOCKS = YES;
  255. GCC_OPTIMIZATION_LEVEL = 0;
  256. GCC_PREPROCESSOR_DEFINITIONS = (
  257. "DEBUG=1",
  258. "$(inherited)",
  259. );
  260. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  261. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  262. GCC_WARN_UNDECLARED_SELECTOR = YES;
  263. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  264. GCC_WARN_UNUSED_FUNCTION = YES;
  265. GCC_WARN_UNUSED_VARIABLE = YES;
  266. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  267. MTL_ENABLE_DEBUG_INFO = YES;
  268. ONLY_ACTIVE_ARCH = YES;
  269. SDKROOT = iphoneos;
  270. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  271. TARGETED_DEVICE_FAMILY = "1,2";
  272. VERSIONING_SYSTEM = "apple-generic";
  273. VERSION_INFO_PREFIX = "";
  274. };
  275. name = Debug;
  276. };
  277. AA7344851BE7678B008AFE69 /* Release */ = {
  278. isa = XCBuildConfiguration;
  279. buildSettings = {
  280. ALWAYS_SEARCH_USER_PATHS = NO;
  281. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  282. CLANG_CXX_LIBRARY = "libc++";
  283. CLANG_ENABLE_MODULES = YES;
  284. CLANG_ENABLE_OBJC_ARC = YES;
  285. CLANG_WARN_BOOL_CONVERSION = YES;
  286. CLANG_WARN_CONSTANT_CONVERSION = YES;
  287. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  288. CLANG_WARN_EMPTY_BODY = YES;
  289. CLANG_WARN_ENUM_CONVERSION = YES;
  290. CLANG_WARN_INT_CONVERSION = YES;
  291. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  292. CLANG_WARN_UNREACHABLE_CODE = YES;
  293. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  294. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  295. COPY_PHASE_STRIP = NO;
  296. CURRENT_PROJECT_VERSION = 1;
  297. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  298. ENABLE_NS_ASSERTIONS = NO;
  299. ENABLE_STRICT_OBJC_MSGSEND = YES;
  300. GCC_C_LANGUAGE_STANDARD = gnu99;
  301. GCC_NO_COMMON_BLOCKS = YES;
  302. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  303. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  304. GCC_WARN_UNDECLARED_SELECTOR = YES;
  305. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  306. GCC_WARN_UNUSED_FUNCTION = YES;
  307. GCC_WARN_UNUSED_VARIABLE = YES;
  308. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  309. MTL_ENABLE_DEBUG_INFO = NO;
  310. SDKROOT = iphoneos;
  311. TARGETED_DEVICE_FAMILY = "1,2";
  312. VALIDATE_PRODUCT = YES;
  313. VERSIONING_SYSTEM = "apple-generic";
  314. VERSION_INFO_PREFIX = "";
  315. };
  316. name = Release;
  317. };
  318. AA7344871BE7678B008AFE69 /* Debug */ = {
  319. isa = XCBuildConfiguration;
  320. buildSettings = {
  321. CLANG_ENABLE_MODULES = YES;
  322. DEFINES_MODULE = YES;
  323. DYLIB_COMPATIBILITY_VERSION = 1;
  324. DYLIB_CURRENT_VERSION = 1;
  325. DYLIB_INSTALL_NAME_BASE = "@rpath";
  326. INFOPLIST_FILE = Reachability/Info.plist;
  327. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  328. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  329. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  330. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  331. PRODUCT_NAME = "$(TARGET_NAME)";
  332. SKIP_INSTALL = YES;
  333. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  334. };
  335. name = Debug;
  336. };
  337. AA7344881BE7678B008AFE69 /* Release */ = {
  338. isa = XCBuildConfiguration;
  339. buildSettings = {
  340. CLANG_ENABLE_MODULES = YES;
  341. DEFINES_MODULE = YES;
  342. DYLIB_COMPATIBILITY_VERSION = 1;
  343. DYLIB_CURRENT_VERSION = 1;
  344. DYLIB_INSTALL_NAME_BASE = "@rpath";
  345. INFOPLIST_FILE = Reachability/Info.plist;
  346. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  347. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  348. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  349. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  350. PRODUCT_NAME = "$(TARGET_NAME)";
  351. SKIP_INSTALL = YES;
  352. };
  353. name = Release;
  354. };
  355. AA7344AB1BE76820008AFE69 /* Debug */ = {
  356. isa = XCBuildConfiguration;
  357. buildSettings = {
  358. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  359. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  360. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  361. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  362. PRODUCT_NAME = "$(TARGET_NAME)";
  363. };
  364. name = Debug;
  365. };
  366. AA7344AC1BE76820008AFE69 /* Release */ = {
  367. isa = XCBuildConfiguration;
  368. buildSettings = {
  369. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  370. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  371. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  372. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  373. PRODUCT_NAME = "$(TARGET_NAME)";
  374. };
  375. name = Release;
  376. };
  377. /* End XCBuildConfiguration section */
  378. /* Begin XCConfigurationList section */
  379. AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */ = {
  380. isa = XCConfigurationList;
  381. buildConfigurations = (
  382. AA7344841BE7678B008AFE69 /* Debug */,
  383. AA7344851BE7678B008AFE69 /* Release */,
  384. );
  385. defaultConfigurationIsVisible = 0;
  386. defaultConfigurationName = Release;
  387. };
  388. AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */ = {
  389. isa = XCConfigurationList;
  390. buildConfigurations = (
  391. AA7344871BE7678B008AFE69 /* Debug */,
  392. AA7344881BE7678B008AFE69 /* Release */,
  393. );
  394. defaultConfigurationIsVisible = 0;
  395. defaultConfigurationName = Release;
  396. };
  397. AA7344AA1BE76820008AFE69 /* Build configuration list for PBXNativeTarget "ReachabilitySample" */ = {
  398. isa = XCConfigurationList;
  399. buildConfigurations = (
  400. AA7344AB1BE76820008AFE69 /* Debug */,
  401. AA7344AC1BE76820008AFE69 /* Release */,
  402. );
  403. defaultConfigurationIsVisible = 0;
  404. defaultConfigurationName = Release;
  405. };
  406. /* End XCConfigurationList section */
  407. };
  408. rootObject = AA7344691BE7678B008AFE69 /* Project object */;
  409. }