mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-09-24 21:30:45 +02:00
chore: migrate to new version + fixed several critical bugs
- Migrated project to latest Telegram iOS base (v12.3.2+) - Fixed circular dependency between GhostModeManager and MiscSettingsManager - Fixed multiple Bazel build configuration errors (select() default conditions) - Fixed duplicate type definitions in PeerInfoScreen - Fixed swiftmodule directory resolution in build scripts - Added Ghostgram Settings tab in main Settings menu with all 5 features - Cleared sensitive credentials from config.json (template-only now) - Excluded bazel-cache from version control
This commit is contained in:
@@ -22,9 +22,20 @@ build --spawn_strategy=standalone
|
||||
build --strategy=SwiftCompile=standalone
|
||||
build --define RULES_SWIFT_BUILD_DUMMY_WORKER=1
|
||||
|
||||
build:swift_profile --jobs=1
|
||||
build:swift_profile --local_cpu_resources=1
|
||||
build:swift_profile --features=-swift.enable_batch_mode
|
||||
build:swift_profile --experimental_ui_max_stdouterr_bytes=104857600
|
||||
build:swift_profile --@build_bazel_rules_swift//swift:copt=-Xfrontend
|
||||
build:swift_profile --@build_bazel_rules_swift//swift:copt=-warn-long-function-bodies=350
|
||||
build:swift_profile --@build_bazel_rules_swift//swift:copt=-Xfrontend
|
||||
build:swift_profile --@build_bazel_rules_swift//swift:copt=-warn-long-expression-type-checking=350
|
||||
|
||||
common:index_build --experimental_convenience_symlinks=ignore
|
||||
common:index_build --bes_backend= --bes_results_url=
|
||||
common:index_build --nolegacy_important_outputs
|
||||
common:index_build --show_result=0
|
||||
common:index_build --define=buildNumber=10000
|
||||
common:index_build --define=telegramVersion=12.2.2
|
||||
|
||||
common --registry=https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/main/
|
||||
|
||||
Reference in New Issue
Block a user