-
Notifications
You must be signed in to change notification settings - Fork 52
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 Carthage support #37
Comments
hey thanks for reaching out ! i noted this request to my team - hopefully we can get to this at some point |
Carthage support would be great ! |
hey @Drusy, @mdescalzo and anyone else ! please email [email protected] with the name of your app and your requests - this could help loop in our SDK partnerships team about the importance of having another method of integrating the SDK (alternative to cocoapods) so we can better prioritize it. they also always like to be connected with teams & apps who want to use GIPHY : ) i of course to hope to get to this regardless but can't promise anything @Drusy - i don't think there's any problem in sharing these with you (this is what https://s3.amazonaws.com/sdk.mobile.giphy.com/SDK/1.1.4/GiphySDK.zip |
Hey @cgmaier, Thanks for the links, it will help us for now. We can pull I will definitely contact you on [email protected] if it may help to prioritize. Unfortunately for now, I don't see us using this SDK seriously if it forces us to use Cocoapods. It's too much energy for updating a single dependency. |
Thanks @Drusy ! |
@cgmaier Thanks! I'll look at the links when that facet of the project circles back to it. There's no linkable app just yet. We're still in development. |
hey @ammerzon - we're looking at officially supporting carthage in the coming year in the mean time, i think you might try adding an additional entry in input files:
and in output files: have no idea if this will work, but worth a try. let me know either way ! |
could you try |
hmm maybe a framework search paths thing (in build settings?) sorry i can't be of more help here |
hey all ! sorry for the delay on this. think I've got distribution / installation through Carthage working. we'll hopefully "officially" release / document Carthage support soon but wanted to give you a chance to test it out first: Carthage Setup
|
Hey @cgmaier, thanks for your efforts. The project compiles well with this integration. However, I can't make the UI framework work properly.
I also tried to add a GiphyCore.shared.gifByID("7bWtoBmjn6fAI") { (response, error) in
if let media = response?.data {
DispatchQueue.main.sync { [weak self] in
self?.giphyView.media = media
}
}
} |
Hey @Drusy thanks so much for giving this a shot! My apologies - it looks like I wrote I'll look into the |
Sorry, I should have used the correct flag indeed ... The controller works like a charm. The |
thanks for confirming ! it was my bad actually - i initially wrote the flag incorrectly. re |
It works using
Definitely sounds like a good idea ! Congratulations, you seem to officially support Carthage ! Thanks for this feature 👏 |
another good call @Drusy ! per your suggestion of testing archive / distribution, I noticed another issue - only two of the frameworks ( thanks for your help! |
Add pagination parameters to emoji endpoint
I have some projects already using Carthage in which I'd like to use the Giphy framework. Could you please look into adding Carthage support?
The text was updated successfully, but these errors were encountered: