Skip to content

Commit 2570d83

Browse files
committed
Update Podfile
1 parent 8539505 commit 2570d83

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ target "Vector" do
88

99
# Different flavours of pods to MatrixKit
1010
# The tagged version on which this version of Console has been built
11-
#pod 'MatrixKit', '~> 0.3.9'
11+
pod 'MatrixKit', '~> 0.3.9'
1212

1313
# The lastest release available on the CocoaPods repository
1414
#pod 'MatrixKit'
1515

1616
# The develop branch version
17-
pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
18-
pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
17+
#pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
18+
#pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
1919

2020
# The one used for developping both MatrixSDK and MatrixKit
2121
# Note that MatrixSDK must be cloned into a folder called matrix-ios-sdk next to the MatrixKit folder

Podfile.lock

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,7 @@ PODS:
3636
DEPENDENCIES:
3737
- GBDeviceInfo (~> 3.4.0)
3838
- GoogleAnalytics
39-
- MatrixKit (from `https://github.com/matrix-org/matrix-ios-kit.git`, branch `develop`)
40-
- MatrixSDK (from `https://github.com/matrix-org/matrix-ios-sdk.git`, branch `develop`)
41-
42-
EXTERNAL SOURCES:
43-
MatrixKit:
44-
:branch: develop
45-
:git: https://github.com/matrix-org/matrix-ios-kit.git
46-
MatrixSDK:
47-
:branch: develop
48-
:git: https://github.com/matrix-org/matrix-ios-sdk.git
49-
50-
CHECKOUT OPTIONS:
51-
MatrixKit:
52-
:commit: d480f21af49c9426755b5b6812aab276bd07f32d
53-
:git: https://github.com/matrix-org/matrix-ios-kit.git
54-
MatrixSDK:
55-
:commit: cfd8ecefbb052616c98b98126da0ef666188dc56
56-
:git: https://github.com/matrix-org/matrix-ios-sdk.git
39+
- MatrixKit (~> 0.3.9)
5740

5841
SPEC CHECKSUMS:
5942
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60

0 commit comments

Comments
 (0)