TIDAORealm/Source/CoreDAO.xcodeproj/project.pbxproj

747 lines
32 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
0AEA6F77E54A1E391F0B169B /* Pods_CoreDAOExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58801A2D7C2918821D3B9459 /* Pods_CoreDAOExample.framework */; };
20AF7D3FBD3CEF57BCD60A71 /* CoreDAO.h in Headers */ = {isa = PBXBuildFile; fileRef = 20AF7EDC125878A2DD601BCD /* CoreDAO.h */; settings = {ATTRIBUTES = (Public, ); }; };
444A7B7C1C64F8A0008ADCBC /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 444A7B7B1C64F8A0008ADCBC /* Message.swift */; };
44591C0C1D22ED4E00F30F4A /* CascadeDeletionProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44591C0B1D22ED4E00F30F4A /* CascadeDeletionProtocol.swift */; };
449344BF1C638CF00023E6CE /* RLMEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449344BE1C638CF00023E6CE /* RLMEntry.swift */; };
449344D11C6398E00023E6CE /* RealmTranslator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449344D01C6398E00023E6CE /* RealmTranslator.swift */; };
449344D31C63A1460023E6CE /* DAO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449344D21C63A1460023E6CE /* DAO.swift */; };
449344D51C63A2CA0023E6CE /* RealmDAO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449344D41C63A2CA0023E6CE /* RealmDAO.swift */; };
449344E41C64D27A0023E6CE /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 449344E21C64D27A0023E6CE /* Info.plist */; };
449344E51C64D27A0023E6CE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 449344E31C64D27A0023E6CE /* LaunchScreen.storyboard */; };
449344E71C64D3200023E6CE /* DAOTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449344E61C64D3200023E6CE /* DAOTest.swift */; };
449344E81C64D63B0023E6CE /* CoreDAO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4436A41F1C63806400400CB2 /* CoreDAO.framework */; };
449344EA1C64D69D0023E6CE /* CoreDAO.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4436A41F1C63806400400CB2 /* CoreDAO.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
449345111C64E2220023E6CE /* RLMEntityTranslator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4493450F1C64E1FD0023E6CE /* RLMEntityTranslator.swift */; };
449345171C64E62C0023E6CE /* DBEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449345161C64E62C0023E6CE /* DBEntity.swift */; };
44A39FAC1C69D7B0009E9326 /* DBMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A39FAB1C69D7B0009E9326 /* DBMessage.swift */; };
44A39FAE1C69ECFE009E9326 /* RLMMessageTranslator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A39FAD1C69ECFE009E9326 /* RLMMessageTranslator.swift */; };
44A39FB41C6A2E81009E9326 /* Folder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A39FB31C6A2E81009E9326 /* Folder.swift */; };
44A39FB61C6A30FA009E9326 /* RLMFolderTranslator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A39FB51C6A30FA009E9326 /* RLMFolderTranslator.swift */; };
44A39FB71C6A3478009E9326 /* DBFolder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A39FB11C6A2C42009E9326 /* DBFolder.swift */; };
44D2F9B61C6B8DE000E3FD36 /* Entity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2F9B51C6B8DE000E3FD36 /* Entity.swift */; };
A845F256D25579D90F525B3C /* Pods_CoreDAO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F0AF86A8BB6465DAEFF9BDE /* Pods_CoreDAO.framework */; };
E6AB2FD21C6A5E63008B1B88 /* Model.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = E6AB2FD01C6A5E63008B1B88 /* Model.xcdatamodeld */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
449344EB1C64D69D0023E6CE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4436A4161C63806400400CB2 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 4436A41E1C63806400400CB2;
remoteInfo = CoreDAO;
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
449344ED1C64D69D0023E6CE /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
449344EA1C64D69D0023E6CE /* CoreDAO.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
20AF78AFD18780ACDC8E4BF1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.info; path = Info.plist; sourceTree = "<group>"; };
20AF7EDC125878A2DD601BCD /* CoreDAO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CoreDAO.h; sourceTree = "<group>"; };
4436A41F1C63806400400CB2 /* CoreDAO.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CoreDAO.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4436A42E1C63807A00400CB2 /* CoreDAOExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CoreDAOExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
444A7B7B1C64F8A0008ADCBC /* Message.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Message.swift; sourceTree = "<group>"; };
44591C0B1D22ED4E00F30F4A /* CascadeDeletionProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CascadeDeletionProtocol.swift; sourceTree = "<group>"; };
449344BE1C638CF00023E6CE /* RLMEntry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RLMEntry.swift; sourceTree = "<group>"; };
449344D01C6398E00023E6CE /* RealmTranslator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RealmTranslator.swift; sourceTree = "<group>"; };
449344D21C63A1460023E6CE /* DAO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DAO.swift; sourceTree = "<group>"; };
449344D41C63A2CA0023E6CE /* RealmDAO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RealmDAO.swift; sourceTree = "<group>"; };
449344E21C64D27A0023E6CE /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
449344E31C64D27A0023E6CE /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
449344E61C64D3200023E6CE /* DAOTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DAOTest.swift; sourceTree = "<group>"; };
4493450F1C64E1FD0023E6CE /* RLMEntityTranslator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RLMEntityTranslator.swift; sourceTree = "<group>"; };
449345161C64E62C0023E6CE /* DBEntity.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DBEntity.swift; sourceTree = "<group>"; };
44A39FAB1C69D7B0009E9326 /* DBMessage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DBMessage.swift; sourceTree = "<group>"; };
44A39FAD1C69ECFE009E9326 /* RLMMessageTranslator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RLMMessageTranslator.swift; sourceTree = "<group>"; };
44A39FB11C6A2C42009E9326 /* DBFolder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DBFolder.swift; sourceTree = "<group>"; };
44A39FB31C6A2E81009E9326 /* Folder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Folder.swift; sourceTree = "<group>"; };
44A39FB51C6A30FA009E9326 /* RLMFolderTranslator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RLMFolderTranslator.swift; sourceTree = "<group>"; };
44D2F9B51C6B8DE000E3FD36 /* Entity.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Entity.swift; sourceTree = "<group>"; };
58801A2D7C2918821D3B9459 /* Pods_CoreDAOExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CoreDAOExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6B8D12604E918085BEFF73DC /* Pods-CoreDAOExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CoreDAOExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CoreDAOExample/Pods-CoreDAOExample.debug.xcconfig"; sourceTree = "<group>"; };
6F0AF86A8BB6465DAEFF9BDE /* Pods_CoreDAO.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_CoreDAO.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7F6BB6E6E8BED92008788E1B /* Pods-CoreDAO.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CoreDAO.release.xcconfig"; path = "Pods/Target Support Files/Pods-CoreDAO/Pods-CoreDAO.release.xcconfig"; sourceTree = "<group>"; };
A82819FAF5C6867C97AC6646 /* Pods-CoreDAO.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CoreDAO.debug.xcconfig"; path = "Pods/Target Support Files/Pods-CoreDAO/Pods-CoreDAO.debug.xcconfig"; sourceTree = "<group>"; };
E6AB2FD11C6A5E63008B1B88 /* Model.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Model.xcdatamodel; sourceTree = "<group>"; };
FC41C61A9F3A80C6A75DECFD /* Pods-CoreDAOExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-CoreDAOExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-CoreDAOExample/Pods-CoreDAOExample.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
4436A41B1C63806400400CB2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
A845F256D25579D90F525B3C /* Pods_CoreDAO.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4436A42B1C63807A00400CB2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
449344E81C64D63B0023E6CE /* CoreDAO.framework in Frameworks */,
0AEA6F77E54A1E391F0B169B /* Pods_CoreDAOExample.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
20AF7030FE037D530A695A19 /* Supporting Files */ = {
isa = PBXGroup;
children = (
20AF78AFD18780ACDC8E4BF1 /* Info.plist */,
);
path = "Supporting Files";
sourceTree = "<group>";
};
20AF7CCB5762609F48A53639 /* Classes */ = {
isa = PBXGroup;
children = (
449344B61C6389730023E6CE /* DAO */,
449344B81C6389730023E6CE /* Model */,
449344B91C6389730023E6CE /* Translator */,
20AF7EDC125878A2DD601BCD /* CoreDAO.h */,
449344D21C63A1460023E6CE /* DAO.swift */,
);
path = Classes;
sourceTree = "<group>";
};
4436A4151C63806400400CB2 = {
isa = PBXGroup;
children = (
4436A4211C63806400400CB2 /* CoreDAO */,
449344D61C64D27A0023E6CE /* CoreDAOExample */,
4436A4201C63806400400CB2 /* Products */,
EC48D098C696BB747BFA47E9 /* Pods */,
46B25083E1F329A20411E71E /* Frameworks */,
);
sourceTree = "<group>";
};
4436A4201C63806400400CB2 /* Products */ = {
isa = PBXGroup;
children = (
4436A41F1C63806400400CB2 /* CoreDAO.framework */,
4436A42E1C63807A00400CB2 /* CoreDAOExample.app */,
);
name = Products;
sourceTree = "<group>";
};
4436A4211C63806400400CB2 /* CoreDAO */ = {
isa = PBXGroup;
children = (
20AF7CCB5762609F48A53639 /* Classes */,
20AF7030FE037D530A695A19 /* Supporting Files */,
);
path = CoreDAO;
sourceTree = "<group>";
};
449344B61C6389730023E6CE /* DAO */ = {
isa = PBXGroup;
children = (
449344D41C63A2CA0023E6CE /* RealmDAO.swift */,
);
path = DAO;
sourceTree = "<group>";
};
449344B81C6389730023E6CE /* Model */ = {
isa = PBXGroup;
children = (
44591C0B1D22ED4E00F30F4A /* CascadeDeletionProtocol.swift */,
44D2F9B51C6B8DE000E3FD36 /* Entity.swift */,
449344BE1C638CF00023E6CE /* RLMEntry.swift */,
);
path = Model;
sourceTree = "<group>";
};
449344B91C6389730023E6CE /* Translator */ = {
isa = PBXGroup;
children = (
449344D01C6398E00023E6CE /* RealmTranslator.swift */,
);
path = Translator;
sourceTree = "<group>";
};
449344D61C64D27A0023E6CE /* CoreDAOExample */ = {
isa = PBXGroup;
children = (
449344D71C64D27A0023E6CE /* Classes */,
449344E01C64D27A0023E6CE /* Resources */,
449344E11C64D27A0023E6CE /* Supporting Files */,
);
path = CoreDAOExample;
sourceTree = "<group>";
};
449344D71C64D27A0023E6CE /* Classes */ = {
isa = PBXGroup;
children = (
449344D81C64D27A0023E6CE /* Business Logic */,
449344DD1C64D27A0023E6CE /* Model */,
449344E61C64D3200023E6CE /* DAOTest.swift */,
);
path = Classes;
sourceTree = "<group>";
};
449344D81C64D27A0023E6CE /* Business Logic */ = {
isa = PBXGroup;
children = (
449344D91C64D27A0023E6CE /* Helper */,
);
path = "Business Logic";
sourceTree = "<group>";
};
449344D91C64D27A0023E6CE /* Helper */ = {
isa = PBXGroup;
children = (
449344DA1C64D27A0023E6CE /* DAO */,
);
path = Helper;
sourceTree = "<group>";
};
449344DA1C64D27A0023E6CE /* DAO */ = {
isa = PBXGroup;
children = (
449344DC1C64D27A0023E6CE /* RealmTranslator */,
);
path = DAO;
sourceTree = "<group>";
};
449344DC1C64D27A0023E6CE /* RealmTranslator */ = {
isa = PBXGroup;
children = (
4493450F1C64E1FD0023E6CE /* RLMEntityTranslator.swift */,
44A39FAD1C69ECFE009E9326 /* RLMMessageTranslator.swift */,
44A39FB51C6A30FA009E9326 /* RLMFolderTranslator.swift */,
);
path = RealmTranslator;
sourceTree = "<group>";
};
449344DD1C64D27A0023E6CE /* Model */ = {
isa = PBXGroup;
children = (
449344DF1C64D27A0023E6CE /* RealmDatabase */,
444A7B7B1C64F8A0008ADCBC /* Message.swift */,
44A39FB31C6A2E81009E9326 /* Folder.swift */,
);
path = Model;
sourceTree = "<group>";
};
449344DF1C64D27A0023E6CE /* RealmDatabase */ = {
isa = PBXGroup;
children = (
449345161C64E62C0023E6CE /* DBEntity.swift */,
44A39FAB1C69D7B0009E9326 /* DBMessage.swift */,
44A39FB11C6A2C42009E9326 /* DBFolder.swift */,
);
path = RealmDatabase;
sourceTree = "<group>";
};
449344E01C64D27A0023E6CE /* Resources */ = {
isa = PBXGroup;
children = (
E6AB2FD01C6A5E63008B1B88 /* Model.xcdatamodeld */,
);
path = Resources;
sourceTree = "<group>";
};
449344E11C64D27A0023E6CE /* Supporting Files */ = {
isa = PBXGroup;
children = (
449344E21C64D27A0023E6CE /* Info.plist */,
449344E31C64D27A0023E6CE /* LaunchScreen.storyboard */,
);
path = "Supporting Files";
sourceTree = "<group>";
};
46B25083E1F329A20411E71E /* Frameworks */ = {
isa = PBXGroup;
children = (
6F0AF86A8BB6465DAEFF9BDE /* Pods_CoreDAO.framework */,
58801A2D7C2918821D3B9459 /* Pods_CoreDAOExample.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
EC48D098C696BB747BFA47E9 /* Pods */ = {
isa = PBXGroup;
children = (
A82819FAF5C6867C97AC6646 /* Pods-CoreDAO.debug.xcconfig */,
7F6BB6E6E8BED92008788E1B /* Pods-CoreDAO.release.xcconfig */,
6B8D12604E918085BEFF73DC /* Pods-CoreDAOExample.debug.xcconfig */,
FC41C61A9F3A80C6A75DECFD /* Pods-CoreDAOExample.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
4436A41C1C63806400400CB2 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
20AF7D3FBD3CEF57BCD60A71 /* CoreDAO.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
4436A41E1C63806400400CB2 /* CoreDAO */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4436A4271C63806400400CB2 /* Build configuration list for PBXNativeTarget "CoreDAO" */;
buildPhases = (
A09F4AC4DE8EC62D3D715C34 /* [CP] Check Pods Manifest.lock */,
4436A41A1C63806400400CB2 /* Sources */,
4436A41B1C63806400400CB2 /* Frameworks */,
4436A41C1C63806400400CB2 /* Headers */,
4436A41D1C63806400400CB2 /* Resources */,
03E60C4C796FBC6181922378 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
dependencies = (
);
name = CoreDAO;
productName = CoreDAO;
productReference = 4436A41F1C63806400400CB2 /* CoreDAO.framework */;
productType = "com.apple.product-type.framework";
};
4436A42D1C63807A00400CB2 /* CoreDAOExample */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4436A43D1C63807A00400CB2 /* Build configuration list for PBXNativeTarget "CoreDAOExample" */;
buildPhases = (
0BC86AF5E9F3B1E6ABD313B8 /* [CP] Check Pods Manifest.lock */,
4436A42A1C63807A00400CB2 /* Sources */,
4436A42B1C63807A00400CB2 /* Frameworks */,
4436A42C1C63807A00400CB2 /* Resources */,
449344ED1C64D69D0023E6CE /* Embed Frameworks */,
2D225BF6189008B631419D26 /* [CP] Embed Pods Frameworks */,
1B98E2F83A37DCB618498CF5 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
dependencies = (
449344EC1C64D69D0023E6CE /* PBXTargetDependency */,
);
name = CoreDAOExample;
productName = CoreDAOExample;
productReference = 4436A42E1C63807A00400CB2 /* CoreDAOExample.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
4436A4161C63806400400CB2 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0720;
LastUpgradeCheck = 0730;
ORGANIZATIONNAME = "RedMadRobot LLC.";
TargetAttributes = {
4436A41E1C63806400400CB2 = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 0800;
};
4436A42D1C63807A00400CB2 = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 0800;
};
};
};
buildConfigurationList = 4436A4191C63806400400CB2 /* Build configuration list for PBXProject "CoreDAO" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 4436A4151C63806400400CB2;
productRefGroup = 4436A4201C63806400400CB2 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
4436A41E1C63806400400CB2 /* CoreDAO */,
4436A42D1C63807A00400CB2 /* CoreDAOExample */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
4436A41D1C63806400400CB2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
449344E41C64D27A0023E6CE /* Info.plist in Resources */,
449344E51C64D27A0023E6CE /* LaunchScreen.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4436A42C1C63807A00400CB2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
03E60C4C796FBC6181922378 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CoreDAO/Pods-CoreDAO-resources.sh\"\n";
showEnvVarsInLog = 0;
};
0BC86AF5E9F3B1E6ABD313B8 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
1B98E2F83A37DCB618498CF5 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CoreDAOExample/Pods-CoreDAOExample-resources.sh\"\n";
showEnvVarsInLog = 0;
};
2D225BF6189008B631419D26 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CoreDAOExample/Pods-CoreDAOExample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
A09F4AC4DE8EC62D3D715C34 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
4436A41A1C63806400400CB2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
449344BF1C638CF00023E6CE /* RLMEntry.swift in Sources */,
449344D11C6398E00023E6CE /* RealmTranslator.swift in Sources */,
44591C0C1D22ED4E00F30F4A /* CascadeDeletionProtocol.swift in Sources */,
44D2F9B61C6B8DE000E3FD36 /* Entity.swift in Sources */,
449344D51C63A2CA0023E6CE /* RealmDAO.swift in Sources */,
449344D31C63A1460023E6CE /* DAO.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4436A42A1C63807A00400CB2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
449345171C64E62C0023E6CE /* DBEntity.swift in Sources */,
449345111C64E2220023E6CE /* RLMEntityTranslator.swift in Sources */,
449344E71C64D3200023E6CE /* DAOTest.swift in Sources */,
44A39FB71C6A3478009E9326 /* DBFolder.swift in Sources */,
44A39FAE1C69ECFE009E9326 /* RLMMessageTranslator.swift in Sources */,
44A39FB61C6A30FA009E9326 /* RLMFolderTranslator.swift in Sources */,
44A39FAC1C69D7B0009E9326 /* DBMessage.swift in Sources */,
E6AB2FD21C6A5E63008B1B88 /* Model.xcdatamodeld in Sources */,
444A7B7C1C64F8A0008ADCBC /* Message.swift in Sources */,
44A39FB41C6A2E81009E9326 /* Folder.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
449344EC1C64D69D0023E6CE /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4436A41E1C63806400400CB2 /* CoreDAO */;
targetProxy = 449344EB1C64D69D0023E6CE /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
4436A4251C63806400400CB2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
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.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
4436A4261C63806400400CB2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
4436A4281C63806400400CB2 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = A82819FAF5C6867C97AC6646 /* Pods-CoreDAO.debug.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "CoreDAO/Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.redmadrobot.CoreDAO;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
SYMROOT = build;
};
name = Debug;
};
4436A4291C63806400400CB2 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7F6BB6E6E8BED92008788E1B /* Pods-CoreDAO.release.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "CoreDAO/Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.redmadrobot.CoreDAO;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
SYMROOT = build;
};
name = Release;
};
4436A43E1C63807A00400CB2 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 6B8D12604E918085BEFF73DC /* Pods-CoreDAOExample.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "CoreDAOExample/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.redmadrobot.CoreDAOExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
4436A43F1C63807A00400CB2 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FC41C61A9F3A80C6A75DECFD /* Pods-CoreDAOExample.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "CoreDAOExample/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.redmadrobot.CoreDAOExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
4436A4191C63806400400CB2 /* Build configuration list for PBXProject "CoreDAO" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4436A4251C63806400400CB2 /* Debug */,
4436A4261C63806400400CB2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4436A4271C63806400400CB2 /* Build configuration list for PBXNativeTarget "CoreDAO" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4436A4281C63806400400CB2 /* Debug */,
4436A4291C63806400400CB2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4436A43D1C63807A00400CB2 /* Build configuration list for PBXNativeTarget "CoreDAOExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4436A43E1C63807A00400CB2 /* Debug */,
4436A43F1C63807A00400CB2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCVersionGroup section */
E6AB2FD01C6A5E63008B1B88 /* Model.xcdatamodeld */ = {
isa = XCVersionGroup;
children = (
E6AB2FD11C6A5E63008B1B88 /* Model.xcdatamodel */,
);
currentVersion = E6AB2FD11C6A5E63008B1B88 /* Model.xcdatamodel */;
path = Model.xcdatamodeld;
sourceTree = "<group>";
versionGroupType = wrapper.xcdatamodel;
};
/* End XCVersionGroup section */
};
rootObject = 4436A4161C63806400400CB2 /* Project object */;
}