Skip to content

Commit

Permalink
Moved sample code into iCloudStoreManagerExample.
Browse files Browse the repository at this point in the history
[MOVED]     Moved all the sample code into iCloudStoreManagerExample and left the UbiquityStoreManager in iCloudStoreManager.  Makes it much easier for external applications to just include the code that matters to them.
  • Loading branch information
lhunath committed May 7, 2012
1 parent a084940 commit 303b3a3
Show file tree
Hide file tree
Showing 31 changed files with 93 additions and 195 deletions.
21 changes: 21 additions & 0 deletions .gitignore
@@ -0,0 +1,21 @@
# OS-Specific junk.
.DS_Store

# IntelliJ
/.idea/*
!/.idea/encodings.xml
!/.idea/inspectionProfiles
!/.idea/projectCodeStyle.xml
!/.idea/validation.xml
*.iml
/*.ipr
/*.iws

# Xcode IDE
/*.xcodeproj/*
!/*.xcodeproj/*.pbxproj
!/*.xcodeproj/xcshareddata
!/*.xcodeproj/xcshareddata/*
!/*.xcodeproj/project.xcworkspace
!/*.xcodeproj/project.xcworkspace/*
/*.xcodeproj/project.xcworkspace/xcuserdata

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions iCloudStoreManager/UbiquityStoreManager.m
Expand Up @@ -80,10 +80,6 @@ - (void)dealloc {

#pragma mark - File Handling

- (NSString *)iCloudStoreName {
return @"iCloudStoreManager.sqlite";
}

- (NSURL *)iCloudStoreURLForUUID:(NSString *)uuid {
NSFileManager *fileManager = [NSFileManager defaultManager];
NSURL *cloudURL = [fileManager URLForUbiquityContainerIdentifier:containerIdentifier__];
Expand Down

0 comments on commit 303b3a3

Please sign in to comment.