Results 4 issues of Daniel Grahn

Added support for Microsoft Push Notification Service (Windows Phone). Currently only supports 'Toast' notifications. (No support for 'Raw' or 'Tile' notifications) See updated readme for detailed info.

Had to add `derivedDataPath` param to the `xcodebuild` command to ensure build artifacts were stored in the right location. ``` DERIVED_DATA_PATH="#{dir}/ios" BUILT_PRODUCTS_PATH = "#{DERIVED_DATA_PATH}/Build/Products".freeze ``` ``` xcodebuild( workspace: XCODE_WORKSPACE_PATH, scheme:...

- Returning to correct browser tab when authentication finishes - Removing unnessessary code block

There should to be a possibility to define the redirectURL in the config, since some oauth providers only accepts one single pre-defined redirect url. This means that it won't be...