project.pbxproj 28 KB

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