Skip to content

Commit 55198e8

Browse files
authored
Merge pull request #475 from woocommerce/bugfix/351-coretelephony
Bugfix for Coretelephony console log error message
2 parents 797b6e6 + a9c91db commit 55198e8

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Podfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ target 'WooCommerce' do
1616
# Automattic Libraries
1717
# ====================
1818
#
19-
pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :tag => '0.2.3'
19+
20+
# Use the latest bugfix for coretelephony
21+
pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :tag => '0.2.4-beta.1'
22+
2023
pod 'Gridicons', '0.16'
2124
pod 'WordPressAuthenticator', '~> 1.1'
2225
pod 'WordPressShared', '~> 1.1'

Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- 1PasswordExtension (1.8.5)
33
- Alamofire (4.7.3)
4-
- Automattic-Tracks-iOS (0.2.3):
4+
- Automattic-Tracks-iOS (0.2.4-beta.1):
55
- CocoaLumberjack (~> 3.4.1)
66
- Reachability (~> 3.1)
77
- UIDeviceIdentifier (~> 0.4)
@@ -78,7 +78,7 @@ PODS:
7878

7979
DEPENDENCIES:
8080
- Alamofire (~> 4.7)
81-
- Automattic-Tracks-iOS (from `https://github.com/Automattic/Automattic-Tracks-iOS.git`, tag `0.2.3`)
81+
- Automattic-Tracks-iOS (from `https://github.com/Automattic/Automattic-Tracks-iOS.git`, tag `0.2.4-beta.1`)
8282
- Charts (~> 3.2)
8383
- CocoaLumberjack (~> 3.4)
8484
- Crashlytics (~> 3.10)
@@ -120,17 +120,17 @@ SPEC REPOS:
120120
EXTERNAL SOURCES:
121121
Automattic-Tracks-iOS:
122122
:git: https://github.com/Automattic/Automattic-Tracks-iOS.git
123-
:tag: 0.2.3
123+
:tag: 0.2.4-beta.1
124124

125125
CHECKOUT OPTIONS:
126126
Automattic-Tracks-iOS:
127127
:git: https://github.com/Automattic/Automattic-Tracks-iOS.git
128-
:tag: 0.2.3
128+
:tag: 0.2.4-beta.1
129129

130130
SPEC CHECKSUMS:
131131
1PasswordExtension: 0e95bdea64ec8ff2f4f693be5467a09fac42a83d
132132
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
133-
Automattic-Tracks-iOS: d8c6c6c1351b1905a73e45f431b15598d71963b5
133+
Automattic-Tracks-iOS: 93f967b0ca5d7cba176366847e0f29debc339a04
134134
Charts: f122fb70b19847fa5817d018b77d6c5a2296ab25
135135
CocoaLumberjack: db7cc9e464771f12054c22ff6947c5a58d43a0fd
136136
Crashlytics: ca7ab4bc304aa216bdc2e4c1a96389ee77252203
@@ -154,6 +154,6 @@ SPEC CHECKSUMS:
154154
XLPagerTabStrip: 22d4c58200d7c105e0e407ab6bfd01a5d85014be
155155
ZendeskSDK: af6509ad7968d367f95b2645713802712152f879
156156

157-
PODFILE CHECKSUM: 57db761746b51300bd1cb2743c5bbab8f56d50e5
157+
PODFILE CHECKSUM: 5e33e9ff7cd5d7ea4c1aad3108fe80ecdca66b38
158158

159159
COCOAPODS: 1.5.3

0 commit comments

Comments
 (0)