We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/wweevv-johndpope/Telegram-iOS/tree/supabase
python3 build-system/Make/Make.py --cacheDir="$HOME/telegram-bazel-cache" generateProject --configurationPath="$HOME/telegram-configuration" --disableExtensions --disableProvisioningProfiles
$HOME/telegram-configuration/variables.bzl telegram_bundle_id = "blabla" telegram_api_id = "8" telegram_api_hash = "1234" telegram_team_id = "1234" telegram_app_center_id = "0" telegram_is_internal_build = "false" telegram_is_appstore_build = "true" telegram_appstore_id = "686449807" telegram_app_specific_url_scheme = "tg" telegram_aps_environment = "production" telegram_enable_siri = True telegram_enable_icloud = True telegram_enable_watch = True
The text was updated successfully, but these errors were encountered:
I'll close this ticket for now - differing to supabase/supabase-swift#38
Sorry, something went wrong.
No branches or pull requests
https://github.com/wweevv-johndpope/Telegram-iOS/tree/supabase
python3 build-system/Make/Make.py
--cacheDir="$HOME/telegram-bazel-cache"
generateProject
--configurationPath="$HOME/telegram-configuration"
--disableExtensions
--disableProvisioningProfiles
$HOME/telegram-configuration/variables.bzl
telegram_bundle_id = "blabla"
telegram_api_id = "8"
telegram_api_hash = "1234"
telegram_team_id = "1234"
telegram_app_center_id = "0"
telegram_is_internal_build = "false"
telegram_is_appstore_build = "true"
telegram_appstore_id = "686449807"
telegram_app_specific_url_scheme = "tg"
telegram_aps_environment = "production"
telegram_enable_siri = True
telegram_enable_icloud = True
telegram_enable_watch = True
The text was updated successfully, but these errors were encountered: