Skip to content

Commit c0353b3

Browse files
committed
Update Tracks pod to latest fix
1 parent 797b6e6 commit c0353b3

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

Podfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ 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+
# pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :tag => '0.2.3'
20+
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'
23+
2024
pod 'Gridicons', '0.16'
2125
pod 'WordPressAuthenticator', '~> 1.1'
2226
pod 'WordPressShared', '~> 1.1'

Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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`, branch `remove/core-telephony-messages-from-logs`)
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
122123
:git: https://github.com/Automattic/Automattic-Tracks-iOS.git
123-
:tag: 0.2.3
124124

125125
CHECKOUT OPTIONS:
126126
Automattic-Tracks-iOS:
127+
:commit: 43b50a7143443f21274f4bb71b27106da44ada1a
127128
:git: https://github.com/Automattic/Automattic-Tracks-iOS.git
128-
:tag: 0.2.3
129129

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

159159
COCOAPODS: 1.5.3

0 commit comments

Comments
 (0)