Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion v2/src/plugins/codeTypeChecking/iosenv/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'iosenv' do
use_frameworks!

# Pods for iosenv
pod "SuperTokensIOS", :git => 'https://github.com/supertokens/supertokens-ios.git', :branch => '0.2'
pod "SuperTokensIOS", "~> 0.2.5"
pod 'xcbeautify'
pod 'Alamofire'
pod 'GoogleSignIn'
Expand Down
19 changes: 5 additions & 14 deletions v2/src/plugins/codeTypeChecking/iosenv/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ PODS:
- AppAuth/Core (~> 1.6)
- GTMSessionFetcher/Core (< 3.0, >= 1.5)
- GTMSessionFetcher/Core (2.1.0)
- SuperTokensIOS (0.2.0)
- SuperTokensIOS (0.2.5)
- xcbeautify (0.15.0)

DEPENDENCIES:
- Alamofire
- GoogleSignIn
- SuperTokensIOS (from `https://github.com/supertokens/supertokens-ios.git`, branch `0.2`)
- SuperTokensIOS (~> 0.2.5)
- xcbeautify

SPEC REPOS:
Expand All @@ -30,27 +30,18 @@ SPEC REPOS:
- GoogleSignIn
- GTMAppAuth
- GTMSessionFetcher
- SuperTokensIOS
- xcbeautify

EXTERNAL SOURCES:
SuperTokensIOS:
:branch: '0.2'
:git: https://github.com/supertokens/supertokens-ios.git

CHECKOUT OPTIONS:
SuperTokensIOS:
:commit: 8499107f140c5f693fb6b774542c9f1c03da98a0
:git: https://github.com/supertokens/supertokens-ios.git

SPEC CHECKSUMS:
Alamofire: d368e1ff8a298e6dde360e35a3e68e6c610e7204
AppAuth: 8fca6b5563a5baef2c04bee27538025e4ceb2add
GoogleSignIn: 5651ce3a61e56ca864160e79b484cd9ed3f49b7a
GTMAppAuth: 0ff230db599948a9ad7470ca667337803b3fc4dd
GTMSessionFetcher: ffbb25ec00ebcb5201adab0a56d808f6f1902d9f
SuperTokensIOS: 8bc63d2d2ffbbd13fc9fa778865ece5c345a1b64
SuperTokensIOS: 3caa2586c289f4a1fd4a9135e85842c9c639383a
xcbeautify: df17aa32d769add7af523a8be9b0ef8fb9eb75a8

PODFILE CHECKSUM: aede274d3a9556a57becb5cd635345bb8dd401c8
PODFILE CHECKSUM: fdcdfe0e7301fefa4c160b218e130961eb341d95

COCOAPODS: 1.11.3
19 changes: 5 additions & 14 deletions v2/src/plugins/codeTypeChecking/iosenv/Pods/Manifest.lock

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

2,450 changes: 1,227 additions & 1,223 deletions v2/src/plugins/codeTypeChecking/iosenv/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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.

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.

2 changes: 1 addition & 1 deletion v2/src/plugins/codeTypeChecking/pythonEnv/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ six==1.16.0
sniffio==1.3.0
sqlparse==0.4.2
starlette==0.14.2
supertokens-python @ git+https://github.com/supertokens/supertokens-python@a51d242489e4f0d013937a9d3bf04881b4232981
supertokens-python==0.16.0
tldextract==3.1.0
toml==0.10.2
tomli==2.0.1
Expand Down