Use classic instead of semantic import
This replaces the semantic import for the Security framework with a classic one. Semantic imports are currently not compatible with Kotlin Multiplatform Mobile projects which makes OLMKit (and consequently the iOS Matrix SDK) unusable in KMM. Fixes: https://github.com/matrix-org/olm/issues/67 Signed-off-by: Johannes Marbach <n0-0ne@mailbox.org>
This commit is contained in:
parent
0e7c0a5613
commit
bce4f007b1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
#import "OLMUtility.h"
|
||||
#import "OLMKit.h"
|
||||
|
||||
@import Security;
|
||||
#import <Security/Security.h>
|
||||
|
||||
@implementation OLMAccount
|
||||
|
||||
|
|
Loading…
Reference in a new issue