Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit a25dc65

Browse files
committed
Prepare matrix-ios-console release 0.6.8
1 parent 56203ad commit a25dc65

File tree

5 files changed

+20
-62
lines changed

5 files changed

+20
-62
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Changes in Console in 0.6.8 (2016-06-01)
2+
===============================================
3+
4+
Improvements:
5+
* Upgrade MatrixKit version (v0.3.8).
6+
* Change App badge handling: Replace the missed notifications count with the missed discussions count.
7+
18
Changes in Console in 0.6.6 (2016-04-26)
29
===============================================
310

Podfile

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ target "matrixConsole" 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.6'
11+
pod 'MatrixKit', '~> 0.3.8'
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
@@ -24,12 +24,6 @@ pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :br
2424

2525
pod 'GBDeviceInfo', '~> 3.4.0'
2626

27-
### OpenWebRTC call stack ###
28-
# The wrapper lib between MatrixSDK and OpenWebRTC-SDK
29-
pod 'OpenWebRTC', '0.3.1'
30-
pod 'MatrixOpenWebRTCWrapper', :git => 'https://github.com/matrix-org/matrix-ios-openwebrtc-wrapper.git', :branch => 'master'
31-
pod 'OpenWebRTC-SDK', :git => 'https://github.com/matrix-org/openwebrtc-ios-sdk.git', :branch => 'cvo_support'
32-
3327
end
3428

3529
target "matrixConsole" do

Podfile.lock

Lines changed: 8 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -24,68 +24,25 @@ PODS:
2424
- GBJailbreakDetection (~> 1.0)
2525
- GBJailbreakDetection (1.3.0)
2626
- HPGrowingTextView (1.1)
27-
- libPhoneNumber-iOS (0.8.11)
28-
- MatrixKit (0.3.5):
27+
- libPhoneNumber-iOS (0.8.13)
28+
- MatrixKit (0.3.8):
2929
- HPGrowingTextView (~> 1.1)
3030
- libPhoneNumber-iOS (~> 0.8.7)
31-
- MatrixSDK (~> 0.6.5)
32-
- MatrixOpenWebRTCWrapper (0.0.2):
33-
- MatrixSDK
34-
- OpenWebRTC-SDK
35-
- MatrixSDK (0.6.5):
31+
- MatrixSDK (~> 0.6.8)
32+
- MatrixSDK (0.6.8):
3633
- AFNetworking (~> 2.6.0)
37-
- OpenWebRTC (0.3.1)
38-
- OpenWebRTC-SDK (0.1.1):
39-
- OpenWebRTC
4034

4135
DEPENDENCIES:
4236
- GBDeviceInfo (~> 3.4.0)
43-
- MatrixKit (from `https://github.com/matrix-org/matrix-ios-kit.git`, branch `develop`)
44-
- MatrixOpenWebRTCWrapper (from `https://github.com/matrix-org/matrix-ios-openwebrtc-wrapper.git`,
45-
branch `master`)
46-
- MatrixSDK (from `https://github.com/matrix-org/matrix-ios-sdk.git`, branch `develop`)
47-
- OpenWebRTC (= 0.3.1)
48-
- OpenWebRTC-SDK (from `https://github.com/matrix-org/openwebrtc-ios-sdk.git`, branch
49-
`cvo_support`)
50-
51-
EXTERNAL SOURCES:
52-
MatrixKit:
53-
:branch: develop
54-
:git: https://github.com/matrix-org/matrix-ios-kit.git
55-
MatrixOpenWebRTCWrapper:
56-
:branch: master
57-
:git: https://github.com/matrix-org/matrix-ios-openwebrtc-wrapper.git
58-
MatrixSDK:
59-
:branch: develop
60-
:git: https://github.com/matrix-org/matrix-ios-sdk.git
61-
OpenWebRTC-SDK:
62-
:branch: cvo_support
63-
:git: https://github.com/matrix-org/openwebrtc-ios-sdk.git
64-
65-
CHECKOUT OPTIONS:
66-
MatrixKit:
67-
:commit: b4cc5e3530216023fa78cadcae42624b8af1b60e
68-
:git: https://github.com/matrix-org/matrix-ios-kit.git
69-
MatrixOpenWebRTCWrapper:
70-
:commit: cfe1429ac809a63dc2c1dd11da70c7e27be52f03
71-
:git: https://github.com/matrix-org/matrix-ios-openwebrtc-wrapper.git
72-
MatrixSDK:
73-
:commit: 48e2580540dbd5bf312f75d60c8922f6e2ca11d5
74-
:git: https://github.com/matrix-org/matrix-ios-sdk.git
75-
OpenWebRTC-SDK:
76-
:commit: eb8ce71475cdd1c2879279daff48be6264237fca
77-
:git: https://github.com/matrix-org/openwebrtc-ios-sdk.git
37+
- MatrixKit (~> 0.3.8)
7838

7939
SPEC CHECKSUMS:
8040
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
8141
GBDeviceInfo: bab0f43d351b6f641a626cd7d21492abef1afe46
8242
GBJailbreakDetection: a216773574b62dddb6c876ffdb52c54ac05e27e0
8343
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
84-
libPhoneNumber-iOS: ded33fab2c51ee847979556aa504c9e70f32d703
85-
MatrixKit: defac2bf01d1397e00cf4b1a72a25ac10c2c901c
86-
MatrixOpenWebRTCWrapper: c56ed570f9151853576c14f71cea7c7c57255830
87-
MatrixSDK: 598925faff319441724db8a6af2a9cfc21d167e5
88-
OpenWebRTC: 85be1caf6dc45b11106eacba93de61e3e52b1cf8
89-
OpenWebRTC-SDK: fd66e49ab80e88ed1e55231ac875a4976dc3ba74
44+
libPhoneNumber-iOS: 3a37004baf779b4262ab29a31a87d2ae668159d4
45+
MatrixKit: 41e89abd182910c5f52a4e7239886552fd6e0a6b
46+
MatrixSDK: 6810a9781ad61ac26a52bd127b136000af7eb622
9047

9148
COCOAPODS: 0.39.0

matrixConsole/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#import <AudioToolbox/AudioToolbox.h>
3030

31-
#define MX_CALL_STACK_OPENWEBRTC
31+
//#define MX_CALL_STACK_OPENWEBRTC
3232
#ifdef MX_CALL_STACK_OPENWEBRTC
3333
#import <MatrixOpenWebRTCWrapper/MatrixOpenWebRTCWrapper.h>
3434
#endif

matrixConsole/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<key>CFBundlePackageType</key>
3131
<string>APPL</string>
3232
<key>CFBundleShortVersionString</key>
33-
<string>0.6.6</string>
33+
<string>0.6.8</string>
3434
<key>CFBundleSignature</key>
3535
<string>????</string>
3636
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)