We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
imgur supports more filetypes than imGuru, please add support for the missing types.
Current I believe you only support files with public.image kind.
public.image
Supported file types
https://help.imgur.com/hc/en-us/articles/115000083326-What-files-can-I-upload-What-is-the-size-limit-
Thanks for a very useful app!
The text was updated successfully, but these errors were encountered:
hi @gingerbeardman, I haven't time tot add new features to that project.
Sorry, something went wrong.
If you can release the files I need to be able to compile then I can add these myself.
As I reported in another issue, the app is currently broken for me but I can't compile myself to fix it because there are missing files.
Thanks for recent changes.
I can now run pods.
But project is in newer Xcode than I have (Mojave) so I cannot easily edit it. I'll looking it.
Changed imGuru.xcodeproj/project.pbxproj line 6 from objectVersion = 53; to objectVersion = 50; to load into Xcode 11.3.1
imGuru.xcodeproj/project.pbxproj
objectVersion = 53;
objectVersion = 50;
Same change in Pods.xcodeproj/project.pbxproj.
Pods.xcodeproj/project.pbxproj
And I have my own version built.
updated
No branches or pull requests
imgur supports more filetypes than imGuru, please add support for the missing types.
Current I believe you only support files with
public.image
kind.Supported file types
https://help.imgur.com/hc/en-us/articles/115000083326-What-files-can-I-upload-What-is-the-size-limit-
Thanks for a very useful app!
The text was updated successfully, but these errors were encountered: