project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  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. AA7344B51BE769D6008AFE69 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */; };
  16. CA9C94E81C033FD800E82950 /* ReachabilityTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA9C94E71C033FD800E82950 /* ReachabilityTests.swift */; };
  17. CA9C94EA1C033FD800E82950 /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; };
  18. CAC230C51BF2180000F6464E /* Reachability.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; };
  19. CAC230C61BF2180000F6464E /* Reachability.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AA7344721BE7678B008AFE69 /* Reachability.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXContainerItemProxy section */
  22. CA9C94EB1C033FD800E82950 /* PBXContainerItemProxy */ = {
  23. isa = PBXContainerItemProxy;
  24. containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
  25. proxyType = 1;
  26. remoteGlobalIDString = AA7344711BE7678B008AFE69;
  27. remoteInfo = Reachability;
  28. };
  29. CA9C94F01C03711F00E82950 /* PBXContainerItemProxy */ = {
  30. isa = PBXContainerItemProxy;
  31. containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
  32. proxyType = 1;
  33. remoteGlobalIDString = AA73448F1BE76820008AFE69;
  34. remoteInfo = ReachabilitySample;
  35. };
  36. CAC230C71BF2180000F6464E /* PBXContainerItemProxy */ = {
  37. isa = PBXContainerItemProxy;
  38. containerPortal = AA7344691BE7678B008AFE69 /* Project object */;
  39. proxyType = 1;
  40. remoteGlobalIDString = AA7344711BE7678B008AFE69;
  41. remoteInfo = Reachability;
  42. };
  43. /* End PBXContainerItemProxy section */
  44. /* Begin PBXCopyFilesBuildPhase section */
  45. CAC230C91BF2180100F6464E /* Embed Frameworks */ = {
  46. isa = PBXCopyFilesBuildPhase;
  47. buildActionMask = 2147483647;
  48. dstPath = "";
  49. dstSubfolderSpec = 10;
  50. files = (
  51. CAC230C61BF2180000F6464E /* Reachability.framework in Embed Frameworks */,
  52. );
  53. name = "Embed Frameworks";
  54. runOnlyForDeploymentPostprocessing = 0;
  55. };
  56. /* End PBXCopyFilesBuildPhase section */
  57. /* Begin PBXFileReference section */
  58. AA7344721BE7678B008AFE69 /* Reachability.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Reachability.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  59. AA7344751BE7678B008AFE69 /* Reachability.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
  60. AA7344771BE7678B008AFE69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  61. AA7344901BE76820008AFE69 /* ReachabilitySample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReachabilitySample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  62. AA7344921BE76820008AFE69 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  63. AA7344941BE76820008AFE69 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  64. AA7344971BE76820008AFE69 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  65. AA7344991BE76820008AFE69 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  66. AA73449E1BE76820008AFE69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  67. AA7344B01BE76862008AFE69 /* Reachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Reachability.swift; sourceTree = "<group>"; };
  68. AA7344B41BE769D6008AFE69 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  69. CA9C94E51C033FD800E82950 /* ReachabilityTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReachabilityTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  70. CA9C94E71C033FD800E82950 /* ReachabilityTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReachabilityTests.swift; sourceTree = "<group>"; };
  71. CA9C94E91C033FD800E82950 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  72. /* End PBXFileReference section */
  73. /* Begin PBXFrameworksBuildPhase section */
  74. AA73446E1BE7678B008AFE69 /* Frameworks */ = {
  75. isa = PBXFrameworksBuildPhase;
  76. buildActionMask = 2147483647;
  77. files = (
  78. );
  79. runOnlyForDeploymentPostprocessing = 0;
  80. };
  81. AA73448D1BE76820008AFE69 /* Frameworks */ = {
  82. isa = PBXFrameworksBuildPhase;
  83. buildActionMask = 2147483647;
  84. files = (
  85. CAC230C51BF2180000F6464E /* Reachability.framework in Frameworks */,
  86. );
  87. runOnlyForDeploymentPostprocessing = 0;
  88. };
  89. CA9C94E21C033FD800E82950 /* Frameworks */ = {
  90. isa = PBXFrameworksBuildPhase;
  91. buildActionMask = 2147483647;
  92. files = (
  93. CA9C94EA1C033FD800E82950 /* Reachability.framework in Frameworks */,
  94. );
  95. runOnlyForDeploymentPostprocessing = 0;
  96. };
  97. /* End PBXFrameworksBuildPhase section */
  98. /* Begin PBXGroup section */
  99. AA7344681BE7678B008AFE69 = {
  100. isa = PBXGroup;
  101. children = (
  102. AA7344741BE7678B008AFE69 /* Reachability */,
  103. AA7344911BE76820008AFE69 /* ReachabilitySample */,
  104. CA9C94E61C033FD800E82950 /* ReachabilityTests */,
  105. AA7344731BE7678B008AFE69 /* Products */,
  106. );
  107. sourceTree = "<group>";
  108. };
  109. AA7344731BE7678B008AFE69 /* Products */ = {
  110. isa = PBXGroup;
  111. children = (
  112. AA7344721BE7678B008AFE69 /* Reachability.framework */,
  113. AA7344901BE76820008AFE69 /* ReachabilitySample.app */,
  114. CA9C94E51C033FD800E82950 /* ReachabilityTests.xctest */,
  115. );
  116. name = Products;
  117. sourceTree = "<group>";
  118. };
  119. AA7344741BE7678B008AFE69 /* Reachability */ = {
  120. isa = PBXGroup;
  121. children = (
  122. AA7344B01BE76862008AFE69 /* Reachability.swift */,
  123. AA7344751BE7678B008AFE69 /* Reachability.h */,
  124. AA7344771BE7678B008AFE69 /* Info.plist */,
  125. );
  126. path = Reachability;
  127. sourceTree = "<group>";
  128. };
  129. AA7344911BE76820008AFE69 /* ReachabilitySample */ = {
  130. isa = PBXGroup;
  131. children = (
  132. AA7344921BE76820008AFE69 /* AppDelegate.swift */,
  133. AA7344941BE76820008AFE69 /* ViewController.swift */,
  134. AA7344961BE76820008AFE69 /* Main.storyboard */,
  135. AA7344991BE76820008AFE69 /* Assets.xcassets */,
  136. AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */,
  137. AA73449E1BE76820008AFE69 /* Info.plist */,
  138. );
  139. path = ReachabilitySample;
  140. sourceTree = "<group>";
  141. };
  142. CA9C94E61C033FD800E82950 /* ReachabilityTests */ = {
  143. isa = PBXGroup;
  144. children = (
  145. CA9C94E71C033FD800E82950 /* ReachabilityTests.swift */,
  146. CA9C94E91C033FD800E82950 /* Info.plist */,
  147. );
  148. path = ReachabilityTests;
  149. sourceTree = "<group>";
  150. };
  151. /* End PBXGroup section */
  152. /* Begin PBXHeadersBuildPhase section */
  153. AA73446F1BE7678B008AFE69 /* Headers */ = {
  154. isa = PBXHeadersBuildPhase;
  155. buildActionMask = 2147483647;
  156. files = (
  157. AA7344761BE7678B008AFE69 /* Reachability.h in Headers */,
  158. );
  159. runOnlyForDeploymentPostprocessing = 0;
  160. };
  161. /* End PBXHeadersBuildPhase section */
  162. /* Begin PBXNativeTarget section */
  163. AA7344711BE7678B008AFE69 /* Reachability */ = {
  164. isa = PBXNativeTarget;
  165. buildConfigurationList = AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */;
  166. buildPhases = (
  167. AA73446D1BE7678B008AFE69 /* Sources */,
  168. AA73446E1BE7678B008AFE69 /* Frameworks */,
  169. AA73446F1BE7678B008AFE69 /* Headers */,
  170. AA7344701BE7678B008AFE69 /* Resources */,
  171. );
  172. buildRules = (
  173. );
  174. dependencies = (
  175. );
  176. name = Reachability;
  177. productName = Reachability;
  178. productReference = AA7344721BE7678B008AFE69 /* Reachability.framework */;
  179. productType = "com.apple.product-type.framework";
  180. };
  181. AA73448F1BE76820008AFE69 /* ReachabilitySample */ = {
  182. isa = PBXNativeTarget;
  183. buildConfigurationList = AA7344AA1BE76820008AFE69 /* Build configuration list for PBXNativeTarget "ReachabilitySample" */;
  184. buildPhases = (
  185. AA73448C1BE76820008AFE69 /* Sources */,
  186. AA73448D1BE76820008AFE69 /* Frameworks */,
  187. AA73448E1BE76820008AFE69 /* Resources */,
  188. CAC230C91BF2180100F6464E /* Embed Frameworks */,
  189. );
  190. buildRules = (
  191. );
  192. dependencies = (
  193. CAC230C81BF2180000F6464E /* PBXTargetDependency */,
  194. );
  195. name = ReachabilitySample;
  196. productName = ReachabilitySample;
  197. productReference = AA7344901BE76820008AFE69 /* ReachabilitySample.app */;
  198. productType = "com.apple.product-type.application";
  199. };
  200. CA9C94E41C033FD800E82950 /* ReachabilityTests */ = {
  201. isa = PBXNativeTarget;
  202. buildConfigurationList = CA9C94EF1C033FD800E82950 /* Build configuration list for PBXNativeTarget "ReachabilityTests" */;
  203. buildPhases = (
  204. CA9C94E11C033FD800E82950 /* Sources */,
  205. CA9C94E21C033FD800E82950 /* Frameworks */,
  206. CA9C94E31C033FD800E82950 /* Resources */,
  207. );
  208. buildRules = (
  209. );
  210. dependencies = (
  211. CA9C94EC1C033FD800E82950 /* PBXTargetDependency */,
  212. CA9C94F11C03711F00E82950 /* PBXTargetDependency */,
  213. );
  214. name = ReachabilityTests;
  215. productName = ReachabilityTests;
  216. productReference = CA9C94E51C033FD800E82950 /* ReachabilityTests.xctest */;
  217. productType = "com.apple.product-type.bundle.unit-test";
  218. };
  219. /* End PBXNativeTarget section */
  220. /* Begin PBXProject section */
  221. AA7344691BE7678B008AFE69 /* Project object */ = {
  222. isa = PBXProject;
  223. attributes = {
  224. LastSwiftUpdateCheck = 0710;
  225. LastUpgradeCheck = 0710;
  226. ORGANIZATIONNAME = "Ashley Mills";
  227. TargetAttributes = {
  228. AA7344711BE7678B008AFE69 = {
  229. CreatedOnToolsVersion = 7.1;
  230. };
  231. AA73448F1BE76820008AFE69 = {
  232. CreatedOnToolsVersion = 7.1;
  233. };
  234. CA9C94E41C033FD800E82950 = {
  235. CreatedOnToolsVersion = 7.1.1;
  236. };
  237. };
  238. };
  239. buildConfigurationList = AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */;
  240. compatibilityVersion = "Xcode 3.2";
  241. developmentRegion = English;
  242. hasScannedForEncodings = 0;
  243. knownRegions = (
  244. en,
  245. Base,
  246. );
  247. mainGroup = AA7344681BE7678B008AFE69;
  248. productRefGroup = AA7344731BE7678B008AFE69 /* Products */;
  249. projectDirPath = "";
  250. projectRoot = "";
  251. targets = (
  252. AA7344711BE7678B008AFE69 /* Reachability */,
  253. AA73448F1BE76820008AFE69 /* ReachabilitySample */,
  254. CA9C94E41C033FD800E82950 /* ReachabilityTests */,
  255. );
  256. };
  257. /* End PBXProject section */
  258. /* Begin PBXResourcesBuildPhase section */
  259. AA7344701BE7678B008AFE69 /* Resources */ = {
  260. isa = PBXResourcesBuildPhase;
  261. buildActionMask = 2147483647;
  262. files = (
  263. );
  264. runOnlyForDeploymentPostprocessing = 0;
  265. };
  266. AA73448E1BE76820008AFE69 /* Resources */ = {
  267. isa = PBXResourcesBuildPhase;
  268. buildActionMask = 2147483647;
  269. files = (
  270. AA7344B51BE769D6008AFE69 /* LaunchScreen.xib in Resources */,
  271. AA73449A1BE76820008AFE69 /* Assets.xcassets in Resources */,
  272. AA7344981BE76820008AFE69 /* Main.storyboard in Resources */,
  273. );
  274. runOnlyForDeploymentPostprocessing = 0;
  275. };
  276. CA9C94E31C033FD800E82950 /* Resources */ = {
  277. isa = PBXResourcesBuildPhase;
  278. buildActionMask = 2147483647;
  279. files = (
  280. );
  281. runOnlyForDeploymentPostprocessing = 0;
  282. };
  283. /* End PBXResourcesBuildPhase section */
  284. /* Begin PBXSourcesBuildPhase section */
  285. AA73446D1BE7678B008AFE69 /* Sources */ = {
  286. isa = PBXSourcesBuildPhase;
  287. buildActionMask = 2147483647;
  288. files = (
  289. AA7344B11BE76862008AFE69 /* Reachability.swift in Sources */,
  290. );
  291. runOnlyForDeploymentPostprocessing = 0;
  292. };
  293. AA73448C1BE76820008AFE69 /* Sources */ = {
  294. isa = PBXSourcesBuildPhase;
  295. buildActionMask = 2147483647;
  296. files = (
  297. AA7344951BE76820008AFE69 /* ViewController.swift in Sources */,
  298. AA7344931BE76820008AFE69 /* AppDelegate.swift in Sources */,
  299. );
  300. runOnlyForDeploymentPostprocessing = 0;
  301. };
  302. CA9C94E11C033FD800E82950 /* Sources */ = {
  303. isa = PBXSourcesBuildPhase;
  304. buildActionMask = 2147483647;
  305. files = (
  306. CA9C94E81C033FD800E82950 /* ReachabilityTests.swift in Sources */,
  307. );
  308. runOnlyForDeploymentPostprocessing = 0;
  309. };
  310. /* End PBXSourcesBuildPhase section */
  311. /* Begin PBXTargetDependency section */
  312. CA9C94EC1C033FD800E82950 /* PBXTargetDependency */ = {
  313. isa = PBXTargetDependency;
  314. target = AA7344711BE7678B008AFE69 /* Reachability */;
  315. targetProxy = CA9C94EB1C033FD800E82950 /* PBXContainerItemProxy */;
  316. };
  317. CA9C94F11C03711F00E82950 /* PBXTargetDependency */ = {
  318. isa = PBXTargetDependency;
  319. target = AA73448F1BE76820008AFE69 /* ReachabilitySample */;
  320. targetProxy = CA9C94F01C03711F00E82950 /* PBXContainerItemProxy */;
  321. };
  322. CAC230C81BF2180000F6464E /* PBXTargetDependency */ = {
  323. isa = PBXTargetDependency;
  324. target = AA7344711BE7678B008AFE69 /* Reachability */;
  325. targetProxy = CAC230C71BF2180000F6464E /* PBXContainerItemProxy */;
  326. };
  327. /* End PBXTargetDependency section */
  328. /* Begin PBXVariantGroup section */
  329. AA7344961BE76820008AFE69 /* Main.storyboard */ = {
  330. isa = PBXVariantGroup;
  331. children = (
  332. AA7344971BE76820008AFE69 /* Base */,
  333. );
  334. name = Main.storyboard;
  335. sourceTree = "<group>";
  336. };
  337. AA7344B31BE769D6008AFE69 /* LaunchScreen.xib */ = {
  338. isa = PBXVariantGroup;
  339. children = (
  340. AA7344B41BE769D6008AFE69 /* Base */,
  341. );
  342. name = LaunchScreen.xib;
  343. sourceTree = "<group>";
  344. };
  345. /* End PBXVariantGroup section */
  346. /* Begin XCBuildConfiguration section */
  347. AA7344841BE7678B008AFE69 /* Debug */ = {
  348. isa = XCBuildConfiguration;
  349. buildSettings = {
  350. ALWAYS_SEARCH_USER_PATHS = NO;
  351. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  352. CLANG_CXX_LIBRARY = "libc++";
  353. CLANG_ENABLE_MODULES = YES;
  354. CLANG_ENABLE_OBJC_ARC = YES;
  355. CLANG_WARN_BOOL_CONVERSION = YES;
  356. CLANG_WARN_CONSTANT_CONVERSION = YES;
  357. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  358. CLANG_WARN_EMPTY_BODY = YES;
  359. CLANG_WARN_ENUM_CONVERSION = YES;
  360. CLANG_WARN_INT_CONVERSION = YES;
  361. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  362. CLANG_WARN_UNREACHABLE_CODE = YES;
  363. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  364. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  365. COPY_PHASE_STRIP = NO;
  366. CURRENT_PROJECT_VERSION = 1;
  367. DEBUG_INFORMATION_FORMAT = dwarf;
  368. ENABLE_STRICT_OBJC_MSGSEND = YES;
  369. ENABLE_TESTABILITY = YES;
  370. GCC_C_LANGUAGE_STANDARD = gnu99;
  371. GCC_DYNAMIC_NO_PIC = NO;
  372. GCC_NO_COMMON_BLOCKS = YES;
  373. GCC_OPTIMIZATION_LEVEL = 0;
  374. GCC_PREPROCESSOR_DEFINITIONS = (
  375. "DEBUG=1",
  376. "$(inherited)",
  377. );
  378. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  379. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  380. GCC_WARN_UNDECLARED_SELECTOR = YES;
  381. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  382. GCC_WARN_UNUSED_FUNCTION = YES;
  383. GCC_WARN_UNUSED_VARIABLE = YES;
  384. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  385. MTL_ENABLE_DEBUG_INFO = YES;
  386. ONLY_ACTIVE_ARCH = YES;
  387. SDKROOT = iphoneos;
  388. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  389. TARGETED_DEVICE_FAMILY = "1,2";
  390. VERSIONING_SYSTEM = "apple-generic";
  391. VERSION_INFO_PREFIX = "";
  392. };
  393. name = Debug;
  394. };
  395. AA7344851BE7678B008AFE69 /* Release */ = {
  396. isa = XCBuildConfiguration;
  397. buildSettings = {
  398. ALWAYS_SEARCH_USER_PATHS = NO;
  399. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  400. CLANG_CXX_LIBRARY = "libc++";
  401. CLANG_ENABLE_MODULES = YES;
  402. CLANG_ENABLE_OBJC_ARC = YES;
  403. CLANG_WARN_BOOL_CONVERSION = YES;
  404. CLANG_WARN_CONSTANT_CONVERSION = YES;
  405. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  406. CLANG_WARN_EMPTY_BODY = YES;
  407. CLANG_WARN_ENUM_CONVERSION = YES;
  408. CLANG_WARN_INT_CONVERSION = YES;
  409. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  410. CLANG_WARN_UNREACHABLE_CODE = YES;
  411. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  412. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  413. COPY_PHASE_STRIP = NO;
  414. CURRENT_PROJECT_VERSION = 1;
  415. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  416. ENABLE_NS_ASSERTIONS = NO;
  417. ENABLE_STRICT_OBJC_MSGSEND = YES;
  418. GCC_C_LANGUAGE_STANDARD = gnu99;
  419. GCC_NO_COMMON_BLOCKS = YES;
  420. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  421. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  422. GCC_WARN_UNDECLARED_SELECTOR = YES;
  423. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  424. GCC_WARN_UNUSED_FUNCTION = YES;
  425. GCC_WARN_UNUSED_VARIABLE = YES;
  426. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  427. MTL_ENABLE_DEBUG_INFO = NO;
  428. SDKROOT = iphoneos;
  429. TARGETED_DEVICE_FAMILY = "1,2";
  430. VALIDATE_PRODUCT = YES;
  431. VERSIONING_SYSTEM = "apple-generic";
  432. VERSION_INFO_PREFIX = "";
  433. };
  434. name = Release;
  435. };
  436. AA7344871BE7678B008AFE69 /* Debug */ = {
  437. isa = XCBuildConfiguration;
  438. buildSettings = {
  439. CLANG_ENABLE_MODULES = YES;
  440. CLANG_STATIC_ANALYZER_MODE = deep;
  441. DEFINES_MODULE = YES;
  442. DYLIB_COMPATIBILITY_VERSION = 1;
  443. DYLIB_CURRENT_VERSION = 1;
  444. DYLIB_INSTALL_NAME_BASE = "@rpath";
  445. INFOPLIST_FILE = Reachability/Info.plist;
  446. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  447. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  448. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  449. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  450. PRODUCT_NAME = "$(TARGET_NAME)";
  451. RUN_CLANG_STATIC_ANALYZER = YES;
  452. SKIP_INSTALL = YES;
  453. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  454. };
  455. name = Debug;
  456. };
  457. AA7344881BE7678B008AFE69 /* Release */ = {
  458. isa = XCBuildConfiguration;
  459. buildSettings = {
  460. CLANG_ENABLE_MODULES = YES;
  461. CLANG_STATIC_ANALYZER_MODE = deep;
  462. DEFINES_MODULE = YES;
  463. DYLIB_COMPATIBILITY_VERSION = 1;
  464. DYLIB_CURRENT_VERSION = 1;
  465. DYLIB_INSTALL_NAME_BASE = "@rpath";
  466. INFOPLIST_FILE = Reachability/Info.plist;
  467. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  468. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  469. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  470. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.Reachability;
  471. PRODUCT_NAME = "$(TARGET_NAME)";
  472. RUN_CLANG_STATIC_ANALYZER = YES;
  473. SKIP_INSTALL = YES;
  474. };
  475. name = Release;
  476. };
  477. AA7344AB1BE76820008AFE69 /* Debug */ = {
  478. isa = XCBuildConfiguration;
  479. buildSettings = {
  480. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  481. CLANG_STATIC_ANALYZER_MODE = deep;
  482. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  483. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  484. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  485. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  486. PRODUCT_NAME = "$(TARGET_NAME)";
  487. RUN_CLANG_STATIC_ANALYZER = YES;
  488. };
  489. name = Debug;
  490. };
  491. AA7344AC1BE76820008AFE69 /* Release */ = {
  492. isa = XCBuildConfiguration;
  493. buildSettings = {
  494. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  495. CLANG_STATIC_ANALYZER_MODE = deep;
  496. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  497. INFOPLIST_FILE = ReachabilitySample/Info.plist;
  498. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  499. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilitySample;
  500. PRODUCT_NAME = "$(TARGET_NAME)";
  501. RUN_CLANG_STATIC_ANALYZER = YES;
  502. };
  503. name = Release;
  504. };
  505. CA9C94ED1C033FD800E82950 /* Debug */ = {
  506. isa = XCBuildConfiguration;
  507. buildSettings = {
  508. INFOPLIST_FILE = ReachabilityTests/Info.plist;
  509. IPHONEOS_DEPLOYMENT_TARGET = 9.1;
  510. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  511. OTHER_SWIFT_FLAGS = "";
  512. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilityTests;
  513. PRODUCT_NAME = "$(TARGET_NAME)";
  514. };
  515. name = Debug;
  516. };
  517. CA9C94EE1C033FD800E82950 /* Release */ = {
  518. isa = XCBuildConfiguration;
  519. buildSettings = {
  520. INFOPLIST_FILE = ReachabilityTests/Info.plist;
  521. IPHONEOS_DEPLOYMENT_TARGET = 9.1;
  522. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  523. OTHER_SWIFT_FLAGS = "";
  524. PRODUCT_BUNDLE_IDENTIFIER = uk.co.joylordsystems.ReachabilityTests;
  525. PRODUCT_NAME = "$(TARGET_NAME)";
  526. };
  527. name = Release;
  528. };
  529. /* End XCBuildConfiguration section */
  530. /* Begin XCConfigurationList section */
  531. AA73446C1BE7678B008AFE69 /* Build configuration list for PBXProject "Reachability" */ = {
  532. isa = XCConfigurationList;
  533. buildConfigurations = (
  534. AA7344841BE7678B008AFE69 /* Debug */,
  535. AA7344851BE7678B008AFE69 /* Release */,
  536. );
  537. defaultConfigurationIsVisible = 0;
  538. defaultConfigurationName = Release;
  539. };
  540. AA7344861BE7678B008AFE69 /* Build configuration list for PBXNativeTarget "Reachability" */ = {
  541. isa = XCConfigurationList;
  542. buildConfigurations = (
  543. AA7344871BE7678B008AFE69 /* Debug */,
  544. AA7344881BE7678B008AFE69 /* Release */,
  545. );
  546. defaultConfigurationIsVisible = 0;
  547. defaultConfigurationName = Release;
  548. };
  549. AA7344AA1BE76820008AFE69 /* Build configuration list for PBXNativeTarget "ReachabilitySample" */ = {
  550. isa = XCConfigurationList;
  551. buildConfigurations = (
  552. AA7344AB1BE76820008AFE69 /* Debug */,
  553. AA7344AC1BE76820008AFE69 /* Release */,
  554. );
  555. defaultConfigurationIsVisible = 0;
  556. defaultConfigurationName = Release;
  557. };
  558. CA9C94EF1C033FD800E82950 /* Build configuration list for PBXNativeTarget "ReachabilityTests" */ = {
  559. isa = XCConfigurationList;
  560. buildConfigurations = (
  561. CA9C94ED1C033FD800E82950 /* Debug */,
  562. CA9C94EE1C033FD800E82950 /* Release */,
  563. );
  564. defaultConfigurationIsVisible = 0;
  565. defaultConfigurationName = Release;
  566. };
  567. /* End XCConfigurationList section */
  568. };
  569. rootObject = AA7344691BE7678B008AFE69 /* Project object */;
  570. }