project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  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. LastUpgradeCheck = 0600;
  156. ORGANIZATIONNAME = "Joylord Systems";
  157. TargetAttributes = {
  158. CA25599819D0D1990073826D = {
  159. CreatedOnToolsVersion = 6.0.1;
  160. };
  161. CA2559AD19D0D1990073826D = {
  162. CreatedOnToolsVersion = 6.0.1;
  163. TestTargetID = CA25599819D0D1990073826D;
  164. };
  165. };
  166. };
  167. buildConfigurationList = CA25599419D0D1990073826D /* Build configuration list for PBXProject "Reachability Sample" */;
  168. compatibilityVersion = "Xcode 3.2";
  169. developmentRegion = English;
  170. hasScannedForEncodings = 0;
  171. knownRegions = (
  172. en,
  173. Base,
  174. );
  175. mainGroup = CA25599019D0D1990073826D;
  176. productRefGroup = CA25599A19D0D1990073826D /* Products */;
  177. projectDirPath = "";
  178. projectRoot = "";
  179. targets = (
  180. CA25599819D0D1990073826D /* Reachability Sample */,
  181. CA2559AD19D0D1990073826D /* Reachability SampleTests */,
  182. );
  183. };
  184. /* End PBXProject section */
  185. /* Begin PBXResourcesBuildPhase section */
  186. CA25599719D0D1990073826D /* Resources */ = {
  187. isa = PBXResourcesBuildPhase;
  188. buildActionMask = 2147483647;
  189. files = (
  190. CA2559A419D0D1990073826D /* Main.storyboard in Resources */,
  191. CA2559A919D0D1990073826D /* LaunchScreen.xib in Resources */,
  192. CA2559A619D0D1990073826D /* Images.xcassets in Resources */,
  193. );
  194. runOnlyForDeploymentPostprocessing = 0;
  195. };
  196. CA2559AC19D0D1990073826D /* Resources */ = {
  197. isa = PBXResourcesBuildPhase;
  198. buildActionMask = 2147483647;
  199. files = (
  200. );
  201. runOnlyForDeploymentPostprocessing = 0;
  202. };
  203. /* End PBXResourcesBuildPhase section */
  204. /* Begin PBXSourcesBuildPhase section */
  205. CA25599519D0D1990073826D /* Sources */ = {
  206. isa = PBXSourcesBuildPhase;
  207. buildActionMask = 2147483647;
  208. files = (
  209. CA2559A119D0D1990073826D /* ViewController.swift in Sources */,
  210. CA25599F19D0D1990073826D /* AppDelegate.swift in Sources */,
  211. CA2559BF19D0D1AF0073826D /* Reachability.swift in Sources */,
  212. );
  213. runOnlyForDeploymentPostprocessing = 0;
  214. };
  215. CA2559AA19D0D1990073826D /* Sources */ = {
  216. isa = PBXSourcesBuildPhase;
  217. buildActionMask = 2147483647;
  218. files = (
  219. CA2559B519D0D1990073826D /* Reachability_SampleTests.swift in Sources */,
  220. );
  221. runOnlyForDeploymentPostprocessing = 0;
  222. };
  223. /* End PBXSourcesBuildPhase section */
  224. /* Begin PBXTargetDependency section */
  225. CA2559B019D0D1990073826D /* PBXTargetDependency */ = {
  226. isa = PBXTargetDependency;
  227. target = CA25599819D0D1990073826D /* Reachability Sample */;
  228. targetProxy = CA2559AF19D0D1990073826D /* PBXContainerItemProxy */;
  229. };
  230. /* End PBXTargetDependency section */
  231. /* Begin PBXVariantGroup section */
  232. CA2559A219D0D1990073826D /* Main.storyboard */ = {
  233. isa = PBXVariantGroup;
  234. children = (
  235. CA2559A319D0D1990073826D /* Base */,
  236. );
  237. name = Main.storyboard;
  238. sourceTree = "<group>";
  239. };
  240. CA2559A719D0D1990073826D /* LaunchScreen.xib */ = {
  241. isa = PBXVariantGroup;
  242. children = (
  243. CA2559A819D0D1990073826D /* Base */,
  244. );
  245. name = LaunchScreen.xib;
  246. sourceTree = "<group>";
  247. };
  248. /* End PBXVariantGroup section */
  249. /* Begin XCBuildConfiguration section */
  250. CA2559B619D0D1990073826D /* Debug */ = {
  251. isa = XCBuildConfiguration;
  252. buildSettings = {
  253. ALWAYS_SEARCH_USER_PATHS = NO;
  254. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  255. CLANG_CXX_LIBRARY = "libc++";
  256. CLANG_ENABLE_MODULES = YES;
  257. CLANG_ENABLE_OBJC_ARC = YES;
  258. CLANG_WARN_BOOL_CONVERSION = YES;
  259. CLANG_WARN_CONSTANT_CONVERSION = YES;
  260. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  261. CLANG_WARN_EMPTY_BODY = YES;
  262. CLANG_WARN_ENUM_CONVERSION = YES;
  263. CLANG_WARN_INT_CONVERSION = YES;
  264. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  265. CLANG_WARN_UNREACHABLE_CODE = YES;
  266. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  267. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  268. COPY_PHASE_STRIP = NO;
  269. ENABLE_STRICT_OBJC_MSGSEND = YES;
  270. GCC_C_LANGUAGE_STANDARD = gnu99;
  271. GCC_DYNAMIC_NO_PIC = NO;
  272. GCC_OPTIMIZATION_LEVEL = 0;
  273. GCC_PREPROCESSOR_DEFINITIONS = (
  274. "DEBUG=1",
  275. "$(inherited)",
  276. );
  277. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  278. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  279. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  280. GCC_WARN_UNDECLARED_SELECTOR = YES;
  281. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  282. GCC_WARN_UNUSED_FUNCTION = YES;
  283. GCC_WARN_UNUSED_VARIABLE = YES;
  284. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  285. MTL_ENABLE_DEBUG_INFO = YES;
  286. ONLY_ACTIVE_ARCH = YES;
  287. SDKROOT = iphoneos;
  288. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  289. TARGETED_DEVICE_FAMILY = "1,2";
  290. };
  291. name = Debug;
  292. };
  293. CA2559B719D0D1990073826D /* Release */ = {
  294. isa = XCBuildConfiguration;
  295. buildSettings = {
  296. ALWAYS_SEARCH_USER_PATHS = NO;
  297. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  298. CLANG_CXX_LIBRARY = "libc++";
  299. CLANG_ENABLE_MODULES = YES;
  300. CLANG_ENABLE_OBJC_ARC = YES;
  301. CLANG_WARN_BOOL_CONVERSION = YES;
  302. CLANG_WARN_CONSTANT_CONVERSION = YES;
  303. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  304. CLANG_WARN_EMPTY_BODY = YES;
  305. CLANG_WARN_ENUM_CONVERSION = YES;
  306. CLANG_WARN_INT_CONVERSION = YES;
  307. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  308. CLANG_WARN_UNREACHABLE_CODE = YES;
  309. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  310. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  311. COPY_PHASE_STRIP = YES;
  312. ENABLE_NS_ASSERTIONS = NO;
  313. ENABLE_STRICT_OBJC_MSGSEND = YES;
  314. GCC_C_LANGUAGE_STANDARD = gnu99;
  315. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  316. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  317. GCC_WARN_UNDECLARED_SELECTOR = YES;
  318. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  319. GCC_WARN_UNUSED_FUNCTION = YES;
  320. GCC_WARN_UNUSED_VARIABLE = YES;
  321. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  322. MTL_ENABLE_DEBUG_INFO = NO;
  323. SDKROOT = iphoneos;
  324. TARGETED_DEVICE_FAMILY = "1,2";
  325. VALIDATE_PRODUCT = YES;
  326. };
  327. name = Release;
  328. };
  329. CA2559B919D0D1990073826D /* Debug */ = {
  330. isa = XCBuildConfiguration;
  331. buildSettings = {
  332. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  333. INFOPLIST_FILE = "Reachability Sample/Info.plist";
  334. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  335. PRODUCT_NAME = "$(TARGET_NAME)";
  336. };
  337. name = Debug;
  338. };
  339. CA2559BA19D0D1990073826D /* Release */ = {
  340. isa = XCBuildConfiguration;
  341. buildSettings = {
  342. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  343. INFOPLIST_FILE = "Reachability Sample/Info.plist";
  344. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  345. PRODUCT_NAME = "$(TARGET_NAME)";
  346. };
  347. name = Release;
  348. };
  349. CA2559BC19D0D1990073826D /* Debug */ = {
  350. isa = XCBuildConfiguration;
  351. buildSettings = {
  352. BUNDLE_LOADER = "$(TEST_HOST)";
  353. FRAMEWORK_SEARCH_PATHS = (
  354. "$(SDKROOT)/Developer/Library/Frameworks",
  355. "$(inherited)",
  356. );
  357. GCC_PREPROCESSOR_DEFINITIONS = (
  358. "DEBUG=1",
  359. "$(inherited)",
  360. );
  361. INFOPLIST_FILE = "Reachability SampleTests/Info.plist";
  362. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  363. PRODUCT_NAME = "$(TARGET_NAME)";
  364. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Reachability Sample.app/Reachability Sample";
  365. };
  366. name = Debug;
  367. };
  368. CA2559BD19D0D1990073826D /* Release */ = {
  369. isa = XCBuildConfiguration;
  370. buildSettings = {
  371. BUNDLE_LOADER = "$(TEST_HOST)";
  372. FRAMEWORK_SEARCH_PATHS = (
  373. "$(SDKROOT)/Developer/Library/Frameworks",
  374. "$(inherited)",
  375. );
  376. INFOPLIST_FILE = "Reachability SampleTests/Info.plist";
  377. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  378. PRODUCT_NAME = "$(TARGET_NAME)";
  379. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Reachability Sample.app/Reachability Sample";
  380. };
  381. name = Release;
  382. };
  383. /* End XCBuildConfiguration section */
  384. /* Begin XCConfigurationList section */
  385. CA25599419D0D1990073826D /* Build configuration list for PBXProject "Reachability Sample" */ = {
  386. isa = XCConfigurationList;
  387. buildConfigurations = (
  388. CA2559B619D0D1990073826D /* Debug */,
  389. CA2559B719D0D1990073826D /* Release */,
  390. );
  391. defaultConfigurationIsVisible = 0;
  392. defaultConfigurationName = Release;
  393. };
  394. CA2559B819D0D1990073826D /* Build configuration list for PBXNativeTarget "Reachability Sample" */ = {
  395. isa = XCConfigurationList;
  396. buildConfigurations = (
  397. CA2559B919D0D1990073826D /* Debug */,
  398. CA2559BA19D0D1990073826D /* Release */,
  399. );
  400. defaultConfigurationIsVisible = 0;
  401. defaultConfigurationName = Release;
  402. };
  403. CA2559BB19D0D1990073826D /* Build configuration list for PBXNativeTarget "Reachability SampleTests" */ = {
  404. isa = XCConfigurationList;
  405. buildConfigurations = (
  406. CA2559BC19D0D1990073826D /* Debug */,
  407. CA2559BD19D0D1990073826D /* Release */,
  408. );
  409. defaultConfigurationIsVisible = 0;
  410. defaultConfigurationName = Release;
  411. };
  412. /* End XCConfigurationList section */
  413. };
  414. rootObject = CA25599119D0D1990073826D /* Project object */;
  415. }