| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- 232B4C821BC2995D001F2B7A /* KeychainSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98D1B1C128100FE8090 /* KeychainSwift.swift */; };
- 232B4C831BC2995D001F2B7A /* KeychainSwiftAccessOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98E1B1C128100FE8090 /* KeychainSwiftAccessOptions.swift */; };
- 232B4C841BC2995D001F2B7A /* TegKeychainConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98F1B1C128100FE8090 /* TegKeychainConstants.swift */; };
- 232B4C921BC29991001F2B7A /* KeychainSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98D1B1C128100FE8090 /* KeychainSwift.swift */; };
- 232B4C931BC29991001F2B7A /* KeychainSwiftAccessOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98E1B1C128100FE8090 /* KeychainSwiftAccessOptions.swift */; };
- 232B4C941BC29991001F2B7A /* TegKeychainConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98F1B1C128100FE8090 /* TegKeychainConstants.swift */; };
- 23E785681BDA415000B7564A /* KeychainSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98D1B1C128100FE8090 /* KeychainSwift.swift */; };
- 23E785691BDA415000B7564A /* KeychainSwiftAccessOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98E1B1C128100FE8090 /* KeychainSwiftAccessOptions.swift */; };
- 23E7856A1BDA415000B7564A /* TegKeychainConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98F1B1C128100FE8090 /* TegKeychainConstants.swift */; };
- 5085669B1FA34EB1004208ED /* AccessGroupTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508566911FA34EB1004208ED /* AccessGroupTests.swift */; };
- 5085669C1FA34EB1004208ED /* AccessGroupTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508566911FA34EB1004208ED /* AccessGroupTests.swift */; };
- 5085669D1FA34EB1004208ED /* ClearTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508566921FA34EB1004208ED /* ClearTests.swift */; };
- 508566A11FA34EB1004208ED /* KeychainSwiftPrefixedTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508566941FA34EB1004208ED /* KeychainSwiftPrefixedTests.swift */; };
- 508566A21FA34EB1004208ED /* KeychainSwiftPrefixedTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508566941FA34EB1004208ED /* KeychainSwiftPrefixedTests.swift */; };
- 508566A31FA34EB1004208ED /* KeychainSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508566961FA34EB1004208ED /* KeychainSwiftTests.swift */; };
- 508566A41FA34EB1004208ED /* KeychainSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508566961FA34EB1004208ED /* KeychainSwiftTests.swift */; };
- 508566A71FA34EB1004208ED /* macOS_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508566991FA34EB1004208ED /* macOS_Tests.swift */; };
- 508566A81FA34EB1004208ED /* macOS_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 508566991FA34EB1004208ED /* macOS_Tests.swift */; };
- 508566A91FA34EB1004208ED /* SynchronizableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5085669A1FA34EB1004208ED /* SynchronizableTests.swift */; };
- 508566AA1FA34EB1004208ED /* SynchronizableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5085669A1FA34EB1004208ED /* SynchronizableTests.swift */; };
- 7E3A6B681D3F62CC007C5B1F /* KeychainSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98D1B1C128100FE8090 /* KeychainSwift.swift */; };
- 7E3A6B691D3F62CC007C5B1F /* KeychainSwiftAccessOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98E1B1C128100FE8090 /* KeychainSwiftAccessOptions.swift */; };
- 7E3A6B6A1D3F62CC007C5B1F /* TegKeychainConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98F1B1C128100FE8090 /* TegKeychainConstants.swift */; };
- 7E3A6B7E1D3F6779007C5B1F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3A6B7D1D3F6779007C5B1F /* AppDelegate.swift */; };
- 7E3A6B801D3F6779007C5B1F /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3A6B7F1D3F6779007C5B1F /* ViewController.swift */; };
- 7E3A6B821D3F6779007C5B1F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7E3A6B811D3F6779007C5B1F /* Assets.xcassets */; };
- 7E3A6B851D3F6779007C5B1F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7E3A6B831D3F6779007C5B1F /* Main.storyboard */; };
- 7E3A6B8A1D3F67B1007C5B1F /* KeychainSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 232B4C7A1BC29950001F2B7A /* KeychainSwift.framework */; };
- 7E3A6B8B1D3F67B1007C5B1F /* KeychainSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 232B4C7A1BC29950001F2B7A /* KeychainSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 7ED6C9721B1C118F00FE8090 /* KeychainSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 7ED6C9711B1C118F00FE8090 /* KeychainSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 7ED6C9781B1C118F00FE8090 /* KeychainSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7ED6C96C1B1C118F00FE8090 /* KeychainSwift.framework */; };
- 7ED6C9901B1C128100FE8090 /* KeychainSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98D1B1C128100FE8090 /* KeychainSwift.swift */; };
- 7ED6C9911B1C128100FE8090 /* KeychainSwiftAccessOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98E1B1C128100FE8090 /* KeychainSwiftAccessOptions.swift */; };
- 7ED6C9921B1C128100FE8090 /* TegKeychainConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98F1B1C128100FE8090 /* TegKeychainConstants.swift */; };
- 7ED6C9961B1C12B100FE8090 /* KeychainSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98D1B1C128100FE8090 /* KeychainSwift.swift */; };
- 7ED6C9971B1C12B300FE8090 /* KeychainSwiftAccessOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98E1B1C128100FE8090 /* KeychainSwiftAccessOptions.swift */; };
- 7ED6C9981B1C12B500FE8090 /* TegKeychainConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C98F1B1C128100FE8090 /* TegKeychainConstants.swift */; };
- 7ED6C9A21B1C133500FE8090 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C9A11B1C133500FE8090 /* AppDelegate.swift */; };
- 7ED6C9A41B1C133500FE8090 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED6C9A31B1C133500FE8090 /* ViewController.swift */; };
- 7ED6C9A71B1C133500FE8090 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7ED6C9A51B1C133500FE8090 /* Main.storyboard */; };
- 7ED6C9A91B1C133500FE8090 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7ED6C9A81B1C133500FE8090 /* Images.xcassets */; };
- 7ED6C9AC1B1C133500FE8090 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7ED6C9AA1B1C133500FE8090 /* LaunchScreen.xib */; };
- 7ED6C9BF1B1C13AA00FE8090 /* KeychainSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7ED6C96C1B1C118F00FE8090 /* KeychainSwift.framework */; };
- 7ED6C9C01B1C13AA00FE8090 /* KeychainSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 7ED6C96C1B1C118F00FE8090 /* KeychainSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 7EE5B9A11E32F6D400AA56FF /* KeychainSwiftCBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EE5B9A01E32F6D400AA56FF /* KeychainSwiftCBridge.swift */; };
- C7E1DE4C1E4B7C9F003818F6 /* ConcurrencyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7E1DE4A1E4B7C9F003818F6 /* ConcurrencyTests.swift */; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- 7E3A6B8C1D3F67B1007C5B1F /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7ED6C9631B1C118F00FE8090 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 232B4C791BC29950001F2B7A;
- remoteInfo = "KeychainSwift-macOS";
- };
- 7EC243561E3301D600C771BE /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7ED6C9631B1C118F00FE8090 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 7ED6C99C1B1C133500FE8090;
- remoteInfo = Demo;
- };
- 7ED6C9791B1C118F00FE8090 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7ED6C9631B1C118F00FE8090 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 7ED6C96B1B1C118F00FE8090;
- remoteInfo = KeychainSwift;
- };
- 7ED6C9C11B1C13AA00FE8090 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7ED6C9631B1C118F00FE8090 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 7ED6C96B1B1C118F00FE8090;
- remoteInfo = KeychainSwift;
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXCopyFilesBuildPhase section */
- 7E3A6B8E1D3F67B1007C5B1F /* Embed Frameworks */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- 7E3A6B8B1D3F67B1007C5B1F /* KeychainSwift.framework in Embed Frameworks */,
- );
- name = "Embed Frameworks";
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7ED6C9C31B1C13AA00FE8090 /* Embed Frameworks */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- 7ED6C9C01B1C13AA00FE8090 /* KeychainSwift.framework in Embed Frameworks */,
- );
- name = "Embed Frameworks";
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- 232B4C7A1BC29950001F2B7A /* KeychainSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KeychainSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 232B4C8A1BC29984001F2B7A /* KeychainSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KeychainSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 23E785601BDA410C00B7564A /* KeychainSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KeychainSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 508566911FA34EB1004208ED /* AccessGroupTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccessGroupTests.swift; sourceTree = "<group>"; };
- 508566921FA34EB1004208ED /* ClearTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClearTests.swift; sourceTree = "<group>"; };
- 508566931FA34EB1004208ED /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 508566941FA34EB1004208ED /* KeychainSwiftPrefixedTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeychainSwiftPrefixedTests.swift; sourceTree = "<group>"; };
- 508566951FA34EB1004208ED /* KeychainSwiftTests-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "KeychainSwiftTests-Bridging-Header.h"; sourceTree = "<group>"; };
- 508566961FA34EB1004208ED /* KeychainSwiftTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeychainSwiftTests.swift; sourceTree = "<group>"; };
- 508566981FA34EB1004208ED /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 508566991FA34EB1004208ED /* macOS_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = macOS_Tests.swift; sourceTree = "<group>"; };
- 5085669A1FA34EB1004208ED /* SynchronizableTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SynchronizableTests.swift; sourceTree = "<group>"; };
- 7E3A6B601D3F62C2007C5B1F /* macOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "macOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
- 7E3A6B7B1D3F6779007C5B1F /* macOS Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "macOS Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
- 7E3A6B7D1D3F6779007C5B1F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
- 7E3A6B7F1D3F6779007C5B1F /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
- 7E3A6B811D3F6779007C5B1F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- 7E3A6B841D3F6779007C5B1F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
- 7E3A6B861D3F6779007C5B1F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 7ED6C96C1B1C118F00FE8090 /* KeychainSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KeychainSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 7ED6C9701B1C118F00FE8090 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 7ED6C9711B1C118F00FE8090 /* KeychainSwift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KeychainSwift.h; sourceTree = "<group>"; };
- 7ED6C9771B1C118F00FE8090 /* KeychainSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KeychainSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
- 7ED6C9881B1C125000FE8090 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
- 7ED6C98B1B1C126D00FE8090 /* keychain-swift-demo-3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "keychain-swift-demo-3.png"; sourceTree = "<group>"; };
- 7ED6C98D1B1C128100FE8090 /* KeychainSwift.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeychainSwift.swift; sourceTree = "<group>"; };
- 7ED6C98E1B1C128100FE8090 /* KeychainSwiftAccessOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeychainSwiftAccessOptions.swift; sourceTree = "<group>"; };
- 7ED6C98F1B1C128100FE8090 /* TegKeychainConstants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TegKeychainConstants.swift; sourceTree = "<group>"; };
- 7ED6C99D1B1C133500FE8090 /* Keychain Swift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Keychain Swift.app"; sourceTree = BUILT_PRODUCTS_DIR; };
- 7ED6C9A01B1C133500FE8090 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 7ED6C9A11B1C133500FE8090 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
- 7ED6C9A31B1C133500FE8090 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
- 7ED6C9A61B1C133500FE8090 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
- 7ED6C9A81B1C133500FE8090 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
- 7ED6C9AB1B1C133500FE8090 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
- 7ED6C9C61B1C16BC00FE8090 /* concatenate_swift_files.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = concatenate_swift_files.sh; sourceTree = "<group>"; };
- 7ED6C9C91B1C16EE00FE8090 /* KeychainSwiftDistrib.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeychainSwiftDistrib.swift; sourceTree = "<group>"; };
- 7EE5B9A01E32F6D400AA56FF /* KeychainSwiftCBridge.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeychainSwiftCBridge.swift; sourceTree = "<group>"; };
- C7E1DE4A1E4B7C9F003818F6 /* ConcurrencyTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConcurrencyTests.swift; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 232B4C761BC29950001F2B7A /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 232B4C861BC29984001F2B7A /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 23E7855C1BDA410C00B7564A /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7E3A6B5D1D3F62C2007C5B1F /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7E3A6B781D3F6779007C5B1F /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7E3A6B8A1D3F67B1007C5B1F /* KeychainSwift.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7ED6C9681B1C118F00FE8090 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7ED6C9741B1C118F00FE8090 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7ED6C9781B1C118F00FE8090 /* KeychainSwift.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7ED6C99A1B1C133500FE8090 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7ED6C9BF1B1C13AA00FE8090 /* KeychainSwift.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 508566901FA34EB1004208ED /* KeychainSwiftTests */ = {
- isa = PBXGroup;
- children = (
- 508566911FA34EB1004208ED /* AccessGroupTests.swift */,
- 508566921FA34EB1004208ED /* ClearTests.swift */,
- C7E1DE4A1E4B7C9F003818F6 /* ConcurrencyTests.swift */,
- 508566931FA34EB1004208ED /* Info.plist */,
- 508566941FA34EB1004208ED /* KeychainSwiftPrefixedTests.swift */,
- 508566951FA34EB1004208ED /* KeychainSwiftTests-Bridging-Header.h */,
- 508566961FA34EB1004208ED /* KeychainSwiftTests.swift */,
- 508566971FA34EB1004208ED /* macOS Tests */,
- 5085669A1FA34EB1004208ED /* SynchronizableTests.swift */,
- );
- path = KeychainSwiftTests;
- sourceTree = "<group>";
- };
- 508566971FA34EB1004208ED /* macOS Tests */ = {
- isa = PBXGroup;
- children = (
- 508566981FA34EB1004208ED /* Info.plist */,
- 508566991FA34EB1004208ED /* macOS_Tests.swift */,
- );
- path = "macOS Tests";
- sourceTree = "<group>";
- };
- 7E3A6B7C1D3F6779007C5B1F /* macOS Demo */ = {
- isa = PBXGroup;
- children = (
- 7E3A6B7D1D3F6779007C5B1F /* AppDelegate.swift */,
- 7E3A6B7F1D3F6779007C5B1F /* ViewController.swift */,
- 7E3A6B811D3F6779007C5B1F /* Assets.xcassets */,
- 7E3A6B831D3F6779007C5B1F /* Main.storyboard */,
- 7E3A6B861D3F6779007C5B1F /* Info.plist */,
- );
- path = "macOS Demo";
- sourceTree = "<group>";
- };
- 7ED6C9621B1C118F00FE8090 = {
- isa = PBXGroup;
- children = (
- 7ED6C96E1B1C118F00FE8090 /* Sources */,
- 7ED6C97B1B1C118F00FE8090 /* Tests */,
- 7ED6C99E1B1C133500FE8090 /* Demo */,
- 7ED6C98A1B1C126D00FE8090 /* graphics */,
- 7ED6C9C81B1C16EE00FE8090 /* Distrib */,
- 7ED6C9C51B1C16BC00FE8090 /* scripts */,
- 7E3A6B7C1D3F6779007C5B1F /* macOS Demo */,
- 7ED6C96D1B1C118F00FE8090 /* Products */,
- 7ED6C9881B1C125000FE8090 /* README.md */,
- );
- sourceTree = "<group>";
- };
- 7ED6C96D1B1C118F00FE8090 /* Products */ = {
- isa = PBXGroup;
- children = (
- 7ED6C96C1B1C118F00FE8090 /* KeychainSwift.framework */,
- 7ED6C9771B1C118F00FE8090 /* KeychainSwiftTests.xctest */,
- 7ED6C99D1B1C133500FE8090 /* Keychain Swift.app */,
- 232B4C7A1BC29950001F2B7A /* KeychainSwift.framework */,
- 232B4C8A1BC29984001F2B7A /* KeychainSwift.framework */,
- 23E785601BDA410C00B7564A /* KeychainSwift.framework */,
- 7E3A6B601D3F62C2007C5B1F /* macOS Tests.xctest */,
- 7E3A6B7B1D3F6779007C5B1F /* macOS Demo.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 7ED6C96E1B1C118F00FE8090 /* Sources */ = {
- isa = PBXGroup;
- children = (
- 7ED6C98D1B1C128100FE8090 /* KeychainSwift.swift */,
- 7ED6C98E1B1C128100FE8090 /* KeychainSwiftAccessOptions.swift */,
- 7ED6C98F1B1C128100FE8090 /* TegKeychainConstants.swift */,
- 7ED6C9711B1C118F00FE8090 /* KeychainSwift.h */,
- 7ED6C96F1B1C118F00FE8090 /* Supporting Files */,
- );
- path = Sources;
- sourceTree = "<group>";
- };
- 7ED6C96F1B1C118F00FE8090 /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- 7ED6C9701B1C118F00FE8090 /* Info.plist */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- 7ED6C97B1B1C118F00FE8090 /* Tests */ = {
- isa = PBXGroup;
- children = (
- 508566901FA34EB1004208ED /* KeychainSwiftTests */,
- );
- path = Tests;
- sourceTree = "<group>";
- };
- 7ED6C98A1B1C126D00FE8090 /* graphics */ = {
- isa = PBXGroup;
- children = (
- 7ED6C98B1B1C126D00FE8090 /* keychain-swift-demo-3.png */,
- );
- path = graphics;
- sourceTree = "<group>";
- };
- 7ED6C99E1B1C133500FE8090 /* Demo */ = {
- isa = PBXGroup;
- children = (
- 7ED6C9A11B1C133500FE8090 /* AppDelegate.swift */,
- 7ED6C9A31B1C133500FE8090 /* ViewController.swift */,
- 7EE5B9A01E32F6D400AA56FF /* KeychainSwiftCBridge.swift */,
- 7ED6C9A51B1C133500FE8090 /* Main.storyboard */,
- 7ED6C9A81B1C133500FE8090 /* Images.xcassets */,
- 7ED6C9AA1B1C133500FE8090 /* LaunchScreen.xib */,
- 7ED6C99F1B1C133500FE8090 /* Supporting Files */,
- );
- path = Demo;
- sourceTree = "<group>";
- };
- 7ED6C99F1B1C133500FE8090 /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- 7ED6C9A01B1C133500FE8090 /* Info.plist */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- 7ED6C9C51B1C16BC00FE8090 /* scripts */ = {
- isa = PBXGroup;
- children = (
- 7ED6C9C61B1C16BC00FE8090 /* concatenate_swift_files.sh */,
- );
- path = scripts;
- sourceTree = "<group>";
- };
- 7ED6C9C81B1C16EE00FE8090 /* Distrib */ = {
- isa = PBXGroup;
- children = (
- 7ED6C9C91B1C16EE00FE8090 /* KeychainSwiftDistrib.swift */,
- );
- path = Distrib;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- 232B4C771BC29950001F2B7A /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 232B4C871BC29984001F2B7A /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 23E7855D1BDA410C00B7564A /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7ED6C9691B1C118F00FE8090 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7ED6C9721B1C118F00FE8090 /* KeychainSwift.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXLegacyTarget section */
- 7ED51A751B7734AF005B39C2 /* ConcatenateSwiftFiles */ = {
- isa = PBXLegacyTarget;
- buildArgumentsString = "$PROJECT_DIR/Sources $PROJECT_DIR/Distrib/KeychainSwiftDistrib.swift \"//\n// Keychain helper for iOS/Swift.\n//\n// https://github.com/evgenyneu/keychain-swift\n//\n// This file was automatically generated by combining multiple Swift source files.\n//\"";
- buildConfigurationList = 7ED51A781B7734AF005B39C2 /* Build configuration list for PBXLegacyTarget "ConcatenateSwiftFiles" */;
- buildPhases = (
- );
- buildToolPath = $PROJECT_DIR/scripts/concatenate_swift_files.sh;
- buildWorkingDirectory = "";
- dependencies = (
- );
- name = ConcatenateSwiftFiles;
- passBuildSettingsInEnvironment = 1;
- productName = ConcatenateSwiftFiles;
- };
- /* End PBXLegacyTarget section */
- /* Begin PBXNativeTarget section */
- 232B4C791BC29950001F2B7A /* KeychainSwift-macOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 232B4C7F1BC29950001F2B7A /* Build configuration list for PBXNativeTarget "KeychainSwift-macOS" */;
- buildPhases = (
- 232B4C751BC29950001F2B7A /* Sources */,
- 232B4C761BC29950001F2B7A /* Frameworks */,
- 232B4C771BC29950001F2B7A /* Headers */,
- 232B4C781BC29950001F2B7A /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "KeychainSwift-macOS";
- productName = "KeychainSwift-OSX";
- productReference = 232B4C7A1BC29950001F2B7A /* KeychainSwift.framework */;
- productType = "com.apple.product-type.framework";
- };
- 232B4C891BC29984001F2B7A /* KeychainSwift-watchOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 232B4C8F1BC29984001F2B7A /* Build configuration list for PBXNativeTarget "KeychainSwift-watchOS" */;
- buildPhases = (
- 232B4C851BC29984001F2B7A /* Sources */,
- 232B4C861BC29984001F2B7A /* Frameworks */,
- 232B4C871BC29984001F2B7A /* Headers */,
- 232B4C881BC29984001F2B7A /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "KeychainSwift-watchOS";
- productName = "KeychainSwift-watchOS";
- productReference = 232B4C8A1BC29984001F2B7A /* KeychainSwift.framework */;
- productType = "com.apple.product-type.framework";
- };
- 23E7855F1BDA410C00B7564A /* KeychainSwift-tvOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 23E785651BDA410C00B7564A /* Build configuration list for PBXNativeTarget "KeychainSwift-tvOS" */;
- buildPhases = (
- 23E7855B1BDA410C00B7564A /* Sources */,
- 23E7855C1BDA410C00B7564A /* Frameworks */,
- 23E7855D1BDA410C00B7564A /* Headers */,
- 23E7855E1BDA410C00B7564A /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "KeychainSwift-tvOS";
- productName = "KeychainSwift-tvOS";
- productReference = 23E785601BDA410C00B7564A /* KeychainSwift.framework */;
- productType = "com.apple.product-type.framework";
- };
- 7E3A6B5F1D3F62C2007C5B1F /* macOS Tests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 7E3A6B671D3F62C2007C5B1F /* Build configuration list for PBXNativeTarget "macOS Tests" */;
- buildPhases = (
- 7E3A6B5C1D3F62C2007C5B1F /* Sources */,
- 7E3A6B5D1D3F62C2007C5B1F /* Frameworks */,
- 7E3A6B5E1D3F62C2007C5B1F /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "macOS Tests";
- productName = "macOS Tests";
- productReference = 7E3A6B601D3F62C2007C5B1F /* macOS Tests.xctest */;
- productType = "com.apple.product-type.bundle.ui-testing";
- };
- 7E3A6B7A1D3F6779007C5B1F /* macOS Demo */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 7E3A6B891D3F6779007C5B1F /* Build configuration list for PBXNativeTarget "macOS Demo" */;
- buildPhases = (
- 7E3A6B771D3F6779007C5B1F /* Sources */,
- 7E3A6B781D3F6779007C5B1F /* Frameworks */,
- 7E3A6B791D3F6779007C5B1F /* Resources */,
- 7E3A6B8E1D3F67B1007C5B1F /* Embed Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- 7E3A6B8D1D3F67B1007C5B1F /* PBXTargetDependency */,
- );
- name = "macOS Demo";
- productName = "macOS Demo";
- productReference = 7E3A6B7B1D3F6779007C5B1F /* macOS Demo.app */;
- productType = "com.apple.product-type.application";
- };
- 7ED6C96B1B1C118F00FE8090 /* KeychainSwift */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 7ED6C9821B1C118F00FE8090 /* Build configuration list for PBXNativeTarget "KeychainSwift" */;
- buildPhases = (
- 7ED6C9671B1C118F00FE8090 /* Sources */,
- 7ED6C9681B1C118F00FE8090 /* Frameworks */,
- 7ED6C9691B1C118F00FE8090 /* Headers */,
- 7ED6C96A1B1C118F00FE8090 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = KeychainSwift;
- productName = KeychainSwift;
- productReference = 7ED6C96C1B1C118F00FE8090 /* KeychainSwift.framework */;
- productType = "com.apple.product-type.framework";
- };
- 7ED6C9761B1C118F00FE8090 /* KeychainSwiftTests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 7ED6C9851B1C118F00FE8090 /* Build configuration list for PBXNativeTarget "KeychainSwiftTests" */;
- buildPhases = (
- 7ED6C9731B1C118F00FE8090 /* Sources */,
- 7ED6C9741B1C118F00FE8090 /* Frameworks */,
- 7ED6C9751B1C118F00FE8090 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 7ED6C97A1B1C118F00FE8090 /* PBXTargetDependency */,
- 7EC243571E3301D600C771BE /* PBXTargetDependency */,
- );
- name = KeychainSwiftTests;
- productName = KeychainSwiftTests;
- productReference = 7ED6C9771B1C118F00FE8090 /* KeychainSwiftTests.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
- 7ED6C99C1B1C133500FE8090 /* Demo */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 7ED6C9B91B1C133500FE8090 /* Build configuration list for PBXNativeTarget "Demo" */;
- buildPhases = (
- 7ED6C9991B1C133500FE8090 /* Sources */,
- 7ED6C99A1B1C133500FE8090 /* Frameworks */,
- 7ED6C99B1B1C133500FE8090 /* Resources */,
- 7ED6C9C31B1C13AA00FE8090 /* Embed Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- 7ED6C9C21B1C13AA00FE8090 /* PBXTargetDependency */,
- );
- name = Demo;
- productName = Demo;
- productReference = 7ED6C99D1B1C133500FE8090 /* Keychain Swift.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 7ED6C9631B1C118F00FE8090 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastSwiftUpdateCheck = 0800;
- LastUpgradeCheck = 1020;
- ORGANIZATIONNAME = "Evgenii Neumerzhitckii";
- TargetAttributes = {
- 232B4C791BC29950001F2B7A = {
- CreatedOnToolsVersion = 7.0.1;
- DevelopmentTeam = BS677JRE62;
- DevelopmentTeamName = "Evgenii Neumerzhitckii";
- LastSwiftMigration = 0900;
- };
- 232B4C891BC29984001F2B7A = {
- CreatedOnToolsVersion = 7.0.1;
- LastSwiftMigration = 0900;
- };
- 23E7855F1BDA410C00B7564A = {
- CreatedOnToolsVersion = 7.1;
- LastSwiftMigration = 0900;
- };
- 7E3A6B5F1D3F62C2007C5B1F = {
- CreatedOnToolsVersion = 8.0;
- DevelopmentTeam = BS677JRE62;
- DevelopmentTeamName = "Evgenii Neumerzhitckii";
- LastSwiftMigration = 0900;
- ProvisioningStyle = Automatic;
- };
- 7E3A6B7A1D3F6779007C5B1F = {
- CreatedOnToolsVersion = 8.0;
- DevelopmentTeam = BS677JRE62;
- DevelopmentTeamName = "Evgenii Neumerzhitckii";
- LastSwiftMigration = 0900;
- ProvisioningStyle = Automatic;
- };
- 7ED51A751B7734AF005B39C2 = {
- CreatedOnToolsVersion = 7.0;
- };
- 7ED6C96B1B1C118F00FE8090 = {
- CreatedOnToolsVersion = 6.4;
- LastSwiftMigration = 1020;
- };
- 7ED6C9761B1C118F00FE8090 = {
- CreatedOnToolsVersion = 6.4;
- LastSwiftMigration = 1020;
- ProvisioningStyle = Manual;
- TestTargetID = 7ED6C99C1B1C133500FE8090;
- };
- 7ED6C99C1B1C133500FE8090 = {
- CreatedOnToolsVersion = 6.4;
- LastSwiftMigration = 1020;
- };
- };
- };
- buildConfigurationList = 7ED6C9661B1C118F00FE8090 /* Build configuration list for PBXProject "KeychainSwift" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = 7ED6C9621B1C118F00FE8090;
- productRefGroup = 7ED6C96D1B1C118F00FE8090 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 7ED6C96B1B1C118F00FE8090 /* KeychainSwift */,
- 232B4C791BC29950001F2B7A /* KeychainSwift-macOS */,
- 232B4C891BC29984001F2B7A /* KeychainSwift-watchOS */,
- 23E7855F1BDA410C00B7564A /* KeychainSwift-tvOS */,
- 7ED6C9761B1C118F00FE8090 /* KeychainSwiftTests */,
- 7ED6C99C1B1C133500FE8090 /* Demo */,
- 7ED51A751B7734AF005B39C2 /* ConcatenateSwiftFiles */,
- 7E3A6B5F1D3F62C2007C5B1F /* macOS Tests */,
- 7E3A6B7A1D3F6779007C5B1F /* macOS Demo */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- 232B4C781BC29950001F2B7A /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 232B4C881BC29984001F2B7A /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 23E7855E1BDA410C00B7564A /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7E3A6B5E1D3F62C2007C5B1F /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7E3A6B791D3F6779007C5B1F /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7E3A6B821D3F6779007C5B1F /* Assets.xcassets in Resources */,
- 7E3A6B851D3F6779007C5B1F /* Main.storyboard in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7ED6C96A1B1C118F00FE8090 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7ED6C9751B1C118F00FE8090 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7ED6C99B1B1C133500FE8090 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7ED6C9A71B1C133500FE8090 /* Main.storyboard in Resources */,
- 7ED6C9AC1B1C133500FE8090 /* LaunchScreen.xib in Resources */,
- 7ED6C9A91B1C133500FE8090 /* Images.xcassets in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 232B4C751BC29950001F2B7A /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 232B4C821BC2995D001F2B7A /* KeychainSwift.swift in Sources */,
- 232B4C831BC2995D001F2B7A /* KeychainSwiftAccessOptions.swift in Sources */,
- 232B4C841BC2995D001F2B7A /* TegKeychainConstants.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 232B4C851BC29984001F2B7A /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 232B4C921BC29991001F2B7A /* KeychainSwift.swift in Sources */,
- 232B4C931BC29991001F2B7A /* KeychainSwiftAccessOptions.swift in Sources */,
- 232B4C941BC29991001F2B7A /* TegKeychainConstants.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 23E7855B1BDA410C00B7564A /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 23E785681BDA415000B7564A /* KeychainSwift.swift in Sources */,
- 23E785691BDA415000B7564A /* KeychainSwiftAccessOptions.swift in Sources */,
- 23E7856A1BDA415000B7564A /* TegKeychainConstants.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7E3A6B5C1D3F62C2007C5B1F /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 508566AA1FA34EB1004208ED /* SynchronizableTests.swift in Sources */,
- 7E3A6B691D3F62CC007C5B1F /* KeychainSwiftAccessOptions.swift in Sources */,
- 508566A41FA34EB1004208ED /* KeychainSwiftTests.swift in Sources */,
- 7E3A6B6A1D3F62CC007C5B1F /* TegKeychainConstants.swift in Sources */,
- 508566A21FA34EB1004208ED /* KeychainSwiftPrefixedTests.swift in Sources */,
- 7E3A6B681D3F62CC007C5B1F /* KeychainSwift.swift in Sources */,
- 508566A81FA34EB1004208ED /* macOS_Tests.swift in Sources */,
- 5085669C1FA34EB1004208ED /* AccessGroupTests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7E3A6B771D3F6779007C5B1F /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7E3A6B801D3F6779007C5B1F /* ViewController.swift in Sources */,
- 7E3A6B7E1D3F6779007C5B1F /* AppDelegate.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7ED6C9671B1C118F00FE8090 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7ED6C9911B1C128100FE8090 /* KeychainSwiftAccessOptions.swift in Sources */,
- 7ED6C9901B1C128100FE8090 /* KeychainSwift.swift in Sources */,
- 7ED6C9921B1C128100FE8090 /* TegKeychainConstants.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7ED6C9731B1C118F00FE8090 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 508566A11FA34EB1004208ED /* KeychainSwiftPrefixedTests.swift in Sources */,
- 508566A71FA34EB1004208ED /* macOS_Tests.swift in Sources */,
- 7ED6C9971B1C12B300FE8090 /* KeychainSwiftAccessOptions.swift in Sources */,
- C7E1DE4C1E4B7C9F003818F6 /* ConcurrencyTests.swift in Sources */,
- 7ED6C9961B1C12B100FE8090 /* KeychainSwift.swift in Sources */,
- 508566A91FA34EB1004208ED /* SynchronizableTests.swift in Sources */,
- 5085669B1FA34EB1004208ED /* AccessGroupTests.swift in Sources */,
- 7ED6C9981B1C12B500FE8090 /* TegKeychainConstants.swift in Sources */,
- 5085669D1FA34EB1004208ED /* ClearTests.swift in Sources */,
- 508566A31FA34EB1004208ED /* KeychainSwiftTests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7ED6C9991B1C133500FE8090 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7ED6C9A41B1C133500FE8090 /* ViewController.swift in Sources */,
- 7EE5B9A11E32F6D400AA56FF /* KeychainSwiftCBridge.swift in Sources */,
- 7ED6C9A21B1C133500FE8090 /* AppDelegate.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXTargetDependency section */
- 7E3A6B8D1D3F67B1007C5B1F /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 232B4C791BC29950001F2B7A /* KeychainSwift-macOS */;
- targetProxy = 7E3A6B8C1D3F67B1007C5B1F /* PBXContainerItemProxy */;
- };
- 7EC243571E3301D600C771BE /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 7ED6C99C1B1C133500FE8090 /* Demo */;
- targetProxy = 7EC243561E3301D600C771BE /* PBXContainerItemProxy */;
- };
- 7ED6C97A1B1C118F00FE8090 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 7ED6C96B1B1C118F00FE8090 /* KeychainSwift */;
- targetProxy = 7ED6C9791B1C118F00FE8090 /* PBXContainerItemProxy */;
- };
- 7ED6C9C21B1C13AA00FE8090 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 7ED6C96B1B1C118F00FE8090 /* KeychainSwift */;
- targetProxy = 7ED6C9C11B1C13AA00FE8090 /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
- /* Begin PBXVariantGroup section */
- 7E3A6B831D3F6779007C5B1F /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 7E3A6B841D3F6779007C5B1F /* Base */,
- );
- name = Main.storyboard;
- sourceTree = "<group>";
- };
- 7ED6C9A51B1C133500FE8090 /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 7ED6C9A61B1C133500FE8090 /* Base */,
- );
- name = Main.storyboard;
- sourceTree = "<group>";
- };
- 7ED6C9AA1B1C133500FE8090 /* LaunchScreen.xib */ = {
- isa = PBXVariantGroup;
- children = (
- 7ED6C9AB1B1C133500FE8090 /* Base */,
- );
- name = LaunchScreen.xib;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- 232B4C801BC29950001F2B7A /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- CODE_SIGN_IDENTITY = "-";
- COMBINE_HIDPI_IMAGES = YES;
- DEBUG_INFORMATION_FORMAT = dwarf;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- FRAMEWORK_VERSION = A;
- INFOPLIST_FILE = Sources/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.KeychainSwift-macOS";
- PRODUCT_NAME = KeychainSwift;
- SDKROOT = macosx;
- SKIP_INSTALL = YES;
- SWIFT_SWIFT3_OBJC_INFERENCE = Off;
- SWIFT_VERSION = 5.0;
- };
- name = Debug;
- };
- 232B4C811BC29950001F2B7A /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- CODE_SIGN_IDENTITY = "-";
- COMBINE_HIDPI_IMAGES = YES;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- FRAMEWORK_VERSION = A;
- INFOPLIST_FILE = Sources/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.KeychainSwift-macOS";
- PRODUCT_NAME = KeychainSwift;
- SDKROOT = macosx;
- SKIP_INSTALL = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- SWIFT_SWIFT3_OBJC_INFERENCE = Off;
- SWIFT_VERSION = 5.0;
- };
- name = Release;
- };
- 232B4C901BC29984001F2B7A /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- DEBUG_INFORMATION_FORMAT = dwarf;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = Sources/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.KeychainSwift-watchOS";
- PRODUCT_NAME = KeychainSwift;
- SDKROOT = watchos;
- SKIP_INSTALL = YES;
- SWIFT_SWIFT3_OBJC_INFERENCE = Off;
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = 4;
- WATCHOS_DEPLOYMENT_TARGET = 2.0;
- };
- name = Debug;
- };
- 232B4C911BC29984001F2B7A /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = Sources/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.KeychainSwift-watchOS";
- PRODUCT_NAME = KeychainSwift;
- SDKROOT = watchos;
- SKIP_INSTALL = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- SWIFT_SWIFT3_OBJC_INFERENCE = Off;
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = 4;
- WATCHOS_DEPLOYMENT_TARGET = 2.0;
- };
- name = Release;
- };
- 23E785661BDA410C00B7564A /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- DEBUG_INFORMATION_FORMAT = dwarf;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = Sources/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.KeychainSwift-tvOS";
- PRODUCT_NAME = KeychainSwift;
- SDKROOT = appletvos;
- SKIP_INSTALL = YES;
- SWIFT_SWIFT3_OBJC_INFERENCE = Off;
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- };
- name = Debug;
- };
- 23E785671BDA410C00B7564A /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = Sources/Info.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.KeychainSwift-tvOS";
- PRODUCT_NAME = KeychainSwift;
- SDKROOT = appletvos;
- SKIP_INSTALL = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- SWIFT_SWIFT3_OBJC_INFERENCE = Off;
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- };
- name = Release;
- };
- 7E3A6B651D3F62C2007C5B1F /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CODE_SIGN_IDENTITY = "-";
- COMBINE_HIDPI_IMAGES = YES;
- DEBUG_INFORMATION_FORMAT = dwarf;
- INFOPLIST_FILE = "Tests/KeychainSwiftTests/macOS Tests/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- PRODUCT_BUNDLE_IDENTIFIER = "com.evgenii.macOS-Tests";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = macosx;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
- SWIFT_SWIFT3_OBJC_INFERENCE = Off;
- SWIFT_VERSION = 5.0;
- };
- name = Debug;
- };
- 7E3A6B661D3F62C2007C5B1F /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CODE_SIGN_IDENTITY = "-";
- COMBINE_HIDPI_IMAGES = YES;
- INFOPLIST_FILE = "Tests/KeychainSwiftTests/macOS Tests/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- PRODUCT_BUNDLE_IDENTIFIER = "com.evgenii.macOS-Tests";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = macosx;
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- SWIFT_SWIFT3_OBJC_INFERENCE = Off;
- SWIFT_VERSION = 5.0;
- };
- name = Release;
- };
- 7E3A6B871D3F6779007C5B1F /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CODE_SIGN_IDENTITY = "-";
- COMBINE_HIDPI_IMAGES = YES;
- DEBUG_INFORMATION_FORMAT = dwarf;
- INFOPLIST_FILE = "macOS Demo/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- PRODUCT_BUNDLE_IDENTIFIER = "com.evgenii.macOS-Demo";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = macosx;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
- SWIFT_SWIFT3_OBJC_INFERENCE = Off;
- SWIFT_VERSION = 5.0;
- };
- name = Debug;
- };
- 7E3A6B881D3F6779007C5B1F /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CODE_SIGN_IDENTITY = "-";
- COMBINE_HIDPI_IMAGES = YES;
- INFOPLIST_FILE = "macOS Demo/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- PRODUCT_BUNDLE_IDENTIFIER = "com.evgenii.macOS-Demo";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = macosx;
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- SWIFT_SWIFT3_OBJC_INFERENCE = Off;
- SWIFT_VERSION = 5.0;
- };
- name = Release;
- };
- 7ED51A761B7734AF005B39C2 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DEBUGGING_SYMBOLS = YES;
- DEBUG_INFORMATION_FORMAT = dwarf;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- OTHER_CFLAGS = "";
- OTHER_LDFLAGS = "";
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Debug;
- };
- 7ED51A771B7734AF005B39C2 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- OTHER_CFLAGS = "";
- OTHER_LDFLAGS = "";
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Release;
- };
- 7ED6C9801B1C118F00FE8090 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- 7ED6C9811B1C118F00FE8090 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = iphoneos;
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- 7ED6C9831B1C118F00FE8090 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.$(PRODUCT_NAME:rfc1034identifier)";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- SWIFT_VERSION = 5.0;
- };
- name = Debug;
- };
- 7ED6C9841B1C118F00FE8090 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.$(PRODUCT_NAME:rfc1034identifier)";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- SWIFT_VERSION = 5.0;
- };
- name = Release;
- };
- 7ED6C9861B1C118F00FE8090 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_MODULES = YES;
- FRAMEWORK_SEARCH_PATHS = "$(inherited)";
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- INFOPLIST_FILE = Tests/KeychainSwiftTests/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.$(PRODUCT_NAME:rfc1034identifier)";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_OBJC_BRIDGING_HEADER = "Tests/KeychainSwiftTests/KeychainSwiftTests-Bridging-Header.h";
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- SWIFT_VERSION = 5.0;
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Keychain Swift.app/Keychain Swift";
- };
- name = Debug;
- };
- 7ED6C9871B1C118F00FE8090 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_MODULES = YES;
- FRAMEWORK_SEARCH_PATHS = "$(inherited)";
- INFOPLIST_FILE = Tests/KeychainSwiftTests/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "com.marketplacer.$(PRODUCT_NAME:rfc1034identifier)";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_OBJC_BRIDGING_HEADER = "Tests/KeychainSwiftTests/KeychainSwiftTests-Bridging-Header.h";
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- SWIFT_VERSION = 5.0;
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Keychain Swift.app/Keychain Swift";
- };
- name = Release;
- };
- 7ED6C9BA1B1C133500FE8090 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- INFOPLIST_FILE = Demo/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.marketplacer.KeychainSwiftDemo;
- PRODUCT_NAME = "Keychain Swift";
- SWIFT_VERSION = 5.0;
- };
- name = Debug;
- };
- 7ED6C9BB1B1C133500FE8090 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- INFOPLIST_FILE = Demo/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.marketplacer.KeychainSwiftDemo;
- PRODUCT_NAME = "Keychain Swift";
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- SWIFT_VERSION = 5.0;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 232B4C7F1BC29950001F2B7A /* Build configuration list for PBXNativeTarget "KeychainSwift-macOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 232B4C801BC29950001F2B7A /* Debug */,
- 232B4C811BC29950001F2B7A /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 232B4C8F1BC29984001F2B7A /* Build configuration list for PBXNativeTarget "KeychainSwift-watchOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 232B4C901BC29984001F2B7A /* Debug */,
- 232B4C911BC29984001F2B7A /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 23E785651BDA410C00B7564A /* Build configuration list for PBXNativeTarget "KeychainSwift-tvOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 23E785661BDA410C00B7564A /* Debug */,
- 23E785671BDA410C00B7564A /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 7E3A6B671D3F62C2007C5B1F /* Build configuration list for PBXNativeTarget "macOS Tests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 7E3A6B651D3F62C2007C5B1F /* Debug */,
- 7E3A6B661D3F62C2007C5B1F /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 7E3A6B891D3F6779007C5B1F /* Build configuration list for PBXNativeTarget "macOS Demo" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 7E3A6B871D3F6779007C5B1F /* Debug */,
- 7E3A6B881D3F6779007C5B1F /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 7ED51A781B7734AF005B39C2 /* Build configuration list for PBXLegacyTarget "ConcatenateSwiftFiles" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 7ED51A761B7734AF005B39C2 /* Debug */,
- 7ED51A771B7734AF005B39C2 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 7ED6C9661B1C118F00FE8090 /* Build configuration list for PBXProject "KeychainSwift" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 7ED6C9801B1C118F00FE8090 /* Debug */,
- 7ED6C9811B1C118F00FE8090 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 7ED6C9821B1C118F00FE8090 /* Build configuration list for PBXNativeTarget "KeychainSwift" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 7ED6C9831B1C118F00FE8090 /* Debug */,
- 7ED6C9841B1C118F00FE8090 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 7ED6C9851B1C118F00FE8090 /* Build configuration list for PBXNativeTarget "KeychainSwiftTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 7ED6C9861B1C118F00FE8090 /* Debug */,
- 7ED6C9871B1C118F00FE8090 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 7ED6C9B91B1C133500FE8090 /* Build configuration list for PBXNativeTarget "Demo" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 7ED6C9BA1B1C133500FE8090 /* Debug */,
- 7ED6C9BB1B1C133500FE8090 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 7ED6C9631B1C118F00FE8090 /* Project object */;
- }
|