diff --git a/BuildControl/Info-Framework.plist b/BuildControl/Info-Framework.plist index 2bb1ea9..288c341 100644 --- a/BuildControl/Info-Framework.plist +++ b/BuildControl/Info-Framework.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.4.1 + 0.5.0 CFBundleSignature ???? CFBundleVersion diff --git a/CleanroomBridging.xcodeproj/project.pbxproj b/CleanroomBridging.xcodeproj/project.pbxproj index 0cd935b..d4d01d8 100644 --- a/CleanroomBridging.xcodeproj/project.pbxproj +++ b/CleanroomBridging.xcodeproj/project.pbxproj @@ -1236,7 +1236,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 3B38DBD81BA76428000986DF /* Project.xcconfig */; buildSettings = { - CURRENT_PROJECT_VERSION = 5; + CURRENT_PROJECT_VERSION = 6; }; name = Debug; }; @@ -1244,7 +1244,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 3B38DBD81BA76428000986DF /* Project.xcconfig */; buildSettings = { - CURRENT_PROJECT_VERSION = 5; + CURRENT_PROJECT_VERSION = 6; }; name = Release; }; diff --git a/Documentation/API/Classes/NotificationObjectWatcher.html b/Documentation/API/Classes/NotificationObjectWatcher.html index 67bed6b..faa74c6 100644 --- a/Documentation/API/Classes/NotificationObjectWatcher.html +++ b/Documentation/API/Classes/NotificationObjectWatcher.html @@ -65,9 +65,9 @@

NotificationObjectWatcher

  • - - - init(notificationName:object:callback:) + + + init(notificationName:object:startWatching:callback:)
    diff --git a/Documentation/API/Classes/NotificationWatcher.html b/Documentation/API/Classes/NotificationWatcher.html index 63e13ac..17e24bf 100644 --- a/Documentation/API/Classes/NotificationWatcher.html +++ b/Documentation/API/Classes/NotificationWatcher.html @@ -65,9 +65,9 @@

    NotificationWatcher

  • - - - init(notificationName:object:callback:) + + + init(notificationName:object:startWatching:callback:)
    diff --git a/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/Documents/Classes/NotificationObjectWatcher.html b/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/Documents/Classes/NotificationObjectWatcher.html index 67bed6b..faa74c6 100644 --- a/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/Documents/Classes/NotificationObjectWatcher.html +++ b/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/Documents/Classes/NotificationObjectWatcher.html @@ -65,9 +65,9 @@

    NotificationObjectWatcher

  • - - - init(notificationName:object:callback:) + + + init(notificationName:object:startWatching:callback:)
    diff --git a/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/Documents/Classes/NotificationWatcher.html b/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/Documents/Classes/NotificationWatcher.html index 63e13ac..17e24bf 100644 --- a/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/Documents/Classes/NotificationWatcher.html +++ b/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/Documents/Classes/NotificationWatcher.html @@ -65,9 +65,9 @@

    NotificationWatcher

  • - - - init(notificationName:object:callback:) + + + init(notificationName:object:startWatching:callback:)
    diff --git a/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/Documents/undocumented.txt b/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/Documents/undocumented.txt index dc4533e..8b6d666 100644 --- a/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/Documents/undocumented.txt +++ b/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/Documents/undocumented.txt @@ -1,10 +1,10 @@ NotificationWatcher.swift public class NotificationWatcher - public init(notificationName: String, object: AnyObject? = nil, callback: (NSNotification) -> Void) + public init(notificationName: String, object: AnyObject? = nil, startWatching: Bool = true, callback: (NSNotification) -> Void) public func stopWatching() public func resumeWatching() public class NotificationObjectWatcher: NotificationWatcher - public init(notificationName: String, object: AnyObject? = nil, callback: (NSNotification, T) -> Void) + public init(notificationName: String, object: AnyObject? = nil, startWatching: Bool = true, callback: (NSNotification, T) -> Void) NSTimerExtension.swift public class func scheduledTimerWithTimeInterval(interval: NSTimeInterval, userInfo: AnyObject? = nil, repeats: Bool = false, callback: TimerFiredCallback) -> NSTimer diff --git a/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/docSet.dsidx b/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/docSet.dsidx index c866987..08e3324 100644 Binary files a/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/docSet.dsidx and b/Documentation/API/docsets/CleanroomBridging.docset/Contents/Resources/docSet.dsidx differ diff --git a/Documentation/API/docsets/CleanroomBridging.tgz b/Documentation/API/docsets/CleanroomBridging.tgz index b21bb5b..d9bce1e 100644 Binary files a/Documentation/API/docsets/CleanroomBridging.tgz and b/Documentation/API/docsets/CleanroomBridging.tgz differ diff --git a/Documentation/API/undocumented.txt b/Documentation/API/undocumented.txt index dc4533e..8b6d666 100644 --- a/Documentation/API/undocumented.txt +++ b/Documentation/API/undocumented.txt @@ -1,10 +1,10 @@ NotificationWatcher.swift public class NotificationWatcher - public init(notificationName: String, object: AnyObject? = nil, callback: (NSNotification) -> Void) + public init(notificationName: String, object: AnyObject? = nil, startWatching: Bool = true, callback: (NSNotification) -> Void) public func stopWatching() public func resumeWatching() public class NotificationObjectWatcher: NotificationWatcher - public init(notificationName: String, object: AnyObject? = nil, callback: (NSNotification, T) -> Void) + public init(notificationName: String, object: AnyObject? = nil, startWatching: Bool = true, callback: (NSNotification, T) -> Void) NSTimerExtension.swift public class func scheduledTimerWithTimeInterval(interval: NSTimeInterval, userInfo: AnyObject? = nil, repeats: Bool = false, callback: TimerFiredCallback) -> NSTimer