ronanrodrigo/my-customers

View on GitHub
MyCustomers.xcodeproj/project.pbxproj

Summary

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

/* Begin PBXBuildFile section */
        3402EFA11D26CA070026C2B9 /* ListCustomersViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3402EF9F1D26CA070026C2B9 /* ListCustomersViewController.xib */; };
        345A75431D25B9FB0060BFE9 /* BorderedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 345A75421D25B9FB0060BFE9 /* BorderedView.swift */; };
        3490628D1D248D5D00F74168 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3490628C1D248D5D00F74168 /* AppDelegate.swift */; };
        349062941D248D5D00F74168 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 349062931D248D5D00F74168 /* Assets.xcassets */; };
        349062971D248D5D00F74168 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 349062951D248D5D00F74168 /* LaunchScreen.storyboard */; };
        34CC62291D274C730006369D /* ListCustomersViewControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34CC62281D274C730006369D /* ListCustomersViewControllerTests.swift */; };
        34E16DBF1D249250007257A4 /* MyCustomersCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 34E16DBE1D249250007257A4 /* MyCustomersCore.h */; settings = {ATTRIBUTES = (Public, ); }; };
        34E16DC61D249250007257A4 /* MyCustomersCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34E16DBC1D249250007257A4 /* MyCustomersCore.framework */; };
        34E16DD11D249250007257A4 /* MyCustomersCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34E16DBC1D249250007257A4 /* MyCustomersCore.framework */; };
        34E16DD21D249250007257A4 /* MyCustomersCore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 34E16DBC1D249250007257A4 /* MyCustomersCore.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
        34E16DDD1D249409007257A4 /* NewCustomerViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34E16DDB1D249409007257A4 /* NewCustomerViewController.xib */; };
        34FB191A1D29DC2100D886A4 /* CreateCustomerViewControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34FB19191D29DC2100D886A4 /* CreateCustomerViewControllerTests.swift */; };
        4B7A502B4E86D3C4F011FDA8 /* CreateCustomerOutputPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A55DD3C839D0AE6FBBC61 /* CreateCustomerOutputPresenter.swift */; };
        4B7A5071A562F01F1D69579D /* CreateCustomerInteractorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A5697E3A7587DDFC278B0 /* CreateCustomerInteractorTests.swift */; };
        4B7A5324ABF130ED72ECE1F6 /* CustomerRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A5E0710E956D32D4DF163 /* CustomerRepository.swift */; };
        4B7A5572E143216D53D9EDA0 /* CreateCustomerOutputPresenterMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A52A0D8F053CCBA41C2F5 /* CreateCustomerOutputPresenterMock.swift */; };
        4B7A55F8512F85F0798EC93F /* CreateCustomerOutputPresenterApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A549DED4F0D4E56A12720 /* CreateCustomerOutputPresenterApp.swift */; };
        4B7A576E85DB2CBB5E1E6E90 /* CreateCustomerInputPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A5265FF7E409DBE825F01 /* CreateCustomerInputPresenter.swift */; };
        4B7A5889D18872A4FA02643D /* CreateCustomerInputPresenterApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A53F5BE3CE9F24E88281D /* CreateCustomerInputPresenterApp.swift */; };
        4B7A59E78DD56B9719FE74C2 /* UITableViewCellExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A554CED2A5AFF6194990D /* UITableViewCellExtension.swift */; };
        4B7A5AD6097F661801FD3FC8 /* CreateCustomerOutputPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A55DD3C839D0AE6FBBC61 /* CreateCustomerOutputPresenter.swift */; };
        4B7A5B516AA775BD7C1AF6DA /* CustomerRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A5E0710E956D32D4DF163 /* CustomerRepository.swift */; };
        4B7A5C16E645761AB2FC3149 /* CreateCustomerInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A5AB8027721360293BCE2 /* CreateCustomerInteractor.swift */; };
        4B7A5C202DD8348C7A788A35 /* CreateCustomerInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A5AB8027721360293BCE2 /* CreateCustomerInteractor.swift */; };
        4B7A5E745F74D988D87C6B85 /* ListCustomersOutputPresenterMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A5F7E880FC5BF2061E623 /* ListCustomersOutputPresenterMock.swift */; };
        4B7A5EEA4BBA3FBE3E688031 /* ListCustomersInteractorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A5E6F3699ED476F81C1F7 /* ListCustomersInteractorTests.swift */; };
        4B7A5F2E799F8371BDB2C310 /* CreateCustomerInputPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A5265FF7E409DBE825F01 /* CreateCustomerInputPresenter.swift */; };
        4B7A5F5FA1B5106793F3F9E6 /* CustomersRouterApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7A51BC1A5BC8992121B91A /* CustomersRouterApp.swift */; };
        67A951A49FFBFD6A99A6BB8D /* ListCustomersOutputPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A958FFB7631AA70545C729 /* ListCustomersOutputPresenter.swift */; };
        67A951E0B1E4929710220B38 /* CustomersRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A959EDF195242A7C0B2185 /* CustomersRouter.swift */; };
        67A951EFFAA56529B047947B /* CustomerEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A955086D0690D95F245B0C /* CustomerEntity.swift */; };
        67A95288ACA618F58E701018 /* Customer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A9510DB85F5747A95EB2B0 /* Customer.swift */; };
        67A95761BBC7363E2B186A67 /* CustomerEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A955086D0690D95F245B0C /* CustomerEntity.swift */; };
        67A957D16759334F4C3A18D6 /* ListCustomersOutputPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A958FFB7631AA70545C729 /* ListCustomersOutputPresenter.swift */; };
        67A95B171C7DCA7984DCE874 /* ListCustomersViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A954D120993A199502CE7D /* ListCustomersViewController.swift */; };
        67A95BFDD30E14963CC1A03E /* Customer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A9510DB85F5747A95EB2B0 /* Customer.swift */; };
        67A95C7A1DBACFB6C508360A /* NewCustomerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A954F2713CA7832138DEF3 /* NewCustomerViewController.swift */; };
        67A95DFA5DAE45AF395876BB /* CustomersRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A959EDF195242A7C0B2185 /* CustomersRouter.swift */; };
        67A95E228FA3D95B694356F8 /* ListCustomersDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A956534DF145C20CE06269 /* ListCustomersDataSource.swift */; };
        67A95F43A1541AF26EDE5211 /* ListCustomersInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A954E6E317C55589626662 /* ListCustomersInteractor.swift */; };
        67A95FC35ABF9246AD56EFB0 /* ListCustomersInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67A954E6E317C55589626662 /* ListCustomersInteractor.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
        34CC62231D274C4D0006369D /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 349062811D248D5D00F74168 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 349062881D248D5D00F74168;
            remoteInfo = MyCustomers;
        };
        34E16DC71D249250007257A4 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 349062811D248D5D00F74168 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 34E16DBB1D249250007257A4;
            remoteInfo = MyCustomersCore;
        };
        34E16DC91D249250007257A4 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 349062811D248D5D00F74168 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 349062881D248D5D00F74168;
            remoteInfo = MyCustomers;
        };
        34E16DCF1D249250007257A4 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 349062811D248D5D00F74168 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 34E16DBB1D249250007257A4;
            remoteInfo = MyCustomersCore;
        };
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
        34E16DD81D249250007257A4 /* Embed Frameworks */ = {
            isa = PBXCopyFilesBuildPhase;
            buildActionMask = 2147483647;
            dstPath = "";
            dstSubfolderSpec = 10;
            files = (
                34E16DD21D249250007257A4 /* MyCustomersCore.framework in Embed Frameworks */,
            );
            name = "Embed Frameworks";
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
        3402EF9F1D26CA070026C2B9 /* ListCustomersViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ListCustomersViewController.xib; sourceTree = "<group>"; };
        345A75421D25B9FB0060BFE9 /* BorderedView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BorderedView.swift; sourceTree = "<group>"; };
        349062891D248D5D00F74168 /* MyCustomers.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MyCustomers.app; sourceTree = BUILT_PRODUCTS_DIR; };
        3490628C1D248D5D00F74168 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
        349062931D248D5D00F74168 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
        349062961D248D5D00F74168 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
        349062981D248D5D00F74168 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        34CC621E1D274C4D0006369D /* MyCustomersUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MyCustomersUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
        34CC62221D274C4D0006369D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        34CC62281D274C730006369D /* ListCustomersViewControllerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListCustomersViewControllerTests.swift; sourceTree = "<group>"; };
        34E16DBC1D249250007257A4 /* MyCustomersCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MyCustomersCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
        34E16DBE1D249250007257A4 /* MyCustomersCore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MyCustomersCore.h; sourceTree = "<group>"; };
        34E16DC01D249250007257A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        34E16DC51D249250007257A4 /* MyCustomersCoreTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MyCustomersCoreTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
        34E16DCE1D249250007257A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        34E16DDB1D249409007257A4 /* NewCustomerViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = NewCustomerViewController.xib; sourceTree = "<group>"; };
        34FB19191D29DC2100D886A4 /* CreateCustomerViewControllerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CreateCustomerViewControllerTests.swift; sourceTree = "<group>"; };
        4B7A51BC1A5BC8992121B91A /* CustomersRouterApp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomersRouterApp.swift; sourceTree = "<group>"; };
        4B7A5265FF7E409DBE825F01 /* CreateCustomerInputPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CreateCustomerInputPresenter.swift; sourceTree = "<group>"; };
        4B7A52A0D8F053CCBA41C2F5 /* CreateCustomerOutputPresenterMock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CreateCustomerOutputPresenterMock.swift; sourceTree = "<group>"; };
        4B7A53F5BE3CE9F24E88281D /* CreateCustomerInputPresenterApp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CreateCustomerInputPresenterApp.swift; sourceTree = "<group>"; };
        4B7A549DED4F0D4E56A12720 /* CreateCustomerOutputPresenterApp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CreateCustomerOutputPresenterApp.swift; sourceTree = "<group>"; };
        4B7A554CED2A5AFF6194990D /* UITableViewCellExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UITableViewCellExtension.swift; sourceTree = "<group>"; };
        4B7A55DD3C839D0AE6FBBC61 /* CreateCustomerOutputPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CreateCustomerOutputPresenter.swift; sourceTree = "<group>"; };
        4B7A5697E3A7587DDFC278B0 /* CreateCustomerInteractorTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CreateCustomerInteractorTests.swift; sourceTree = "<group>"; };
        4B7A5AB8027721360293BCE2 /* CreateCustomerInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CreateCustomerInteractor.swift; sourceTree = "<group>"; };
        4B7A5E0710E956D32D4DF163 /* CustomerRepository.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomerRepository.swift; sourceTree = "<group>"; };
        4B7A5E6F3699ED476F81C1F7 /* ListCustomersInteractorTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListCustomersInteractorTests.swift; sourceTree = "<group>"; };
        4B7A5F7E880FC5BF2061E623 /* ListCustomersOutputPresenterMock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListCustomersOutputPresenterMock.swift; sourceTree = "<group>"; };
        67A9510DB85F5747A95EB2B0 /* Customer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Customer.swift; sourceTree = "<group>"; };
        67A954D120993A199502CE7D /* ListCustomersViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListCustomersViewController.swift; sourceTree = "<group>"; };
        67A954E6E317C55589626662 /* ListCustomersInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListCustomersInteractor.swift; sourceTree = "<group>"; };
        67A954F2713CA7832138DEF3 /* NewCustomerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewCustomerViewController.swift; sourceTree = "<group>"; };
        67A955086D0690D95F245B0C /* CustomerEntity.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomerEntity.swift; sourceTree = "<group>"; };
        67A956534DF145C20CE06269 /* ListCustomersDataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListCustomersDataSource.swift; sourceTree = "<group>"; };
        67A958FFB7631AA70545C729 /* ListCustomersOutputPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListCustomersOutputPresenter.swift; sourceTree = "<group>"; };
        67A959EDF195242A7C0B2185 /* CustomersRouter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomersRouter.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
        349062861D248D5D00F74168 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
                34E16DD11D249250007257A4 /* MyCustomersCore.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        34CC621B1D274C4D0006369D /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        34E16DB81D249250007257A4 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        34E16DC21D249250007257A4 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
                34E16DC61D249250007257A4 /* MyCustomersCore.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
        349062801D248D5D00F74168 = {
            isa = PBXGroup;
            children = (
                3490628B1D248D5D00F74168 /* MyCustomers */,
                34E16DBD1D249250007257A4 /* MyCustomersCore */,
                34E16DCB1D249250007257A4 /* MyCustomersCoreTests */,
                34CC621F1D274C4D0006369D /* MyCustomersUITests */,
                3490628A1D248D5D00F74168 /* Products */,
            );
            sourceTree = "<group>";
        };
        3490628A1D248D5D00F74168 /* Products */ = {
            isa = PBXGroup;
            children = (
                349062891D248D5D00F74168 /* MyCustomers.app */,
                34E16DBC1D249250007257A4 /* MyCustomersCore.framework */,
                34E16DC51D249250007257A4 /* MyCustomersCoreTests.xctest */,
                34CC621E1D274C4D0006369D /* MyCustomersUITests.xctest */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        3490628B1D248D5D00F74168 /* MyCustomers */ = {
            isa = PBXGroup;
            children = (
                34C095671D248D8200A01D06 /* ApplicationBase */,
                34C095681D248D8A00A01D06 /* ViewControllers */,
                34C095691D248D9100A01D06 /* Views */,
                4B7A56DDAC51858BEFC57716 /* Routers */,
                4B7A511EC919BECD7A9D0A42 /* Presenters */,
            );
            path = MyCustomers;
            sourceTree = "<group>";
        };
        34C095671D248D8200A01D06 /* ApplicationBase */ = {
            isa = PBXGroup;
            children = (
                3490628C1D248D5D00F74168 /* AppDelegate.swift */,
                349062931D248D5D00F74168 /* Assets.xcassets */,
                349062981D248D5D00F74168 /* Info.plist */,
                345A75421D25B9FB0060BFE9 /* BorderedView.swift */,
            );
            path = ApplicationBase;
            sourceTree = "<group>";
        };
        34C095681D248D8A00A01D06 /* ViewControllers */ = {
            isa = PBXGroup;
            children = (
                67A954F2713CA7832138DEF3 /* NewCustomerViewController.swift */,
                67A954D120993A199502CE7D /* ListCustomersViewController.swift */,
                67A956534DF145C20CE06269 /* ListCustomersDataSource.swift */,
            );
            path = ViewControllers;
            sourceTree = "<group>";
        };
        34C095691D248D9100A01D06 /* Views */ = {
            isa = PBXGroup;
            children = (
                349062951D248D5D00F74168 /* LaunchScreen.storyboard */,
                34E16DDB1D249409007257A4 /* NewCustomerViewController.xib */,
                3402EF9F1D26CA070026C2B9 /* ListCustomersViewController.xib */,
                4B7A554CED2A5AFF6194990D /* UITableViewCellExtension.swift */,
            );
            path = Views;
            sourceTree = "<group>";
        };
        34CC621F1D274C4D0006369D /* MyCustomersUITests */ = {
            isa = PBXGroup;
            children = (
                34CC62221D274C4D0006369D /* Info.plist */,
                34CC62281D274C730006369D /* ListCustomersViewControllerTests.swift */,
                34FB19191D29DC2100D886A4 /* CreateCustomerViewControllerTests.swift */,
            );
            path = MyCustomersUITests;
            sourceTree = "<group>";
        };
        34E16DBD1D249250007257A4 /* MyCustomersCore */ = {
            isa = PBXGroup;
            children = (
                34E16DBE1D249250007257A4 /* MyCustomersCore.h */,
                34E16DC01D249250007257A4 /* Info.plist */,
                67A95C5C354BFD05C03B1BBF /* ValueObjects */,
                67A95C97E8D0FA13A883CF8B /* Entities */,
                67A951B556DCE83D81EA7C4B /* Interactors */,
                67A95199391194057036B577 /* Presenters */,
                67A951D34D27A313477761DD /* Routers */,
                4B7A553AF20B88FB5D98420A /* Repositories */,
            );
            path = MyCustomersCore;
            sourceTree = "<group>";
        };
        34E16DCB1D249250007257A4 /* MyCustomersCoreTests */ = {
            isa = PBXGroup;
            children = (
                34E16DCE1D249250007257A4 /* Info.plist */,
                4B7A5BDE815C47B10FDC4C5D /* Interactors */,
                4B7A5216B03A957C6C6504A3 /* Mocks */,
            );
            path = MyCustomersCoreTests;
            sourceTree = "<group>";
        };
        4B7A511EC919BECD7A9D0A42 /* Presenters */ = {
            isa = PBXGroup;
            children = (
                4B7A53F5BE3CE9F24E88281D /* CreateCustomerInputPresenterApp.swift */,
                4B7A549DED4F0D4E56A12720 /* CreateCustomerOutputPresenterApp.swift */,
            );
            path = Presenters;
            sourceTree = "<group>";
        };
        4B7A5216B03A957C6C6504A3 /* Mocks */ = {
            isa = PBXGroup;
            children = (
                4B7A5F7E880FC5BF2061E623 /* ListCustomersOutputPresenterMock.swift */,
                4B7A52A0D8F053CCBA41C2F5 /* CreateCustomerOutputPresenterMock.swift */,
            );
            path = Mocks;
            sourceTree = "<group>";
        };
        4B7A553AF20B88FB5D98420A /* Repositories */ = {
            isa = PBXGroup;
            children = (
                4B7A5E0710E956D32D4DF163 /* CustomerRepository.swift */,
            );
            path = Repositories;
            sourceTree = "<group>";
        };
        4B7A56DDAC51858BEFC57716 /* Routers */ = {
            isa = PBXGroup;
            children = (
                4B7A51BC1A5BC8992121B91A /* CustomersRouterApp.swift */,
            );
            path = Routers;
            sourceTree = "<group>";
        };
        4B7A5BDE815C47B10FDC4C5D /* Interactors */ = {
            isa = PBXGroup;
            children = (
                4B7A5E6F3699ED476F81C1F7 /* ListCustomersInteractorTests.swift */,
                4B7A5697E3A7587DDFC278B0 /* CreateCustomerInteractorTests.swift */,
            );
            path = Interactors;
            sourceTree = "<group>";
        };
        67A95199391194057036B577 /* Presenters */ = {
            isa = PBXGroup;
            children = (
                67A958FFB7631AA70545C729 /* ListCustomersOutputPresenter.swift */,
                4B7A55DD3C839D0AE6FBBC61 /* CreateCustomerOutputPresenter.swift */,
                4B7A5265FF7E409DBE825F01 /* CreateCustomerInputPresenter.swift */,
            );
            path = Presenters;
            sourceTree = "<group>";
        };
        67A951B556DCE83D81EA7C4B /* Interactors */ = {
            isa = PBXGroup;
            children = (
                67A954E6E317C55589626662 /* ListCustomersInteractor.swift */,
                4B7A5AB8027721360293BCE2 /* CreateCustomerInteractor.swift */,
            );
            path = Interactors;
            sourceTree = "<group>";
        };
        67A951D34D27A313477761DD /* Routers */ = {
            isa = PBXGroup;
            children = (
                67A959EDF195242A7C0B2185 /* CustomersRouter.swift */,
            );
            path = Routers;
            sourceTree = "<group>";
        };
        67A95C5C354BFD05C03B1BBF /* ValueObjects */ = {
            isa = PBXGroup;
            children = (
                67A9510DB85F5747A95EB2B0 /* Customer.swift */,
            );
            path = ValueObjects;
            sourceTree = "<group>";
        };
        67A95C97E8D0FA13A883CF8B /* Entities */ = {
            isa = PBXGroup;
            children = (
                67A955086D0690D95F245B0C /* CustomerEntity.swift */,
            );
            path = Entities;
            sourceTree = "<group>";
        };
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
        34E16DB91D249250007257A4 /* Headers */ = {
            isa = PBXHeadersBuildPhase;
            buildActionMask = 2147483647;
            files = (
                34E16DBF1D249250007257A4 /* MyCustomersCore.h in Headers */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
        349062881D248D5D00F74168 /* MyCustomers */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 349062A61D248D5D00F74168 /* Build configuration list for PBXNativeTarget "MyCustomers" */;
            buildPhases = (
                349062851D248D5D00F74168 /* Sources */,
                349062861D248D5D00F74168 /* Frameworks */,
                349062871D248D5D00F74168 /* Resources */,
                34E16DD81D249250007257A4 /* Embed Frameworks */,
                9B50E35C0F17ABA7A31E2721 /* SwiftLint */,
            );
            buildRules = (
            );
            dependencies = (
                34E16DD01D249250007257A4 /* PBXTargetDependency */,
            );
            name = MyCustomers;
            productName = MyCustomers;
            productReference = 349062891D248D5D00F74168 /* MyCustomers.app */;
            productType = "com.apple.product-type.application";
        };
        34CC621D1D274C4D0006369D /* MyCustomersUITests */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 34CC62271D274C4D0006369D /* Build configuration list for PBXNativeTarget "MyCustomersUITests" */;
            buildPhases = (
                34CC621A1D274C4D0006369D /* Sources */,
                34CC621B1D274C4D0006369D /* Frameworks */,
                34CC621C1D274C4D0006369D /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
                34CC62241D274C4D0006369D /* PBXTargetDependency */,
            );
            name = MyCustomersUITests;
            productName = MyCustomersUITests;
            productReference = 34CC621E1D274C4D0006369D /* MyCustomersUITests.xctest */;
            productType = "com.apple.product-type.bundle.ui-testing";
        };
        34E16DBB1D249250007257A4 /* MyCustomersCore */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 34E16DD71D249250007257A4 /* Build configuration list for PBXNativeTarget "MyCustomersCore" */;
            buildPhases = (
                34E16DB71D249250007257A4 /* Sources */,
                34E16DB81D249250007257A4 /* Frameworks */,
                34E16DB91D249250007257A4 /* Headers */,
                34E16DBA1D249250007257A4 /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = MyCustomersCore;
            productName = MyCustomersCore;
            productReference = 34E16DBC1D249250007257A4 /* MyCustomersCore.framework */;
            productType = "com.apple.product-type.framework";
        };
        34E16DC41D249250007257A4 /* MyCustomersCoreTests */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 34E16DD91D249250007257A4 /* Build configuration list for PBXNativeTarget "MyCustomersCoreTests" */;
            buildPhases = (
                34E16DC11D249250007257A4 /* Sources */,
                34E16DC21D249250007257A4 /* Frameworks */,
                34E16DC31D249250007257A4 /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
                34E16DC81D249250007257A4 /* PBXTargetDependency */,
                34E16DCA1D249250007257A4 /* PBXTargetDependency */,
            );
            name = MyCustomersCoreTests;
            productName = MyCustomersCoreTests;
            productReference = 34E16DC51D249250007257A4 /* MyCustomersCoreTests.xctest */;
            productType = "com.apple.product-type.bundle.unit-test";
        };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
        349062811D248D5D00F74168 /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastSwiftUpdateCheck = 0730;
                LastUpgradeCheck = 0800;
                ORGANIZATIONNAME = "Ronan Rodrigo Nunes";
                TargetAttributes = {
                    349062881D248D5D00F74168 = {
                        CreatedOnToolsVersion = 7.3.1;
                        DevelopmentTeam = 2729VXDM4D;
                        LastSwiftMigration = 0800;
                    };
                    34CC621D1D274C4D0006369D = {
                        CreatedOnToolsVersion = 7.3.1;
                        LastSwiftMigration = 0800;
                        TestTargetID = 349062881D248D5D00F74168;
                    };
                    34E16DBB1D249250007257A4 = {
                        CreatedOnToolsVersion = 7.3.1;
                        LastSwiftMigration = 0800;
                    };
                    34E16DC41D249250007257A4 = {
                        CreatedOnToolsVersion = 7.3.1;
                        LastSwiftMigration = 0800;
                        TestTargetID = 349062881D248D5D00F74168;
                    };
                };
            };
            buildConfigurationList = 349062841D248D5D00F74168 /* Build configuration list for PBXProject "MyCustomers" */;
            compatibilityVersion = "Xcode 3.2";
            developmentRegion = English;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
                Base,
            );
            mainGroup = 349062801D248D5D00F74168;
            productRefGroup = 3490628A1D248D5D00F74168 /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                349062881D248D5D00F74168 /* MyCustomers */,
                34E16DBB1D249250007257A4 /* MyCustomersCore */,
                34E16DC41D249250007257A4 /* MyCustomersCoreTests */,
                34CC621D1D274C4D0006369D /* MyCustomersUITests */,
            );
        };
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
        349062871D248D5D00F74168 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                3402EFA11D26CA070026C2B9 /* ListCustomersViewController.xib in Resources */,
                349062971D248D5D00F74168 /* LaunchScreen.storyboard in Resources */,
                349062941D248D5D00F74168 /* Assets.xcassets in Resources */,
                34E16DDD1D249409007257A4 /* NewCustomerViewController.xib in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        34CC621C1D274C4D0006369D /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        34E16DBA1D249250007257A4 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        34E16DC31D249250007257A4 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
        9B50E35C0F17ABA7A31E2721 /* SwiftLint */ = {
            isa = PBXShellScriptBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            inputPaths = (
            );
            name = SwiftLint;
            outputPaths = (
            );
            runOnlyForDeploymentPostprocessing = 0;
            shellPath = /bin/sh;
            shellScript = "if which swiftlint >/dev/null; then\n    swiftlint\nelse\n    echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
        };
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
        349062851D248D5D00F74168 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                3490628D1D248D5D00F74168 /* AppDelegate.swift in Sources */,
                345A75431D25B9FB0060BFE9 /* BorderedView.swift in Sources */,
                67A95C7A1DBACFB6C508360A /* NewCustomerViewController.swift in Sources */,
                67A95B171C7DCA7984DCE874 /* ListCustomersViewController.swift in Sources */,
                67A95E228FA3D95B694356F8 /* ListCustomersDataSource.swift in Sources */,
                4B7A59E78DD56B9719FE74C2 /* UITableViewCellExtension.swift in Sources */,
                4B7A5F5FA1B5106793F3F9E6 /* CustomersRouterApp.swift in Sources */,
                4B7A5889D18872A4FA02643D /* CreateCustomerInputPresenterApp.swift in Sources */,
                4B7A55F8512F85F0798EC93F /* CreateCustomerOutputPresenterApp.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        34CC621A1D274C4D0006369D /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                34FB191A1D29DC2100D886A4 /* CreateCustomerViewControllerTests.swift in Sources */,
                34CC62291D274C730006369D /* ListCustomersViewControllerTests.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        34E16DB71D249250007257A4 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                67A95288ACA618F58E701018 /* Customer.swift in Sources */,
                67A951EFFAA56529B047947B /* CustomerEntity.swift in Sources */,
                67A95FC35ABF9246AD56EFB0 /* ListCustomersInteractor.swift in Sources */,
                67A951A49FFBFD6A99A6BB8D /* ListCustomersOutputPresenter.swift in Sources */,
                67A95DFA5DAE45AF395876BB /* CustomersRouter.swift in Sources */,
                4B7A5B516AA775BD7C1AF6DA /* CustomerRepository.swift in Sources */,
                4B7A5C16E645761AB2FC3149 /* CreateCustomerInteractor.swift in Sources */,
                4B7A5AD6097F661801FD3FC8 /* CreateCustomerOutputPresenter.swift in Sources */,
                4B7A576E85DB2CBB5E1E6E90 /* CreateCustomerInputPresenter.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        34E16DC11D249250007257A4 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                67A95BFDD30E14963CC1A03E /* Customer.swift in Sources */,
                67A95761BBC7363E2B186A67 /* CustomerEntity.swift in Sources */,
                67A95F43A1541AF26EDE5211 /* ListCustomersInteractor.swift in Sources */,
                67A957D16759334F4C3A18D6 /* ListCustomersOutputPresenter.swift in Sources */,
                67A951E0B1E4929710220B38 /* CustomersRouter.swift in Sources */,
                4B7A5324ABF130ED72ECE1F6 /* CustomerRepository.swift in Sources */,
                4B7A5EEA4BBA3FBE3E688031 /* ListCustomersInteractorTests.swift in Sources */,
                4B7A5E745F74D988D87C6B85 /* ListCustomersOutputPresenterMock.swift in Sources */,
                4B7A5C202DD8348C7A788A35 /* CreateCustomerInteractor.swift in Sources */,
                4B7A502B4E86D3C4F011FDA8 /* CreateCustomerOutputPresenter.swift in Sources */,
                4B7A5F2E799F8371BDB2C310 /* CreateCustomerInputPresenter.swift in Sources */,
                4B7A5071A562F01F1D69579D /* CreateCustomerInteractorTests.swift in Sources */,
                4B7A5572E143216D53D9EDA0 /* CreateCustomerOutputPresenterMock.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
        34CC62241D274C4D0006369D /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 349062881D248D5D00F74168 /* MyCustomers */;
            targetProxy = 34CC62231D274C4D0006369D /* PBXContainerItemProxy */;
        };
        34E16DC81D249250007257A4 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 34E16DBB1D249250007257A4 /* MyCustomersCore */;
            targetProxy = 34E16DC71D249250007257A4 /* PBXContainerItemProxy */;
        };
        34E16DCA1D249250007257A4 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 349062881D248D5D00F74168 /* MyCustomers */;
            targetProxy = 34E16DC91D249250007257A4 /* PBXContainerItemProxy */;
        };
        34E16DD01D249250007257A4 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 34E16DBB1D249250007257A4 /* MyCustomersCore */;
            targetProxy = 34E16DCF1D249250007257A4 /* PBXContainerItemProxy */;
        };
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
        349062951D248D5D00F74168 /* LaunchScreen.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                349062961D248D5D00F74168 /* Base */,
            );
            name = LaunchScreen.storyboard;
            path = .;
            sourceTree = "<group>";
        };
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
        349062A41D248D5D00F74168 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                CLANG_ANALYZER_NONNULL = YES;
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
                CLANG_CXX_LIBRARY = "libc++";
                CLANG_ENABLE_MODULES = YES;
                CLANG_ENABLE_OBJC_ARC = YES;
                CLANG_WARN_BOOL_CONVERSION = YES;
                CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR;
                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;
                DEBUG_INFORMATION_FORMAT = dwarf;
                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_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 = 9.3;
                MTL_ENABLE_DEBUG_INFO = YES;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Debug;
        };
        349062A51D248D5D00F74168 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                CLANG_ANALYZER_NONNULL = YES;
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
                CLANG_CXX_LIBRARY = "libc++";
                CLANG_ENABLE_MODULES = YES;
                CLANG_ENABLE_OBJC_ARC = YES;
                CLANG_WARN_BOOL_CONVERSION = YES;
                CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR;
                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;
                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 = 9.3;
                MTL_ENABLE_DEBUG_INFO = NO;
                SDKROOT = iphoneos;
                SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
                TARGETED_DEVICE_FAMILY = "1,2";
                VALIDATE_PRODUCT = YES;
            };
            name = Release;
        };
        349062A71D248D5D00F74168 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                DEVELOPMENT_TEAM = 2729VXDM4D;
                INFOPLIST_FILE = MyCustomers/ApplicationBase/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = "io.github.ronanrodrigo.my-customers";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 3.0;
            };
            name = Debug;
        };
        349062A81D248D5D00F74168 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                DEVELOPMENT_TEAM = 2729VXDM4D;
                INFOPLIST_FILE = MyCustomers/ApplicationBase/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = "io.github.ronanrodrigo.my-customers";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 3.0;
            };
            name = Release;
        };
        34CC62251D274C4D0006369D /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                INFOPLIST_FILE = MyCustomersUITests/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = io.github.ronanrodrigo.MyCustomersUITests;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 3.0;
                TEST_TARGET_NAME = MyCustomers;
            };
            name = Debug;
        };
        34CC62261D274C4D0006369D /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                INFOPLIST_FILE = MyCustomersUITests/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = io.github.ronanrodrigo.MyCustomersUITests;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 3.0;
                TEST_TARGET_NAME = MyCustomers;
            };
            name = Release;
        };
        34E16DD31D249250007257A4 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
                CURRENT_PROJECT_VERSION = 1;
                DEFINES_MODULE = YES;
                DYLIB_COMPATIBILITY_VERSION = 1;
                DYLIB_CURRENT_VERSION = 1;
                DYLIB_INSTALL_NAME_BASE = "@rpath";
                INFOPLIST_FILE = MyCustomersCore/Info.plist;
                INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = "io.github.ronanrodrigo.my-customers-core";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SKIP_INSTALL = YES;
                SWIFT_VERSION = 3.0;
                VERSIONING_SYSTEM = "apple-generic";
                VERSION_INFO_PREFIX = "";
            };
            name = Debug;
        };
        34E16DD41D249250007257A4 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
                CURRENT_PROJECT_VERSION = 1;
                DEFINES_MODULE = YES;
                DYLIB_COMPATIBILITY_VERSION = 1;
                DYLIB_CURRENT_VERSION = 1;
                DYLIB_INSTALL_NAME_BASE = "@rpath";
                INFOPLIST_FILE = MyCustomersCore/Info.plist;
                INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = "io.github.ronanrodrigo.my-customers-core";
                PRODUCT_NAME = "$(TARGET_NAME)";
                SKIP_INSTALL = YES;
                SWIFT_VERSION = 3.0;
                VERSIONING_SYSTEM = "apple-generic";
                VERSION_INFO_PREFIX = "";
            };
            name = Release;
        };
        34E16DD51D249250007257A4 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                INFOPLIST_FILE = MyCustomersCoreTests/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = io.github.ronanrodrigo.MyCustomersCoreTests;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 3.0;
                TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MyCustomers.app/MyCustomers";
            };
            name = Debug;
        };
        34E16DD61D249250007257A4 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                INFOPLIST_FILE = MyCustomersCoreTests/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = io.github.ronanrodrigo.MyCustomersCoreTests;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 3.0;
                TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MyCustomers.app/MyCustomers";
            };
            name = Release;
        };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
        349062841D248D5D00F74168 /* Build configuration list for PBXProject "MyCustomers" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                349062A41D248D5D00F74168 /* Debug */,
                349062A51D248D5D00F74168 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        349062A61D248D5D00F74168 /* Build configuration list for PBXNativeTarget "MyCustomers" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                349062A71D248D5D00F74168 /* Debug */,
                349062A81D248D5D00F74168 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        34CC62271D274C4D0006369D /* Build configuration list for PBXNativeTarget "MyCustomersUITests" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                34CC62251D274C4D0006369D /* Debug */,
                34CC62261D274C4D0006369D /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        34E16DD71D249250007257A4 /* Build configuration list for PBXNativeTarget "MyCustomersCore" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                34E16DD31D249250007257A4 /* Debug */,
                34E16DD41D249250007257A4 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        34E16DD91D249250007257A4 /* Build configuration list for PBXNativeTarget "MyCustomersCoreTests" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                34E16DD51D249250007257A4 /* Debug */,
                34E16DD61D249250007257A4 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = 349062811D248D5D00F74168 /* Project object */;
}