Skip to content

Commit 6283464

Browse files
committed
Update internal libraries to latest stable version for 24.4
1 parent f2e1e30 commit 6283464

File tree

2 files changed

+21
-36
lines changed

2 files changed

+21
-36
lines changed

Podfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ workspace 'WordPress.xcworkspace'
2323
## ===================================
2424
##
2525
def wordpress_shared
26-
# pod 'WordPressShared', '~> 2.3'
27-
# pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', tag: ''
26+
pod 'WordPressShared', '~> 2.3', '>= 2.3.1'
2827
# pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', branch: 'trunk'
29-
pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', commit: '0a14bc96e22f097eca99eeccf37b5de11fa62612'
28+
# pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', commit: ''
3029
# pod 'WordPressShared', path: '../WordPress-iOS-Shared'
3130
end
3231

@@ -50,8 +49,8 @@ def wordpress_ui
5049
end
5150

5251
def wordpress_kit
53-
# pod 'WordPressKit', '~> 13.1'
54-
pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: '40d6a9f4928b470d73a5ade7ff1842a29e80cef8'
52+
pod 'WordPressKit', '~> 14.0'
53+
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: ''
5554
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: ''
5655
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', tag: ''
5756
# pod 'WordPressKit', path: '../WordPressKit-iOS'
@@ -140,8 +139,8 @@ abstract_target 'Apps' do
140139

141140
pod 'NSURL+IDN', '~> 0.4'
142141

143-
# pod 'WordPressAuthenticator', '~> 9.0', '>= 9.0.1'
144-
pod 'WordPressAuthenticator', git: 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', commit: '000cbf2b3b1644b224eb46f14f1cfc609103f686'
142+
pod 'WordPressAuthenticator', '~> 9.0', '>= 9.0.2'
143+
# pod 'WordPressAuthenticator', git: 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', commit: ''
145144
# pod 'WordPressAuthenticator', git: 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', branch: ''
146145
# pod 'WordPressAuthenticator', path: '../WordPressAuthenticator-iOS'
147146

Podfile.lock

Lines changed: 15 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,19 @@ PODS:
6363
- WordPress-Aztec-iOS (1.19.9)
6464
- WordPress-Editor-iOS (1.19.9):
6565
- WordPress-Aztec-iOS (= 1.19.9)
66-
- WordPressAuthenticator (9.0.1):
66+
- WordPressAuthenticator (9.0.2):
6767
- Gridicons (~> 1.0)
6868
- "NSURL+IDN (= 0.4)"
6969
- SVProgressHUD (~> 2.2.5)
70-
- WordPressKit (~> 13.0)
70+
- WordPressKit (~> 14.0)
7171
- WordPressShared (~> 2.1-beta)
7272
- WordPressUI (~> 1.7-beta)
73-
- WordPressKit (13.1.0):
73+
- WordPressKit (14.0.0):
7474
- NSObject-SafeExpectations (~> 0.0.4)
7575
- UIDeviceIdentifier (~> 2.0)
7676
- WordPressShared (~> 2.0-beta)
7777
- wpxmlrpc (~> 0.10)
78-
- WordPressShared (2.3.0)
78+
- WordPressShared (2.3.1)
7979
- WordPressUI (1.15.0)
8080
- wpxmlrpc (0.10.0)
8181
- ZendeskCommonUISDK (6.1.2)
@@ -118,14 +118,17 @@ DEPENDENCIES:
118118
- SVProgressHUD (= 2.2.5)
119119
- SwiftLint (= 0.54.0)
120120
- WordPress-Editor-iOS (~> 1.19.9)
121-
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, commit `000cbf2b3b1644b224eb46f14f1cfc609103f686`)
122-
- WordPressKit (from `https://github.com/wordpress-mobile/WordPressKit-iOS.git`, commit `40d6a9f4928b470d73a5ade7ff1842a29e80cef8`)
123-
- WordPressShared (from `https://github.com/wordpress-mobile/WordPress-iOS-Shared.git`, commit `0a14bc96e22f097eca99eeccf37b5de11fa62612`)
121+
- WordPressAuthenticator (>= 9.0.2, ~> 9.0)
122+
- WordPressKit (~> 14.0)
123+
- WordPressShared (>= 2.3.1, ~> 2.3)
124124
- WordPressUI (~> 1.15)
125125
- ZendeskSupportSDK (= 5.3.0)
126126
- ZIPFoundation (~> 0.9.8)
127127

128128
SPEC REPOS:
129+
https://github.com/wordpress-mobile/cocoapods-specs.git:
130+
- WordPressAuthenticator
131+
- WordPressKit
129132
trunk:
130133
- Alamofire
131134
- AlamofireImage
@@ -154,6 +157,7 @@ SPEC REPOS:
154157
- UIDeviceIdentifier
155158
- WordPress-Aztec-iOS
156159
- WordPress-Editor-iOS
160+
- WordPressShared
157161
- WordPressUI
158162
- wpxmlrpc
159163
- ZendeskCommonUISDK
@@ -171,29 +175,11 @@ EXTERNAL SOURCES:
171175
:tag: 0.2.0
172176
Gutenberg:
173177
:podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.114.0.podspec
174-
WordPressAuthenticator:
175-
:commit: 000cbf2b3b1644b224eb46f14f1cfc609103f686
176-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
177-
WordPressKit:
178-
:commit: 40d6a9f4928b470d73a5ade7ff1842a29e80cef8
179-
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git
180-
WordPressShared:
181-
:commit: 0a14bc96e22f097eca99eeccf37b5de11fa62612
182-
:git: https://github.com/wordpress-mobile/WordPress-iOS-Shared.git
183178

184179
CHECKOUT OPTIONS:
185180
FSInteractiveMap:
186181
:git: https://github.com/wordpress-mobile/FSInteractiveMap.git
187182
:tag: 0.2.0
188-
WordPressAuthenticator:
189-
:commit: 000cbf2b3b1644b224eb46f14f1cfc609103f686
190-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
191-
WordPressKit:
192-
:commit: 40d6a9f4928b470d73a5ade7ff1842a29e80cef8
193-
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git
194-
WordPressShared:
195-
:commit: 0a14bc96e22f097eca99eeccf37b5de11fa62612
196-
:git: https://github.com/wordpress-mobile/WordPress-iOS-Shared.git
197183

198184
SPEC CHECKSUMS:
199185
Alamofire: 3ca42e259043ee0dc5c0cdd76c4bc568b8e42af7
@@ -225,9 +211,9 @@ SPEC CHECKSUMS:
225211
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
226212
WordPress-Aztec-iOS: fbebd569c61baa252b3f5058c0a2a9a6ada686bb
227213
WordPress-Editor-iOS: bda9f7f942212589b890329a0cb22547311749ef
228-
WordPressAuthenticator: ba69878bfa1368636e92d29fcfb5bd1e0a11a3ef
229-
WordPressKit: f446e322a67949d760629ed430589975ca5b9d71
230-
WordPressShared: f99faa127509b666d2f8b931989a900e2fd9d10d
214+
WordPressAuthenticator: d906a1005febb28de9f5c3a802736ca0850307f6
215+
WordPressKit: 6fbe0528c43df471a73de17909413a1e42f862b1
216+
WordPressShared: 04c6d51441bb8fa29651075b3a5536c90ae89c76
231217
WordPressUI: a491454affda3b0fb812812e637dc5e8f8f6bd06
232218
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd
233219
ZendeskCommonUISDK: 5f0a83f412e07ae23701f18c412fe783b3249ef5
@@ -239,6 +225,6 @@ SPEC CHECKSUMS:
239225
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
240226
ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced
241227

242-
PODFILE CHECKSUM: 70c703d9dea1af3e9a7d9dd82484925dcab05711
228+
PODFILE CHECKSUM: e3e8f913d1e22d005cc0c351141a3055d6f23cca
243229

244230
COCOAPODS: 1.14.2

0 commit comments

Comments
 (0)