-
v2.0.3
Now using $(CONFIGURATION_BUILD_DIR) variable for the framework paths in th demo projects (had to edit it by hand, cannot set this in Xcode as far as I can see). Demo projects should now compile properly on repository clone.
-
v2.0.2
Updated the project settings to properly include the iOS framework in the iOS demo.
-
2.0
Breaking change: The remove() method on notification handler instances is no longer public. Use the global destroyNotificationHandler(inout handler:NotificationHandler?) function to properly destory notification handlers.
-
v2.0
Breaking change: The remove() method on notification handler instances is no longer public. Use the global destroyNotificationHandler(inout handler:NotificationHandler?) function to properly destory notification handlers.