alexruperez/SecurePropertyStorage

View on GitHub
SecurePropertyStorage.xcodeproj/project.pbxproj

Summary

Maintainability
Test Coverage
// !$*UTF8*$!
{
    archiveVersion = 1;
    classes = {
    };
    objectVersion = 54;
    objects = {

/* Begin PBXAggregateTarget section */
        "SecurePropertyStorage::InjectDynamic::ProductTarget" /* InjectDynamic */ = {
            isa = PBXAggregateTarget;
            buildConfigurationList = OBJ_62 /* Build configuration list for PBXAggregateTarget "InjectDynamic" */;
            buildPhases = (
            );
            dependencies = (
                OBJ_65 /* PBXTargetDependency */,
                OBJ_66 /* PBXTargetDependency */,
            );
            name = InjectDynamic;
            productName = InjectDynamic;
        };
        "SecurePropertyStorage::KeychainDynamic::ProductTarget" /* KeychainDynamic */ = {
            isa = PBXAggregateTarget;
            buildConfigurationList = OBJ_80 /* Build configuration list for PBXAggregateTarget "KeychainDynamic" */;
            buildPhases = (
            );
            dependencies = (
                OBJ_83 /* PBXTargetDependency */,
                OBJ_84 /* PBXTargetDependency */,
            );
            name = KeychainDynamic;
            productName = KeychainDynamic;
        };
        "SecurePropertyStorage::SecurePropertyStorage::ProductTarget" /* SecurePropertyStorage */ = {
            isa = PBXAggregateTarget;
            buildConfigurationList = OBJ_86 /* Build configuration list for PBXAggregateTarget "SecurePropertyStorage" */;
            buildPhases = (
            );
            dependencies = (
                OBJ_89 /* PBXTargetDependency */,
                OBJ_90 /* PBXTargetDependency */,
                OBJ_92 /* PBXTargetDependency */,
                OBJ_94 /* PBXTargetDependency */,
                OBJ_95 /* PBXTargetDependency */,
            );
            name = SecurePropertyStorage;
            productName = SecurePropertyStorage;
        };
        "SecurePropertyStorage::SecurePropertyStorageDynamic::ProductTarget" /* SecurePropertyStorageDynamic */ = {
            isa = PBXAggregateTarget;
            buildConfigurationList = OBJ_97 /* Build configuration list for PBXAggregateTarget "SecurePropertyStorageDynamic" */;
            buildPhases = (
            );
            dependencies = (
                OBJ_100 /* PBXTargetDependency */,
                OBJ_101 /* PBXTargetDependency */,
                OBJ_102 /* PBXTargetDependency */,
                OBJ_103 /* PBXTargetDependency */,
                OBJ_104 /* PBXTargetDependency */,
            );
            name = SecurePropertyStorageDynamic;
            productName = SecurePropertyStorageDynamic;
        };
        "SecurePropertyStorage::SecurePropertyStoragePackageTests::ProductTarget" /* SecurePropertyStoragePackageTests */ = {
            isa = PBXAggregateTarget;
            buildConfigurationList = OBJ_112 /* Build configuration list for PBXAggregateTarget "SecurePropertyStoragePackageTests" */;
            buildPhases = (
            );
            dependencies = (
                OBJ_115 /* PBXTargetDependency */,
            );
            name = SecurePropertyStoragePackageTests;
            productName = SecurePropertyStoragePackageTests;
        };
        "SecurePropertyStorage::SingletonDynamic::ProductTarget" /* SingletonDynamic */ = {
            isa = PBXAggregateTarget;
            buildConfigurationList = OBJ_149 /* Build configuration list for PBXAggregateTarget "SingletonDynamic" */;
            buildPhases = (
            );
            dependencies = (
                OBJ_152 /* PBXTargetDependency */,
                OBJ_153 /* PBXTargetDependency */,
            );
            name = SingletonDynamic;
            productName = SingletonDynamic;
        };
        "SecurePropertyStorage::StorageDynamic::ProductTarget" /* StorageDynamic */ = {
            isa = PBXAggregateTarget;
            buildConfigurationList = OBJ_166 /* Build configuration list for PBXAggregateTarget "StorageDynamic" */;
            buildPhases = (
            );
            dependencies = (
                OBJ_169 /* PBXTargetDependency */,
            );
            name = StorageDynamic;
            productName = StorageDynamic;
        };
        "SecurePropertyStorage::UserDefaultDynamic::ProductTarget" /* UserDefaultDynamic */ = {
            isa = PBXAggregateTarget;
            buildConfigurationList = OBJ_182 /* Build configuration list for PBXAggregateTarget "UserDefaultDynamic" */;
            buildPhases = (
            );
            dependencies = (
                OBJ_185 /* PBXTargetDependency */,
                OBJ_186 /* PBXTargetDependency */,
            );
            name = UserDefaultDynamic;
            productName = UserDefaultDynamic;
        };
/* End PBXAggregateTarget section */

/* Begin PBXBuildFile section */
        50CFF8222C8B1DF000C2B641 /* StorageActor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50CFF8212C8B1DF000C2B641 /* StorageActor.swift */; };
        OBJ_110 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; };
        OBJ_121 /* InjectTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_32 /* InjectTests.swift */; };
        OBJ_122 /* KeychainTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_33 /* KeychainTests.swift */; };
        OBJ_123 /* SingletonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_34 /* SingletonTests.swift */; };
        OBJ_124 /* UserDefaultTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_35 /* UserDefaultTests.swift */; };
        OBJ_125 /* XCTestManifests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_36 /* XCTestManifests.swift */; };
        OBJ_127 /* Inject.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SecurePropertyStorage::Inject::Product" /* Inject.framework */; };
        OBJ_128 /* Singleton.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SecurePropertyStorage::Singleton::Product" /* Singleton.framework */; };
        OBJ_129 /* UserDefault.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SecurePropertyStorage::UserDefault::Product" /* UserDefault.framework */; };
        OBJ_130 /* Keychain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SecurePropertyStorage::Keychain::Product" /* Keychain.framework */; };
        OBJ_131 /* Storage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SecurePropertyStorage::Storage::Product" /* Storage.framework */; };
        OBJ_141 /* Singleton.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_18 /* Singleton.swift */; };
        OBJ_142 /* SingletonStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_19 /* SingletonStorage.swift */; };
        OBJ_144 /* Keychain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SecurePropertyStorage::Keychain::Product" /* Keychain.framework */; };
        OBJ_145 /* Storage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SecurePropertyStorage::Storage::Product" /* Storage.framework */; };
        OBJ_158 /* DataConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_21 /* DataConvertible.swift */; };
        OBJ_159 /* DelegatedStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_22 /* DelegatedStorage.swift */; };
        OBJ_160 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_23 /* Storage.swift */; };
        OBJ_161 /* StorageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_24 /* StorageData.swift */; };
        OBJ_162 /* StorageDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_25 /* StorageDelegate.swift */; };
        OBJ_163 /* Store.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_26 /* Store.swift */; };
        OBJ_174 /* UserDefault.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_28 /* UserDefault.swift */; };
        OBJ_175 /* UserDefaultsStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_29 /* UserDefaultsStorage.swift */; };
        OBJ_177 /* Keychain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SecurePropertyStorage::Keychain::Product" /* Keychain.framework */; };
        OBJ_178 /* Storage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SecurePropertyStorage::Storage::Product" /* Storage.framework */; };
        OBJ_54 /* Inject.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* Inject.swift */; };
        OBJ_55 /* InjectError.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* InjectError.swift */; };
        OBJ_56 /* InjectStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* InjectStorage.swift */; };
        OBJ_58 /* Storage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SecurePropertyStorage::Storage::Product" /* Storage.framework */; };
        OBJ_72 /* CryptoData.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_13 /* CryptoData.swift */; };
        OBJ_73 /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_14 /* Keychain.swift */; };
        OBJ_74 /* KeychainError.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_15 /* KeychainError.swift */; };
        OBJ_75 /* KeychainStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_16 /* KeychainStorage.swift */; };
        OBJ_77 /* Storage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "SecurePropertyStorage::Storage::Product" /* Storage.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
        D559352426281DF6006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Storage";
            remoteInfo = Storage;
        };
        D559352526281DF6006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Storage";
            remoteInfo = Storage;
        };
        D559352626281DF6006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Keychain";
            remoteInfo = Keychain;
        };
        D559352726281DF6006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Storage";
            remoteInfo = Storage;
        };
        D559352826281DF6006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Keychain";
            remoteInfo = Keychain;
        };
        D559352926281DF6006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Storage";
            remoteInfo = Storage;
        };
        D559352A26281DFB006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Inject";
            remoteInfo = Inject;
        };
        D559352B26281DFB006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Singleton";
            remoteInfo = Singleton;
        };
        D559352C26281DFB006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::UserDefault";
            remoteInfo = UserDefault;
        };
        D559352D26281DFB006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Keychain";
            remoteInfo = Keychain;
        };
        D559352E26281DFB006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Storage";
            remoteInfo = Storage;
        };
        D559353026281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Storage";
            remoteInfo = Storage;
        };
        D559353126281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Inject";
            remoteInfo = Inject;
        };
        D559353426281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Storage";
            remoteInfo = Storage;
        };
        D559353526281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Keychain";
            remoteInfo = Keychain;
        };
        D559353726281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Storage";
            remoteInfo = Storage;
        };
        D559353826281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::UserDefault";
            remoteInfo = UserDefault;
        };
        D559353926281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Singleton";
            remoteInfo = Singleton;
        };
        D559353A26281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Keychain";
            remoteInfo = Keychain;
        };
        D559353B26281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Inject";
            remoteInfo = Inject;
        };
        D559353D26281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Storage";
            remoteInfo = Storage;
        };
        D559353E26281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::UserDefault";
            remoteInfo = UserDefault;
        };
        D559353F26281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Singleton";
            remoteInfo = Singleton;
        };
        D559354026281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Keychain";
            remoteInfo = Keychain;
        };
        D559354126281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Inject";
            remoteInfo = Inject;
        };
        D559354426281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::SecurePropertyStorageTests";
            remoteInfo = SecurePropertyStorageTests;
        };
        D559354826281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Storage";
            remoteInfo = Storage;
        };
        D559354926281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Singleton";
            remoteInfo = Singleton;
        };
        D559354C26281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Storage";
            remoteInfo = Storage;
        };
        D559354F26281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::Storage";
            remoteInfo = Storage;
        };
        D559355026281DFC006C2111 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = OBJ_1 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = "SecurePropertyStorage::UserDefault";
            remoteInfo = UserDefault;
        };
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
        50CFF8212C8B1DF000C2B641 /* StorageActor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StorageActor.swift; sourceTree = "<group>"; };
        OBJ_10 /* InjectError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InjectError.swift; sourceTree = "<group>"; };
        OBJ_11 /* InjectStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InjectStorage.swift; sourceTree = "<group>"; };
        OBJ_13 /* CryptoData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CryptoData.swift; sourceTree = "<group>"; };
        OBJ_14 /* Keychain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Keychain.swift; sourceTree = "<group>"; };
        OBJ_15 /* KeychainError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainError.swift; sourceTree = "<group>"; };
        OBJ_16 /* KeychainStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainStorage.swift; sourceTree = "<group>"; };
        OBJ_18 /* Singleton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Singleton.swift; sourceTree = "<group>"; };
        OBJ_19 /* SingletonStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingletonStorage.swift; sourceTree = "<group>"; };
        OBJ_21 /* DataConvertible.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataConvertible.swift; sourceTree = "<group>"; };
        OBJ_22 /* DelegatedStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DelegatedStorage.swift; sourceTree = "<group>"; };
        OBJ_23 /* Storage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Storage.swift; sourceTree = "<group>"; };
        OBJ_24 /* StorageData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StorageData.swift; sourceTree = "<group>"; };
        OBJ_25 /* StorageDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StorageDelegate.swift; sourceTree = "<group>"; };
        OBJ_26 /* Store.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Store.swift; sourceTree = "<group>"; };
        OBJ_28 /* UserDefault.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefault.swift; sourceTree = "<group>"; };
        OBJ_29 /* UserDefaultsStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefaultsStorage.swift; sourceTree = "<group>"; };
        OBJ_32 /* InjectTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InjectTests.swift; sourceTree = "<group>"; };
        OBJ_33 /* KeychainTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainTests.swift; sourceTree = "<group>"; };
        OBJ_34 /* SingletonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingletonTests.swift; sourceTree = "<group>"; };
        OBJ_35 /* UserDefaultTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefaultTests.swift; sourceTree = "<group>"; };
        OBJ_36 /* XCTestManifests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTestManifests.swift; sourceTree = "<group>"; };
        OBJ_44 /* gh-pages.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "gh-pages.sh"; sourceTree = "<group>"; };
        OBJ_45 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
        OBJ_46 /* jazzy.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = jazzy.sh; sourceTree = "<group>"; };
        OBJ_47 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
        OBJ_48 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
        OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
        OBJ_9 /* Inject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Inject.swift; sourceTree = "<group>"; };
        "SecurePropertyStorage::Inject::Product" /* Inject.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Inject.framework; sourceTree = BUILT_PRODUCTS_DIR; };
        "SecurePropertyStorage::Keychain::Product" /* Keychain.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Keychain.framework; sourceTree = BUILT_PRODUCTS_DIR; };
        "SecurePropertyStorage::SecurePropertyStorageTests::Product" /* SecurePropertyStorageTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = SecurePropertyStorageTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
        "SecurePropertyStorage::Singleton::Product" /* Singleton.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Singleton.framework; sourceTree = BUILT_PRODUCTS_DIR; };
        "SecurePropertyStorage::Storage::Product" /* Storage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Storage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
        "SecurePropertyStorage::UserDefault::Product" /* UserDefault.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = UserDefault.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
        OBJ_126 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_127 /* Inject.framework in Frameworks */,
                OBJ_128 /* Singleton.framework in Frameworks */,
                OBJ_129 /* UserDefault.framework in Frameworks */,
                OBJ_130 /* Keychain.framework in Frameworks */,
                OBJ_131 /* Storage.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_143 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_144 /* Keychain.framework in Frameworks */,
                OBJ_145 /* Storage.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_164 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 0;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_176 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_177 /* Keychain.framework in Frameworks */,
                OBJ_178 /* Storage.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_57 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_58 /* Storage.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_76 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_77 /* Storage.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
        OBJ_12 /* Keychain */ = {
            isa = PBXGroup;
            children = (
                OBJ_13 /* CryptoData.swift */,
                OBJ_14 /* Keychain.swift */,
                OBJ_15 /* KeychainError.swift */,
                OBJ_16 /* KeychainStorage.swift */,
            );
            name = Keychain;
            path = Sources/Keychain;
            sourceTree = SOURCE_ROOT;
        };
        OBJ_17 /* Singleton */ = {
            isa = PBXGroup;
            children = (
                OBJ_18 /* Singleton.swift */,
                OBJ_19 /* SingletonStorage.swift */,
            );
            name = Singleton;
            path = Sources/Singleton;
            sourceTree = SOURCE_ROOT;
        };
        OBJ_20 /* Storage */ = {
            isa = PBXGroup;
            children = (
                OBJ_21 /* DataConvertible.swift */,
                OBJ_22 /* DelegatedStorage.swift */,
                OBJ_23 /* Storage.swift */,
                OBJ_24 /* StorageData.swift */,
                OBJ_25 /* StorageDelegate.swift */,
                OBJ_26 /* Store.swift */,
                50CFF8212C8B1DF000C2B641 /* StorageActor.swift */,
            );
            name = Storage;
            path = Sources/Storage;
            sourceTree = SOURCE_ROOT;
        };
        OBJ_27 /* UserDefault */ = {
            isa = PBXGroup;
            children = (
                OBJ_28 /* UserDefault.swift */,
                OBJ_29 /* UserDefaultsStorage.swift */,
            );
            name = UserDefault;
            path = Sources/UserDefault;
            sourceTree = SOURCE_ROOT;
        };
        OBJ_30 /* Tests */ = {
            isa = PBXGroup;
            children = (
                OBJ_31 /* SecurePropertyStorageTests */,
            );
            name = Tests;
            sourceTree = SOURCE_ROOT;
        };
        OBJ_31 /* SecurePropertyStorageTests */ = {
            isa = PBXGroup;
            children = (
                OBJ_32 /* InjectTests.swift */,
                OBJ_33 /* KeychainTests.swift */,
                OBJ_34 /* SingletonTests.swift */,
                OBJ_35 /* UserDefaultTests.swift */,
                OBJ_36 /* XCTestManifests.swift */,
            );
            name = SecurePropertyStorageTests;
            path = Tests/SecurePropertyStorageTests;
            sourceTree = SOURCE_ROOT;
        };
        OBJ_37 /* Products */ = {
            isa = PBXGroup;
            children = (
                "SecurePropertyStorage::Singleton::Product" /* Singleton.framework */,
                "SecurePropertyStorage::SecurePropertyStorageTests::Product" /* SecurePropertyStorageTests.xctest */,
                "SecurePropertyStorage::Keychain::Product" /* Keychain.framework */,
                "SecurePropertyStorage::Inject::Product" /* Inject.framework */,
                "SecurePropertyStorage::UserDefault::Product" /* UserDefault.framework */,
                "SecurePropertyStorage::Storage::Product" /* Storage.framework */,
            );
            name = Products;
            sourceTree = BUILT_PRODUCTS_DIR;
        };
        OBJ_5 = {
            isa = PBXGroup;
            children = (
                OBJ_6 /* Package.swift */,
                OBJ_7 /* Sources */,
                OBJ_30 /* Tests */,
                OBJ_37 /* Products */,
                OBJ_44 /* gh-pages.sh */,
                OBJ_45 /* LICENSE */,
                OBJ_46 /* jazzy.sh */,
                OBJ_47 /* CHANGELOG.md */,
                OBJ_48 /* README.md */,
            );
            sourceTree = "<group>";
        };
        OBJ_7 /* Sources */ = {
            isa = PBXGroup;
            children = (
                OBJ_8 /* Inject */,
                OBJ_12 /* Keychain */,
                OBJ_17 /* Singleton */,
                OBJ_20 /* Storage */,
                OBJ_27 /* UserDefault */,
            );
            name = Sources;
            sourceTree = SOURCE_ROOT;
        };
        OBJ_8 /* Inject */ = {
            isa = PBXGroup;
            children = (
                OBJ_9 /* Inject.swift */,
                OBJ_10 /* InjectError.swift */,
                OBJ_11 /* InjectStorage.swift */,
            );
            name = Inject;
            path = Sources/Inject;
            sourceTree = SOURCE_ROOT;
        };
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
        "SecurePropertyStorage::Inject" /* Inject */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = OBJ_50 /* Build configuration list for PBXNativeTarget "Inject" */;
            buildPhases = (
                OBJ_53 /* Sources */,
                OBJ_57 /* Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
                OBJ_59 /* PBXTargetDependency */,
            );
            name = Inject;
            productName = Inject;
            productReference = "SecurePropertyStorage::Inject::Product" /* Inject.framework */;
            productType = "com.apple.product-type.framework";
        };
        "SecurePropertyStorage::Keychain" /* Keychain */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = OBJ_68 /* Build configuration list for PBXNativeTarget "Keychain" */;
            buildPhases = (
                OBJ_71 /* Sources */,
                OBJ_76 /* Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
                OBJ_78 /* PBXTargetDependency */,
            );
            name = Keychain;
            productName = Keychain;
            productReference = "SecurePropertyStorage::Keychain::Product" /* Keychain.framework */;
            productType = "com.apple.product-type.framework";
        };
        "SecurePropertyStorage::SecurePropertyStorageTests" /* SecurePropertyStorageTests */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = OBJ_117 /* Build configuration list for PBXNativeTarget "SecurePropertyStorageTests" */;
            buildPhases = (
                OBJ_120 /* Sources */,
                OBJ_126 /* Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
                OBJ_132 /* PBXTargetDependency */,
                OBJ_133 /* PBXTargetDependency */,
                OBJ_134 /* PBXTargetDependency */,
                OBJ_135 /* PBXTargetDependency */,
                OBJ_136 /* PBXTargetDependency */,
            );
            name = SecurePropertyStorageTests;
            productName = SecurePropertyStorageTests;
            productReference = "SecurePropertyStorage::SecurePropertyStorageTests::Product" /* SecurePropertyStorageTests.xctest */;
            productType = "com.apple.product-type.bundle.unit-test";
        };
        "SecurePropertyStorage::Singleton" /* Singleton */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = OBJ_137 /* Build configuration list for PBXNativeTarget "Singleton" */;
            buildPhases = (
                OBJ_140 /* Sources */,
                OBJ_143 /* Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
                OBJ_146 /* PBXTargetDependency */,
                OBJ_147 /* PBXTargetDependency */,
            );
            name = Singleton;
            productName = Singleton;
            productReference = "SecurePropertyStorage::Singleton::Product" /* Singleton.framework */;
            productType = "com.apple.product-type.framework";
        };
        "SecurePropertyStorage::Storage" /* Storage */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = OBJ_154 /* Build configuration list for PBXNativeTarget "Storage" */;
            buildPhases = (
                OBJ_157 /* Sources */,
                OBJ_164 /* Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = Storage;
            productName = Storage;
            productReference = "SecurePropertyStorage::Storage::Product" /* Storage.framework */;
            productType = "com.apple.product-type.framework";
        };
        "SecurePropertyStorage::SwiftPMPackageDescription" /* SecurePropertyStoragePackageDescription */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = OBJ_106 /* Build configuration list for PBXNativeTarget "SecurePropertyStoragePackageDescription" */;
            buildPhases = (
                OBJ_109 /* Sources */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = SecurePropertyStoragePackageDescription;
            productName = SecurePropertyStoragePackageDescription;
            productType = "com.apple.product-type.framework";
        };
        "SecurePropertyStorage::UserDefault" /* UserDefault */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = OBJ_170 /* Build configuration list for PBXNativeTarget "UserDefault" */;
            buildPhases = (
                OBJ_173 /* Sources */,
                OBJ_176 /* Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
                OBJ_179 /* PBXTargetDependency */,
                OBJ_180 /* PBXTargetDependency */,
            );
            name = UserDefault;
            productName = UserDefault;
            productReference = "SecurePropertyStorage::UserDefault::Product" /* UserDefault.framework */;
            productType = "com.apple.product-type.framework";
        };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
        OBJ_1 /* Project object */ = {
            isa = PBXProject;
            attributes = {
                BuildIndependentTargetsInParallel = YES;
                LastSwiftMigration = 9999;
                LastUpgradeCheck = 1600;
            };
            buildConfigurationList = OBJ_2 /* Build configuration list for PBXProject "SecurePropertyStorage" */;
            compatibilityVersion = "Xcode 3.2";
            developmentRegion = en;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
                Base,
            );
            mainGroup = OBJ_5;
            productRefGroup = OBJ_37 /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                "SecurePropertyStorage::Inject" /* Inject */,
                "SecurePropertyStorage::InjectDynamic::ProductTarget" /* InjectDynamic */,
                "SecurePropertyStorage::Keychain" /* Keychain */,
                "SecurePropertyStorage::KeychainDynamic::ProductTarget" /* KeychainDynamic */,
                "SecurePropertyStorage::SecurePropertyStorage::ProductTarget" /* SecurePropertyStorage */,
                "SecurePropertyStorage::SecurePropertyStorageDynamic::ProductTarget" /* SecurePropertyStorageDynamic */,
                "SecurePropertyStorage::SwiftPMPackageDescription" /* SecurePropertyStoragePackageDescription */,
                "SecurePropertyStorage::SecurePropertyStoragePackageTests::ProductTarget" /* SecurePropertyStoragePackageTests */,
                "SecurePropertyStorage::SecurePropertyStorageTests" /* SecurePropertyStorageTests */,
                "SecurePropertyStorage::Singleton" /* Singleton */,
                "SecurePropertyStorage::SingletonDynamic::ProductTarget" /* SingletonDynamic */,
                "SecurePropertyStorage::Storage" /* Storage */,
                "SecurePropertyStorage::StorageDynamic::ProductTarget" /* StorageDynamic */,
                "SecurePropertyStorage::UserDefault" /* UserDefault */,
                "SecurePropertyStorage::UserDefaultDynamic::ProductTarget" /* UserDefaultDynamic */,
            );
        };
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
        OBJ_109 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_110 /* Package.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_120 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_121 /* InjectTests.swift in Sources */,
                OBJ_122 /* KeychainTests.swift in Sources */,
                OBJ_123 /* SingletonTests.swift in Sources */,
                OBJ_124 /* UserDefaultTests.swift in Sources */,
                OBJ_125 /* XCTestManifests.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_140 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_141 /* Singleton.swift in Sources */,
                OBJ_142 /* SingletonStorage.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_157 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_158 /* DataConvertible.swift in Sources */,
                OBJ_159 /* DelegatedStorage.swift in Sources */,
                OBJ_160 /* Storage.swift in Sources */,
                OBJ_161 /* StorageData.swift in Sources */,
                50CFF8222C8B1DF000C2B641 /* StorageActor.swift in Sources */,
                OBJ_162 /* StorageDelegate.swift in Sources */,
                OBJ_163 /* Store.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_173 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_174 /* UserDefault.swift in Sources */,
                OBJ_175 /* UserDefaultsStorage.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_53 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_54 /* Inject.swift in Sources */,
                OBJ_55 /* InjectError.swift in Sources */,
                OBJ_56 /* InjectStorage.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        OBJ_71 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 0;
            files = (
                OBJ_72 /* CryptoData.swift in Sources */,
                OBJ_73 /* Keychain.swift in Sources */,
                OBJ_74 /* KeychainError.swift in Sources */,
                OBJ_75 /* KeychainStorage.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
        OBJ_100 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Storage" /* Storage */;
            targetProxy = D559353D26281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_101 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::UserDefault" /* UserDefault */;
            targetProxy = D559353E26281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_102 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Singleton" /* Singleton */;
            targetProxy = D559353F26281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_103 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Keychain" /* Keychain */;
            targetProxy = D559354026281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_104 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Inject" /* Inject */;
            targetProxy = D559354126281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_115 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::SecurePropertyStorageTests" /* SecurePropertyStorageTests */;
            targetProxy = D559354426281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_132 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Inject" /* Inject */;
            targetProxy = D559352A26281DFB006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_133 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Singleton" /* Singleton */;
            targetProxy = D559352B26281DFB006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_134 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::UserDefault" /* UserDefault */;
            targetProxy = D559352C26281DFB006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_135 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Keychain" /* Keychain */;
            targetProxy = D559352D26281DFB006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_136 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Storage" /* Storage */;
            targetProxy = D559352E26281DFB006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_146 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Keychain" /* Keychain */;
            targetProxy = D559352826281DF6006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_147 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Storage" /* Storage */;
            targetProxy = D559352926281DF6006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_152 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Storage" /* Storage */;
            targetProxy = D559354826281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_153 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Singleton" /* Singleton */;
            targetProxy = D559354926281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_169 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Storage" /* Storage */;
            targetProxy = D559354C26281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_179 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Keychain" /* Keychain */;
            targetProxy = D559352626281DF6006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_180 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Storage" /* Storage */;
            targetProxy = D559352726281DF6006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_185 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Storage" /* Storage */;
            targetProxy = D559354F26281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_186 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::UserDefault" /* UserDefault */;
            targetProxy = D559355026281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_59 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Storage" /* Storage */;
            targetProxy = D559352426281DF6006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_65 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Storage" /* Storage */;
            targetProxy = D559353026281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_66 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Inject" /* Inject */;
            targetProxy = D559353126281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_78 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Storage" /* Storage */;
            targetProxy = D559352526281DF6006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_83 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Storage" /* Storage */;
            targetProxy = D559353426281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_84 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Keychain" /* Keychain */;
            targetProxy = D559353526281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_89 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Storage" /* Storage */;
            targetProxy = D559353726281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_90 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::UserDefault" /* UserDefault */;
            targetProxy = D559353826281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_92 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Singleton" /* Singleton */;
            targetProxy = D559353926281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_94 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Keychain" /* Keychain */;
            targetProxy = D559353A26281DFC006C2111 /* PBXContainerItemProxy */;
        };
        OBJ_95 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = "SecurePropertyStorage::Inject" /* Inject */;
            targetProxy = D559353B26281DFC006C2111 /* PBXContainerItemProxy */;
        };
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
        OBJ_107 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                LD = /usr/bin/true;
            };
            name = Debug;
        };
        OBJ_108 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                LD = /usr/bin/true;
            };
            name = Release;
        };
        OBJ_113 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Debug;
        };
        OBJ_114 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Release;
        };
        OBJ_118 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                CLANG_ENABLE_MODULES = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                INFOPLIST_FILE = SecurePropertyStorage.xcodeproj/SecurePropertyStorageTests_Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "@loader_path/../Frameworks",
                    "@loader_path/Frameworks",
                );
                TARGET_NAME = SecurePropertyStorageTests;
            };
            name = Debug;
        };
        OBJ_119 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                CLANG_ENABLE_MODULES = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                INFOPLIST_FILE = SecurePropertyStorage.xcodeproj/SecurePropertyStorageTests_Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "@loader_path/../Frameworks",
                    "@loader_path/Frameworks",
                );
                TARGET_NAME = SecurePropertyStorageTests;
            };
            name = Release;
        };
        OBJ_138 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ENABLE_TESTABILITY = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                INFOPLIST_FILE = SecurePropertyStorage.xcodeproj/Singleton_Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
                );
                PRODUCT_BUNDLE_IDENTIFIER = Singleton;
                PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                TARGET_NAME = Singleton;
            };
            name = Debug;
        };
        OBJ_139 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ENABLE_TESTABILITY = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                INFOPLIST_FILE = SecurePropertyStorage.xcodeproj/Singleton_Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
                );
                PRODUCT_BUNDLE_IDENTIFIER = Singleton;
                PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                TARGET_NAME = Singleton;
            };
            name = Release;
        };
        OBJ_150 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Debug;
        };
        OBJ_151 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Release;
        };
        OBJ_155 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ENABLE_TESTABILITY = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                INFOPLIST_FILE = SecurePropertyStorage.xcodeproj/Storage_Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
                );
                PRODUCT_BUNDLE_IDENTIFIER = Storage;
                PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                TARGET_NAME = Storage;
            };
            name = Debug;
        };
        OBJ_156 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ENABLE_TESTABILITY = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                INFOPLIST_FILE = SecurePropertyStorage.xcodeproj/Storage_Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
                );
                PRODUCT_BUNDLE_IDENTIFIER = Storage;
                PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                TARGET_NAME = Storage;
            };
            name = Release;
        };
        OBJ_167 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Debug;
        };
        OBJ_168 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Release;
        };
        OBJ_171 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ENABLE_TESTABILITY = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                INFOPLIST_FILE = SecurePropertyStorage.xcodeproj/UserDefault_Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
                );
                PRODUCT_BUNDLE_IDENTIFIER = UserDefault;
                PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                TARGET_NAME = UserDefault;
            };
            name = Debug;
        };
        OBJ_172 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ENABLE_TESTABILITY = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                INFOPLIST_FILE = SecurePropertyStorage.xcodeproj/UserDefault_Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
                );
                PRODUCT_BUNDLE_IDENTIFIER = UserDefault;
                PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                TARGET_NAME = UserDefault;
            };
            name = Release;
        };
        OBJ_183 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Debug;
        };
        OBJ_184 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Release;
        };
        OBJ_3 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
                ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = 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_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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
                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;
                COMBINE_HIDPI_IMAGES = YES;
                COPY_PHASE_STRIP = NO;
                DEAD_CODE_STRIPPING = YES;
                DEBUG_INFORMATION_FORMAT = dwarf;
                DYLIB_INSTALL_NAME_BASE = "@rpath";
                ENABLE_NS_ASSERTIONS = YES;
                ENABLE_STRICT_OBJC_MSGSEND = YES;
                ENABLE_TESTABILITY = YES;
                ENABLE_USER_SCRIPT_SANDBOXING = YES;
                GCC_NO_COMMON_BLOCKS = YES;
                GCC_OPTIMIZATION_LEVEL = 0;
                GCC_PREPROCESSOR_DEFINITIONS = (
                    "$(inherited)",
                    "SWIFT_PACKAGE=1",
                    "DEBUG=1",
                );
                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
                GCC_WARN_ABOUT_RETURN_TYPE = YES;
                GCC_WARN_UNDECLARED_SELECTOR = YES;
                GCC_WARN_UNINITIALIZED_AUTOS = YES;
                GCC_WARN_UNUSED_FUNCTION = YES;
                GCC_WARN_UNUSED_VARIABLE = YES;
                IPHONEOS_DEPLOYMENT_TARGET = 13.0;
                MACOSX_DEPLOYMENT_TARGET = 11.5;
                ONLY_ACTIVE_ARCH = YES;
                OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SDKROOT = macosx;
                SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
                SUPPORTS_MACCATALYST = YES;
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE DEBUG";
                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                SWIFT_STRICT_CONCURRENCY = complete;
                SWIFT_VERSION = 5.0;
                TVOS_DEPLOYMENT_TARGET = 13.0;
                USE_HEADERMAP = NO;
                WATCHOS_DEPLOYMENT_TARGET = 6.0;
                XROS_DEPLOYMENT_TARGET = 1.0;
            };
            name = Debug;
        };
        OBJ_4 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
                ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = 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_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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
                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;
                COMBINE_HIDPI_IMAGES = YES;
                COPY_PHASE_STRIP = YES;
                DEAD_CODE_STRIPPING = YES;
                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
                DYLIB_INSTALL_NAME_BASE = "@rpath";
                ENABLE_STRICT_OBJC_MSGSEND = YES;
                ENABLE_USER_SCRIPT_SANDBOXING = YES;
                GCC_NO_COMMON_BLOCKS = YES;
                GCC_OPTIMIZATION_LEVEL = s;
                GCC_PREPROCESSOR_DEFINITIONS = (
                    "$(inherited)",
                    "SWIFT_PACKAGE=1",
                );
                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
                GCC_WARN_ABOUT_RETURN_TYPE = YES;
                GCC_WARN_UNDECLARED_SELECTOR = YES;
                GCC_WARN_UNINITIALIZED_AUTOS = YES;
                GCC_WARN_UNUSED_FUNCTION = YES;
                GCC_WARN_UNUSED_VARIABLE = YES;
                IPHONEOS_DEPLOYMENT_TARGET = 13.0;
                MACOSX_DEPLOYMENT_TARGET = 11.5;
                OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SDKROOT = macosx;
                SUPPORTED_PLATFORMS = "xrsimulator xros watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
                SUPPORTS_MACCATALYST = YES;
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE";
                SWIFT_COMPILATION_MODE = wholemodule;
                SWIFT_OPTIMIZATION_LEVEL = "-O";
                SWIFT_STRICT_CONCURRENCY = complete;
                SWIFT_VERSION = 5.0;
                TVOS_DEPLOYMENT_TARGET = 13.0;
                USE_HEADERMAP = NO;
                WATCHOS_DEPLOYMENT_TARGET = 6.0;
                XROS_DEPLOYMENT_TARGET = 1.0;
            };
            name = Release;
        };
        OBJ_51 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ENABLE_TESTABILITY = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                INFOPLIST_FILE = SecurePropertyStorage.xcodeproj/Inject_Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
                );
                PRODUCT_BUNDLE_IDENTIFIER = Inject;
                PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                TARGET_NAME = Inject;
            };
            name = Debug;
        };
        OBJ_52 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ENABLE_TESTABILITY = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                INFOPLIST_FILE = SecurePropertyStorage.xcodeproj/Inject_Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
                );
                PRODUCT_BUNDLE_IDENTIFIER = Inject;
                PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                TARGET_NAME = Inject;
            };
            name = Release;
        };
        OBJ_63 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Debug;
        };
        OBJ_64 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Release;
        };
        OBJ_69 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ENABLE_TESTABILITY = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                INFOPLIST_FILE = SecurePropertyStorage.xcodeproj/Keychain_Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
                );
                PRODUCT_BUNDLE_IDENTIFIER = Keychain;
                PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                TARGET_NAME = Keychain;
            };
            name = Debug;
        };
        OBJ_70 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ENABLE_TESTABILITY = YES;
                FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PLATFORM_DIR)/Developer/Library/Frameworks",
                );
                INFOPLIST_FILE = SecurePropertyStorage.xcodeproj/Keychain_Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
                );
                PRODUCT_BUNDLE_IDENTIFIER = Keychain;
                PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                TARGET_NAME = Keychain;
            };
            name = Release;
        };
        OBJ_81 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Debug;
        };
        OBJ_82 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Release;
        };
        OBJ_87 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Debug;
        };
        OBJ_88 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Release;
        };
        OBJ_98 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Debug;
        };
        OBJ_99 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
            };
            name = Release;
        };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
        OBJ_106 /* Build configuration list for PBXNativeTarget "SecurePropertyStoragePackageDescription" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_107 /* Debug */,
                OBJ_108 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_112 /* Build configuration list for PBXAggregateTarget "SecurePropertyStoragePackageTests" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_113 /* Debug */,
                OBJ_114 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_117 /* Build configuration list for PBXNativeTarget "SecurePropertyStorageTests" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_118 /* Debug */,
                OBJ_119 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_137 /* Build configuration list for PBXNativeTarget "Singleton" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_138 /* Debug */,
                OBJ_139 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_149 /* Build configuration list for PBXAggregateTarget "SingletonDynamic" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_150 /* Debug */,
                OBJ_151 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_154 /* Build configuration list for PBXNativeTarget "Storage" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_155 /* Debug */,
                OBJ_156 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_166 /* Build configuration list for PBXAggregateTarget "StorageDynamic" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_167 /* Debug */,
                OBJ_168 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_170 /* Build configuration list for PBXNativeTarget "UserDefault" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_171 /* Debug */,
                OBJ_172 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_182 /* Build configuration list for PBXAggregateTarget "UserDefaultDynamic" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_183 /* Debug */,
                OBJ_184 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_2 /* Build configuration list for PBXProject "SecurePropertyStorage" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_3 /* Debug */,
                OBJ_4 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_50 /* Build configuration list for PBXNativeTarget "Inject" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_51 /* Debug */,
                OBJ_52 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_62 /* Build configuration list for PBXAggregateTarget "InjectDynamic" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_63 /* Debug */,
                OBJ_64 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_68 /* Build configuration list for PBXNativeTarget "Keychain" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_69 /* Debug */,
                OBJ_70 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_80 /* Build configuration list for PBXAggregateTarget "KeychainDynamic" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_81 /* Debug */,
                OBJ_82 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_86 /* Build configuration list for PBXAggregateTarget "SecurePropertyStorage" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_87 /* Debug */,
                OBJ_88 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        OBJ_97 /* Build configuration list for PBXAggregateTarget "SecurePropertyStorageDynamic" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                OBJ_98 /* Debug */,
                OBJ_99 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = OBJ_1 /* Project object */;
}