mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
fix(ios/engine): fixes up a couple of details
This commit is contained in:
parent
c80e569513
commit
13e40607de
2 changed files with 3 additions and 2 deletions
|
|
@ -16,10 +16,10 @@ extension TestUtils {
|
|||
// Important locations within Migration-test .bundles
|
||||
// Generate these from the Application folder.
|
||||
static let documentsFolder = "Documents"
|
||||
static let baseFolder = "Library/keyman"
|
||||
|
||||
// Generate these from the AppGroup.
|
||||
//static let userDefaults = "Library/Preferences/Tavultesoft.Keyman.plist"
|
||||
static let baseFolder = "Library/keyman" // in the AppGroup context, 'keyman' may be a sibling
|
||||
// folder to 'Library'.
|
||||
static let userDefaults = "Library/Preferences/group.KM4I.plist"
|
||||
|
||||
// Bundle references
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue