This repository was archived by the owner on Apr 2, 2025. It is now read-only.
Fixes "Next Time" Prompt Bug
- #264: Fixes #258 by removing the
shouldPerformVersionCheckOnSubsequentLaunch
UserDefault
. This was done to fix theNext Time
action causing the version check alert from appearing every single time a consuming app is launched from the background, irrespective of what rules were in place withinRulesManager
.
Documentation was also updated.