project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  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. 7CF6E638195203E5003635F0 /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CF6E637195203E5003635F0 /* HttpResponse.swift */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXContainerItemProxy section */
  20. 7C839B8119422CFF003A6950 /* PBXContainerItemProxy */ = {
  21. isa = PBXContainerItemProxy;
  22. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  23. proxyType = 1;
  24. remoteGlobalIDString = 7C839B6D19422CFF003A6950;
  25. remoteInfo = Swifter;
  26. };
  27. /* End PBXContainerItemProxy section */
  28. /* Begin PBXFileReference section */
  29. 7C839B6E19422CFF003A6950 /* Swifter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Swifter.app; sourceTree = BUILT_PRODUCTS_DIR; };
  30. 7C839B7219422CFF003A6950 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  31. 7C839B7319422CFF003A6950 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  32. 7C839B7519422CFF003A6950 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  33. 7C839B7819422CFF003A6950 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  34. 7C839B7A19422CFF003A6950 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  35. 7C839B8019422CFF003A6950 /* SwifterTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwifterTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  36. 7C839B8519422CFF003A6950 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  37. 7C839B8619422CFF003A6950 /* SwifterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwifterTests.swift; sourceTree = "<group>"; };
  38. 7C839B9019422D50003A6950 /* HttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpParser.swift; sourceTree = "<group>"; };
  39. 7C839B9119422D50003A6950 /* HttpServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServer.swift; sourceTree = "<group>"; };
  40. 7C839B9219422D50003A6950 /* Socket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = "<group>"; };
  41. 7CF6E637195203E5003635F0 /* HttpResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpResponse.swift; sourceTree = "<group>"; };
  42. /* End PBXFileReference section */
  43. /* Begin PBXFrameworksBuildPhase section */
  44. 7C839B6B19422CFF003A6950 /* Frameworks */ = {
  45. isa = PBXFrameworksBuildPhase;
  46. buildActionMask = 2147483647;
  47. files = (
  48. );
  49. runOnlyForDeploymentPostprocessing = 0;
  50. };
  51. 7C839B7D19422CFF003A6950 /* Frameworks */ = {
  52. isa = PBXFrameworksBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. );
  56. runOnlyForDeploymentPostprocessing = 0;
  57. };
  58. /* End PBXFrameworksBuildPhase section */
  59. /* Begin PBXGroup section */
  60. 7C839B6519422CFF003A6950 = {
  61. isa = PBXGroup;
  62. children = (
  63. 7C839B7019422CFF003A6950 /* Swifter */,
  64. 7C839B8319422CFF003A6950 /* SwifterTests */,
  65. 7C839B6F19422CFF003A6950 /* Products */,
  66. );
  67. sourceTree = "<group>";
  68. };
  69. 7C839B6F19422CFF003A6950 /* Products */ = {
  70. isa = PBXGroup;
  71. children = (
  72. 7C839B6E19422CFF003A6950 /* Swifter.app */,
  73. 7C839B8019422CFF003A6950 /* SwifterTests.xctest */,
  74. );
  75. name = Products;
  76. sourceTree = "<group>";
  77. };
  78. 7C839B7019422CFF003A6950 /* Swifter */ = {
  79. isa = PBXGroup;
  80. children = (
  81. 7CF6E637195203E5003635F0 /* HttpResponse.swift */,
  82. 7C839B9019422D50003A6950 /* HttpParser.swift */,
  83. 7C839B9119422D50003A6950 /* HttpServer.swift */,
  84. 7C839B9219422D50003A6950 /* Socket.swift */,
  85. 7C839B7319422CFF003A6950 /* AppDelegate.swift */,
  86. 7C839B7519422CFF003A6950 /* ViewController.swift */,
  87. 7C839B7719422CFF003A6950 /* Main.storyboard */,
  88. 7C839B7A19422CFF003A6950 /* Images.xcassets */,
  89. 7C839B7119422CFF003A6950 /* Supporting Files */,
  90. );
  91. path = Swifter;
  92. sourceTree = "<group>";
  93. };
  94. 7C839B7119422CFF003A6950 /* Supporting Files */ = {
  95. isa = PBXGroup;
  96. children = (
  97. 7C839B7219422CFF003A6950 /* Info.plist */,
  98. );
  99. name = "Supporting Files";
  100. sourceTree = "<group>";
  101. };
  102. 7C839B8319422CFF003A6950 /* SwifterTests */ = {
  103. isa = PBXGroup;
  104. children = (
  105. 7C839B8619422CFF003A6950 /* SwifterTests.swift */,
  106. 7C839B8419422CFF003A6950 /* Supporting Files */,
  107. );
  108. path = SwifterTests;
  109. sourceTree = "<group>";
  110. };
  111. 7C839B8419422CFF003A6950 /* Supporting Files */ = {
  112. isa = PBXGroup;
  113. children = (
  114. 7C839B8519422CFF003A6950 /* Info.plist */,
  115. );
  116. name = "Supporting Files";
  117. sourceTree = "<group>";
  118. };
  119. /* End PBXGroup section */
  120. /* Begin PBXNativeTarget section */
  121. 7C839B6D19422CFF003A6950 /* Swifter */ = {
  122. isa = PBXNativeTarget;
  123. buildConfigurationList = 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "Swifter" */;
  124. buildPhases = (
  125. 7C839B6A19422CFF003A6950 /* Sources */,
  126. 7C839B6B19422CFF003A6950 /* Frameworks */,
  127. 7C839B6C19422CFF003A6950 /* Resources */,
  128. );
  129. buildRules = (
  130. );
  131. dependencies = (
  132. );
  133. name = Swifter;
  134. productName = Swifter;
  135. productReference = 7C839B6E19422CFF003A6950 /* Swifter.app */;
  136. productType = "com.apple.product-type.application";
  137. };
  138. 7C839B7F19422CFF003A6950 /* SwifterTests */ = {
  139. isa = PBXNativeTarget;
  140. buildConfigurationList = 7C839B8D19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterTests" */;
  141. buildPhases = (
  142. 7C839B7C19422CFF003A6950 /* Sources */,
  143. 7C839B7D19422CFF003A6950 /* Frameworks */,
  144. 7C839B7E19422CFF003A6950 /* Resources */,
  145. );
  146. buildRules = (
  147. );
  148. dependencies = (
  149. 7C839B8219422CFF003A6950 /* PBXTargetDependency */,
  150. );
  151. name = SwifterTests;
  152. productName = SwifterTests;
  153. productReference = 7C839B8019422CFF003A6950 /* SwifterTests.xctest */;
  154. productType = "com.apple.product-type.bundle.unit-test";
  155. };
  156. /* End PBXNativeTarget section */
  157. /* Begin PBXProject section */
  158. 7C839B6619422CFF003A6950 /* Project object */ = {
  159. isa = PBXProject;
  160. attributes = {
  161. LastUpgradeCheck = 0600;
  162. ORGANIZATIONNAME = "Damian Kołakowski";
  163. TargetAttributes = {
  164. 7C839B6D19422CFF003A6950 = {
  165. CreatedOnToolsVersion = 6.0;
  166. };
  167. 7C839B7F19422CFF003A6950 = {
  168. CreatedOnToolsVersion = 6.0;
  169. TestTargetID = 7C839B6D19422CFF003A6950;
  170. };
  171. };
  172. };
  173. buildConfigurationList = 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */;
  174. compatibilityVersion = "Xcode 3.2";
  175. developmentRegion = English;
  176. hasScannedForEncodings = 0;
  177. knownRegions = (
  178. en,
  179. Base,
  180. );
  181. mainGroup = 7C839B6519422CFF003A6950;
  182. productRefGroup = 7C839B6F19422CFF003A6950 /* Products */;
  183. projectDirPath = "";
  184. projectRoot = "";
  185. targets = (
  186. 7C839B6D19422CFF003A6950 /* Swifter */,
  187. 7C839B7F19422CFF003A6950 /* SwifterTests */,
  188. );
  189. };
  190. /* End PBXProject section */
  191. /* Begin PBXResourcesBuildPhase section */
  192. 7C839B6C19422CFF003A6950 /* Resources */ = {
  193. isa = PBXResourcesBuildPhase;
  194. buildActionMask = 2147483647;
  195. files = (
  196. 7C839B7919422CFF003A6950 /* Main.storyboard in Resources */,
  197. 7C839B7B19422CFF003A6950 /* Images.xcassets in Resources */,
  198. );
  199. runOnlyForDeploymentPostprocessing = 0;
  200. };
  201. 7C839B7E19422CFF003A6950 /* Resources */ = {
  202. isa = PBXResourcesBuildPhase;
  203. buildActionMask = 2147483647;
  204. files = (
  205. );
  206. runOnlyForDeploymentPostprocessing = 0;
  207. };
  208. /* End PBXResourcesBuildPhase section */
  209. /* Begin PBXSourcesBuildPhase section */
  210. 7C839B6A19422CFF003A6950 /* Sources */ = {
  211. isa = PBXSourcesBuildPhase;
  212. buildActionMask = 2147483647;
  213. files = (
  214. 7CF6E638195203E5003635F0 /* HttpResponse.swift in Sources */,
  215. 7C839B7619422CFF003A6950 /* ViewController.swift in Sources */,
  216. 7C839B9319422D50003A6950 /* HttpParser.swift in Sources */,
  217. 7C839B9519422D50003A6950 /* Socket.swift in Sources */,
  218. 7C839B9419422D50003A6950 /* HttpServer.swift in Sources */,
  219. 7C839B7419422CFF003A6950 /* AppDelegate.swift in Sources */,
  220. );
  221. runOnlyForDeploymentPostprocessing = 0;
  222. };
  223. 7C839B7C19422CFF003A6950 /* Sources */ = {
  224. isa = PBXSourcesBuildPhase;
  225. buildActionMask = 2147483647;
  226. files = (
  227. 7C839B8719422CFF003A6950 /* SwifterTests.swift in Sources */,
  228. );
  229. runOnlyForDeploymentPostprocessing = 0;
  230. };
  231. /* End PBXSourcesBuildPhase section */
  232. /* Begin PBXTargetDependency section */
  233. 7C839B8219422CFF003A6950 /* PBXTargetDependency */ = {
  234. isa = PBXTargetDependency;
  235. target = 7C839B6D19422CFF003A6950 /* Swifter */;
  236. targetProxy = 7C839B8119422CFF003A6950 /* PBXContainerItemProxy */;
  237. };
  238. /* End PBXTargetDependency section */
  239. /* Begin PBXVariantGroup section */
  240. 7C839B7719422CFF003A6950 /* Main.storyboard */ = {
  241. isa = PBXVariantGroup;
  242. children = (
  243. 7C839B7819422CFF003A6950 /* Base */,
  244. );
  245. name = Main.storyboard;
  246. sourceTree = "<group>";
  247. };
  248. /* End PBXVariantGroup section */
  249. /* Begin XCBuildConfiguration section */
  250. 7C839B8819422D00003A6950 /* 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. METAL_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. 7C839B8919422D00003A6950 /* 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. METAL_ENABLE_DEBUG_INFO = NO;
  323. SDKROOT = iphoneos;
  324. TARGETED_DEVICE_FAMILY = "1,2";
  325. VALIDATE_PRODUCT = YES;
  326. };
  327. name = Release;
  328. };
  329. 7C839B8B19422D00003A6950 /* Debug */ = {
  330. isa = XCBuildConfiguration;
  331. buildSettings = {
  332. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  333. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  334. INFOPLIST_FILE = Swifter/Info.plist;
  335. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  336. PRODUCT_NAME = "$(TARGET_NAME)";
  337. };
  338. name = Debug;
  339. };
  340. 7C839B8C19422D00003A6950 /* Release */ = {
  341. isa = XCBuildConfiguration;
  342. buildSettings = {
  343. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  344. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  345. INFOPLIST_FILE = Swifter/Info.plist;
  346. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  347. PRODUCT_NAME = "$(TARGET_NAME)";
  348. };
  349. name = Release;
  350. };
  351. 7C839B8E19422D00003A6950 /* Debug */ = {
  352. isa = XCBuildConfiguration;
  353. buildSettings = {
  354. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Swifter.app/Swifter";
  355. FRAMEWORK_SEARCH_PATHS = (
  356. "$(SDKROOT)/Developer/Library/Frameworks",
  357. "$(inherited)",
  358. );
  359. GCC_PREPROCESSOR_DEFINITIONS = (
  360. "DEBUG=1",
  361. "$(inherited)",
  362. );
  363. INFOPLIST_FILE = SwifterTests/Info.plist;
  364. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  365. METAL_ENABLE_DEBUG_INFO = YES;
  366. PRODUCT_NAME = "$(TARGET_NAME)";
  367. TEST_HOST = "$(BUNDLE_LOADER)";
  368. };
  369. name = Debug;
  370. };
  371. 7C839B8F19422D00003A6950 /* Release */ = {
  372. isa = XCBuildConfiguration;
  373. buildSettings = {
  374. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Swifter.app/Swifter";
  375. FRAMEWORK_SEARCH_PATHS = (
  376. "$(SDKROOT)/Developer/Library/Frameworks",
  377. "$(inherited)",
  378. );
  379. INFOPLIST_FILE = SwifterTests/Info.plist;
  380. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  381. METAL_ENABLE_DEBUG_INFO = NO;
  382. PRODUCT_NAME = "$(TARGET_NAME)";
  383. TEST_HOST = "$(BUNDLE_LOADER)";
  384. };
  385. name = Release;
  386. };
  387. /* End XCBuildConfiguration section */
  388. /* Begin XCConfigurationList section */
  389. 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */ = {
  390. isa = XCConfigurationList;
  391. buildConfigurations = (
  392. 7C839B8819422D00003A6950 /* Debug */,
  393. 7C839B8919422D00003A6950 /* Release */,
  394. );
  395. defaultConfigurationIsVisible = 0;
  396. defaultConfigurationName = Release;
  397. };
  398. 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "Swifter" */ = {
  399. isa = XCConfigurationList;
  400. buildConfigurations = (
  401. 7C839B8B19422D00003A6950 /* Debug */,
  402. 7C839B8C19422D00003A6950 /* Release */,
  403. );
  404. defaultConfigurationIsVisible = 0;
  405. defaultConfigurationName = Release;
  406. };
  407. 7C839B8D19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterTests" */ = {
  408. isa = XCConfigurationList;
  409. buildConfigurations = (
  410. 7C839B8E19422D00003A6950 /* Debug */,
  411. 7C839B8F19422D00003A6950 /* Release */,
  412. );
  413. defaultConfigurationIsVisible = 0;
  414. defaultConfigurationName = Release;
  415. };
  416. /* End XCConfigurationList section */
  417. };
  418. rootObject = 7C839B6619422CFF003A6950 /* Project object */;
  419. }