1
0

project.pbxproj 17 KB

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