project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CA25599F19D0D1990073826D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA25599E19D0D1990073826D /* AppDelegate.swift */; };
  10. CA2559A119D0D1990073826D /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2559A019D0D1990073826D /* ViewController.swift */; };
  11. CA2559A419D0D1990073826D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CA2559A219D0D1990073826D /* Main.storyboard */; };
  12. CA2559A619D0D1990073826D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CA2559A519D0D1990073826D /* Images.xcassets */; };
  13. CA2559A919D0D1990073826D /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = CA2559A719D0D1990073826D /* LaunchScreen.xib */; };
  14. CA2559B519D0D1990073826D /* Reachability_SampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2559B419D0D1990073826D /* Reachability_SampleTests.swift */; };
  15. CA2559BF19D0D1AF0073826D /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2559BE19D0D1AF0073826D /* Reachability.swift */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXContainerItemProxy section */
  18. CA2559AF19D0D1990073826D /* PBXContainerItemProxy */ = {
  19. isa = PBXContainerItemProxy;
  20. containerPortal = CA25599119D0D1990073826D /* Project object */;
  21. proxyType = 1;
  22. remoteGlobalIDString = CA25599819D0D1990073826D;
  23. remoteInfo = "Reachability Sample";
  24. };
  25. /* End PBXContainerItemProxy section */
  26. /* Begin PBXFileReference section */
  27. CA25599919D0D1990073826D /* Reachability Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Reachability Sample.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  28. CA25599D19D0D1990073826D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  29. CA25599E19D0D1990073826D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  30. CA2559A019D0D1990073826D /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  31. CA2559A319D0D1990073826D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  32. CA2559A519D0D1990073826D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  33. CA2559A819D0D1990073826D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  34. CA2559AE19D0D1990073826D /* Reachability SampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Reachability SampleTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  35. CA2559B319D0D1990073826D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  36. CA2559B419D0D1990073826D /* Reachability_SampleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Reachability_SampleTests.swift; sourceTree = "<group>"; };
  37. CA2559BE19D0D1AF0073826D /* Reachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Reachability.swift; path = ../../Reachability.swift; sourceTree = "<group>"; };
  38. /* End PBXFileReference section */
  39. /* Begin PBXFrameworksBuildPhase section */
  40. CA25599619D0D1990073826D /* Frameworks */ = {
  41. isa = PBXFrameworksBuildPhase;
  42. buildActionMask = 2147483647;
  43. files = (
  44. );
  45. runOnlyForDeploymentPostprocessing = 0;
  46. };
  47. CA2559AB19D0D1990073826D /* Frameworks */ = {
  48. isa = PBXFrameworksBuildPhase;
  49. buildActionMask = 2147483647;
  50. files = (
  51. );
  52. runOnlyForDeploymentPostprocessing = 0;
  53. };
  54. /* End PBXFrameworksBuildPhase section */
  55. /* Begin PBXGroup section */
  56. CA25599019D0D1990073826D = {
  57. isa = PBXGroup;
  58. children = (
  59. CA25599B19D0D1990073826D /* Reachability Sample */,
  60. CA2559B119D0D1990073826D /* Reachability SampleTests */,
  61. CA25599A19D0D1990073826D /* Products */,
  62. );
  63. sourceTree = "<group>";
  64. };
  65. CA25599A19D0D1990073826D /* Products */ = {
  66. isa = PBXGroup;
  67. children = (
  68. CA25599919D0D1990073826D /* Reachability Sample.app */,
  69. CA2559AE19D0D1990073826D /* Reachability SampleTests.xctest */,
  70. );
  71. name = Products;
  72. sourceTree = "<group>";
  73. };
  74. CA25599B19D0D1990073826D /* Reachability Sample */ = {
  75. isa = PBXGroup;
  76. children = (
  77. CA2559BE19D0D1AF0073826D /* Reachability.swift */,
  78. CA25599E19D0D1990073826D /* AppDelegate.swift */,
  79. CA2559A019D0D1990073826D /* ViewController.swift */,
  80. CA2559A219D0D1990073826D /* Main.storyboard */,
  81. CA2559A519D0D1990073826D /* Images.xcassets */,
  82. CA2559A719D0D1990073826D /* LaunchScreen.xib */,
  83. CA25599C19D0D1990073826D /* Supporting Files */,
  84. );
  85. path = "Reachability Sample";
  86. sourceTree = "<group>";
  87. };
  88. CA25599C19D0D1990073826D /* Supporting Files */ = {
  89. isa = PBXGroup;
  90. children = (
  91. CA25599D19D0D1990073826D /* Info.plist */,
  92. );
  93. name = "Supporting Files";
  94. sourceTree = "<group>";
  95. };
  96. CA2559B119D0D1990073826D /* Reachability SampleTests */ = {
  97. isa = PBXGroup;
  98. children = (
  99. CA2559B419D0D1990073826D /* Reachability_SampleTests.swift */,
  100. CA2559B219D0D1990073826D /* Supporting Files */,
  101. );
  102. path = "Reachability SampleTests";
  103. sourceTree = "<group>";
  104. };
  105. CA2559B219D0D1990073826D /* Supporting Files */ = {
  106. isa = PBXGroup;
  107. children = (
  108. CA2559B319D0D1990073826D /* Info.plist */,
  109. );
  110. name = "Supporting Files";
  111. sourceTree = "<group>";
  112. };
  113. /* End PBXGroup section */
  114. /* Begin PBXNativeTarget section */
  115. CA25599819D0D1990073826D /* Reachability Sample */ = {
  116. isa = PBXNativeTarget;
  117. buildConfigurationList = CA2559B819D0D1990073826D /* Build configuration list for PBXNativeTarget "Reachability Sample" */;
  118. buildPhases = (
  119. CA25599519D0D1990073826D /* Sources */,
  120. CA25599619D0D1990073826D /* Frameworks */,
  121. CA25599719D0D1990073826D /* Resources */,
  122. );
  123. buildRules = (
  124. );
  125. dependencies = (
  126. );
  127. name = "Reachability Sample";
  128. productName = "Reachability Sample";
  129. productReference = CA25599919D0D1990073826D /* Reachability Sample.app */;
  130. productType = "com.apple.product-type.application";
  131. };
  132. CA2559AD19D0D1990073826D /* Reachability SampleTests */ = {
  133. isa = PBXNativeTarget;
  134. buildConfigurationList = CA2559BB19D0D1990073826D /* Build configuration list for PBXNativeTarget "Reachability SampleTests" */;
  135. buildPhases = (
  136. CA2559AA19D0D1990073826D /* Sources */,
  137. CA2559AB19D0D1990073826D /* Frameworks */,
  138. CA2559AC19D0D1990073826D /* Resources */,
  139. );
  140. buildRules = (
  141. );
  142. dependencies = (
  143. CA2559B019D0D1990073826D /* PBXTargetDependency */,
  144. );
  145. name = "Reachability SampleTests";
  146. productName = "Reachability SampleTests";
  147. productReference = CA2559AE19D0D1990073826D /* Reachability SampleTests.xctest */;
  148. productType = "com.apple.product-type.bundle.unit-test";
  149. };
  150. /* End PBXNativeTarget section */
  151. /* Begin PBXProject section */
  152. CA25599119D0D1990073826D /* Project object */ = {
  153. isa = PBXProject;
  154. attributes = {
  155. LastSwiftUpdateCheck = 0700;
  156. LastUpgradeCheck = 0600;
  157. ORGANIZATIONNAME = "Joylord Systems";
  158. TargetAttributes = {
  159. CA25599819D0D1990073826D = {
  160. CreatedOnToolsVersion = 6.0.1;
  161. };
  162. CA2559AD19D0D1990073826D = {
  163. CreatedOnToolsVersion = 6.0.1;
  164. TestTargetID = CA25599819D0D1990073826D;
  165. };
  166. };
  167. };
  168. buildConfigurationList = CA25599419D0D1990073826D /* Build configuration list for PBXProject "Reachability Sample" */;
  169. compatibilityVersion = "Xcode 3.2";
  170. developmentRegion = English;
  171. hasScannedForEncodings = 0;
  172. knownRegions = (
  173. en,
  174. Base,
  175. );
  176. mainGroup = CA25599019D0D1990073826D;
  177. productRefGroup = CA25599A19D0D1990073826D /* Products */;
  178. projectDirPath = "";
  179. projectRoot = "";
  180. targets = (
  181. CA25599819D0D1990073826D /* Reachability Sample */,
  182. CA2559AD19D0D1990073826D /* Reachability SampleTests */,
  183. );
  184. };
  185. /* End PBXProject section */
  186. /* Begin PBXResourcesBuildPhase section */
  187. CA25599719D0D1990073826D /* Resources */ = {
  188. isa = PBXResourcesBuildPhase;
  189. buildActionMask = 2147483647;
  190. files = (
  191. CA2559A419D0D1990073826D /* Main.storyboard in Resources */,
  192. CA2559A919D0D1990073826D /* LaunchScreen.xib in Resources */,
  193. CA2559A619D0D1990073826D /* Images.xcassets in Resources */,
  194. );
  195. runOnlyForDeploymentPostprocessing = 0;
  196. };
  197. CA2559AC19D0D1990073826D /* Resources */ = {
  198. isa = PBXResourcesBuildPhase;
  199. buildActionMask = 2147483647;
  200. files = (
  201. );
  202. runOnlyForDeploymentPostprocessing = 0;
  203. };
  204. /* End PBXResourcesBuildPhase section */
  205. /* Begin PBXSourcesBuildPhase section */
  206. CA25599519D0D1990073826D /* Sources */ = {
  207. isa = PBXSourcesBuildPhase;
  208. buildActionMask = 2147483647;
  209. files = (
  210. CA2559A119D0D1990073826D /* ViewController.swift in Sources */,
  211. CA25599F19D0D1990073826D /* AppDelegate.swift in Sources */,
  212. CA2559BF19D0D1AF0073826D /* Reachability.swift in Sources */,
  213. );
  214. runOnlyForDeploymentPostprocessing = 0;
  215. };
  216. CA2559AA19D0D1990073826D /* Sources */ = {
  217. isa = PBXSourcesBuildPhase;
  218. buildActionMask = 2147483647;
  219. files = (
  220. CA2559B519D0D1990073826D /* Reachability_SampleTests.swift in Sources */,
  221. );
  222. runOnlyForDeploymentPostprocessing = 0;
  223. };
  224. /* End PBXSourcesBuildPhase section */
  225. /* Begin PBXTargetDependency section */
  226. CA2559B019D0D1990073826D /* PBXTargetDependency */ = {
  227. isa = PBXTargetDependency;
  228. target = CA25599819D0D1990073826D /* Reachability Sample */;
  229. targetProxy = CA2559AF19D0D1990073826D /* PBXContainerItemProxy */;
  230. };
  231. /* End PBXTargetDependency section */
  232. /* Begin PBXVariantGroup section */
  233. CA2559A219D0D1990073826D /* Main.storyboard */ = {
  234. isa = PBXVariantGroup;
  235. children = (
  236. CA2559A319D0D1990073826D /* Base */,
  237. );
  238. name = Main.storyboard;
  239. sourceTree = "<group>";
  240. };
  241. CA2559A719D0D1990073826D /* LaunchScreen.xib */ = {
  242. isa = PBXVariantGroup;
  243. children = (
  244. CA2559A819D0D1990073826D /* Base */,
  245. );
  246. name = LaunchScreen.xib;
  247. sourceTree = "<group>";
  248. };
  249. /* End PBXVariantGroup section */
  250. /* Begin XCBuildConfiguration section */
  251. CA2559B619D0D1990073826D /* Debug */ = {
  252. isa = XCBuildConfiguration;
  253. buildSettings = {
  254. ALWAYS_SEARCH_USER_PATHS = NO;
  255. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  256. CLANG_CXX_LIBRARY = "libc++";
  257. CLANG_ENABLE_MODULES = YES;
  258. CLANG_ENABLE_OBJC_ARC = YES;
  259. CLANG_WARN_BOOL_CONVERSION = YES;
  260. CLANG_WARN_CONSTANT_CONVERSION = YES;
  261. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  262. CLANG_WARN_EMPTY_BODY = YES;
  263. CLANG_WARN_ENUM_CONVERSION = YES;
  264. CLANG_WARN_INT_CONVERSION = YES;
  265. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  266. CLANG_WARN_UNREACHABLE_CODE = YES;
  267. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  268. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  269. COPY_PHASE_STRIP = NO;
  270. ENABLE_STRICT_OBJC_MSGSEND = YES;
  271. GCC_C_LANGUAGE_STANDARD = gnu99;
  272. GCC_DYNAMIC_NO_PIC = NO;
  273. GCC_OPTIMIZATION_LEVEL = 0;
  274. GCC_PREPROCESSOR_DEFINITIONS = (
  275. "DEBUG=1",
  276. "$(inherited)",
  277. );
  278. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  279. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  280. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  281. GCC_WARN_UNDECLARED_SELECTOR = YES;
  282. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  283. GCC_WARN_UNUSED_FUNCTION = YES;
  284. GCC_WARN_UNUSED_VARIABLE = YES;
  285. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  286. MTL_ENABLE_DEBUG_INFO = YES;
  287. ONLY_ACTIVE_ARCH = YES;
  288. SDKROOT = iphoneos;
  289. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  290. TARGETED_DEVICE_FAMILY = "1,2";
  291. };
  292. name = Debug;
  293. };
  294. CA2559B719D0D1990073826D /* Release */ = {
  295. isa = XCBuildConfiguration;
  296. buildSettings = {
  297. ALWAYS_SEARCH_USER_PATHS = NO;
  298. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  299. CLANG_CXX_LIBRARY = "libc++";
  300. CLANG_ENABLE_MODULES = YES;
  301. CLANG_ENABLE_OBJC_ARC = YES;
  302. CLANG_WARN_BOOL_CONVERSION = YES;
  303. CLANG_WARN_CONSTANT_CONVERSION = YES;
  304. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  305. CLANG_WARN_EMPTY_BODY = YES;
  306. CLANG_WARN_ENUM_CONVERSION = YES;
  307. CLANG_WARN_INT_CONVERSION = YES;
  308. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  309. CLANG_WARN_UNREACHABLE_CODE = YES;
  310. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  311. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  312. COPY_PHASE_STRIP = YES;
  313. ENABLE_NS_ASSERTIONS = NO;
  314. ENABLE_STRICT_OBJC_MSGSEND = YES;
  315. GCC_C_LANGUAGE_STANDARD = gnu99;
  316. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  317. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  318. GCC_WARN_UNDECLARED_SELECTOR = YES;
  319. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  320. GCC_WARN_UNUSED_FUNCTION = YES;
  321. GCC_WARN_UNUSED_VARIABLE = YES;
  322. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  323. MTL_ENABLE_DEBUG_INFO = NO;
  324. SDKROOT = iphoneos;
  325. TARGETED_DEVICE_FAMILY = "1,2";
  326. VALIDATE_PRODUCT = YES;
  327. };
  328. name = Release;
  329. };
  330. CA2559B919D0D1990073826D /* Debug */ = {
  331. isa = XCBuildConfiguration;
  332. buildSettings = {
  333. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  334. INFOPLIST_FILE = "Reachability Sample/Info.plist";
  335. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  336. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  337. PRODUCT_NAME = "$(TARGET_NAME)";
  338. };
  339. name = Debug;
  340. };
  341. CA2559BA19D0D1990073826D /* Release */ = {
  342. isa = XCBuildConfiguration;
  343. buildSettings = {
  344. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  345. INFOPLIST_FILE = "Reachability Sample/Info.plist";
  346. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  347. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  348. PRODUCT_NAME = "$(TARGET_NAME)";
  349. };
  350. name = Release;
  351. };
  352. CA2559BC19D0D1990073826D /* Debug */ = {
  353. isa = XCBuildConfiguration;
  354. buildSettings = {
  355. BUNDLE_LOADER = "$(TEST_HOST)";
  356. FRAMEWORK_SEARCH_PATHS = (
  357. "$(SDKROOT)/Developer/Library/Frameworks",
  358. "$(inherited)",
  359. );
  360. GCC_PREPROCESSOR_DEFINITIONS = (
  361. "DEBUG=1",
  362. "$(inherited)",
  363. );
  364. INFOPLIST_FILE = "Reachability SampleTests/Info.plist";
  365. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  366. PRODUCT_NAME = "$(TARGET_NAME)";
  367. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Reachability Sample.app/Reachability Sample";
  368. };
  369. name = Debug;
  370. };
  371. CA2559BD19D0D1990073826D /* Release */ = {
  372. isa = XCBuildConfiguration;
  373. buildSettings = {
  374. BUNDLE_LOADER = "$(TEST_HOST)";
  375. FRAMEWORK_SEARCH_PATHS = (
  376. "$(SDKROOT)/Developer/Library/Frameworks",
  377. "$(inherited)",
  378. );
  379. INFOPLIST_FILE = "Reachability SampleTests/Info.plist";
  380. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  381. PRODUCT_NAME = "$(TARGET_NAME)";
  382. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Reachability Sample.app/Reachability Sample";
  383. };
  384. name = Release;
  385. };
  386. /* End XCBuildConfiguration section */
  387. /* Begin XCConfigurationList section */
  388. CA25599419D0D1990073826D /* Build configuration list for PBXProject "Reachability Sample" */ = {
  389. isa = XCConfigurationList;
  390. buildConfigurations = (
  391. CA2559B619D0D1990073826D /* Debug */,
  392. CA2559B719D0D1990073826D /* Release */,
  393. );
  394. defaultConfigurationIsVisible = 0;
  395. defaultConfigurationName = Release;
  396. };
  397. CA2559B819D0D1990073826D /* Build configuration list for PBXNativeTarget "Reachability Sample" */ = {
  398. isa = XCConfigurationList;
  399. buildConfigurations = (
  400. CA2559B919D0D1990073826D /* Debug */,
  401. CA2559BA19D0D1990073826D /* Release */,
  402. );
  403. defaultConfigurationIsVisible = 0;
  404. defaultConfigurationName = Release;
  405. };
  406. CA2559BB19D0D1990073826D /* Build configuration list for PBXNativeTarget "Reachability SampleTests" */ = {
  407. isa = XCConfigurationList;
  408. buildConfigurations = (
  409. CA2559BC19D0D1990073826D /* Debug */,
  410. CA2559BD19D0D1990073826D /* Release */,
  411. );
  412. defaultConfigurationIsVisible = 0;
  413. defaultConfigurationName = Release;
  414. };
  415. /* End XCConfigurationList section */
  416. };
  417. rootObject = CA25599119D0D1990073826D /* Project object */;
  418. }