Skip to content

Commit

Permalink
Fix unresponsive issue in Onboading Questions screen
Browse files Browse the repository at this point in the history
  • Loading branch information
salimbraksa committed Dec 19, 2022
1 parent 8c24111 commit bfcced8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ 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'

Expand Down
20 changes: 12 additions & 8 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 @@ -543,8 +543,8 @@ DEPENDENCIES:
- AppCenter (~> 4.1)
- AppCenter/Distribute (~> 4.1)
- Automattic-Tracks-iOS (~> 0.13)
- boost (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.86.0-alpha1/third-party-podspecs/boost.podspec.json`)
- BVLinearGradient (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.86.0-alpha1/third-party-podspecs/BVLinearGradient.podspec.json`)
- boost (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.86.0/third-party-podspecs/boost.podspec.json`)
- BVLinearGradient (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.86.0/third-party-podspecs/BVLinearGradient.podspec.json`)
- CocoaLumberjack/Swift (~> 3.0)
- CropViewController (= 2.5.3)
- Down (~> 0.6.6)
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: 9af091bb10792bbb9b62ec19e42e83082cfbb414
PODFILE CHECKSUM: cc1049d8bc7865c8894be34c84f2f27fce572b49

COCOAPODS: 1.11.2

0 comments on commit bfcced8

Please sign in to comment.