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>
classic_import
Johannes Marbach 2021-11-06 11:54:50 +01:00 committed by Hubert Chathi
parent 0e7c0a5613
commit bce4f007b1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#import "OLMUtility.h"
#import "OLMKit.h"
@import Security;
#import <Security/Security.h>
@implementation OLMAccount