mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-04-23 11:26:54 +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.
33 lines
507 B
Plaintext
33 lines
507 B
Plaintext
# Build
|
|
bazel-*
|
|
build/
|
|
.build/
|
|
*.ipa
|
|
*.xcarchive
|
|
|
|
# Secrets (never commit)
|
|
build-system/real-codesigning/certs/*.p12
|
|
build-system/real-codesigning/certs/*.cer
|
|
build-system/real-codesigning/profiles/*.mobileprovision
|
|
build-input/configuration-repository/
|
|
build-input/configuration-repository-workdir/
|
|
|
|
# IDE
|
|
.DS_Store
|
|
*.xcworkspace
|
|
*.xcodeproj
|
|
xcuserdata/
|
|
DerivedData/
|
|
|
|
# Logs
|
|
*.log
|
|
hs_err_*.log
|
|
|
|
# Bazel
|
|
/private/
|
|
|
|
# Large binaries
|
|
build-input/bazel-*
|
|
scripts/Telegram
|
|
third-party/opus/prebuilt/*/libopus.a
|