Skip to content

Commit 8cc1bd6

Browse files
committed
Point Tracks pod version to the latest beta.
1 parent 00d7add commit 8cc1bd6

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ target 'WooCommerce' do
3636
# ====================
3737
#
3838

39-
# pod 'Automattic-Tracks-iOS', '~> 0.12.0-beta.1'
39+
pod 'Automattic-Tracks-iOS', '~> 0.12.0-beta.2'
4040
# pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :branch => ''
41-
pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :commit => '7e11e93d6205f51c09aad5d59f4e0679a796a2ef'
41+
# pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :commit => ''
4242
# pod 'Automattic-Tracks-iOS', :path => '../Automattic-Tracks-iOS'
4343

4444
pod 'Gridicons', '~> 1.2.0'
@@ -229,9 +229,9 @@ end
229229
# ==================
230230
#
231231
def experiments_pods
232-
# pod 'Automattic-Tracks-iOS', '~> 0.12.0-beta.1'
232+
pod 'Automattic-Tracks-iOS', '~> 0.12.0-beta.2'
233233
# pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :branch => ''
234-
pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :commit => '7e11e93d6205f51c09aad5d59f4e0679a796a2ef'
234+
# pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :commit => '7e11e93d6205f51c09aad5d59f4e0679a796a2ef'
235235
# pod 'Automattic-Tracks-iOS', :path => '../Automattic-Tracks-iOS'
236236
pod 'CocoaLumberjack', '~> 3.7.4'
237237
pod 'CocoaLumberjack/Swift', '~> 3.7.4'

Podfile.lock

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ PODS:
8383

8484
DEPENDENCIES:
8585
- Alamofire (~> 4.8)
86-
- Automattic-Tracks-iOS (from `https://github.com/Automattic/Automattic-Tracks-iOS.git`, commit `7e11e93d6205f51c09aad5d59f4e0679a796a2ef`)
86+
- Automattic-Tracks-iOS (~> 0.12.0-beta.2)
8787
- CocoaLumberjack (~> 3.7.4)
8888
- CocoaLumberjack/Swift (~> 3.7.4)
8989
- Gridicons (~> 1.2.0)
@@ -107,6 +107,7 @@ SPEC REPOS:
107107
trunk:
108108
- Alamofire
109109
- AppAuth
110+
- Automattic-Tracks-iOS
110111
- CocoaLumberjack
111112
- FormatterKit
112113
- GoogleSignIn
@@ -140,16 +141,6 @@ SPEC REPOS:
140141
- ZendeskSupportProvidersSDK
141142
- ZendeskSupportSDK
142143

143-
EXTERNAL SOURCES:
144-
Automattic-Tracks-iOS:
145-
:commit: 7e11e93d6205f51c09aad5d59f4e0679a796a2ef
146-
:git: https://github.com/Automattic/Automattic-Tracks-iOS.git
147-
148-
CHECKOUT OPTIONS:
149-
Automattic-Tracks-iOS:
150-
:commit: 7e11e93d6205f51c09aad5d59f4e0679a796a2ef
151-
:git: https://github.com/Automattic/Automattic-Tracks-iOS.git
152-
153144
SPEC CHECKSUMS:
154145
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
155146
AppAuth: 80317d99ac7ff2801a2f18ff86b48cd315ed465d
@@ -188,6 +179,6 @@ SPEC CHECKSUMS:
188179
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
189180
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
190181

191-
PODFILE CHECKSUM: daf44a19392cd6f0a09acde548b0ebd47182549b
182+
PODFILE CHECKSUM: 9a75e7f419482622cc94acc2a73bd04ebbc4beaf
192183

193184
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)