Update iOS home dir

This commit is contained in:
2026-02-01 20:47:37 -05:00
parent cf8a1122e0
commit a4db680919
+1 -1
View File
@@ -10,7 +10,7 @@ import (
func init() { func init() {
// get the app's Library/Application Support directory (private, not backed up by iCloud) // get the app's Library/Application Support directory (private, not backed up by iCloud)
back.Home = filepath.Join(back.Home, "Library", "Application Support", "Passture") back.Home = filepath.Join(back.Home, "Library", "Application Support", "cmutton-ios")
// change path variables to account for iOS app sandbox // change path variables to account for iOS app sandbox
global.EntryRoot = back.Home + "/entries" // Path to libmutton entry directory global.EntryRoot = back.Home + "/entries" // Path to libmutton entry directory