Skip to content

Commit a9c91db

Browse files
committed
Point to the beta released bug fix
1 parent c0353b3 commit a9c91db

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Podfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ 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'
2019

21-
# Use the latest fix for coretelephony
22-
pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :branch => 'remove/core-telephony-messages-from-logs'
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'
2322

2423
pod 'Gridicons', '0.16'
2524
pod 'WordPressAuthenticator', '~> 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`, branch `remove/core-telephony-messages-from-logs`)
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)
@@ -119,18 +119,18 @@ SPEC REPOS:
119119

120120
EXTERNAL SOURCES:
121121
Automattic-Tracks-iOS:
122-
:branch: remove/core-telephony-messages-from-logs
123122
:git: https://github.com/Automattic/Automattic-Tracks-iOS.git
123+
:tag: 0.2.4-beta.1
124124

125125
CHECKOUT OPTIONS:
126126
Automattic-Tracks-iOS:
127-
:commit: 43b50a7143443f21274f4bb71b27106da44ada1a
128127
:git: https://github.com/Automattic/Automattic-Tracks-iOS.git
128+
:tag: 0.2.4-beta.1
129129

130130
SPEC CHECKSUMS:
131131
1PasswordExtension: 0e95bdea64ec8ff2f4f693be5467a09fac42a83d
132132
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
133-
Automattic-Tracks-iOS: 87b6ca33ab70bf96842b7441a6bcd66c90c55bce
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: 8c9e24e673dcccd0bec52301447334ad1c2cf6db
157+
PODFILE CHECKSUM: 5e33e9ff7cd5d7ea4c1aad3108fe80ecdca66b38
158158

159159
COCOAPODS: 1.5.3

0 commit comments

Comments
 (0)