Skip to content

Commit

Permalink
Merge branch 'release/0.20.13/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
SBiOSoftWhare committed Dec 6, 2021
2 parents cfd839e + 068bcc0 commit 3647f9e
Show file tree
Hide file tree
Showing 22 changed files with 30 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Changes in 0.20.13 (2021-12-06)

Others

- Replace semantic imports with classic ones to enable use of the SDK in Kotlin Multiplatform Mobile projects ([#5046](https://github.com/vector-im/element-ios/issues/5046))


## Changes in 0.20.12 (2021-12-06)

🐛 Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MatrixSDK"
s.version = "0.20.12"
s.version = "0.20.13"
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"

s.description = <<-DESC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>
#import "MXAntivirusScanStatus.h"

/**
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/ContentScan/Data/MXEventScan.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>
#import "MXAntivirusScanStatus.h"

@class MXMediaScan;
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/ContentScan/Data/MXMediaScan.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>
#import "MXAntivirusScanStatus.h"

/**
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/ContentScan/Data/Store/MXEventScanStore.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>
#import "MXAntivirusScanStatus.h"
#import "MXEventScanStoreDelegate.h"

Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/ContentScan/Data/Store/MXMediaScanStore.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>
#import "MXAntivirusScanStatus.h"
#import "MXMediaScan.h"
#import "MXMediaScanStoreDelegate.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>

@class MXMediaScanStore, MXMediaScan;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>

#import "MXEventScan.h"
#import "MXRealmEventScan.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>
#import "MXEventScanStore.h"
#import "MXScanRealmProvider.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>
#import "MXAntivirusScanStatus.h"
#import "MXMediaScanStore.h"
#import "MXRealmMediaScan.h"
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/ContentScan/MXScanManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>

#pragma mark - Constants

Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/Crypto/Dehydration/MXDehydrationService.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// limitations under the License.
//

@import Foundation;
#import <Foundation/Foundation.h>

@class MXCrypto;
@class MXRestClient;
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/Data/MXRoomNameDefaultStringLocalizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>

#import "MXRoomNameStringLocalizerProtocol.h"

Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/Data/MXRoomNameStringLocalizerProtocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/Data/MXSendReplyEventDefaultStringLocalizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>
#import "MXSendReplyEventStringLocalizerProtocol.h"

/**
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/Data/MXSendReplyEventStringLocalizerProtocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/MatrixSDKVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

#import <Foundation/Foundation.h>

NSString *const MatrixSDKVersion = @"0.20.12";
NSString *const MatrixSDKVersion = @"0.20.13";
2 changes: 1 addition & 1 deletion MatrixSDK/Utils/Realm/MXRealmHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>

@class RLMRealmConfiguration;

Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/VoIP/CallKit/MXCallKitAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#if TARGET_OS_IPHONE

@import Foundation;
#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
6 changes: 3 additions & 3 deletions MatrixSDK/VoIP/CallKit/MXCallKitAdapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

#import "MXCallKitAdapter.h"

@import AVFoundation;
@import CallKit;
@import UIKit;
#import <AVFoundation/AVFoundation.h>
#import <CallKit/CallKit.h>
#import <UIKit/UIKit.h>

#import "MXCall.h"
#import "MXCallAudioSessionConfigurator.h"
Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/VoIP/CallKit/MXCallKitConfiguration.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
*/

@import Foundation;
#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down

0 comments on commit 3647f9e

Please sign in to comment.