To uninstall on Android or iOS: You uninstall this app as you would any other app on your mobile device. Nothing else needs to be done.
To uninstall on Windows: Go to "Add or Remove Programs" in your System Settings. Either search for "Greek New Testament Study App" or scroll down until you see it listed. Click on the line and choose "Uninstall". The program will ask you if you wish to delete your data as well. If you say "No" but change your mind later, your database can be found in the folder "AppData/Local/ClayPotFrog" in your home directory. If you are unsure how to find this, type "%LOCAL%\claypotfrog" into your file manager address bar, and it will open that directory. Delete the "GNTSP.db" file to delete your database.
To uninstall on Macintosh: In the Finder, go to the "Applications" directory. Scroll down and find the icon for the "Greek New Testament Study App". Drag that icon into the trash, and the application is deleted. If you wish to delete your database, it is found in your "Library/Application Support/ClayPotFrog" folder. The Library folder, however, is normally hidden, so to see it, go to your Home folder (the one with your login name) in the Finder and press Command+Shift+. This will show all the hidden folders. Or if you want always to see your Library folder in the Finder, then you can go to View Menu (in the Finder) and select "Show View Options" and click the box at the bottom which says "Show Library Folder". Once you are in the "Library/Application Support/ClayPotFrog" folder, delete the GNTSP.db file to delete your database.
You can also remove the database by opening a terminal windows (Applications->Utilities->Terminal.app) and typing
rm ~/Library/Application\ Support/ClayPotFrog/GNTSP.dbTo uninstall on Linux: Go to a terminal and type the following command to run the "uninstall.sh" script
~/.local/GNTSP/uninstall.shThat will remove the program and prompt you whether you wish to remove the additional fonts that were installed with the program as well as your database. If you say "NO" to either of these but later change your mind, the additional fonts can be found in the ".fonts" folder in your Home directory. Delete the fonts you do not wish to keep and then run the "fc-cache" program to remove them from your font database. The program database is found in the ".ClayPotFrog" folder in your Home directory. Delete the "GNTSP.db" file to remove the database.
The following commands will remove the fonts and your program database:
rm ~/.fonts/GalSILR* rm ~/.fonts/GentiumPlus* rm ~/.fonts/Literata* rm ~/.fonts/Montserrat* rm ~/.fonts/SBL_grk* fc-cache -f ~/.fonts rm ~/.ClayPotFrog/GNTSP.db