Compare commits

...

3 Commits
3.1.0 ... 3.1.1

Author SHA1 Message Date
John Estropia
42c28b064a remove unneeded swift flags 2017-05-10 12:47:40 +09:00
John Estropia
0b097b8c85 version bump 2017-05-10 12:43:18 +09:00
John Estropia
fce5d2f301 Flatten file directories (fixes #159) 2017-05-10 12:42:20 +09:00
118 changed files with 19 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CoreStore"
s.version = "3.1.0"
s.version = "3.1.1"
s.license = "MIT"
s.summary = "Unleashing the real power of Core Data with the elegance and safety of Swift"
s.homepage = "https://github.com/JohnEstropia/CoreStore"
@@ -16,7 +16,5 @@ Pod::Spec.new do |s|
s.public_header_files = "Sources/**/*.h"
s.frameworks = "Foundation", "CoreData"
s.requires_arc = true
s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS[config=Debug]' => '-D USE_FRAMEWORKS -D DEBUG',
'OTHER_SWIFT_FLAGS[config=Release]' => '-D USE_FRAMEWORKS',
'GCC_PREPROCESSOR_DEFINITIONS' => 'USE_FRAMEWORKS=1' }
s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS[config=Debug]' => '-D DEBUG' }
end

View File

@@ -1035,7 +1035,7 @@
B5A261201B64BFDB006EB6D3 /* MigrationType.swift */,
B56965231B356B820075EE4A /* MigrationResult.swift */,
);
path = Migrating;
name = Migrating;
sourceTree = "<group>";
};
B5A5F26B1CAFF8D0004AB9AF /* Swift */ = {
@@ -1073,7 +1073,7 @@
B53FBA101CAB607000F0D40A /* Convenience */,
B5E222211CA4DE5700BA2E95 /* Internal */,
);
path = ObjectiveC;
name = ObjectiveC;
sourceTree = "<group>";
};
B5E1B5A61CAA49CE007FD580 /* Migrating */ = {
@@ -1116,7 +1116,7 @@
B5E834B81B76311F001D3D50 /* BaseDataTransaction+Importing.swift */,
B509C7F31E54511B0061C547 /* CoreStoreImportableAttributeType.swift */,
);
path = Importing;
name = Importing;
sourceTree = "<group>";
};
B5E84EDA1AFF84500064E85B /* Setup */ = {
@@ -1126,7 +1126,7 @@
B5E84EDB1AFF84500064E85B /* DataStack.swift */,
B5FE4DA01C84818B00FA6A91 /* StorageInterfaces */,
);
path = Setup;
name = Setup;
sourceTree = "<group>";
};
B5E84EE21AFF84610064E85B /* Logging */ = {
@@ -1137,7 +1137,7 @@
B5E84EE51AFF84610064E85B /* CoreStoreLogger.swift */,
B51FE5AA1CD4D00300E54258 /* CoreStore+CustomDebugStringConvertible.swift */,
);
path = Logging;
name = Logging;
sourceTree = "<group>";
};
B5E84EE91AFF846E0064E85B /* Transactions */ = {
@@ -1153,7 +1153,7 @@
B50392F81C478FF3009900CA /* NSManagedObject+Transaction.swift */,
B5E84EF21AFF846E0064E85B /* SaveResult.swift */,
);
path = Transactions;
name = Transactions;
sourceTree = "<group>";
};
B5E84EFD1AFF847B0064E85B /* Fetching and Querying */ = {
@@ -1168,7 +1168,7 @@
B5E84F0A1AFF847B0064E85B /* Protocol Clauses */,
B5E84EFF1AFF847B0064E85B /* Concrete Clauses */,
);
path = "Fetching and Querying";
name = "Fetching and Querying";
sourceTree = "<group>";
};
B5E84EFF1AFF847B0064E85B /* Concrete Clauses */ = {
@@ -1181,7 +1181,7 @@
B5E84F021AFF847B0064E85B /* GroupBy.swift */,
B5E84F001AFF847B0064E85B /* Tweak.swift */,
);
path = "Concrete Clauses";
name = "Concrete Clauses";
sourceTree = "<group>";
};
B5E84F0A1AFF847B0064E85B /* Protocol Clauses */ = {
@@ -1189,7 +1189,7 @@
children = (
B5E84F401AFF8CCD0064E85B /* ClauseTypes.swift */,
);
path = "Protocol Clauses";
name = "Protocol Clauses";
sourceTree = "<group>";
};
B5E84F191AFF84860064E85B /* Observing */ = {
@@ -1204,7 +1204,7 @@
B5E84F1D1AFF84860064E85B /* ListMonitor.swift */,
B5E84F1E1AFF84860064E85B /* ListObserver.swift */,
);
path = Observing;
name = Observing;
sourceTree = "<group>";
};
B5E84F261AFF84920064E85B /* Convenience */ = {
@@ -1214,7 +1214,7 @@
B5FAD6A81B50A4B300714891 /* Progress+Convenience.swift */,
B5202CF91C04688100DED140 /* NSFetchedResultsController+Convenience.swift */,
);
path = Convenience;
name = Convenience;
sourceTree = "<group>";
};
B5E84F291AFF849C0064E85B /* Internal */ = {
@@ -1237,7 +1237,7 @@
B59AFF401C6593E400C0ABE2 /* NSPersistentStoreCoordinator+Setup.swift */,
B5E84F2D1AFF849C0064E85B /* WeakObject.swift */,
);
path = Internal;
name = Internal;
sourceTree = "<group>";
};
B5ECDBEA1CA6BEAC00C7F112 /* Protocol Clauses */ = {
@@ -1271,7 +1271,7 @@
B59FA0AD1CCBAC95007C9BCA /* ICloudStore.swift */,
B5677D3C1CD3B1E400322BFC /* ICloudStoreObserver.swift */,
);
path = StorageInterfaces;
name = StorageInterfaces;
sourceTree = "<group>";
};
/* End PBXGroup section */
@@ -2201,9 +2201,8 @@
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
"USE_FRAMEWORKS=1",
"DEBUG=1",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -2217,7 +2216,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "-D USE_FRAMEWORKS -D DEBUG";
OTHER_SWIFT_FLAGS = "-D DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = com.johnestropia.CoreStore;
PRODUCT_NAME = CoreStore;
SDKROOT = iphoneos;
@@ -2258,7 +2257,7 @@
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = "USE_FRAMEWORKS=1";
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
@@ -2269,7 +2268,6 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_SWIFT_FLAGS = "-D USE_FRAMEWORKS";
PRODUCT_BUNDLE_IDENTIFIER = com.johnestropia.CoreStore;
PRODUCT_NAME = CoreStore;
SDKROOT = iphoneos;

View File

@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>3.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

Some files were not shown because too many files have changed in this diff Show More