Skip to content

Commit

Permalink
Resolve Apple TV crashing on launch (#1016)
Browse files Browse the repository at this point in the history
Create preferences container locally because tvOS cannot write to App
Group container.

Fixes #1007
  • Loading branch information
keeshux authored Dec 15, 2024
1 parent a04c107 commit 3ecb308
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Passepartout/App/Context/AppContext+Shared.swift
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ extension AppContext {
let preferencesStore = CoreDataPersistentStore(
logger: dependencies.coreDataLogger(),
containerName: Constants.shared.containers.preferences,
baseURL: BundleConfiguration.urlForGroupDocuments,
model: AppData.cdPreferencesModel,
cloudKitIdentifier: BundleConfiguration.mainString(for: .cloudKitPreferencesId),
author: nil
Expand Down

0 comments on commit 3ecb308

Please sign in to comment.