Skip to content

Commit

Permalink
remove popover controller, deprecated since a while
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Mayer committed Apr 30, 2016
1 parent 9015cd7 commit 2a1a9a5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 63 deletions.
1 change: 1 addition & 0 deletions CoreLib/CoreLib.h
Expand Up @@ -110,6 +110,7 @@ CC_ENUM(uint8_t, openChoice)
static inline NS ## classname * make ## classname (void) { return (NS ## classname *)[NS ## classname new];}
MAKE_MAKER(MutableArray)
MAKE_MAKER(MutableDictionary)
MAKE_MAKER(MutableIndexSet)
MAKE_MAKER(MutableString)
MAKE_MAKER(MutableSet)

Expand Down
2 changes: 1 addition & 1 deletion CoreLib/Foundation+CoreCode.m
Expand Up @@ -1528,7 +1528,7 @@ - (NSURL *)add:(NSString *)component
NSString *path = self.path;
NSError *err;
NSArray *c = [fileManager contentsOfDirectoryAtPath:path error:&err];
assert(c && !err);

return [c mapped:^id (NSString *input) { return [self URLByAppendingPathComponent:input]; }];
}

Expand Down
8 changes: 0 additions & 8 deletions CoreLibTests.xcodeproj/project.pbxproj
Expand Up @@ -83,9 +83,7 @@
B9EF05541865D5A200CF7A38 /* JMActionSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = B9EF05351865D5A200CF7A38 /* JMActionSheet.m */; };
B9EF05551865D5A200CF7A38 /* JMAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = B9EF05371865D5A200CF7A38 /* JMAlertView.m */; };
B9EF05561865D5A200CF7A38 /* JMChoiceController.m in Sources */ = {isa = PBXBuildFile; fileRef = B9EF05391865D5A200CF7A38 /* JMChoiceController.m */; };
B9EF05571865D5A200CF7A38 /* JMPopoverController.m in Sources */ = {isa = PBXBuildFile; fileRef = B9EF053B1865D5A200CF7A38 /* JMPopoverController.m */; };
B9EF05581865D5A200CF7A38 /* JMWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B9EF053D1865D5A200CF7A38 /* JMWebViewController.m */; };
B9EF05691865F18300CF7A38 /* JMPopoverController.m in Sources */ = {isa = PBXBuildFile; fileRef = B9EF053B1865D5A200CF7A38 /* JMPopoverController.m */; };
B9EF056B1865F18300CF7A38 /* JMActionSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = B9EF05351865D5A200CF7A38 /* JMActionSheet.m */; };
B9EF05721865F18300CF7A38 /* JMWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B9EF053D1865D5A200CF7A38 /* JMWebViewController.m */; };
B9EF05731865F18300CF7A38 /* CoreLibTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B9EF052C1865D57400CF7A38 /* CoreLibTests.m */; };
Expand Down Expand Up @@ -192,8 +190,6 @@
B9EF05371865D5A200CF7A38 /* JMAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JMAlertView.m; sourceTree = "<group>"; };
B9EF05381865D5A200CF7A38 /* JMChoiceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JMChoiceController.h; sourceTree = "<group>"; };
B9EF05391865D5A200CF7A38 /* JMChoiceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JMChoiceController.m; sourceTree = "<group>"; };
B9EF053A1865D5A200CF7A38 /* JMPopoverController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JMPopoverController.h; sourceTree = "<group>"; };
B9EF053B1865D5A200CF7A38 /* JMPopoverController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JMPopoverController.m; sourceTree = "<group>"; };
B9EF053C1865D5A200CF7A38 /* JMWebViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JMWebViewController.h; sourceTree = "<group>"; };
B9EF053D1865D5A200CF7A38 /* JMWebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JMWebViewController.m; sourceTree = "<group>"; };
B9EF05631865EEF600CF7A38 /* CoreLibTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CoreLibTests.h; path = Tests/CoreLibTests.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -311,8 +307,6 @@
B9EF05371865D5A200CF7A38 /* JMAlertView.m */,
B9EF05381865D5A200CF7A38 /* JMChoiceController.h */,
B9EF05391865D5A200CF7A38 /* JMChoiceController.m */,
B9EF053A1865D5A200CF7A38 /* JMPopoverController.h */,
B9EF053B1865D5A200CF7A38 /* JMPopoverController.m */,
B97FDAD81933AA1900A93E6C /* JMSlideshowController.h */,
B97FDAD91933AA1900A93E6C /* JMSlideshowController.m */,
B9EF053C1865D5A200CF7A38 /* JMWebViewController.h */,
Expand Down Expand Up @@ -501,7 +495,6 @@
buildActionMask = 2147483647;
files = (
B933AB3618BBDFA1006E42B9 /* Foundation+CoreCode.m in Sources */,
B9EF05571865D5A200CF7A38 /* JMPopoverController.m in Sources */,
B9EF05541865D5A200CF7A38 /* JMActionSheet.m in Sources */,
B933AB3A18BBDFA1006E42B9 /* Foundation+Properties.m in Sources */,
B9EF05581865D5A200CF7A38 /* JMWebViewController.m in Sources */,
Expand All @@ -520,7 +513,6 @@
buildActionMask = 2147483647;
files = (
B933AB3718BBDFA1006E42B9 /* Foundation+CoreCode.m in Sources */,
B9EF05691865F18300CF7A38 /* JMPopoverController.m in Sources */,
B9EF056B1865F18300CF7A38 /* JMActionSheet.m in Sources */,
B933AB3B18BBDFA1006E42B9 /* Foundation+Properties.m in Sources */,
B9EF05721865F18300CF7A38 /* JMWebViewController.m in Sources */,
Expand Down
18 changes: 0 additions & 18 deletions iOS/JMPopoverController.h

This file was deleted.

36 changes: 0 additions & 36 deletions iOS/JMPopoverController.m

This file was deleted.

0 comments on commit 2a1a9a5

Please sign in to comment.