Skip to content

Commit

Permalink
release: 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krizzu committed Oct 29, 2024
1 parent 598908c commit 130754d
Show file tree
Hide file tree
Showing 11 changed files with 7,990 additions and 7,930 deletions.
10 changes: 5 additions & 5 deletions AsyncStorageSQLite/SQLiteStorageKMP.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SQLiteStorageKMP.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SQLiteStorageKMP.framework/SQLiteStorageKMP</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SQLiteStorageKMP.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -549,15 +549,15 @@ __attribute__((swift_name("Kotlinx_coroutines_coreCoroutineDispatcher")))
- (instancetype)initWithKey:(id<SQLSKMPKotlinCoroutineContextKey>)key __attribute__((swift_name("init(key:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable));
@property (class, readonly, getter=companion) SQLSKMPKotlinx_coroutines_coreCoroutineDispatcherKey *companion __attribute__((swift_name("companion")));
- (void)dispatchContext:(id<SQLSKMPKotlinCoroutineContext>)context block:(id<SQLSKMPKotlinx_coroutines_coreRunnable>)block __attribute__((swift_name("dispatch(context:block:)")));
- (void)dispatchYieldContext:(id<SQLSKMPKotlinCoroutineContext>)context block:(id<SQLSKMPKotlinx_coroutines_coreRunnable>)block __attribute__((swift_name("dispatchYield(context:block:)")));
- (id<SQLSKMPKotlinContinuation>)interceptContinuationContinuation:(id<SQLSKMPKotlinContinuation>)continuation __attribute__((swift_name("interceptContinuation(continuation:)")));
- (BOOL)isDispatchNeededContext:(id<SQLSKMPKotlinCoroutineContext>)context __attribute__((swift_name("isDispatchNeeded(context:)")));

/**
* @note annotations
* kotlinx.coroutines.ExperimentalCoroutinesApi
* kotlinx.coroutines.InternalCoroutinesApi
*/
- (SQLSKMPKotlinx_coroutines_coreCoroutineDispatcher *)limitedParallelismParallelism:(int32_t)parallelism __attribute__((swift_name("limitedParallelism(parallelism:)")));
- (void)dispatchYieldContext:(id<SQLSKMPKotlinCoroutineContext>)context block:(id<SQLSKMPKotlinx_coroutines_coreRunnable>)block __attribute__((swift_name("dispatchYield(context:block:)")));
- (id<SQLSKMPKotlinContinuation>)interceptContinuationContinuation:(id<SQLSKMPKotlinContinuation>)continuation __attribute__((swift_name("interceptContinuation(continuation:)")));
- (BOOL)isDispatchNeededContext:(id<SQLSKMPKotlinCoroutineContext>)context __attribute__((swift_name("isDispatchNeeded(context:)")));
- (SQLSKMPKotlinx_coroutines_coreCoroutineDispatcher *)limitedParallelismParallelism:(int32_t)parallelism name:(NSString * _Nullable)name __attribute__((swift_name("limitedParallelism(parallelism:name:)")));
- (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.")));
- (void)releaseInterceptedContinuationContinuation:(id<SQLSKMPKotlinContinuation>)continuation __attribute__((swift_name("releaseInterceptedContinuation(continuation:)")));
- (NSString *)description __attribute__((swift_name("description()")));
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
framework module SQLiteStorageKMP {
framework module "SQLiteStorageKMP" {
umbrella header "SQLiteStorageKMP.h"

export *
Expand Down
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -549,15 +549,15 @@ __attribute__((swift_name("Kotlinx_coroutines_coreCoroutineDispatcher")))
- (instancetype)initWithKey:(id<SQLSKMPKotlinCoroutineContextKey>)key __attribute__((swift_name("init(key:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable));
@property (class, readonly, getter=companion) SQLSKMPKotlinx_coroutines_coreCoroutineDispatcherKey *companion __attribute__((swift_name("companion")));
- (void)dispatchContext:(id<SQLSKMPKotlinCoroutineContext>)context block:(id<SQLSKMPKotlinx_coroutines_coreRunnable>)block __attribute__((swift_name("dispatch(context:block:)")));
- (void)dispatchYieldContext:(id<SQLSKMPKotlinCoroutineContext>)context block:(id<SQLSKMPKotlinx_coroutines_coreRunnable>)block __attribute__((swift_name("dispatchYield(context:block:)")));
- (id<SQLSKMPKotlinContinuation>)interceptContinuationContinuation:(id<SQLSKMPKotlinContinuation>)continuation __attribute__((swift_name("interceptContinuation(continuation:)")));
- (BOOL)isDispatchNeededContext:(id<SQLSKMPKotlinCoroutineContext>)context __attribute__((swift_name("isDispatchNeeded(context:)")));

/**
* @note annotations
* kotlinx.coroutines.ExperimentalCoroutinesApi
* kotlinx.coroutines.InternalCoroutinesApi
*/
- (SQLSKMPKotlinx_coroutines_coreCoroutineDispatcher *)limitedParallelismParallelism:(int32_t)parallelism __attribute__((swift_name("limitedParallelism(parallelism:)")));
- (void)dispatchYieldContext:(id<SQLSKMPKotlinCoroutineContext>)context block:(id<SQLSKMPKotlinx_coroutines_coreRunnable>)block __attribute__((swift_name("dispatchYield(context:block:)")));
- (id<SQLSKMPKotlinContinuation>)interceptContinuationContinuation:(id<SQLSKMPKotlinContinuation>)continuation __attribute__((swift_name("interceptContinuation(continuation:)")));
- (BOOL)isDispatchNeededContext:(id<SQLSKMPKotlinCoroutineContext>)context __attribute__((swift_name("isDispatchNeeded(context:)")));
- (SQLSKMPKotlinx_coroutines_coreCoroutineDispatcher *)limitedParallelismParallelism:(int32_t)parallelism name:(NSString * _Nullable)name __attribute__((swift_name("limitedParallelism(parallelism:name:)")));
- (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.")));
- (void)releaseInterceptedContinuationContinuation:(id<SQLSKMPKotlinContinuation>)continuation __attribute__((swift_name("releaseInterceptedContinuation(continuation:)")));
- (NSString *)description __attribute__((swift_name("description()")));
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
framework module SQLiteStorageKMP {
framework module "SQLiteStorageKMP" {
umbrella header "SQLiteStorageKMP.h"

export *
module * { export * }
}
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package_info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Async Storage SQLite",
"version": "0.1.0",
"version": "0.1.1",
"description": "Multiplatform key-value storage backed by SQLite for React Native Async Storage",
"author": "Krzysztof Borowy",
"homepage": "https://github.com/react-native-async-storage/sqlite-storage-native",
Expand Down

0 comments on commit 130754d

Please sign in to comment.