3 Commits
Author SHA1 Message Date
Steve Baranskiandrob phillips 69a006cd1b Swift 5.1 Support (#204)
* Updated project for Swift 5.1 support

* Updated xcconfig files & removed superfluous project overrides

* [Example] Update example app settings

Co-authored-by: rob phillips <rob@robphillips.me>
2020-03-03 10:05:14 -10:00
rob phillips bc65c735bc [Cleanup] Comment docs, example apps, and whitespace (#136)
* [Examples] Clean up example code

* [Code] fileprivate --> private

* [Nits] Modernize code doc formats
2019-04-21 19:35:12 -04:00
Chris Zielinski 0c5cd04c76 Fix macOS Platform, Custom URL Scheme Handler, Polish Demos. (#110)
* Fix 'DownView' for the macOS platform.

* Remove unnecessary 'markdownString' property and refactoring (back to original).

* Add 'configuration' parameter to 'DownView' initializer.

* Support custom URL scheme handlers (macOS 10.13+, iOS 11+)

* Move DownView's init 'didLoadSuccessfully' parameter to end to allow trailing closures.

* Document DownView's 'configuration' parameter.

* Add test case for custom URL scheme handler.

* Polish macOS demo

* Polish iOS Demo

* Revert bundle IDs

* Throw '.nonStandardBundleFormatError' instead of ☠️

* Update demos

* Set macOS deployment target to '10.11'
2018-11-23 11:56:31 -05:00