mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-04-23 03:16:21 +02:00
4647310322
Based on Swiftgram 12.5 (Telegram iOS 12.5). All GLEGram features ported and organized in GLEGram/ folder. Features: Ghost Mode, Saved Deleted Messages, Content Protection Bypass, Font Replacement, Fake Profile, Chat Export, Plugin System, and more. See CHANGELOG_12.5.md for full details.
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
build --action_env=ZERO_AR_DATE=1
|
|
|
|
build --apple_platform_type=ios
|
|
build --enable_platform_specific_config
|
|
build --apple_crosstool_top=@local_config_apple_cc//:toolchain
|
|
build --crosstool_top=@local_config_apple_cc//:toolchain
|
|
build --host_crosstool_top=@local_config_apple_cc//:toolchain
|
|
|
|
build --per_file_copt=".*\.m$","@-fno-objc-msgsend-selector-stubs"
|
|
build --per_file_copt=".*\.mm$","@-fno-objc-msgsend-selector-stubs"
|
|
|
|
build --features=debug_prefix_map_pwd_is_dot
|
|
build --features=swift.cacheable_swiftmodules
|
|
build --features=swift.debug_prefix_map
|
|
build --features=swift.enable_vfsoverlays
|
|
build:dbg --features=swift.emit_swiftsourceinfo
|
|
|
|
build --strategy=Genrule=standalone
|
|
build --spawn_strategy=standalone
|
|
|
|
build --strategy=SwiftCompile=worker
|
|
|
|
#common --registry=https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/main/
|
|
|
|
# SourceKit BSP: Swift indexing features
|
|
common --features=swift.index_while_building
|
|
common --features=swift.use_global_index_store
|
|
common --features=swift.use_global_module_cache
|
|
common --features=oso_prefix_is_pwd
|
|
|
|
# SourceKit BSP: Index build config (used for background indexing)
|
|
common:index_build --experimental_convenience_symlinks=ignore
|
|
common:index_build --show_result=0
|
|
common:index_build --noshow_loading_progress
|
|
common:index_build --noshow_progress
|
|
common:index_build --noannounce_rc
|
|
common:index_build --noshow_timestamps
|
|
common:index_build --curses=no
|
|
common:index_build --color=no
|