Skip to content

Commit

Permalink
Podfile: use temporarily a dinum branch for MatrixKit
Browse files Browse the repository at this point in the history
until a new rebase is applied on Tchap-ios in order to go back on the develop branch
  • Loading branch information
giomfo committed May 20, 2020
1 parent 39c5847 commit 60a4661
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 16 deletions.
38 changes: 27 additions & 11 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ use_frameworks!
#$matrixKitVersion = '0.11.3'

# The develop branch version
$matrixKitVersion = 'develop'
#$matrixKitVersion = 'develop'

# The develop branch version
$matrixKitVersion = 'dinum'

# The one used for developing both MatrixSDK and MatrixKit
# Note that MatrixSDK must be cloned into a folder called matrix-ios-sdk next to the MatrixKit folder
Expand All @@ -26,14 +29,21 @@ def import_MatrixKit
pod 'MatrixKit', :path => '../matrix-ios-kit/MatrixKit.podspec'
else
if $matrixKitVersion == 'develop'
pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'dinum'
pod 'MatrixSDK/SwiftSupport', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'dinum'
pod 'MatrixSDK/JingleCallStack', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'dinum'
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/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
pod 'MatrixKit', $matrixKitVersion
pod 'MatrixSDK/SwiftSupport'
pod 'MatrixSDK/JingleCallStack'
if $matrixKitVersion == 'dinum'
pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'dinum'
pod 'MatrixSDK/SwiftSupport', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'dinum'
pod 'MatrixSDK/JingleCallStack', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'dinum'
pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'dinum'
else
pod 'MatrixKit', $matrixKitVersion
pod 'MatrixSDK/SwiftSupport'
pod 'MatrixSDK/JingleCallStack'
end
end
end
end
Expand All @@ -46,12 +56,18 @@ def import_MatrixKitAppExtension
pod 'MatrixKit/AppExtension', :path => '../matrix-ios-kit/MatrixKit.podspec'
else
if $matrixKitVersion == 'develop'
pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'dinum'
pod 'MatrixSDK/SwiftSupport', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'dinum'
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 'MatrixKit/AppExtension', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
else
pod 'MatrixKit/AppExtension', $matrixKitVersion
pod 'MatrixSDK/SwiftSupport'
if $matrixKitVersion == 'dinum'
pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'dinum'
pod 'MatrixSDK/SwiftSupport', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'dinum'
pod 'MatrixKit/AppExtension', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'dinum'
else
pod 'MatrixKit/AppExtension', $matrixKitVersion
pod 'MatrixSDK/SwiftSupport'
end
end
end
end
Expand Down
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ DEPENDENCIES:
- DGCollectionViewLeftAlignFlowLayout (~> 1.0.4)
- GBDeviceInfo (~> 6.3.0)
- MatomoTracker (~> 7.2.0)
- MatrixKit (from `https://github.com/matrix-org/matrix-ios-kit.git`, branch `develop`)
- MatrixKit/AppExtension (from `https://github.com/matrix-org/matrix-ios-kit.git`, branch `develop`)
- MatrixKit (from `https://github.com/matrix-org/matrix-ios-kit.git`, branch `dinum`)
- MatrixKit/AppExtension (from `https://github.com/matrix-org/matrix-ios-kit.git`, branch `dinum`)
- MatrixSDK (from `https://github.com/matrix-org/matrix-ios-sdk.git`, branch `dinum`)
- MatrixSDK/JingleCallStack (from `https://github.com/matrix-org/matrix-ios-sdk.git`, branch `dinum`)
- MatrixSDK/SwiftSupport (from `https://github.com/matrix-org/matrix-ios-sdk.git`, branch `dinum`)
Expand Down Expand Up @@ -146,7 +146,7 @@ SPEC REPOS:

EXTERNAL SOURCES:
MatrixKit:
:branch: develop
:branch: dinum
:git: https://github.com/matrix-org/matrix-ios-kit.git
MatrixSDK:
:branch: dinum
Expand All @@ -157,7 +157,7 @@ EXTERNAL SOURCES:

CHECKOUT OPTIONS:
MatrixKit:
:commit: 78d96ec35b868bccf66f705486bab9eebbace931
:commit: 9675e4e12d588af7d1a870a966dd6215aa9dbc36
:git: https://github.com/matrix-org/matrix-ios-kit.git
MatrixSDK:
:commit: 509fdc062040f4970c5bb0b76734eb5734295a78
Expand Down Expand Up @@ -190,6 +190,6 @@ SPEC CHECKSUMS:
SwiftUTI: 917993c124f8eac25e88ced0202fc58d7eb50fa8
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c

PODFILE CHECKSUM: 506e5f9fc17fc85d11f7b1dbdc8e6e5f67382e7b
PODFILE CHECKSUM: c10f7f4c7e5046157a7e5e5d5c319ebd6b01d27f

COCOAPODS: 1.8.4

0 comments on commit 60a4661

Please sign in to comment.