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

Fixed #357 by adding XL_APP_EXTENSIONS macro so that XLForm can be used in App Extensions #523

Merged
merged 3 commits into from
May 31, 2016

Conversation

tobihagemann
Copy link
Contributor

This is similarly solved as in SVProgressHUD, discussion here: https://github.com/TransitApp/SVProgressHUD/issues/432

There is no other way for app extensions to work than using a user-defined preprocessor macro, because you would otherwise end up with compile-time errors.

Would be great if XLForm would support App Extensions! The XL_APP_EXTENSIONS macro wouldn't do any harm on current projects, because the macro isn't defined in normal cases. It has to be explicitly defined for app extension targets.

@seviu
Copy link

seviu commented Oct 13, 2015

+1 to making XLForm work with app extensions, even if it is necessary to sacrify the alert views...

@mats-claassen mats-claassen merged commit d29275b into xmartlabs:master May 31, 2016
@tobihagemann tobihagemann deleted the appextensions branch June 29, 2016 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants