project.pbxproj 17 KB

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