Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ target 'WooCommerce' do
pod 'Gridicons', '~> 1.2.0'

# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
pod 'WordPressAuthenticator', '~> 5.0.0'
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
# pod 'WordPressAuthenticator', '~> 5.0.0'
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => 'bf6681f979ea3edbc07021130cfc0f4644138575'
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'

Expand Down
20 changes: 14 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PODS:
- WordPress-Aztec-iOS (1.11.0)
- WordPress-Editor-iOS (1.11.0):
- WordPress-Aztec-iOS (= 1.11.0)
- WordPressAuthenticator (5.0.0):
- WordPressAuthenticator (5.1.0-beta.1):
- GoogleSignIn (~> 6.0.1)
- Gridicons (~> 1.0)
- "NSURL+IDN (= 0.4)"
Expand Down Expand Up @@ -84,7 +84,7 @@ DEPENDENCIES:
- Sourcery (~> 1.0.3)
- StripeTerminal (~> 2.14)
- WordPress-Editor-iOS (~> 1.11.0)
- WordPressAuthenticator (~> 5.0.0)
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, commit `bf6681f979ea3edbc07021130cfc0f4644138575`)
- WordPressKit (~> 5.0.0)
- WordPressShared (~> 2.0)
- WordPressUI (~> 1.12.5)
Expand All @@ -94,8 +94,6 @@ DEPENDENCIES:
- ZendeskSupportSDK (~> 5.0)

SPEC REPOS:
https://github.com/wordpress-mobile/cocoapods-specs.git:
- WordPressAuthenticator
trunk:
- Alamofire
- AppAuth
Expand Down Expand Up @@ -132,6 +130,16 @@ SPEC REPOS:
- ZendeskSupportProvidersSDK
- ZendeskSupportSDK

EXTERNAL SOURCES:
WordPressAuthenticator:
:commit: bf6681f979ea3edbc07021130cfc0f4644138575
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git

CHECKOUT OPTIONS:
WordPressAuthenticator:
:commit: bf6681f979ea3edbc07021130cfc0f4644138575
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git

SPEC CHECKSUMS:
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
AppAuth: 8fca6b5563a5baef2c04bee27538025e4ceb2add
Expand All @@ -153,7 +161,7 @@ SPEC CHECKSUMS:
UIDeviceIdentifier: f33af270ba9045ea18b31d9aab88e42a0082ea67
WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348
WordPress-Editor-iOS: 304098424f1051cb271546c99f906aac296b1b81
WordPressAuthenticator: 0cdf1bff75bd3f58fe733d6457221f27bbbdc9f4
WordPressAuthenticator: 95f698805ebbbe86c5721ce244e1302ea810326b
WordPressKit: 202f529323b079a344f7bc1493b7ebebfd9ed4b5
WordPressShared: 35d41bdf0927e714af1fc85fa9cb692f934473be
WordPressUI: c5be816f6c7b3392224ac21de9e521e89fa108ac
Expand All @@ -169,6 +177,6 @@ SPEC CHECKSUMS:
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba

PODFILE CHECKSUM: 17ff88b703dd664331487078325e3a051db87976
PODFILE CHECKSUM: 7df16dcb0266dd8a5570da921db0ab4918ff6a1b

COCOAPODS: 1.11.3
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ class AuthenticationManager: Authentication {
emphasizeEmailForWPComPassword: true,
wpcomPasswordInstructions:
AuthenticationConstants.wpcomPasswordInstructions,
skipXMLRPCCheckForSiteDiscovery: true)
skipXMLRPCCheckForSiteDiscovery: true,
useEnterEmailAddressAsStepValueForGetStartedVC: true)

let systemGray3LightModeColor = UIColor(red: 199/255.0, green: 199/255.0, blue: 204/255.0, alpha: 1)
let systemLabelLightModeColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1)
Expand Down