-
Notifications
You must be signed in to change notification settings - Fork 824
Install apps without injecting PlayTools #413
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
Conversation
Could you add either a toggle/button in either App Settings or the context menu to allow the user to easily opt in or out of PlayTools on the fly without reinstalling?
I would suggest adding a |
As for a way for the user to distinguish whether an app is PlayTools less or not, a bubble with an appropriate icon could be placed in the corner of the app icon, plus an entry for ´isPlayToolsInstalled´ in the info tab. |
How would PlayTools be removed after it has already been in the executable? |
Also the one thing I worry about adding another thing to the App Settings is that it would reset the user's current settings, which may not be fun for the user. |
You would have to use |
On further thought, App Settings are also designed to be transferable from user to user so people can easily share configurations. In that case, it might be worth just creating a plist for PlayTools install status |
* Removed dependence on storage plist * Automatically reload app when PlayTools is injected/removed
It is. @IsaacMarovitz What do you think? |
text should've less spacing from the warning sign i would say. like: |
Allows the user to install apps without always injecting PlayTools. This might take a while to complete.