Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension safety #74

Merged
merged 5 commits into from
Nov 22, 2018
Merged

Extension safety #74

merged 5 commits into from
Nov 22, 2018

Conversation

jvanzummeren
Copy link
Contributor

@jvanzummeren jvanzummeren commented Nov 21, 2018

A different approach of #72 by @mhoeller-clue, who requested markymark to support extensions in #71

This pull request will allow markymark to compile in extension by using NSSelectorFromString("sharedApplication") instead using UIApplication.shared directly.

Also, this pull request will allow customization of the open url behavior by providing an implementation of URLOpener.

Added a TodayExtension target to demonstrate markymark is working with extensions

…he url opening behavior.

- Support running Extensions and using extensionContext to open url's
- Support i.e. opening urls in a internal Safari View Controller instead of the open url behavior
@jvanzummeren jvanzummeren merged commit 76a00f2 into master Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants