project.pbxproj 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2B7E7C4D1B81A3EC00D1C3B9 /* KeychainSwiftPrefixedTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B7E7C4C1B81A3EC00D1C3B9 /* KeychainSwiftPrefixedTests.swift */; };
  10. 7ED6C9721B1C118F00FE8090 /* KeychainSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ED6C9711B1C118F00FE8090 /* KeychainSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
  11. 7ED6C9781B1C118F00FE8090 /* KeychainSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7ED6C96C1B1C118F00FE8090 /* KeychainSwift.framework */; };
  12. 7ED6C9901B1C128100FE8090 /* KeychainSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98D1B1C128100FE8090 /* KeychainSwift.swift */; };
  13. 7ED6C9911B1C128100FE8090 /* KeychainSwiftAccessOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98E1B1C128100FE8090 /* KeychainSwiftAccessOptions.swift */; };
  14. 7ED6C9921B1C128100FE8090 /* TegKeychainConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98F1B1C128100FE8090 /* TegKeychainConstants.swift */; };
  15. 7ED6C9951B1C12A200FE8090 /* KeychainSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C9941B1C12A200FE8090 /* KeychainSwiftTests.swift */; };
  16. 7ED6C9961B1C12B100FE8090 /* KeychainSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98D1B1C128100FE8090 /* KeychainSwift.swift */; };
  17. 7ED6C9971B1C12B300FE8090 /* KeychainSwiftAccessOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98E1B1C128100FE8090 /* KeychainSwiftAccessOptions.swift */; };
  18. 7ED6C9981B1C12B500FE8090 /* TegKeychainConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98F1B1C128100FE8090 /* TegKeychainConstants.swift */; };
  19. 7ED6C9A21B1C133500FE8090 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C9A11B1C133500FE8090 /* AppDelegate.swift */; };
  20. 7ED6C9A41B1C133500FE8090 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C9A31B1C133500FE8090 /* ViewController.swift */; };
  21. 7ED6C9A71B1C133500FE8090 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7ED6C9A51B1C133500FE8090 /* Main.storyboard */; };
  22. 7ED6C9A91B1C133500FE8090 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7ED6C9A81B1C133500FE8090 /* Images.xcassets */; };
  23. 7ED6C9AC1B1C133500FE8090 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7ED6C9AA1B1C133500FE8090 /* LaunchScreen.xib */; };
  24. 7ED6C9BF1B1C13AA00FE8090 /* KeychainSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7ED6C96C1B1C118F00FE8090 /* KeychainSwift.framework */; };
  25. 7ED6C9C01B1C13AA00FE8090 /* KeychainSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 7ED6C96C1B1C118F00FE8090 /* KeychainSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  26. /* End PBXBuildFile section */
  27. /* Begin PBXContainerItemProxy section */
  28. 7ED6C9791B1C118F00FE8090 /* PBXContainerItemProxy */ = {
  29. isa = PBXContainerItemProxy;
  30. containerPortal = 7ED6C9631B1C118F00FE8090 /* Project object */;
  31. proxyType = 1;
  32. remoteGlobalIDString = 7ED6C96B1B1C118F00FE8090;
  33. remoteInfo = KeychainSwift;
  34. };
  35. 7ED6C9C11B1C13AA00FE8090 /* PBXContainerItemProxy */ = {
  36. isa = PBXContainerItemProxy;
  37. containerPortal = 7ED6C9631B1C118F00FE8090 /* Project object */;
  38. proxyType = 1;
  39. remoteGlobalIDString = 7ED6C96B1B1C118F00FE8090;
  40. remoteInfo = KeychainSwift;
  41. };
  42. /* End PBXContainerItemProxy section */
  43. /* Begin PBXCopyFilesBuildPhase section */
  44. 7ED6C9C31B1C13AA00FE8090 /* Embed Frameworks */ = {
  45. isa = PBXCopyFilesBuildPhase;
  46. buildActionMask = 2147483647;
  47. dstPath = "";
  48. dstSubfolderSpec = 10;
  49. files = (
  50. 7ED6C9C01B1C13AA00FE8090 /* KeychainSwift.framework in Embed Frameworks */,
  51. );
  52. name = "Embed Frameworks";
  53. runOnlyForDeploymentPostprocessing = 0;
  54. };
  55. /* End PBXCopyFilesBuildPhase section */
  56. /* Begin PBXFileReference section */
  57. 2B7E7C4C1B81A3EC00D1C3B9 /* KeychainSwiftPrefixedTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeychainSwiftPrefixedTests.swift; sourceTree = "<group>"; };
  58. 7ED6C96C1B1C118F00FE8090 /* KeychainSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KeychainSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  59. 7ED6C9701B1C118F00FE8090 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  60. 7ED6C9711B1C118F00FE8090 /* KeychainSwift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KeychainSwift.h; sourceTree = "<group>"; };
  61. 7ED6C9771B1C118F00FE8090 /* KeychainSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KeychainSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  62. 7ED6C97D1B1C118F00FE8090 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  63. 7ED6C9881B1C125000FE8090 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
  64. 7ED6C98B1B1C126D00FE8090 /* keychain-swift-demo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "keychain-swift-demo.png"; sourceTree = "<group>"; };
  65. 7ED6C98D1B1C128100FE8090 /* KeychainSwift.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeychainSwift.swift; sourceTree = "<group>"; };
  66. 7ED6C98E1B1C128100FE8090 /* KeychainSwiftAccessOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeychainSwiftAccessOptions.swift; sourceTree = "<group>"; };
  67. 7ED6C98F1B1C128100FE8090 /* TegKeychainConstants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TegKeychainConstants.swift; sourceTree = "<group>"; };
  68. 7ED6C9931B1C12A200FE8090 /* KeychainSwiftTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "KeychainSwiftTests-Bridging-Header.h"; sourceTree = "<group>"; };
  69. 7ED6C9941B1C12A200FE8090 /* KeychainSwiftTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeychainSwiftTests.swift; sourceTree = "<group>"; };
  70. 7ED6C99D1B1C133500FE8090 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  71. 7ED6C9A01B1C133500FE8090 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  72. 7ED6C9A11B1C133500FE8090 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  73. 7ED6C9A31B1C133500FE8090 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  74. 7ED6C9A61B1C133500FE8090 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  75. 7ED6C9A81B1C133500FE8090 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  76. 7ED6C9AB1B1C133500FE8090 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  77. 7ED6C9C61B1C16BC00FE8090 /* concatenate_swift_files.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = concatenate_swift_files.sh; sourceTree = "<group>"; };
  78. 7ED6C9C91B1C16EE00FE8090 /* KeychainSwiftDistrib.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeychainSwiftDistrib.swift; sourceTree = "<group>"; };
  79. /* End PBXFileReference section */
  80. /* Begin PBXFrameworksBuildPhase section */
  81. 7ED6C9681B1C118F00FE8090 /* Frameworks */ = {
  82. isa = PBXFrameworksBuildPhase;
  83. buildActionMask = 2147483647;
  84. files = (
  85. );
  86. runOnlyForDeploymentPostprocessing = 0;
  87. };
  88. 7ED6C9741B1C118F00FE8090 /* Frameworks */ = {
  89. isa = PBXFrameworksBuildPhase;
  90. buildActionMask = 2147483647;
  91. files = (
  92. 7ED6C9781B1C118F00FE8090 /* KeychainSwift.framework in Frameworks */,
  93. );
  94. runOnlyForDeploymentPostprocessing = 0;
  95. };
  96. 7ED6C99A1B1C133500FE8090 /* Frameworks */ = {
  97. isa = PBXFrameworksBuildPhase;
  98. buildActionMask = 2147483647;
  99. files = (
  100. 7ED6C9BF1B1C13AA00FE8090 /* KeychainSwift.framework in Frameworks */,
  101. );
  102. runOnlyForDeploymentPostprocessing = 0;
  103. };
  104. /* End PBXFrameworksBuildPhase section */
  105. /* Begin PBXGroup section */
  106. 7ED6C9621B1C118F00FE8090 = {
  107. isa = PBXGroup;
  108. children = (
  109. 7ED6C96E1B1C118F00FE8090 /* KeychainSwift */,
  110. 7ED6C97B1B1C118F00FE8090 /* KeychainSwiftTests */,
  111. 7ED6C99E1B1C133500FE8090 /* Demo */,
  112. 7ED6C98A1B1C126D00FE8090 /* graphics */,
  113. 7ED6C9C81B1C16EE00FE8090 /* Distrib */,
  114. 7ED6C9C51B1C16BC00FE8090 /* scripts */,
  115. 7ED6C96D1B1C118F00FE8090 /* Products */,
  116. 7ED6C9881B1C125000FE8090 /* README.md */,
  117. );
  118. sourceTree = "<group>";
  119. };
  120. 7ED6C96D1B1C118F00FE8090 /* Products */ = {
  121. isa = PBXGroup;
  122. children = (
  123. 7ED6C96C1B1C118F00FE8090 /* KeychainSwift.framework */,
  124. 7ED6C9771B1C118F00FE8090 /* KeychainSwiftTests.xctest */,
  125. 7ED6C99D1B1C133500FE8090 /* Demo.app */,
  126. );
  127. name = Products;
  128. sourceTree = "<group>";
  129. };
  130. 7ED6C96E1B1C118F00FE8090 /* KeychainSwift */ = {
  131. isa = PBXGroup;
  132. children = (
  133. 7ED6C98D1B1C128100FE8090 /* KeychainSwift.swift */,
  134. 7ED6C98E1B1C128100FE8090 /* KeychainSwiftAccessOptions.swift */,
  135. 7ED6C98F1B1C128100FE8090 /* TegKeychainConstants.swift */,
  136. 7ED6C9711B1C118F00FE8090 /* KeychainSwift.h */,
  137. 7ED6C96F1B1C118F00FE8090 /* Supporting Files */,
  138. );
  139. path = KeychainSwift;
  140. sourceTree = "<group>";
  141. };
  142. 7ED6C96F1B1C118F00FE8090 /* Supporting Files */ = {
  143. isa = PBXGroup;
  144. children = (
  145. 7ED6C9701B1C118F00FE8090 /* Info.plist */,
  146. );
  147. name = "Supporting Files";
  148. sourceTree = "<group>";
  149. };
  150. 7ED6C97B1B1C118F00FE8090 /* KeychainSwiftTests */ = {
  151. isa = PBXGroup;
  152. children = (
  153. 7ED6C9941B1C12A200FE8090 /* KeychainSwiftTests.swift */,
  154. 2B7E7C4C1B81A3EC00D1C3B9 /* KeychainSwiftPrefixedTests.swift */,
  155. 7ED6C9931B1C12A200FE8090 /* KeychainSwiftTests-Bridging-Header.h */,
  156. 7ED6C97C1B1C118F00FE8090 /* Supporting Files */,
  157. );
  158. path = KeychainSwiftTests;
  159. sourceTree = "<group>";
  160. };
  161. 7ED6C97C1B1C118F00FE8090 /* Supporting Files */ = {
  162. isa = PBXGroup;
  163. children = (
  164. 7ED6C97D1B1C118F00FE8090 /* Info.plist */,
  165. );
  166. name = "Supporting Files";
  167. sourceTree = "<group>";
  168. };
  169. 7ED6C98A1B1C126D00FE8090 /* graphics */ = {
  170. isa = PBXGroup;
  171. children = (
  172. 7ED6C98B1B1C126D00FE8090 /* keychain-swift-demo.png */,
  173. );
  174. path = graphics;
  175. sourceTree = "<group>";
  176. };
  177. 7ED6C99E1B1C133500FE8090 /* Demo */ = {
  178. isa = PBXGroup;
  179. children = (
  180. 7ED6C9A11B1C133500FE8090 /* AppDelegate.swift */,
  181. 7ED6C9A31B1C133500FE8090 /* ViewController.swift */,
  182. 7ED6C9A51B1C133500FE8090 /* Main.storyboard */,
  183. 7ED6C9A81B1C133500FE8090 /* Images.xcassets */,
  184. 7ED6C9AA1B1C133500FE8090 /* LaunchScreen.xib */,
  185. 7ED6C99F1B1C133500FE8090 /* Supporting Files */,
  186. );
  187. path = Demo;
  188. sourceTree = "<group>";
  189. };
  190. 7ED6C99F1B1C133500FE8090 /* Supporting Files */ = {
  191. isa = PBXGroup;
  192. children = (
  193. 7ED6C9A01B1C133500FE8090 /* Info.plist */,
  194. );
  195. name = "Supporting Files";
  196. sourceTree = "<group>";
  197. };
  198. 7ED6C9C51B1C16BC00FE8090 /* scripts */ = {
  199. isa = PBXGroup;
  200. children = (
  201. 7ED6C9C61B1C16BC00FE8090 /* concatenate_swift_files.sh */,
  202. );
  203. path = scripts;
  204. sourceTree = "<group>";
  205. };
  206. 7ED6C9C81B1C16EE00FE8090 /* Distrib */ = {
  207. isa = PBXGroup;
  208. children = (
  209. 7ED6C9C91B1C16EE00FE8090 /* KeychainSwiftDistrib.swift */,
  210. );
  211. path = Distrib;
  212. sourceTree = "<group>";
  213. };
  214. /* End PBXGroup section */
  215. /* Begin PBXHeadersBuildPhase section */
  216. 7ED6C9691B1C118F00FE8090 /* Headers */ = {
  217. isa = PBXHeadersBuildPhase;
  218. buildActionMask = 2147483647;
  219. files = (
  220. 7ED6C9721B1C118F00FE8090 /* KeychainSwift.h in Headers */,
  221. );
  222. runOnlyForDeploymentPostprocessing = 0;
  223. };
  224. /* End PBXHeadersBuildPhase section */
  225. /* Begin PBXLegacyTarget section */
  226. 7ED51A751B7734AF005B39C2 /* ConcatenateSwiftFiles */ = {
  227. isa = PBXLegacyTarget;
  228. buildArgumentsString = "$PROJECT_DIR/KeychainSwift $PROJECT_DIR/Distrib/KeychainSwiftDistrib.swift \"//\n// Keychain helper for iOS/Swift.\n//\n// https://github.com/exchangegroup/keychain-swift\n//\n// This file was automatically generated by combining multiple Swift source files.\n//\"";
  229. buildConfigurationList = 7ED51A781B7734AF005B39C2 /* Build configuration list for PBXLegacyTarget "ConcatenateSwiftFiles" */;
  230. buildPhases = (
  231. );
  232. buildToolPath = $PROJECT_DIR/scripts/concatenate_swift_files.sh;
  233. buildWorkingDirectory = "";
  234. dependencies = (
  235. );
  236. name = ConcatenateSwiftFiles;
  237. passBuildSettingsInEnvironment = 1;
  238. productName = ConcatenateSwiftFiles;
  239. };
  240. /* End PBXLegacyTarget section */
  241. /* Begin PBXNativeTarget section */
  242. 7ED6C96B1B1C118F00FE8090 /* KeychainSwift */ = {
  243. isa = PBXNativeTarget;
  244. buildConfigurationList = 7ED6C9821B1C118F00FE8090 /* Build configuration list for PBXNativeTarget "KeychainSwift" */;
  245. buildPhases = (
  246. 7ED6C9671B1C118F00FE8090 /* Sources */,
  247. 7ED6C9681B1C118F00FE8090 /* Frameworks */,
  248. 7ED6C9691B1C118F00FE8090 /* Headers */,
  249. 7ED6C96A1B1C118F00FE8090 /* Resources */,
  250. );
  251. buildRules = (
  252. );
  253. dependencies = (
  254. );
  255. name = KeychainSwift;
  256. productName = KeychainSwift;
  257. productReference = 7ED6C96C1B1C118F00FE8090 /* KeychainSwift.framework */;
  258. productType = "com.apple.product-type.framework";
  259. };
  260. 7ED6C9761B1C118F00FE8090 /* KeychainSwiftTests */ = {
  261. isa = PBXNativeTarget;
  262. buildConfigurationList = 7ED6C9851B1C118F00FE8090 /* Build configuration list for PBXNativeTarget "KeychainSwiftTests" */;
  263. buildPhases = (
  264. 7ED6C9731B1C118F00FE8090 /* Sources */,
  265. 7ED6C9741B1C118F00FE8090 /* Frameworks */,
  266. 7ED6C9751B1C118F00FE8090 /* Resources */,
  267. );
  268. buildRules = (
  269. );
  270. dependencies = (
  271. 7ED6C97A1B1C118F00FE8090 /* PBXTargetDependency */,
  272. );
  273. name = KeychainSwiftTests;
  274. productName = KeychainSwiftTests;
  275. productReference = 7ED6C9771B1C118F00FE8090 /* KeychainSwiftTests.xctest */;
  276. productType = "com.apple.product-type.bundle.unit-test";
  277. };
  278. 7ED6C99C1B1C133500FE8090 /* Demo */ = {
  279. isa = PBXNativeTarget;
  280. buildConfigurationList = 7ED6C9B91B1C133500FE8090 /* Build configuration list for PBXNativeTarget "Demo" */;
  281. buildPhases = (
  282. 7ED6C9991B1C133500FE8090 /* Sources */,
  283. 7ED6C99A1B1C133500FE8090 /* Frameworks */,
  284. 7ED6C99B1B1C133500FE8090 /* Resources */,
  285. 7ED6C9C31B1C13AA00FE8090 /* Embed Frameworks */,
  286. );
  287. buildRules = (
  288. );
  289. dependencies = (
  290. 7ED6C9C21B1C13AA00FE8090 /* PBXTargetDependency */,
  291. );
  292. name = Demo;
  293. productName = Demo;
  294. productReference = 7ED6C99D1B1C133500FE8090 /* Demo.app */;
  295. productType = "com.apple.product-type.application";
  296. };
  297. /* End PBXNativeTarget section */
  298. /* Begin PBXProject section */
  299. 7ED6C9631B1C118F00FE8090 /* Project object */ = {
  300. isa = PBXProject;
  301. attributes = {
  302. LastSwiftUpdateCheck = 0700;
  303. LastUpgradeCheck = 0700;
  304. ORGANIZATIONNAME = Marketplacer;
  305. TargetAttributes = {
  306. 7ED51A751B7734AF005B39C2 = {
  307. CreatedOnToolsVersion = 7.0;
  308. };
  309. 7ED6C96B1B1C118F00FE8090 = {
  310. CreatedOnToolsVersion = 6.4;
  311. };
  312. 7ED6C9761B1C118F00FE8090 = {
  313. CreatedOnToolsVersion = 6.4;
  314. };
  315. 7ED6C99C1B1C133500FE8090 = {
  316. CreatedOnToolsVersion = 6.4;
  317. };
  318. };
  319. };
  320. buildConfigurationList = 7ED6C9661B1C118F00FE8090 /* Build configuration list for PBXProject "KeychainSwift" */;
  321. compatibilityVersion = "Xcode 3.2";
  322. developmentRegion = English;
  323. hasScannedForEncodings = 0;
  324. knownRegions = (
  325. en,
  326. Base,
  327. );
  328. mainGroup = 7ED6C9621B1C118F00FE8090;
  329. productRefGroup = 7ED6C96D1B1C118F00FE8090 /* Products */;
  330. projectDirPath = "";
  331. projectRoot = "";
  332. targets = (
  333. 7ED6C96B1B1C118F00FE8090 /* KeychainSwift */,
  334. 7ED6C9761B1C118F00FE8090 /* KeychainSwiftTests */,
  335. 7ED6C99C1B1C133500FE8090 /* Demo */,
  336. 7ED51A751B7734AF005B39C2 /* ConcatenateSwiftFiles */,
  337. );
  338. };
  339. /* End PBXProject section */
  340. /* Begin PBXResourcesBuildPhase section */
  341. 7ED6C96A1B1C118F00FE8090 /* Resources */ = {
  342. isa = PBXResourcesBuildPhase;
  343. buildActionMask = 2147483647;
  344. files = (
  345. );
  346. runOnlyForDeploymentPostprocessing = 0;
  347. };
  348. 7ED6C9751B1C118F00FE8090 /* Resources */ = {
  349. isa = PBXResourcesBuildPhase;
  350. buildActionMask = 2147483647;
  351. files = (
  352. );
  353. runOnlyForDeploymentPostprocessing = 0;
  354. };
  355. 7ED6C99B1B1C133500FE8090 /* Resources */ = {
  356. isa = PBXResourcesBuildPhase;
  357. buildActionMask = 2147483647;
  358. files = (
  359. 7ED6C9A71B1C133500FE8090 /* Main.storyboard in Resources */,
  360. 7ED6C9AC1B1C133500FE8090 /* LaunchScreen.xib in Resources */,
  361. 7ED6C9A91B1C133500FE8090 /* Images.xcassets in Resources */,
  362. );
  363. runOnlyForDeploymentPostprocessing = 0;
  364. };
  365. /* End PBXResourcesBuildPhase section */
  366. /* Begin PBXSourcesBuildPhase section */
  367. 7ED6C9671B1C118F00FE8090 /* Sources */ = {
  368. isa = PBXSourcesBuildPhase;
  369. buildActionMask = 2147483647;
  370. files = (
  371. 7ED6C9911B1C128100FE8090 /* KeychainSwiftAccessOptions.swift in Sources */,
  372. 7ED6C9901B1C128100FE8090 /* KeychainSwift.swift in Sources */,
  373. 7ED6C9921B1C128100FE8090 /* TegKeychainConstants.swift in Sources */,
  374. );
  375. runOnlyForDeploymentPostprocessing = 0;
  376. };
  377. 7ED6C9731B1C118F00FE8090 /* Sources */ = {
  378. isa = PBXSourcesBuildPhase;
  379. buildActionMask = 2147483647;
  380. files = (
  381. 2B7E7C4D1B81A3EC00D1C3B9 /* KeychainSwiftPrefixedTests.swift in Sources */,
  382. 7ED6C9971B1C12B300FE8090 /* KeychainSwiftAccessOptions.swift in Sources */,
  383. 7ED6C9961B1C12B100FE8090 /* KeychainSwift.swift in Sources */,
  384. 7ED6C9981B1C12B500FE8090 /* TegKeychainConstants.swift in Sources */,
  385. 7ED6C9951B1C12A200FE8090 /* KeychainSwiftTests.swift in Sources */,
  386. );
  387. runOnlyForDeploymentPostprocessing = 0;
  388. };
  389. 7ED6C9991B1C133500FE8090 /* Sources */ = {
  390. isa = PBXSourcesBuildPhase;
  391. buildActionMask = 2147483647;
  392. files = (
  393. 7ED6C9A41B1C133500FE8090 /* ViewController.swift in Sources */,
  394. 7ED6C9A21B1C133500FE8090 /* AppDelegate.swift in Sources */,
  395. );
  396. runOnlyForDeploymentPostprocessing = 0;
  397. };
  398. /* End PBXSourcesBuildPhase section */
  399. /* Begin PBXTargetDependency section */
  400. 7ED6C97A1B1C118F00FE8090 /* PBXTargetDependency */ = {
  401. isa = PBXTargetDependency;
  402. target = 7ED6C96B1B1C118F00FE8090 /* KeychainSwift */;
  403. targetProxy = 7ED6C9791B1C118F00FE8090 /* PBXContainerItemProxy */;
  404. };
  405. 7ED6C9C21B1C13AA00FE8090 /* PBXTargetDependency */ = {
  406. isa = PBXTargetDependency;
  407. target = 7ED6C96B1B1C118F00FE8090 /* KeychainSwift */;
  408. targetProxy = 7ED6C9C11B1C13AA00FE8090 /* PBXContainerItemProxy */;
  409. };
  410. /* End PBXTargetDependency section */
  411. /* Begin PBXVariantGroup section */
  412. 7ED6C9A51B1C133500FE8090 /* Main.storyboard */ = {
  413. isa = PBXVariantGroup;
  414. children = (
  415. 7ED6C9A61B1C133500FE8090 /* Base */,
  416. );
  417. name = Main.storyboard;
  418. sourceTree = "<group>";
  419. };
  420. 7ED6C9AA1B1C133500FE8090 /* LaunchScreen.xib */ = {
  421. isa = PBXVariantGroup;
  422. children = (
  423. 7ED6C9AB1B1C133500FE8090 /* Base */,
  424. );
  425. name = LaunchScreen.xib;
  426. sourceTree = "<group>";
  427. };
  428. /* End PBXVariantGroup section */
  429. /* Begin XCBuildConfiguration section */
  430. 7ED51A761B7734AF005B39C2 /* Debug */ = {
  431. isa = XCBuildConfiguration;
  432. buildSettings = {
  433. DEBUGGING_SYMBOLS = YES;
  434. DEBUG_INFORMATION_FORMAT = dwarf;
  435. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  436. GCC_OPTIMIZATION_LEVEL = 0;
  437. OTHER_CFLAGS = "";
  438. OTHER_LDFLAGS = "";
  439. PRODUCT_NAME = "$(TARGET_NAME)";
  440. };
  441. name = Debug;
  442. };
  443. 7ED51A771B7734AF005B39C2 /* Release */ = {
  444. isa = XCBuildConfiguration;
  445. buildSettings = {
  446. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  447. OTHER_CFLAGS = "";
  448. OTHER_LDFLAGS = "";
  449. PRODUCT_NAME = "$(TARGET_NAME)";
  450. };
  451. name = Release;
  452. };
  453. 7ED6C9801B1C118F00FE8090 /* Debug */ = {
  454. isa = XCBuildConfiguration;
  455. buildSettings = {
  456. ALWAYS_SEARCH_USER_PATHS = NO;
  457. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  458. CLANG_CXX_LIBRARY = "libc++";
  459. CLANG_ENABLE_MODULES = YES;
  460. CLANG_ENABLE_OBJC_ARC = YES;
  461. CLANG_WARN_BOOL_CONVERSION = YES;
  462. CLANG_WARN_CONSTANT_CONVERSION = YES;
  463. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  464. CLANG_WARN_EMPTY_BODY = YES;
  465. CLANG_WARN_ENUM_CONVERSION = YES;
  466. CLANG_WARN_INT_CONVERSION = YES;
  467. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  468. CLANG_WARN_UNREACHABLE_CODE = YES;
  469. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  470. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  471. COPY_PHASE_STRIP = NO;
  472. CURRENT_PROJECT_VERSION = 1;
  473. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  474. ENABLE_STRICT_OBJC_MSGSEND = YES;
  475. ENABLE_TESTABILITY = YES;
  476. GCC_C_LANGUAGE_STANDARD = gnu99;
  477. GCC_DYNAMIC_NO_PIC = NO;
  478. GCC_NO_COMMON_BLOCKS = YES;
  479. GCC_OPTIMIZATION_LEVEL = 0;
  480. GCC_PREPROCESSOR_DEFINITIONS = (
  481. "DEBUG=1",
  482. "$(inherited)",
  483. );
  484. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  485. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  486. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  487. GCC_WARN_UNDECLARED_SELECTOR = YES;
  488. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  489. GCC_WARN_UNUSED_FUNCTION = YES;
  490. GCC_WARN_UNUSED_VARIABLE = YES;
  491. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  492. MTL_ENABLE_DEBUG_INFO = YES;
  493. ONLY_ACTIVE_ARCH = YES;
  494. SDKROOT = iphoneos;
  495. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  496. TARGETED_DEVICE_FAMILY = "1,2";
  497. VERSIONING_SYSTEM = "apple-generic";
  498. VERSION_INFO_PREFIX = "";
  499. };
  500. name = Debug;
  501. };
  502. 7ED6C9811B1C118F00FE8090 /* Release */ = {
  503. isa = XCBuildConfiguration;
  504. buildSettings = {
  505. ALWAYS_SEARCH_USER_PATHS = NO;
  506. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  507. CLANG_CXX_LIBRARY = "libc++";
  508. CLANG_ENABLE_MODULES = YES;
  509. CLANG_ENABLE_OBJC_ARC = YES;
  510. CLANG_WARN_BOOL_CONVERSION = YES;
  511. CLANG_WARN_CONSTANT_CONVERSION = YES;
  512. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  513. CLANG_WARN_EMPTY_BODY = YES;
  514. CLANG_WARN_ENUM_CONVERSION = YES;
  515. CLANG_WARN_INT_CONVERSION = YES;
  516. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  517. CLANG_WARN_UNREACHABLE_CODE = YES;
  518. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  519. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  520. COPY_PHASE_STRIP = NO;
  521. CURRENT_PROJECT_VERSION = 1;
  522. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  523. ENABLE_NS_ASSERTIONS = NO;
  524. ENABLE_STRICT_OBJC_MSGSEND = YES;
  525. GCC_C_LANGUAGE_STANDARD = gnu99;
  526. GCC_NO_COMMON_BLOCKS = YES;
  527. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  528. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  529. GCC_WARN_UNDECLARED_SELECTOR = YES;
  530. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  531. GCC_WARN_UNUSED_FUNCTION = YES;
  532. GCC_WARN_UNUSED_VARIABLE = YES;
  533. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  534. MTL_ENABLE_DEBUG_INFO = NO;
  535. SDKROOT = iphoneos;
  536. TARGETED_DEVICE_FAMILY = "1,2";
  537. VALIDATE_PRODUCT = YES;
  538. VERSIONING_SYSTEM = "apple-generic";
  539. VERSION_INFO_PREFIX = "";
  540. };
  541. name = Release;
  542. };
  543. 7ED6C9831B1C118F00FE8090 /* Debug */ = {
  544. isa = XCBuildConfiguration;
  545. buildSettings = {
  546. DEFINES_MODULE = YES;
  547. DYLIB_COMPATIBILITY_VERSION = 1;
  548. DYLIB_CURRENT_VERSION = 1;
  549. DYLIB_INSTALL_NAME_BASE = "@rpath";
  550. INFOPLIST_FILE = KeychainSwift/Info.plist;
  551. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  552. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  553. PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.$(PRODUCT_NAME:rfc1034identifier)";
  554. PRODUCT_NAME = "$(TARGET_NAME)";
  555. SKIP_INSTALL = YES;
  556. };
  557. name = Debug;
  558. };
  559. 7ED6C9841B1C118F00FE8090 /* Release */ = {
  560. isa = XCBuildConfiguration;
  561. buildSettings = {
  562. DEFINES_MODULE = YES;
  563. DYLIB_COMPATIBILITY_VERSION = 1;
  564. DYLIB_CURRENT_VERSION = 1;
  565. DYLIB_INSTALL_NAME_BASE = "@rpath";
  566. INFOPLIST_FILE = KeychainSwift/Info.plist;
  567. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  568. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  569. PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.$(PRODUCT_NAME:rfc1034identifier)";
  570. PRODUCT_NAME = "$(TARGET_NAME)";
  571. SKIP_INSTALL = YES;
  572. };
  573. name = Release;
  574. };
  575. 7ED6C9861B1C118F00FE8090 /* Debug */ = {
  576. isa = XCBuildConfiguration;
  577. buildSettings = {
  578. CLANG_ENABLE_MODULES = YES;
  579. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  580. GCC_PREPROCESSOR_DEFINITIONS = (
  581. "DEBUG=1",
  582. "$(inherited)",
  583. );
  584. INFOPLIST_FILE = KeychainSwiftTests/Info.plist;
  585. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  586. PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.$(PRODUCT_NAME:rfc1034identifier)";
  587. PRODUCT_NAME = "$(TARGET_NAME)";
  588. SWIFT_OBJC_BRIDGING_HEADER = "KeychainSwiftTests/KeychainSwiftTests-Bridging-Header.h";
  589. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  590. };
  591. name = Debug;
  592. };
  593. 7ED6C9871B1C118F00FE8090 /* Release */ = {
  594. isa = XCBuildConfiguration;
  595. buildSettings = {
  596. CLANG_ENABLE_MODULES = YES;
  597. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  598. INFOPLIST_FILE = KeychainSwiftTests/Info.plist;
  599. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  600. PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.$(PRODUCT_NAME:rfc1034identifier)";
  601. PRODUCT_NAME = "$(TARGET_NAME)";
  602. SWIFT_OBJC_BRIDGING_HEADER = "KeychainSwiftTests/KeychainSwiftTests-Bridging-Header.h";
  603. };
  604. name = Release;
  605. };
  606. 7ED6C9BA1B1C133500FE8090 /* Debug */ = {
  607. isa = XCBuildConfiguration;
  608. buildSettings = {
  609. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  610. GCC_PREPROCESSOR_DEFINITIONS = (
  611. "DEBUG=1",
  612. "$(inherited)",
  613. );
  614. INFOPLIST_FILE = Demo/Info.plist;
  615. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  616. PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.$(PRODUCT_NAME:rfc1034identifier)";
  617. PRODUCT_NAME = "$(TARGET_NAME)";
  618. };
  619. name = Debug;
  620. };
  621. 7ED6C9BB1B1C133500FE8090 /* Release */ = {
  622. isa = XCBuildConfiguration;
  623. buildSettings = {
  624. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  625. INFOPLIST_FILE = Demo/Info.plist;
  626. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  627. PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.$(PRODUCT_NAME:rfc1034identifier)";
  628. PRODUCT_NAME = "$(TARGET_NAME)";
  629. };
  630. name = Release;
  631. };
  632. /* End XCBuildConfiguration section */
  633. /* Begin XCConfigurationList section */
  634. 7ED51A781B7734AF005B39C2 /* Build configuration list for PBXLegacyTarget "ConcatenateSwiftFiles" */ = {
  635. isa = XCConfigurationList;
  636. buildConfigurations = (
  637. 7ED51A761B7734AF005B39C2 /* Debug */,
  638. 7ED51A771B7734AF005B39C2 /* Release */,
  639. );
  640. defaultConfigurationIsVisible = 0;
  641. defaultConfigurationName = Release;
  642. };
  643. 7ED6C9661B1C118F00FE8090 /* Build configuration list for PBXProject "KeychainSwift" */ = {
  644. isa = XCConfigurationList;
  645. buildConfigurations = (
  646. 7ED6C9801B1C118F00FE8090 /* Debug */,
  647. 7ED6C9811B1C118F00FE8090 /* Release */,
  648. );
  649. defaultConfigurationIsVisible = 0;
  650. defaultConfigurationName = Release;
  651. };
  652. 7ED6C9821B1C118F00FE8090 /* Build configuration list for PBXNativeTarget "KeychainSwift" */ = {
  653. isa = XCConfigurationList;
  654. buildConfigurations = (
  655. 7ED6C9831B1C118F00FE8090 /* Debug */,
  656. 7ED6C9841B1C118F00FE8090 /* Release */,
  657. );
  658. defaultConfigurationIsVisible = 0;
  659. defaultConfigurationName = Release;
  660. };
  661. 7ED6C9851B1C118F00FE8090 /* Build configuration list for PBXNativeTarget "KeychainSwiftTests" */ = {
  662. isa = XCConfigurationList;
  663. buildConfigurations = (
  664. 7ED6C9861B1C118F00FE8090 /* Debug */,
  665. 7ED6C9871B1C118F00FE8090 /* Release */,
  666. );
  667. defaultConfigurationIsVisible = 0;
  668. defaultConfigurationName = Release;
  669. };
  670. 7ED6C9B91B1C133500FE8090 /* Build configuration list for PBXNativeTarget "Demo" */ = {
  671. isa = XCConfigurationList;
  672. buildConfigurations = (
  673. 7ED6C9BA1B1C133500FE8090 /* Debug */,
  674. 7ED6C9BB1B1C133500FE8090 /* Release */,
  675. );
  676. defaultConfigurationIsVisible = 0;
  677. defaultConfigurationName = Release;
  678. };
  679. /* End XCConfigurationList section */
  680. };
  681. rootObject = 7ED6C9631B1C118F00FE8090 /* Project object */;
  682. }