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

add SD_APP_EXTENSION macro for ios8 extensions #953

Closed
wants to merge 1 commit into from
Closed

add SD_APP_EXTENSION macro for ios8 extensions #953

wants to merge 1 commit into from

Conversation

auibrian
Copy link

define the SD_APP_EXTENSION preprocessor macro when you are building an extension that includes SDWebImage. This avoids compile time errors about the user of [UIApplication sharedApplication]

Addresses: #859

define the SD_APP_EXTENSION preprocessor macro when you are building an extension that includes SDWebImage. This avoids compile time errors about the user of [UIApplication sharedApplication]
@bpoplauschi bpoplauschi added this to the 4.0.0 milestone Nov 11, 2014
@lordkev
Copy link

lordkev commented Mar 18, 2015

Any reason this hasn't been merged yet? It won't affect existing users at all. I'd say a simple note in the documentation that the developer is responsible for calling cleanup within an extension should suffice for now.

@lordkev
Copy link

lordkev commented Mar 19, 2015

Note: this also happens when you build the library as a framework with the new version of CocoaPods (and try to use it in an extension), so it's likely about to become a bigger problem for people.

@chuganzy
Copy link
Contributor

+1

1 similar comment
@0x0c
Copy link

0x0c commented Mar 29, 2015

+1

@appsforall
Copy link

Any plans on when this will be added? As AppBoy has a direct dependency to SdWebImage, we are forced to stay behind on a buggy cocoa pods version as SDWebImage cannot build for extensions. Would be great to hear from you!

@mythodeia
Copy link
Contributor

closing this. this 91b4251 was already merged

@mythodeia mythodeia closed this Jun 5, 2015
@bpoplauschi bpoplauschi modified the milestones: 3.7.3, 4.0.0 Jun 24, 2015
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

7 participants