mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Vendor the standalone tgwatch watch-app sources into Telegram/WatchApp/ as a tracked snapshot and build it from there by default (tracked Bazel inputs). Make.py drives embedding via --embedWatchApp (--watchAppSourcePath removed); the filegroup excludes .swiftpm/.build. Documented in CLAUDE.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
8 lines
308 B
Text
8 lines
308 B
Text
**/.build/
|
|
**/DerivedData/
|
|
.DS_Store
|
|
**/xcuserdata/
|
|
# The repo root .gitignore ignores *.xcodeproj, but this committed snapshot needs its
|
|
# generated project (the Bazel embed build uses it directly). Re-include the project
|
|
# directory; xcuserdata inside stays excluded via the rule above.
|
|
!tgwatch.xcodeproj
|