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 filters in the CICategoryApplePrivate category #6

Open
mallman opened this issue Mar 9, 2023 · 2 comments
Open

Add filters in the CICategoryApplePrivate category #6

mallman opened this issue Mar 9, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@mallman
Copy link

mallman commented Mar 9, 2023

I like playing with the filters in CICategoryApplePrivate. Even if a filter in this category can't be included in a shipping App Store app, and even if they are incomplete/broken/subject-to-change, I still occasionally make use of them for personal projects.

@DavidWingate
Copy link
Owner

I've had a look at this and it's fairy simple to implement, but as you say, it would be rejected by Apple if it were built in to the app. So I have opted for a generic way of adding categories via a user defaults key named "CustomCategories". You would do it in Terminal like this (replacing the list of categories with whatever you want to add):

defaults write com.davidwingate.CIFilterBox CustomCategories -array "CICategoryVideo" "CICategoryHighDynamicRange"

This will be available in the next release. Thanks for the suggestion!

@DavidWingate
Copy link
Owner

New version including this feature has been accepted by the App Store. Should be available for update shortly. I'll leave this ticket open though, as it's the closest thing I have to documentation at the moment!

@DavidWingate DavidWingate added the enhancement New feature or request label May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants