Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carthage #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
![](http://s14.postimg.org/ll5smugr5/Logo.png)

[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

<p align="center">
<strong><i>"Simplicity is the ultimate sophistication."</i></strong>

Expand Down
168 changes: 157 additions & 11 deletions Seam/Seam.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,28 @@
3E191DF11B7B3DB600BB9E71 /* NSManagedObjectContext+Helpers.swift in Headers */ = {isa = PBXBuildFile; fileRef = 3E191DD31B7B3CAF00BB9E71 /* NSManagedObjectContext+Helpers.swift */; settings = {ATTRIBUTES = (Private, ); }; };
3E8E26C51B7B11BD009C47EA /* Seam.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E8E26C41B7B11BD009C47EA /* Seam.h */; settings = {ATTRIBUTES = (Public, ); }; };
3EC07BF51BE6645600AAA747 /* SeamTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EC07BF41BE6645600AAA747 /* SeamTests.swift */; };
3EC07BF71BE6645600AAA747 /* Seam.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3E8E26C11B7B11BD009C47EA /* Seam.framework */; settings = {ASSET_TAGS = (); }; };
3EC07BF71BE6645600AAA747 /* Seam.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3E8E26C11B7B11BD009C47EA /* Seam.framework */; };
AA143EE61BE95B0300E87023 /* SMStoreChangeSetHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E191DCD1B7B3CAF00BB9E71 /* SMStoreChangeSetHandler.swift */; };
AA143EE71BE95B0300E87023 /* CKRecord+NSManagedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E191DCB1B7B3CAF00BB9E71 /* CKRecord+NSManagedObject.swift */; };
AA143EE81BE95B0300E87023 /* SMServerTokenHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E191DD01B7B3CAF00BB9E71 /* SMServerTokenHandler.swift */; };
AA143EE91BE95B0300E87023 /* CKRecordZone+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E0226351B7C418A0080F9AB /* CKRecordZone+Helpers.swift */; };
AA143EEA1BE95B0300E87023 /* NSEntityDescription+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E191DD11B7B3CAF00BB9E71 /* NSEntityDescription+Helpers.swift */; };
AA143EEB1BE95B0300E87023 /* NSManagedObjectContext+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E191DD31B7B3CAF00BB9E71 /* NSManagedObjectContext+Helpers.swift */; };
AA143EEC1BE95B0300E87023 /* CKRecordZoneID+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E0226371B7C43320080F9AB /* CKRecordZoneID+Helpers.swift */; };
AA143EED1BE95B0300E87023 /* SMStoreSyncOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E191DCF1B7B3CAF00BB9E71 /* SMStoreSyncOperation.swift */; };
AA143EEE1BE95B0300E87023 /* SMServerStoreSetupOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E191DCE1B7B3CAF00BB9E71 /* SMServerStoreSetupOperation.swift */; };
AA143EEF1BE95B0300E87023 /* SMStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E191DCC1B7B3CAF00BB9E71 /* SMStore.swift */; };
AA143EF01BE95B0300E87023 /* NSManagedObject+CKRecord.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E191DD21B7B3CAF00BB9E71 /* NSManagedObject+CKRecord.swift */; };
AA143EF31BE95B0300E87023 /* Seam.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E8E26C41B7B11BD009C47EA /* Seam.h */; settings = {ATTRIBUTES = (Public, ); }; };
AA143EF41BE95B0300E87023 /* SMStore.swift in Headers */ = {isa = PBXBuildFile; fileRef = 3E191DCC1B7B3CAF00BB9E71 /* SMStore.swift */; settings = {ATTRIBUTES = (Public, ); }; };
AA143EF51BE95B0300E87023 /* SMStoreSyncOperation.swift in Headers */ = {isa = PBXBuildFile; fileRef = 3E191DCF1B7B3CAF00BB9E71 /* SMStoreSyncOperation.swift */; settings = {ATTRIBUTES = (Public, ); }; };
AA143EF61BE95B0300E87023 /* SMServerStoreSetupOperation.swift in Headers */ = {isa = PBXBuildFile; fileRef = 3E191DCE1B7B3CAF00BB9E71 /* SMServerStoreSetupOperation.swift */; settings = {ATTRIBUTES = (Private, ); }; };
AA143EF71BE95B0300E87023 /* NSManagedObjectContext+Helpers.swift in Headers */ = {isa = PBXBuildFile; fileRef = 3E191DD31B7B3CAF00BB9E71 /* NSManagedObjectContext+Helpers.swift */; settings = {ATTRIBUTES = (Private, ); }; };
AA143EF81BE95B0300E87023 /* CKRecord+NSManagedObject.swift in Headers */ = {isa = PBXBuildFile; fileRef = 3E191DCB1B7B3CAF00BB9E71 /* CKRecord+NSManagedObject.swift */; settings = {ATTRIBUTES = (Private, ); }; };
AA143EF91BE95B0300E87023 /* NSManagedObject+CKRecord.swift in Headers */ = {isa = PBXBuildFile; fileRef = 3E191DD21B7B3CAF00BB9E71 /* NSManagedObject+CKRecord.swift */; settings = {ATTRIBUTES = (Private, ); }; };
AA143EFA1BE95B0300E87023 /* SMServerTokenHandler.swift in Headers */ = {isa = PBXBuildFile; fileRef = 3E191DD01B7B3CAF00BB9E71 /* SMServerTokenHandler.swift */; settings = {ATTRIBUTES = (Private, ); }; };
AA143EFB1BE95B0300E87023 /* NSEntityDescription+Helpers.swift in Headers */ = {isa = PBXBuildFile; fileRef = 3E191DD11B7B3CAF00BB9E71 /* NSEntityDescription+Helpers.swift */; settings = {ATTRIBUTES = (Private, ); }; };
AA143EFC1BE95B0300E87023 /* SMStoreChangeSetHandler.swift in Headers */ = {isa = PBXBuildFile; fileRef = 3E191DCD1B7B3CAF00BB9E71 /* SMStoreChangeSetHandler.swift */; settings = {ATTRIBUTES = (Private, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -60,6 +81,7 @@
3EC07BF21BE6645500AAA747 /* SeamTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SeamTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3EC07BF41BE6645600AAA747 /* SeamTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SeamTests.swift; sourceTree = "<group>"; };
3EC07BF61BE6645600AAA747 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
AA143F011BE95B0300E87023 /* Seam.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Seam.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -78,6 +100,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
AA143EF11BE95B0300E87023 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Expand Down Expand Up @@ -120,6 +149,7 @@
children = (
3E8E26C11B7B11BD009C47EA /* Seam.framework */,
3EC07BF21BE6645500AAA747 /* SeamTests.xctest */,
AA143F011BE95B0300E87023 /* Seam.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -164,12 +194,29 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
AA143EF21BE95B0300E87023 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
AA143EF31BE95B0300E87023 /* Seam.h in Headers */,
AA143EF41BE95B0300E87023 /* SMStore.swift in Headers */,
AA143EF51BE95B0300E87023 /* SMStoreSyncOperation.swift in Headers */,
AA143EF61BE95B0300E87023 /* SMServerStoreSetupOperation.swift in Headers */,
AA143EF71BE95B0300E87023 /* NSManagedObjectContext+Helpers.swift in Headers */,
AA143EF81BE95B0300E87023 /* CKRecord+NSManagedObject.swift in Headers */,
AA143EF91BE95B0300E87023 /* NSManagedObject+CKRecord.swift in Headers */,
AA143EFA1BE95B0300E87023 /* SMServerTokenHandler.swift in Headers */,
AA143EFB1BE95B0300E87023 /* NSEntityDescription+Helpers.swift in Headers */,
AA143EFC1BE95B0300E87023 /* SMStoreChangeSetHandler.swift in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
3E8E26C01B7B11BD009C47EA /* Seam */ = {
3E8E26C01B7B11BD009C47EA /* Seam iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3E8E26D51B7B11BD009C47EA /* Build configuration list for PBXNativeTarget "Seam" */;
buildConfigurationList = 3E8E26D51B7B11BD009C47EA /* Build configuration list for PBXNativeTarget "Seam iOS" */;
buildPhases = (
3E8E26BC1B7B11BD009C47EA /* Sources */,
3E8E26BD1B7B11BD009C47EA /* Frameworks */,
Expand All @@ -180,7 +227,7 @@
);
dependencies = (
);
name = Seam;
name = "Seam iOS";
productName = Seam;
productReference = 3E8E26C11B7B11BD009C47EA /* Seam.framework */;
productType = "com.apple.product-type.framework";
Expand All @@ -203,6 +250,24 @@
productReference = 3EC07BF21BE6645500AAA747 /* SeamTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
AA143EE41BE95B0300E87023 /* Seam OS X */ = {
isa = PBXNativeTarget;
buildConfigurationList = AA143EFE1BE95B0300E87023 /* Build configuration list for PBXNativeTarget "Seam OS X" */;
buildPhases = (
AA143EE51BE95B0300E87023 /* Sources */,
AA143EF11BE95B0300E87023 /* Frameworks */,
AA143EF21BE95B0300E87023 /* Headers */,
AA143EFD1BE95B0300E87023 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Seam OS X";
productName = Seam;
productReference = AA143F011BE95B0300E87023 /* Seam.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
Expand Down Expand Up @@ -233,7 +298,8 @@
projectDirPath = "";
projectRoot = "";
targets = (
3E8E26C01B7B11BD009C47EA /* Seam */,
3E8E26C01B7B11BD009C47EA /* Seam iOS */,
AA143EE41BE95B0300E87023 /* Seam OS X */,
3EC07BF11BE6645500AAA747 /* SeamTests */,
);
};
Expand All @@ -254,6 +320,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
AA143EFD1BE95B0300E87023 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down Expand Up @@ -283,12 +356,30 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
AA143EE51BE95B0300E87023 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AA143EE61BE95B0300E87023 /* SMStoreChangeSetHandler.swift in Sources */,
AA143EE71BE95B0300E87023 /* CKRecord+NSManagedObject.swift in Sources */,
AA143EE81BE95B0300E87023 /* SMServerTokenHandler.swift in Sources */,
AA143EE91BE95B0300E87023 /* CKRecordZone+Helpers.swift in Sources */,
AA143EEA1BE95B0300E87023 /* NSEntityDescription+Helpers.swift in Sources */,
AA143EEB1BE95B0300E87023 /* NSManagedObjectContext+Helpers.swift in Sources */,
AA143EEC1BE95B0300E87023 /* CKRecordZoneID+Helpers.swift in Sources */,
AA143EED1BE95B0300E87023 /* SMStoreSyncOperation.swift in Sources */,
AA143EEE1BE95B0300E87023 /* SMServerStoreSetupOperation.swift in Sources */,
AA143EEF1BE95B0300E87023 /* SMStore.swift in Sources */,
AA143EF01BE95B0300E87023 /* NSManagedObject+CKRecord.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
3EC07BF91BE6645600AAA747 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 3E8E26C01B7B11BD009C47EA /* Seam */;
target = 3E8E26C01B7B11BD009C47EA /* Seam iOS */;
targetProxy = 3EC07BF81BE6645600AAA747 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
Expand Down Expand Up @@ -388,7 +479,6 @@
3E8E26D61B7B11BD009C47EA /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -401,7 +491,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.CloudKitSpace.Seam;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = Seam;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VALIDATE_PRODUCT = NO;
Expand All @@ -413,7 +503,6 @@
3E8E26D71B7B11BD009C47EA /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -426,7 +515,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.CloudKitSpace.Seam;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = Seam;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VALID_ARCHS = "arm64 armv7 armv7s x86_64 i386";
Expand Down Expand Up @@ -456,6 +545,53 @@
};
name = Release;
};
AA143EFF1BE95B0300E87023 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Seam/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.CloudKitSpace.Seam;
PRODUCT_NAME = Seam;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VALIDATE_PRODUCT = NO;
WATCHOS_DEPLOYMENT_TARGET = 2.0;
};
name = Debug;
};
AA143F001BE95B0300E87023 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Seam/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = com.CloudKitSpace.Seam;
PRODUCT_NAME = Seam;
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
WATCHOS_DEPLOYMENT_TARGET = 2.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -468,7 +604,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
3E8E26D51B7B11BD009C47EA /* Build configuration list for PBXNativeTarget "Seam" */ = {
3E8E26D51B7B11BD009C47EA /* Build configuration list for PBXNativeTarget "Seam iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3E8E26D61B7B11BD009C47EA /* Debug */,
Expand All @@ -484,6 +620,16 @@
3EC07BFB1BE6645600AAA747 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
AA143EFE1BE95B0300E87023 /* Build configuration list for PBXNativeTarget "Seam OS X" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AA143EFF1BE95B0300E87023 /* Debug */,
AA143F001BE95B0300E87023 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
80 changes: 80 additions & 0 deletions Seam/Seam.xcodeproj/xcshareddata/xcschemes/Seam OS X.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0710"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AA143EE41BE95B0300E87023"
BuildableName = "Seam OS X.framework"
BlueprintName = "Seam OS X"
ReferencedContainer = "container:Seam.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AA143EE41BE95B0300E87023"
BuildableName = "Seam OS X.framework"
BlueprintName = "Seam OS X"
ReferencedContainer = "container:Seam.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AA143EE41BE95B0300E87023"
BuildableName = "Seam OS X.framework"
BlueprintName = "Seam OS X"
ReferencedContainer = "container:Seam.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>