Skip to content

Commit e71bdbb

Browse files
authored
Move WordPressKit and Authenticator code into this repo (#23366)
2 parents 450ae91 + b781954 commit e71bdbb

File tree

981 files changed

+117691
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

981 files changed

+117691
-19
lines changed

Podfile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ def gravatar
5858
end
5959

6060
def wordpress_kit
61-
pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: 'c334dad3c0e8fced5a61c5bf1d745d23d1924a9c'
62-
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: ''
63-
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', tag: ''
64-
# pod 'WordPressKit', path: '../WordPressKit-iOS'
61+
pod 'WordPressKit', path: './WordPressKit'
6562
end
6663

6764
def kanvas
@@ -152,10 +149,7 @@ abstract_target 'Apps' do
152149

153150
pod 'NSURL+IDN', '~> 0.4'
154151

155-
pod 'WordPressAuthenticator', '~> 9.0', '>= 9.0.8'
156-
# pod 'WordPressAuthenticator', git: 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', commit: ''
157-
# pod 'WordPressAuthenticator', git: 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', branch: ''
158-
# pod 'WordPressAuthenticator', path: '../WordPressAuthenticator-iOS'
152+
pod 'WordPressAuthenticator', path: './WordPressAuthenticator'
159153

160154
pod 'MediaEditor', '~> 1.2', '>= 1.2.2'
161155
# pod 'MediaEditor', git: 'https://github.com/wordpress-mobile/MediaEditor-iOS.git', commit: ''

Podfile.lock

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ DEPENDENCIES:
123123
- SVProgressHUD (= 2.2.5)
124124
- SwiftLint (= 0.54.0)
125125
- WordPress-Editor-iOS (~> 1.19.11)
126-
- WordPressAuthenticator (>= 9.0.8, ~> 9.0)
127-
- WordPressKit (from `https://github.com/wordpress-mobile/WordPressKit-iOS.git`, commit `c334dad3c0e8fced5a61c5bf1d745d23d1924a9c`)
126+
- WordPressAuthenticator (from `./WordPressAuthenticator`)
127+
- WordPressKit (from `./WordPressKit`)
128128
- WordPressShared (>= 2.3.1, ~> 2.3)
129129
- WordPressUI (~> 1.16)
130130
- ZendeskSupportSDK (= 5.3.0)
@@ -134,7 +134,6 @@ SPEC REPOS:
134134
https://github.com/wordpress-mobile/cocoapods-specs.git:
135135
- WordPress-Aztec-iOS
136136
- WordPress-Editor-iOS
137-
- WordPressAuthenticator
138137
- WordPressShared
139138
trunk:
140139
- Alamofire
@@ -181,17 +180,15 @@ EXTERNAL SOURCES:
181180
:tag: 0.2.0
182181
Gutenberg:
183182
:podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.120.1.podspec
183+
WordPressAuthenticator:
184+
:path: "./WordPressAuthenticator"
184185
WordPressKit:
185-
:commit: c334dad3c0e8fced5a61c5bf1d745d23d1924a9c
186-
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git
186+
:path: "./WordPressKit"
187187

188188
CHECKOUT OPTIONS:
189189
FSInteractiveMap:
190190
:git: https://github.com/wordpress-mobile/FSInteractiveMap.git
191191
:tag: 0.2.0
192-
WordPressKit:
193-
:commit: c334dad3c0e8fced5a61c5bf1d745d23d1924a9c
194-
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git
195192

196193
SPEC CHECKSUMS:
197194
Alamofire: 02b772c9910e8eba1a079227c32fbd9e46c90a24
@@ -225,8 +222,8 @@ SPEC CHECKSUMS:
225222
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
226223
WordPress-Aztec-iOS: 3732c6d865a5c9f35788377bdeda8a80ea10d0a1
227224
WordPress-Editor-iOS: 453345420ced3d3ef20f0051b3df46ff10281e0c
228-
WordPressAuthenticator: 898acaac75c5ade9b900c02622a15b9aef8fde1a
229-
WordPressKit: 98809cdb460bacc6634b49079335a5ccace34e59
225+
WordPressAuthenticator: dd4dec830d09a939e480944c5fca078f23845928
226+
WordPressKit: f86126bb60393bee888cfd42ceb49db5b7f5b4d4
230227
WordPressShared: 0160364ed24f4d67fed4e85003fefa837faad84f
231228
WordPressUI: ec5ebcf7e63e797ba51d07513e340c1b14cf45a4
232229
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd
@@ -239,6 +236,6 @@ SPEC CHECKSUMS:
239236
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
240237
ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced
241238

242-
PODFILE CHECKSUM: 4e9da8dde686f4a307c1014ebf43d20c689003e6
239+
PODFILE CHECKSUM: c85071167232a6e16ecbbf021a288276da217f2c
243240

244241
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)