Skip to content

Commit

Permalink
Cleanup: remove obsolete files and MRR references
Browse files Browse the repository at this point in the history
  • Loading branch information
tciuro committed Feb 16, 2017
1 parent 7264b2a commit 0998d9b
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 338 deletions.
5 changes: 1 addition & 4 deletions Classes/Public/NSFNanoSortDescriptor.h
Expand Up @@ -64,9 +64,6 @@
NSLog(@"%@", [[object info]objectForKey:@"City"]);
}
// Cleanup
[sortCities release];
// Close the document store
[nanoStore closeWithError:nil];
@endcode
Expand Down Expand Up @@ -127,4 +124,4 @@

//@}

@end
@end
3 changes: 0 additions & 3 deletions Classes/Public/NanoStore.h
Expand Up @@ -425,9 +425,6 @@
// Perform the search
NSArray *searchResults = [search searchObjectsWithReturnType:NSFReturnObjects error:nil];
// Cleanup
[sortByLastName release];
@endcode
@section paging_limit_sec Paging using Limit and Offset
Expand Down
38 changes: 0 additions & 38 deletions NanoStore.xcodeproj/project.pbxproj
Expand Up @@ -190,19 +190,12 @@
748D3457139772B600FD5565 /* libnanostore2-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "libnanostore2-Prefix.pch"; sourceTree = "<group>"; };
748EB008153F09A600F5C7F2 /* NanoStoreGlobalsTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NanoStoreGlobalsTests.h; sourceTree = "<group>"; };
748EB009153F09A600F5C7F2 /* NanoStoreGlobalsTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NanoStoreGlobalsTests.m; sourceTree = "<group>"; };
74987EE812DB1B1A00E5D7CB /* OCUnitExtensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCUnitExtensions.h; sourceTree = "<group>"; };
74987EE912DB1B1A00E5D7CB /* OCUnitExtensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OCUnitExtensions.m; sourceTree = "<group>"; };
74987F1B12DB1B9D00E5D7CB /* Icon-Fail.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "Icon-Fail.tiff"; sourceTree = "<group>"; };
74987F1C12DB1B9D00E5D7CB /* Icon-Pass.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "Icon-Pass.tiff"; sourceTree = "<group>"; };
74A4EF10138E3EBD00FBC46C /* NSFNanoSortDescriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = NSFNanoSortDescriptor.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
74A4EF11138E3EBD00FBC46C /* NSFNanoSortDescriptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = NSFNanoSortDescriptor.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
74A4EF18138E47B100FBC46C /* NanoStoreSortTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NanoStoreSortTests.h; sourceTree = "<group>"; };
74A4EF19138E47B100FBC46C /* NanoStoreSortTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = NanoStoreSortTests.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
74ACCBA8168FA05800585114 /* NSFOrderedDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSFOrderedDictionary.h; sourceTree = "<group>"; };
74ACCBA9168FA05800585114 /* NSFOrderedDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSFOrderedDictionary.m; sourceTree = "<group>"; };
74B20983122B280C0079E2FF /* NanoStore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NanoStore.m; sourceTree = "<group>"; };
74B20984122B280C0079E2FF /* NanoStoreTester.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NanoStoreTester.h; sourceTree = "<group>"; };
74B20985122B280C0079E2FF /* NanoStoreTester.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NanoStoreTester.m; sourceTree = "<group>"; };
74B20988122B280C0079E2FF /* NanoStoreExpressionTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NanoStoreExpressionTests.h; sourceTree = "<group>"; };
74B20989122B280C0079E2FF /* NanoStoreExpressionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NanoStoreExpressionTests.m; sourceTree = "<group>"; };
74B2098A122B280C0079E2FF /* NanoStoreSearchTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NanoStoreSearchTests.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -414,45 +407,14 @@
name = "Supporting Files";
sourceTree = "<group>";
};
74987EE712DB1B1A00E5D7CB /* OCUnitExtensions */ = {
isa = PBXGroup;
children = (
74987EE812DB1B1A00E5D7CB /* OCUnitExtensions.h */,
74987EE912DB1B1A00E5D7CB /* OCUnitExtensions.m */,
);
path = OCUnitExtensions;
sourceTree = "<group>";
};
74987F1A12DB1B9D00E5D7CB /* Resources */ = {
isa = PBXGroup;
children = (
74987F1B12DB1B9D00E5D7CB /* Icon-Fail.tiff */,
74987F1C12DB1B9D00E5D7CB /* Icon-Pass.tiff */,
);
path = Resources;
sourceTree = "<group>";
};
74B20981122B280C0079E2FF /* Tests */ = {
isa = PBXGroup;
children = (
74B20982122B280C0079E2FF /* EasyDebugging */,
74987EE712DB1B1A00E5D7CB /* OCUnitExtensions */,
74987F1A12DB1B9D00E5D7CB /* Resources */,
74B20986122B280C0079E2FF /* UnitTests */,
);
path = Tests;
sourceTree = "<group>";
};
74B20982122B280C0079E2FF /* EasyDebugging */ = {
isa = PBXGroup;
children = (
74B20983122B280C0079E2FF /* NanoStore.m */,
74B20984122B280C0079E2FF /* NanoStoreTester.h */,
74B20985122B280C0079E2FF /* NanoStoreTester.m */,
);
path = EasyDebugging;
sourceTree = "<group>";
};
74B20986122B280C0079E2FF /* UnitTests */ = {
isa = PBXGroup;
children = (
Expand Down
14 changes: 0 additions & 14 deletions Tests/EasyDebugging/NanoStore.m

This file was deleted.

18 changes: 0 additions & 18 deletions Tests/EasyDebugging/NanoStoreTester.h

This file was deleted.

101 changes: 0 additions & 101 deletions Tests/EasyDebugging/NanoStoreTester.m

This file was deleted.

40 changes: 0 additions & 40 deletions Tests/OCUnitExtensions/OCUnitExtensions.h

This file was deleted.

119 changes: 0 additions & 119 deletions Tests/OCUnitExtensions/OCUnitExtensions.m

This file was deleted.

Binary file removed Tests/Resources/Icon-Fail.tiff
Binary file not shown.
Binary file removed Tests/Resources/Icon-Pass.tiff
Binary file not shown.
2 changes: 1 addition & 1 deletion XcodeCoverage/env.sh
@@ -1,5 +1,5 @@
export BUILT_PRODUCTS_DIR="/Users/tito/Library/Developer/Xcode/DerivedData/NanoStore-exwkrllvigpqafdfpvaoxwdfdxbv/Build/Products/Debug"
export CURRENT_ARCH="x86_64"
export OBJECT_FILE_DIR_normal="/Users/tito/Library/Developer/Xcode/DerivedData/NanoStore-exwkrllvigpqafdfpvaoxwdfdxbv/Build/Intermediates/NanoStore.build/Debug/UnitTestMac.build/Objects-normal"
export OBJECT_FILE_DIR_normal="/Users/tito/Library/Developer/Xcode/DerivedData/NanoStore-exwkrllvigpqafdfpvaoxwdfdxbv/Build/Intermediates/NanoStore.build/Debug/NanoStore.build/Objects-normal"
export OBJROOT="/Users/tito/Library/Developer/Xcode/DerivedData/NanoStore-exwkrllvigpqafdfpvaoxwdfdxbv/Build/Intermediates"
export SRCROOT="/Users/tito/Desktop/Backup/NanoStore"

0 comments on commit 0998d9b

Please sign in to comment.