Skip to content

Commit

Permalink
Merge pull request #750 from supertokens/social-login-docs
Browse files Browse the repository at this point in the history
Update Social login docs for custom mobile SDKs
  • Loading branch information
rishabhpoddar authored Nov 21, 2023
2 parents 3efd181 + 5a1e7d2 commit 3ef91cd
Show file tree
Hide file tree
Showing 100 changed files with 15,535 additions and 8,721 deletions.
10 changes: 9 additions & 1 deletion v2/src/plugins/codeTypeChecking/iosenv/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'
platform :ios, '14.0'

target 'iosenv' do
# Comment the next line if you don't want to use dynamic frameworks
Expand All @@ -10,5 +10,13 @@ target 'iosenv' do
pod 'xcbeautify'
pod 'Alamofire'
pod 'GoogleSignIn'

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings["IPHONEOS_DEPLOYMENT_TARGET"] = "14.0"
end
end
end

end
46 changes: 23 additions & 23 deletions v2/src/plugins/codeTypeChecking/iosenv/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
PODS:
- Alamofire (5.6.2)
- AppAuth (1.6.0):
- AppAuth/Core (= 1.6.0)
- AppAuth/ExternalUserAgent (= 1.6.0)
- AppAuth/Core (1.6.0)
- AppAuth/ExternalUserAgent (1.6.0):
- Alamofire (5.8.1)
- AppAuth (1.6.2):
- AppAuth/Core (= 1.6.2)
- AppAuth/ExternalUserAgent (= 1.6.2)
- AppAuth/Core (1.6.2)
- AppAuth/ExternalUserAgent (1.6.2):
- AppAuth/Core
- GoogleSignIn (6.2.4):
- GoogleSignIn (7.0.0):
- AppAuth (~> 1.5)
- GTMAppAuth (~> 1.3)
- GTMSessionFetcher/Core (< 3.0, >= 1.1)
- GTMAppAuth (1.3.1):
- GTMAppAuth (< 3.0, >= 1.3)
- GTMSessionFetcher/Core (< 4.0, >= 1.1)
- GTMAppAuth (2.0.0):
- AppAuth/Core (~> 1.6)
- GTMSessionFetcher/Core (< 3.0, >= 1.5)
- GTMSessionFetcher/Core (2.1.0)
- SuperTokensIOS (0.2.5)
- xcbeautify (0.15.0)
- GTMSessionFetcher/Core (< 4.0, >= 1.5)
- GTMSessionFetcher/Core (3.1.1)
- SuperTokensIOS (0.2.6)
- xcbeautify (0.17.0)

DEPENDENCIES:
- Alamofire
Expand All @@ -34,14 +34,14 @@ SPEC REPOS:
- xcbeautify

SPEC CHECKSUMS:
Alamofire: d368e1ff8a298e6dde360e35a3e68e6c610e7204
AppAuth: 8fca6b5563a5baef2c04bee27538025e4ceb2add
GoogleSignIn: 5651ce3a61e56ca864160e79b484cd9ed3f49b7a
GTMAppAuth: 0ff230db599948a9ad7470ca667337803b3fc4dd
GTMSessionFetcher: ffbb25ec00ebcb5201adab0a56d808f6f1902d9f
SuperTokensIOS: 3caa2586c289f4a1fd4a9135e85842c9c639383a
xcbeautify: df17aa32d769add7af523a8be9b0ef8fb9eb75a8
Alamofire: 3ca42e259043ee0dc5c0cdd76c4bc568b8e42af7
AppAuth: 3bb1d1cd9340bd09f5ed189fb00b1cc28e1e8570
GoogleSignIn: b232380cf495a429b8095d3178a8d5855b42e842
GTMAppAuth: 99fb010047ba3973b7026e45393f51f27ab965ae
GTMSessionFetcher: e8647203b65cee28c5f73d0f473d096653945e72
SuperTokensIOS: 04e07f5343136949df8973aaa6905ee7ffa2d749
xcbeautify: 6e2f57af5c3a86d490376d5758030a8dcc201c1b

PODFILE CHECKSUM: fdcdfe0e7301fefa4c160b218e130961eb341d95
PODFILE CHECKSUM: 8c8b23d19c13c115133d9d41fd507e3c2cbeab6a

COCOAPODS: 1.11.3
COCOAPODS: 1.14.2
61 changes: 45 additions & 16 deletions v2/src/plugins/codeTypeChecking/iosenv/Pods/Alamofire/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3ef91cd

Please sign in to comment.