File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ if let kotlinSdkPath = localKotlinSdkOverride {
27
27
// Not using a local build, so download from releases
28
28
conditionalTargets. append ( . binaryTarget(
29
29
name: " PowerSyncKotlin " ,
30
- url: " https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.1.1 /PowersyncKotlinRelease.zip " ,
31
- checksum: " 780437e25d41e46c2c1f555adcf330436f185d3663ef442da7141381d9c0495b "
30
+ url: " https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.2.0 /PowersyncKotlinRelease.zip " ,
31
+ checksum: " 7454481a245b46b1b63a42419ec27f88f2fcb7fba9b763e3085cb49db59dfd58 "
32
32
) )
33
33
}
34
34
Original file line number Diff line number Diff line change @@ -62,9 +62,10 @@ final class KotlinPowerSyncDatabaseImpl: PowerSyncDatabaseProtocol {
62
62
crudThrottleMs: Int64 ( resolvedOptions. crudThrottle * 1000 ) ,
63
63
retryDelayMs: Int64 ( resolvedOptions. retryDelay * 1000 ) ,
64
64
params: resolvedOptions. params. mapValues { $0. toKotlinMap ( ) } ,
65
- options: SyncOptions (
66
- newClientImplementation: resolvedOptions. newClientImplementation,
67
- method: createConnectionMethod ( webSocket: useWebsockets) ,
65
+ options: createSyncOptions (
66
+ newClient: resolvedOptions. newClientImplementation,
67
+ webSocket: useWebsockets,
68
+ userAgent: " PowerSync Swift SDK "
68
69
)
69
70
)
70
71
}
You can’t perform that action at this time.
0 commit comments