Skip to content

Commit

Permalink
Fix unresponsive onboarding questions screen
Browse files Browse the repository at this point in the history
  • Loading branch information
salimbraksa committed Dec 23, 2022
1 parent 5eef2c7 commit 690dc78
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ abstract_target 'Apps' do

pod 'Gridicons', '~> 1.1.0'

pod 'WordPressAuthenticator', '~> 5.0'
# pod 'WordPressAuthenticator', git: 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', branch: 'trunk'
# pod 'WordPressAuthenticator', '~> 5.0'
pod 'WordPressAuthenticator', git: 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', branch: 'task/fix-onboarding-questions-unresponsive'
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
# 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'

pod 'MediaEditor', '~> 1.2.1'
# pod 'MediaEditor', :git => 'https://github.com/wordpress-mobile/MediaEditor-iOS.git', :commit => 'a4178ed9b0f3622faafb41dd12503e26c5523a32'
Expand Down
16 changes: 10 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ PODS:
- WordPress-Aztec-iOS (1.19.8)
- WordPress-Editor-iOS (1.19.8):
- WordPress-Aztec-iOS (= 1.19.8)
- WordPressAuthenticator (5.0.0):
- WordPressAuthenticator (5.0.1-beta.1):
- GoogleSignIn (~> 6.0.1)
- Gridicons (~> 1.0)
- "NSURL+IDN (= 0.4)"
Expand Down Expand Up @@ -609,7 +609,7 @@ DEPENDENCIES:
- Starscream (= 3.0.6)
- SVProgressHUD (= 2.2.5)
- WordPress-Editor-iOS (~> 1.19.8)
- WordPressAuthenticator (~> 5.0)
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, branch `task/fix-onboarding-questions-unresponsive`)
- WordPressKit (~> 5.0)
- WordPressShared (~> 2.0.0-beta.1)
- WordPressUI (~> 1.12.5)
Expand All @@ -619,8 +619,6 @@ DEPENDENCIES:
- ZIPFoundation (~> 0.9.8)

SPEC REPOS:
https://github.com/wordpress-mobile/cocoapods-specs.git:
- WordPressAuthenticator
trunk:
- Alamofire
- AlamofireImage
Expand Down Expand Up @@ -775,6 +773,9 @@ EXTERNAL SOURCES:
:git: https://github.com/wordpress-mobile/gutenberg-mobile.git
:submodules: true
:tag: v1.86.0
WordPressAuthenticator:
:branch: task/fix-onboarding-questions-unresponsive
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
Yoga:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.86.0/third-party-podspecs/Yoga.podspec.json

Expand All @@ -790,6 +791,9 @@ CHECKOUT OPTIONS:
:git: https://github.com/wordpress-mobile/gutenberg-mobile.git
:submodules: true
:tag: v1.86.0
WordPressAuthenticator:
:commit: 98dc0b8bd626d45bf9d174f735564346bef89847
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git

SPEC CHECKSUMS:
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
Expand Down Expand Up @@ -876,7 +880,7 @@ SPEC CHECKSUMS:
UIDeviceIdentifier: e6a801d25f4f178de5bdf475ffe29050d0148176
WordPress-Aztec-iOS: 7d11d598f14c82c727c08b56bd35fbeb7dafb504
WordPress-Editor-iOS: 9eb9f12f21a5209cb837908d81ffe1e31cb27345
WordPressAuthenticator: 0cdf1bff75bd3f58fe733d6457221f27bbbdc9f4
WordPressAuthenticator: 7d068335413796c262f3b0f3e2025a65f055082d
WordPressKit: 202f529323b079a344f7bc1493b7ebebfd9ed4b5
WordPressShared: 04403b43f821c4ed2b84a2112ef9f64f1e7cdceb
WordPressUI: c5be816f6c7b3392224ac21de9e521e89fa108ac
Expand All @@ -892,6 +896,6 @@ SPEC CHECKSUMS:
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37

PODFILE CHECKSUM: 0868f232c488e3fae041fc136bc30eeb4b7ba6ae
PODFILE CHECKSUM: 072fb82c319c8439af554c2b9d9122e02ede90f9

COCOAPODS: 1.11.2

0 comments on commit 690dc78

Please sign in to comment.