mirror of
https://github.com/rwinkhart/cmutton.git
synced 2026-08-27 20:36:31 -04:00
Update iOS home dir
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user