project.pbxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 6CC8D4741D96DF990031ED04 /* Base32.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "_____Product_Base32" /* Base32.framework */; };
  10. _LinkFileRef_Base32_via_Base32Tests /* Base32.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "_____Product_Base32" /* Base32.framework */; };
  11. __src_cc_ref_Sources/Base32/Base16.swift /* Base16.swift in Sources */ = {isa = PBXBuildFile; fileRef = __PBXFileRef_Sources/Base32/Base16.swift /* Base16.swift */; };
  12. __src_cc_ref_Sources/Base32/Base32.swift /* Base32.swift in Sources */ = {isa = PBXBuildFile; fileRef = __PBXFileRef_Sources/Base32/Base32.swift /* Base32.swift */; };
  13. __src_cc_ref_Sources/Base32/StringExtension.swift /* StringExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = __PBXFileRef_Sources/Base32/StringExtension.swift /* StringExtension.swift */; };
  14. __src_cc_ref_Tests/Base32Tests/Base16Tests.swift /* Base16Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = __PBXFileRef_Tests/Base32Tests/Base16Tests.swift /* Base16Tests.swift */; };
  15. __src_cc_ref_Tests/Base32Tests/Base32Tests.swift /* Base32Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = __PBXFileRef_Tests/Base32Tests/Base32Tests.swift /* Base32Tests.swift */; };
  16. __src_cc_ref_Tests/Base32Tests/StringExtensionTests.swift /* StringExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = __PBXFileRef_Tests/Base32Tests/StringExtensionTests.swift /* StringExtensionTests.swift */; };
  17. __src_cc_ref_Tests/SecEncodeTransformTests/SecEncodeTransformTests.swift /* SecEncodeTransformTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = __PBXFileRef_Tests/SecEncodeTransformTests/SecEncodeTransformTests.swift /* SecEncodeTransformTests.swift */; };
  18. __src_cc_ref_Tests/SecEncodeTransformTests/TTTDataTransformer.swift /* TTTDataTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = __PBXFileRef_Tests/SecEncodeTransformTests/TTTDataTransformer.swift /* TTTDataTransformer.swift */; };
  19. /* End PBXBuildFile section */
  20. /* Begin PBXContainerItemProxy section */
  21. 6CC8D4731D96DF710031ED04 /* PBXContainerItemProxy */ = {
  22. isa = PBXContainerItemProxy;
  23. containerPortal = __RootObject_ /* Project object */;
  24. proxyType = 1;
  25. remoteGlobalIDString = "______Target_Base32";
  26. remoteInfo = Base32;
  27. };
  28. /* End PBXContainerItemProxy section */
  29. /* Begin PBXFileReference section */
  30. __PBXFileRef_Base32.xcodeproj/Configs/Project.xcconfig /* Base32.xcodeproj/Configs/Project.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Base32.xcodeproj/Configs/Project.xcconfig; sourceTree = "<group>"; };
  31. __PBXFileRef_Package.swift /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
  32. __PBXFileRef_Sources/Base32/Base16.swift /* Base16.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Base16.swift; sourceTree = "<group>"; };
  33. __PBXFileRef_Sources/Base32/Base32.swift /* Base32.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Base32.swift; sourceTree = "<group>"; };
  34. __PBXFileRef_Sources/Base32/StringExtension.swift /* StringExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringExtension.swift; sourceTree = "<group>"; };
  35. __PBXFileRef_Tests/Base32Tests/Base16Tests.swift /* Base16Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Base16Tests.swift; sourceTree = "<group>"; };
  36. __PBXFileRef_Tests/Base32Tests/Base32Tests.swift /* Base32Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Base32Tests.swift; sourceTree = "<group>"; };
  37. __PBXFileRef_Tests/Base32Tests/StringExtensionTests.swift /* StringExtensionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringExtensionTests.swift; sourceTree = "<group>"; };
  38. __PBXFileRef_Tests/SecEncodeTransformTests/SecEncodeTransformTests.swift /* SecEncodeTransformTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecEncodeTransformTests.swift; sourceTree = "<group>"; };
  39. __PBXFileRef_Tests/SecEncodeTransformTests/TTTDataTransformer.swift /* TTTDataTransformer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TTTDataTransformer.swift; sourceTree = "<group>"; };
  40. "_____Product_Base32" /* Base32.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Base32.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  41. "_____Product_Base32Tests" /* Base32Tests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = Base32Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  42. "_____Product_SecEncodeTransformTests" /* SecEncodeTransformTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = SecEncodeTransformTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  43. /* End PBXFileReference section */
  44. /* Begin PBXFrameworksBuildPhase section */
  45. "___LinkPhase_Base32" /* Frameworks */ = {
  46. isa = PBXFrameworksBuildPhase;
  47. buildActionMask = 0;
  48. files = (
  49. );
  50. runOnlyForDeploymentPostprocessing = 0;
  51. };
  52. "___LinkPhase_Base32Tests" /* Frameworks */ = {
  53. isa = PBXFrameworksBuildPhase;
  54. buildActionMask = 0;
  55. files = (
  56. _LinkFileRef_Base32_via_Base32Tests /* Base32.framework in Frameworks */,
  57. );
  58. runOnlyForDeploymentPostprocessing = 0;
  59. };
  60. "___LinkPhase_SecEncodeTransformTests" /* Frameworks */ = {
  61. isa = PBXFrameworksBuildPhase;
  62. buildActionMask = 0;
  63. files = (
  64. 6CC8D4741D96DF990031ED04 /* Base32.framework in Frameworks */,
  65. );
  66. runOnlyForDeploymentPostprocessing = 0;
  67. };
  68. /* End PBXFrameworksBuildPhase section */
  69. /* Begin PBXGroup section */
  70. TestProducts_ /* Tests */ = {
  71. isa = PBXGroup;
  72. children = (
  73. "_____Product_Base32Tests" /* Base32Tests.xctest */,
  74. "_____Product_SecEncodeTransformTests" /* SecEncodeTransformTests.xctest */,
  75. );
  76. name = Tests;
  77. sourceTree = "<group>";
  78. };
  79. "___RootGroup_" = {
  80. isa = PBXGroup;
  81. children = (
  82. __PBXFileRef_Package.swift /* Package.swift */,
  83. "_____Configs_" /* Configs */,
  84. "_____Sources_" /* Sources */,
  85. "_______Tests_" /* Tests */,
  86. "____Products_" /* Products */,
  87. );
  88. sourceTree = "<group>";
  89. };
  90. "____Products_" /* Products */ = {
  91. isa = PBXGroup;
  92. children = (
  93. TestProducts_ /* Tests */,
  94. "_____Product_Base32" /* Base32.framework */,
  95. );
  96. name = Products;
  97. sourceTree = "<group>";
  98. };
  99. "_____Configs_" /* Configs */ = {
  100. isa = PBXGroup;
  101. children = (
  102. __PBXFileRef_Base32.xcodeproj/Configs/Project.xcconfig /* Base32.xcodeproj/Configs/Project.xcconfig */,
  103. );
  104. name = Configs;
  105. sourceTree = "<group>";
  106. };
  107. "_____Sources_" /* Sources */ = {
  108. isa = PBXGroup;
  109. children = (
  110. "_______Group_Base32" /* Base32 */,
  111. );
  112. name = Sources;
  113. sourceTree = "<group>";
  114. };
  115. "_______Group_Base32" /* Base32 */ = {
  116. isa = PBXGroup;
  117. children = (
  118. __PBXFileRef_Sources/Base32/Base16.swift /* Base16.swift */,
  119. __PBXFileRef_Sources/Base32/Base32.swift /* Base32.swift */,
  120. __PBXFileRef_Sources/Base32/StringExtension.swift /* StringExtension.swift */,
  121. );
  122. name = Base32;
  123. path = Sources/Base32;
  124. sourceTree = "<group>";
  125. };
  126. "_______Group_Base32Tests" /* Base32Tests */ = {
  127. isa = PBXGroup;
  128. children = (
  129. __PBXFileRef_Tests/Base32Tests/Base16Tests.swift /* Base16Tests.swift */,
  130. __PBXFileRef_Tests/Base32Tests/Base32Tests.swift /* Base32Tests.swift */,
  131. __PBXFileRef_Tests/Base32Tests/StringExtensionTests.swift /* StringExtensionTests.swift */,
  132. );
  133. name = Base32Tests;
  134. path = Tests/Base32Tests;
  135. sourceTree = "<group>";
  136. };
  137. "_______Group_SecEncodeTransformTests" /* SecEncodeTransformTests */ = {
  138. isa = PBXGroup;
  139. children = (
  140. __PBXFileRef_Tests/SecEncodeTransformTests/SecEncodeTransformTests.swift /* SecEncodeTransformTests.swift */,
  141. __PBXFileRef_Tests/SecEncodeTransformTests/TTTDataTransformer.swift /* TTTDataTransformer.swift */,
  142. );
  143. name = SecEncodeTransformTests;
  144. path = Tests/SecEncodeTransformTests;
  145. sourceTree = "<group>";
  146. };
  147. "_______Tests_" /* Tests */ = {
  148. isa = PBXGroup;
  149. children = (
  150. "_______Group_Base32Tests" /* Base32Tests */,
  151. "_______Group_SecEncodeTransformTests" /* SecEncodeTransformTests */,
  152. );
  153. name = Tests;
  154. sourceTree = "<group>";
  155. };
  156. /* End PBXGroup section */
  157. /* Begin PBXNativeTarget section */
  158. "______Target_Base32" /* Base32 */ = {
  159. isa = PBXNativeTarget;
  160. buildConfigurationList = "_______Confs_Base32" /* Build configuration list for PBXNativeTarget "Base32" */;
  161. buildPhases = (
  162. CompilePhase_Base32 /* Sources */,
  163. "___LinkPhase_Base32" /* Frameworks */,
  164. );
  165. buildRules = (
  166. );
  167. dependencies = (
  168. );
  169. name = Base32;
  170. productName = Base32;
  171. productReference = "_____Product_Base32" /* Base32.framework */;
  172. productType = "com.apple.product-type.framework";
  173. };
  174. "______Target_Base32Tests" /* Base32Tests */ = {
  175. isa = PBXNativeTarget;
  176. buildConfigurationList = "_______Confs_Base32Tests" /* Build configuration list for PBXNativeTarget "Base32Tests" */;
  177. buildPhases = (
  178. CompilePhase_Base32Tests /* Sources */,
  179. "___LinkPhase_Base32Tests" /* Frameworks */,
  180. );
  181. buildRules = (
  182. );
  183. dependencies = (
  184. __Dependency_Base32 /* PBXTargetDependency */,
  185. );
  186. name = Base32Tests;
  187. productName = Base32Tests;
  188. productReference = "_____Product_Base32Tests" /* Base32Tests.xctest */;
  189. productType = "com.apple.product-type.bundle.unit-test";
  190. };
  191. "______Target_SecEncodeTransformTests" /* SecEncodeTransformTests */ = {
  192. isa = PBXNativeTarget;
  193. buildConfigurationList = "_______Confs_SecEncodeTransformTests" /* Build configuration list for PBXNativeTarget "SecEncodeTransformTests" */;
  194. buildPhases = (
  195. CompilePhase_SecEncodeTransformTests /* Sources */,
  196. "___LinkPhase_SecEncodeTransformTests" /* Frameworks */,
  197. );
  198. buildRules = (
  199. );
  200. dependencies = (
  201. );
  202. name = SecEncodeTransformTests;
  203. productName = SecEncodeTransformTests;
  204. productReference = "_____Product_SecEncodeTransformTests" /* SecEncodeTransformTests.xctest */;
  205. productType = "com.apple.product-type.bundle.unit-test";
  206. };
  207. /* End PBXNativeTarget section */
  208. /* Begin PBXProject section */
  209. __RootObject_ /* Project object */ = {
  210. isa = PBXProject;
  211. attributes = {
  212. LastUpgradeCheck = 9999;
  213. };
  214. buildConfigurationList = "___RootConfs_" /* Build configuration list for PBXProject "Base32" */;
  215. compatibilityVersion = "Xcode 3.2";
  216. developmentRegion = English;
  217. hasScannedForEncodings = 0;
  218. knownRegions = (
  219. en,
  220. );
  221. mainGroup = "___RootGroup_";
  222. productRefGroup = "____Products_" /* Products */;
  223. projectDirPath = "";
  224. projectRoot = "";
  225. targets = (
  226. "______Target_Base32" /* Base32 */,
  227. "______Target_Base32Tests" /* Base32Tests */,
  228. "______Target_SecEncodeTransformTests" /* SecEncodeTransformTests */,
  229. );
  230. };
  231. /* End PBXProject section */
  232. /* Begin PBXSourcesBuildPhase section */
  233. CompilePhase_Base32 /* Sources */ = {
  234. isa = PBXSourcesBuildPhase;
  235. buildActionMask = 0;
  236. files = (
  237. __src_cc_ref_Sources/Base32/Base16.swift /* Base16.swift in Sources */,
  238. __src_cc_ref_Sources/Base32/Base32.swift /* Base32.swift in Sources */,
  239. __src_cc_ref_Sources/Base32/StringExtension.swift /* StringExtension.swift in Sources */,
  240. );
  241. runOnlyForDeploymentPostprocessing = 0;
  242. };
  243. CompilePhase_Base32Tests /* Sources */ = {
  244. isa = PBXSourcesBuildPhase;
  245. buildActionMask = 0;
  246. files = (
  247. __src_cc_ref_Tests/Base32Tests/Base16Tests.swift /* Base16Tests.swift in Sources */,
  248. __src_cc_ref_Tests/Base32Tests/Base32Tests.swift /* Base32Tests.swift in Sources */,
  249. __src_cc_ref_Tests/Base32Tests/StringExtensionTests.swift /* StringExtensionTests.swift in Sources */,
  250. );
  251. runOnlyForDeploymentPostprocessing = 0;
  252. };
  253. CompilePhase_SecEncodeTransformTests /* Sources */ = {
  254. isa = PBXSourcesBuildPhase;
  255. buildActionMask = 0;
  256. files = (
  257. __src_cc_ref_Tests/SecEncodeTransformTests/SecEncodeTransformTests.swift /* SecEncodeTransformTests.swift in Sources */,
  258. __src_cc_ref_Tests/SecEncodeTransformTests/TTTDataTransformer.swift /* TTTDataTransformer.swift in Sources */,
  259. );
  260. runOnlyForDeploymentPostprocessing = 0;
  261. };
  262. /* End PBXSourcesBuildPhase section */
  263. /* Begin PBXTargetDependency section */
  264. __Dependency_Base32 /* PBXTargetDependency */ = {
  265. isa = PBXTargetDependency;
  266. target = "______Target_Base32" /* Base32 */;
  267. targetProxy = 6CC8D4731D96DF710031ED04 /* PBXContainerItemProxy */;
  268. };
  269. /* End PBXTargetDependency section */
  270. /* Begin XCBuildConfiguration section */
  271. _ReleaseConf_Base32 /* Release */ = {
  272. isa = XCBuildConfiguration;
  273. buildSettings = {
  274. ENABLE_TESTABILITY = YES;
  275. FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
  276. INFOPLIST_FILE = Base32.xcodeproj/Base32_Info.plist;
  277. OTHER_LDFLAGS = "$(inherited)";
  278. OTHER_SWIFT_FLAGS = "$(inherited)";
  279. PRODUCT_BUNDLE_IDENTIFIER = Base32;
  280. PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
  281. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  282. SWIFT_VERSION = 3.0;
  283. };
  284. name = Release;
  285. };
  286. _ReleaseConf_Base32Tests /* Release */ = {
  287. isa = XCBuildConfiguration;
  288. buildSettings = {
  289. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  290. FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
  291. INFOPLIST_FILE = Base32.xcodeproj/Base32Tests_Info.plist;
  292. LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
  293. OTHER_LDFLAGS = "$(inherited)";
  294. OTHER_SWIFT_FLAGS = "$(inherited)";
  295. SWIFT_VERSION = 3.0;
  296. };
  297. name = Release;
  298. };
  299. _ReleaseConf_SecEncodeTransformTests /* Release */ = {
  300. isa = XCBuildConfiguration;
  301. buildSettings = {
  302. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  303. FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
  304. INFOPLIST_FILE = Base32.xcodeproj/SecEncodeTransformTests_Info.plist;
  305. LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
  306. OTHER_LDFLAGS = "$(inherited)";
  307. OTHER_SWIFT_FLAGS = "$(inherited)";
  308. SWIFT_VERSION = 3.0;
  309. };
  310. name = Release;
  311. };
  312. "___DebugConf_Base32" /* Debug */ = {
  313. isa = XCBuildConfiguration;
  314. buildSettings = {
  315. ENABLE_TESTABILITY = YES;
  316. FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
  317. INFOPLIST_FILE = Base32.xcodeproj/Base32_Info.plist;
  318. OTHER_LDFLAGS = "$(inherited)";
  319. OTHER_SWIFT_FLAGS = "$(inherited)";
  320. PRODUCT_BUNDLE_IDENTIFIER = Base32;
  321. PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
  322. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  323. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  324. SWIFT_VERSION = 3.0;
  325. };
  326. name = Debug;
  327. };
  328. "___DebugConf_Base32Tests" /* Debug */ = {
  329. isa = XCBuildConfiguration;
  330. buildSettings = {
  331. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  332. FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
  333. INFOPLIST_FILE = Base32.xcodeproj/Base32Tests_Info.plist;
  334. LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks";
  335. OTHER_LDFLAGS = "$(inherited)";
  336. OTHER_SWIFT_FLAGS = "$(inherited)";
  337. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  338. SWIFT_VERSION = 3.0;
  339. };
  340. name = Debug;
  341. };
  342. "___DebugConf_SecEncodeTransformTests" /* Debug */ = {
  343. isa = XCBuildConfiguration;
  344. buildSettings = {
  345. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  346. FRAMEWORK_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/Library/Frameworks";
  347. INFOPLIST_FILE = Base32.xcodeproj/SecEncodeTransformTests_Info.plist;
  348. LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks @loader_path/Frameworks";
  349. OTHER_LDFLAGS = "$(inherited)";
  350. OTHER_SWIFT_FLAGS = "$(inherited)";
  351. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  352. SWIFT_VERSION = 3.0;
  353. };
  354. name = Debug;
  355. };
  356. "_____Release_" /* Release */ = {
  357. isa = XCBuildConfiguration;
  358. baseConfigurationReference = __PBXFileRef_Base32.xcodeproj/Configs/Project.xcconfig /* Base32.xcodeproj/Configs/Project.xcconfig */;
  359. buildSettings = {
  360. };
  361. name = Release;
  362. };
  363. "_______Debug_" /* Debug */ = {
  364. isa = XCBuildConfiguration;
  365. baseConfigurationReference = __PBXFileRef_Base32.xcodeproj/Configs/Project.xcconfig /* Base32.xcodeproj/Configs/Project.xcconfig */;
  366. buildSettings = {
  367. };
  368. name = Debug;
  369. };
  370. /* End XCBuildConfiguration section */
  371. /* Begin XCConfigurationList section */
  372. "___RootConfs_" /* Build configuration list for PBXProject "Base32" */ = {
  373. isa = XCConfigurationList;
  374. buildConfigurations = (
  375. "_______Debug_" /* Debug */,
  376. "_____Release_" /* Release */,
  377. );
  378. defaultConfigurationIsVisible = 0;
  379. defaultConfigurationName = Debug;
  380. };
  381. "_______Confs_Base32" /* Build configuration list for PBXNativeTarget "Base32" */ = {
  382. isa = XCConfigurationList;
  383. buildConfigurations = (
  384. "___DebugConf_Base32" /* Debug */,
  385. _ReleaseConf_Base32 /* Release */,
  386. );
  387. defaultConfigurationIsVisible = 0;
  388. defaultConfigurationName = Debug;
  389. };
  390. "_______Confs_Base32Tests" /* Build configuration list for PBXNativeTarget "Base32Tests" */ = {
  391. isa = XCConfigurationList;
  392. buildConfigurations = (
  393. "___DebugConf_Base32Tests" /* Debug */,
  394. _ReleaseConf_Base32Tests /* Release */,
  395. );
  396. defaultConfigurationIsVisible = 0;
  397. defaultConfigurationName = Debug;
  398. };
  399. "_______Confs_SecEncodeTransformTests" /* Build configuration list for PBXNativeTarget "SecEncodeTransformTests" */ = {
  400. isa = XCConfigurationList;
  401. buildConfigurations = (
  402. "___DebugConf_SecEncodeTransformTests" /* Debug */,
  403. _ReleaseConf_SecEncodeTransformTests /* Release */,
  404. );
  405. defaultConfigurationIsVisible = 0;
  406. defaultConfigurationName = Debug;
  407. };
  408. /* End XCConfigurationList section */
  409. };
  410. rootObject = __RootObject_ /* Project object */;
  411. }