feat(polish): add configurable style packs
Add shared prompt composition, custom style management, iCloud sync, and native iOS/macOS selection interfaces so users can keep a consistent writing voice across devices.
This commit is contained in:
@@ -34,6 +34,10 @@ enum MacICloudSyncBootstrap {
|
||||
cloudSync?.dictionarySyncService ?? PersonalDictionaryCloudSync(makeStore: { AppGroupStore(defaults: .standard) })
|
||||
}
|
||||
|
||||
static var polishStyleSync: PolishStyleCloudSync {
|
||||
cloudSync?.polishStyleSyncService ?? PolishStyleCloudSync(makeStore: { AppGroupStore(defaults: .standard) })
|
||||
}
|
||||
|
||||
static var appCloudSync: AppCloudSync {
|
||||
cloudSync ?? AppCloudSync.shared
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user