From d7749c2fe5319823ece501a6d84785b5e5a33c80 Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Mon, 27 Aug 2018 17:27:22 +0200 Subject: [PATCH] Use 'MatrixSDK/SwiftSupport' pod for app extension when select develop in Podfile. --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 0e0003ac4..a703f9835 100644 --- a/Podfile +++ b/Podfile @@ -29,7 +29,7 @@ def import_MatrixKit else if $matrixKitVersion == 'develop' pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop' - #pod 'MatrixSDK/SwiftSupport', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop' + pod 'MatrixSDK/SwiftSupport', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop' pod 'MatrixSDK/JingleCallStack', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop' pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop' else