Skip to content

Commit

Permalink
Added CKCacheContent.h to umbrella header
Browse files Browse the repository at this point in the history
  • Loading branch information
davbeck committed Jan 21, 2016
1 parent 3fdd8f9 commit e66081c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 24 deletions.
24 changes: 0 additions & 24 deletions CacheKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@
115891C91C501333004BC21F /* CKMemoryCacheTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CKMemoryCacheTests.m; sourceTree = "<group>"; };
115891CA1C501333004BC21F /* CKNullCacheTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CKNullCacheTests.m; sourceTree = "<group>"; };
115891CB1C501333004BC21F /* CKSQLiteCacheTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CKSQLiteCacheTests.m; sourceTree = "<group>"; };
1158922F1C5015F3004BC21F /* CacheKit-Mac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CacheKit-Mac.h"; sourceTree = "<group>"; };
115892311C5015F3004BC21F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1158923B1C5015F3004BC21F /* CacheKit_MacTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CacheKit_MacTests.m; sourceTree = "<group>"; };
1158923D1C5015F3004BC21F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1158925B1C501706004BC21F /* FMDB.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FMDB.framework; path = fmdb/build/Debug/FMDB.framework; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -100,8 +96,6 @@
115891551C50115A004BC21F = {
isa = PBXGroup;
children = (
1158922E1C5015F3004BC21F /* CacheKit-Mac */,
1158923A1C5015F3004BC21F /* CacheKit-MacTests */,
1158917B1C501276004BC21F /* Frameworks */,
115891611C50115A004BC21F /* CacheKit */,
1158916D1C50115A004BC21F /* CacheKitTests */,
Expand Down Expand Up @@ -181,24 +175,6 @@
path = FastImages;
sourceTree = "<group>";
};
1158922E1C5015F3004BC21F /* CacheKit-Mac */ = {
isa = PBXGroup;
children = (
1158922F1C5015F3004BC21F /* CacheKit-Mac.h */,
115892311C5015F3004BC21F /* Info.plist */,
);
path = "CacheKit-Mac";
sourceTree = "<group>";
};
1158923A1C5015F3004BC21F /* CacheKit-MacTests */ = {
isa = PBXGroup;
children = (
1158923B1C5015F3004BC21F /* CacheKit_MacTests.m */,
1158923D1C5015F3004BC21F /* Info.plist */,
);
path = "CacheKit-MacTests";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
Expand Down
30 changes: 30 additions & 0 deletions CacheKit.xcworkspace/xcshareddata/CacheKit.xcscmblueprint
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "0B331F0B667B0FAC098090313C5011A52E6D35EC",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {

},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"04101981B66E318109934C9516F88D824BB96459" : 0,
"0B331F0B667B0FAC098090313C5011A52E6D35EC" : 0
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "EB79B9F8-E0F7-493D-B36E-B4865BB14B1E",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"04101981B66E318109934C9516F88D824BB96459" : "CacheKit\/fmdb\/",
"0B331F0B667B0FAC098090313C5011A52E6D35EC" : "CacheKit\/"
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "CacheKit",
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "CacheKit.xcworkspace",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/ccgus\/fmdb.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "04101981B66E318109934C9516F88D824BB96459"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:davbeck\/CacheKit.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "0B331F0B667B0FAC098090313C5011A52E6D35EC"
}
]
}
1 change: 1 addition & 0 deletions CacheKit/Classes/CacheKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ FOUNDATION_EXPORT const unsigned char CacheKitVersionString[];


#import "CKCache.h"
#import "CKCacheContent.h"
#import "CKMemoryCache.h"
#import "CKFileCache.h"
#import "CKSQLiteCache.h"
Expand Down

0 comments on commit e66081c

Please sign in to comment.