-
Notifications
You must be signed in to change notification settings - Fork 576
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
Avoid using unavailable APIs when linking against app extension targets. #80
Comments
Or please separate two subspecs: Tasks and AppLinks. The AppLinks is not needed for extension anyway. |
+1 Two subspecs would be very nice. Tasks and AppLinks are independent from each other, and I would like to use Tasks in static libraries as well. |
two subspecs +1 ;) |
See #60 for the specs issue |
ghost
mentioned this issue
Apr 16, 2015
Fixed by #94 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using Bolts in an app extension development. Some Blots classes have references to
[UIApplication sharedApplication]
which is not available in an app extension target.Need a way to avoid the unavailable API usage when linking against app extension targets. Maybe a macro for conditional compile?
The text was updated successfully, but these errors were encountered: