The other file(s) are located in your ~/Library (which is hidden on macOS).
After deleting the OSCAR.app from /Applications open Terminal and copy/paste the following command into the Terminal window and hit Enter:
Code:
find ~/Library -iname "*oscar-team*" -print
That will give you the location(s). There are typically two places and should look similar to this:
Code:
jeff@Jeff-MBA ~ % find ~/Library -iname "*oscar-team*" -print
/Users/jeff/Library/Saved Application State/org.oscar-team.OSCAR.savedState
/Users/jeff/Library/Preferences/org.oscar-team.OSCAR.plist
jeff@Jeff-MBA ~ %
You can either use Finder to navigate to those folders and delete those specific files, or use Terminal with the following command:
Code:
find ~/Library -iname "*oscar-team*" -delete
Note: this will permanently delete those files and they will be unrecoverable (no Trash)
When you re-install OSCAR it will be a clean install like the first time you did it.
The default data location for OSCAR is
~/Documents/OSCAR_Data although I don't recall offhand if it checks the entire folder for OSCAR related data or just for the folder OSCAR_Data