mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Podfile Came back to local as MatrixKit develope does not get MatrixSDK develop
This commit is contained in:
+3
-3
@@ -14,12 +14,12 @@ target "matrixConsole" do
|
||||
#pod 'MatrixKit'
|
||||
|
||||
# The develop branch version
|
||||
pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
|
||||
#pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
|
||||
|
||||
# The one used for developping both MatrixSDK and MatrixKit
|
||||
# Note that MatrixSDK must be cloned into a folder called matrix-ios-sdk next to the MatrixKit folder
|
||||
#pod 'MatrixKit', :path => '../../matrix-ios-kit/MatrixKit.podspec'
|
||||
#pod 'MatrixSDK', :path => '../../matrix-ios-sdk/MatrixSDK.podspec'
|
||||
pod 'MatrixKit', :path => '../../matrix-ios-kit/MatrixKit.podspec'
|
||||
pod 'MatrixSDK', :path => '../../matrix-ios-sdk/MatrixSDK.podspec'
|
||||
|
||||
|
||||
pod 'libPhoneNumber-iOS', '~> 0.7.6'
|
||||
|
||||
Reference in New Issue
Block a user