Skip to content

Commit 130754d

Browse files
committed
release: 0.1.1
1 parent 598908c commit 130754d

File tree

11 files changed

+7990
-7930
lines changed

11 files changed

+7990
-7930
lines changed

AsyncStorageSQLite/SQLiteStorageKMP.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
<key>DebugSymbolsPath</key>
1111
<string>dSYMs</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64</string>
13+
<string>ios-arm64_x86_64-simulator</string>
1414
<key>LibraryPath</key>
1515
<string>SQLiteStorageKMP.framework</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19+
<string>x86_64</string>
1920
</array>
2021
<key>SupportedPlatform</key>
2122
<string>ios</string>
23+
<key>SupportedPlatformVariant</key>
24+
<string>simulator</string>
2225
</dict>
2326
<dict>
2427
<key>BinaryPath</key>
2528
<string>SQLiteStorageKMP.framework/SQLiteStorageKMP</string>
2629
<key>DebugSymbolsPath</key>
2730
<string>dSYMs</string>
2831
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_x86_64-simulator</string>
32+
<string>ios-arm64</string>
3033
<key>LibraryPath</key>
3134
<string>SQLiteStorageKMP.framework</string>
3235
<key>SupportedArchitectures</key>
3336
<array>
3437
<string>arm64</string>
35-
<string>x86_64</string>
3638
</array>
3739
<key>SupportedPlatform</key>
3840
<string>ios</string>
39-
<key>SupportedPlatformVariant</key>
40-
<string>simulator</string>
4141
</dict>
4242
</array>
4343
<key>CFBundlePackageType</key>

AsyncStorageSQLite/SQLiteStorageKMP.xcframework/ios-arm64/SQLiteStorageKMP.framework/Headers/SQLiteStorageKMP.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -549,15 +549,15 @@ __attribute__((swift_name("Kotlinx_coroutines_coreCoroutineDispatcher")))
549549
- (instancetype)initWithKey:(id<SQLSKMPKotlinCoroutineContextKey>)key __attribute__((swift_name("init(key:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable));
550550
@property (class, readonly, getter=companion) SQLSKMPKotlinx_coroutines_coreCoroutineDispatcherKey *companion __attribute__((swift_name("companion")));
551551
- (void)dispatchContext:(id<SQLSKMPKotlinCoroutineContext>)context block:(id<SQLSKMPKotlinx_coroutines_coreRunnable>)block __attribute__((swift_name("dispatch(context:block:)")));
552-
- (void)dispatchYieldContext:(id<SQLSKMPKotlinCoroutineContext>)context block:(id<SQLSKMPKotlinx_coroutines_coreRunnable>)block __attribute__((swift_name("dispatchYield(context:block:)")));
553-
- (id<SQLSKMPKotlinContinuation>)interceptContinuationContinuation:(id<SQLSKMPKotlinContinuation>)continuation __attribute__((swift_name("interceptContinuation(continuation:)")));
554-
- (BOOL)isDispatchNeededContext:(id<SQLSKMPKotlinCoroutineContext>)context __attribute__((swift_name("isDispatchNeeded(context:)")));
555552

556553
/**
557554
* @note annotations
558-
* kotlinx.coroutines.ExperimentalCoroutinesApi
555+
* kotlinx.coroutines.InternalCoroutinesApi
559556
*/
560-
- (SQLSKMPKotlinx_coroutines_coreCoroutineDispatcher *)limitedParallelismParallelism:(int32_t)parallelism __attribute__((swift_name("limitedParallelism(parallelism:)")));
557+
- (void)dispatchYieldContext:(id<SQLSKMPKotlinCoroutineContext>)context block:(id<SQLSKMPKotlinx_coroutines_coreRunnable>)block __attribute__((swift_name("dispatchYield(context:block:)")));
558+
- (id<SQLSKMPKotlinContinuation>)interceptContinuationContinuation:(id<SQLSKMPKotlinContinuation>)continuation __attribute__((swift_name("interceptContinuation(continuation:)")));
559+
- (BOOL)isDispatchNeededContext:(id<SQLSKMPKotlinCoroutineContext>)context __attribute__((swift_name("isDispatchNeeded(context:)")));
560+
- (SQLSKMPKotlinx_coroutines_coreCoroutineDispatcher *)limitedParallelismParallelism:(int32_t)parallelism name:(NSString * _Nullable)name __attribute__((swift_name("limitedParallelism(parallelism:name:)")));
561561
- (SQLSKMPKotlinx_coroutines_coreCoroutineDispatcher *)plusOther:(SQLSKMPKotlinx_coroutines_coreCoroutineDispatcher *)other __attribute__((swift_name("plus(other:)"))) __attribute__((unavailable("Operator '+' on two CoroutineDispatcher objects is meaningless. CoroutineDispatcher is a coroutine context element and `+` is a set-sum operator for coroutine contexts. The dispatcher to the right of `+` just replaces the dispatcher to the left.")));
562562
- (void)releaseInterceptedContinuationContinuation:(id<SQLSKMPKotlinContinuation>)continuation __attribute__((swift_name("releaseInterceptedContinuation(continuation:)")));
563563
- (NSString *)description __attribute__((swift_name("description()")));

AsyncStorageSQLite/SQLiteStorageKMP.xcframework/ios-arm64/SQLiteStorageKMP.framework/Modules/module.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
framework module SQLiteStorageKMP {
1+
framework module "SQLiteStorageKMP" {
22
umbrella header "SQLiteStorageKMP.h"
33

44
export *

AsyncStorageSQLite/SQLiteStorageKMP.xcframework/ios-arm64/dSYMs/SQLiteStorageKMP.framework.dSYM/Contents/Resources/Relocations/aarch64/SQLiteStorageKMP.yml

Lines changed: 7972 additions & 7911 deletions
Large diffs are not rendered by default.

AsyncStorageSQLite/SQLiteStorageKMP.xcframework/ios-arm64_x86_64-simulator/SQLiteStorageKMP.framework/Headers/SQLiteStorageKMP.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -549,15 +549,15 @@ __attribute__((swift_name("Kotlinx_coroutines_coreCoroutineDispatcher")))
549549
- (instancetype)initWithKey:(id<SQLSKMPKotlinCoroutineContextKey>)key __attribute__((swift_name("init(key:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable));
550550
@property (class, readonly, getter=companion) SQLSKMPKotlinx_coroutines_coreCoroutineDispatcherKey *companion __attribute__((swift_name("companion")));
551551
- (void)dispatchContext:(id<SQLSKMPKotlinCoroutineContext>)context block:(id<SQLSKMPKotlinx_coroutines_coreRunnable>)block __attribute__((swift_name("dispatch(context:block:)")));
552-
- (void)dispatchYieldContext:(id<SQLSKMPKotlinCoroutineContext>)context block:(id<SQLSKMPKotlinx_coroutines_coreRunnable>)block __attribute__((swift_name("dispatchYield(context:block:)")));
553-
- (id<SQLSKMPKotlinContinuation>)interceptContinuationContinuation:(id<SQLSKMPKotlinContinuation>)continuation __attribute__((swift_name("interceptContinuation(continuation:)")));
554-
- (BOOL)isDispatchNeededContext:(id<SQLSKMPKotlinCoroutineContext>)context __attribute__((swift_name("isDispatchNeeded(context:)")));
555552

556553
/**
557554
* @note annotations
558-
* kotlinx.coroutines.ExperimentalCoroutinesApi
555+
* kotlinx.coroutines.InternalCoroutinesApi
559556
*/
560-
- (SQLSKMPKotlinx_coroutines_coreCoroutineDispatcher *)limitedParallelismParallelism:(int32_t)parallelism __attribute__((swift_name("limitedParallelism(parallelism:)")));
557+
- (void)dispatchYieldContext:(id<SQLSKMPKotlinCoroutineContext>)context block:(id<SQLSKMPKotlinx_coroutines_coreRunnable>)block __attribute__((swift_name("dispatchYield(context:block:)")));
558+
- (id<SQLSKMPKotlinContinuation>)interceptContinuationContinuation:(id<SQLSKMPKotlinContinuation>)continuation __attribute__((swift_name("interceptContinuation(continuation:)")));
559+
- (BOOL)isDispatchNeededContext:(id<SQLSKMPKotlinCoroutineContext>)context __attribute__((swift_name("isDispatchNeeded(context:)")));
560+
- (SQLSKMPKotlinx_coroutines_coreCoroutineDispatcher *)limitedParallelismParallelism:(int32_t)parallelism name:(NSString * _Nullable)name __attribute__((swift_name("limitedParallelism(parallelism:name:)")));
561561
- (SQLSKMPKotlinx_coroutines_coreCoroutineDispatcher *)plusOther:(SQLSKMPKotlinx_coroutines_coreCoroutineDispatcher *)other __attribute__((swift_name("plus(other:)"))) __attribute__((unavailable("Operator '+' on two CoroutineDispatcher objects is meaningless. CoroutineDispatcher is a coroutine context element and `+` is a set-sum operator for coroutine contexts. The dispatcher to the right of `+` just replaces the dispatcher to the left.")));
562562
- (void)releaseInterceptedContinuationContinuation:(id<SQLSKMPKotlinContinuation>)continuation __attribute__((swift_name("releaseInterceptedContinuation(continuation:)")));
563563
- (NSString *)description __attribute__((swift_name("description()")));
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
framework module SQLiteStorageKMP {
1+
framework module "SQLiteStorageKMP" {
22
umbrella header "SQLiteStorageKMP.h"
3-
43
export *
54
module * { export * }
65
}

package_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Async Storage SQLite",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Multiplatform key-value storage backed by SQLite for React Native Async Storage",
55
"author": "Krzysztof Borowy",
66
"homepage": "https://github.com/react-native-async-storage/sqlite-storage-native",

0 commit comments

Comments
 (0)