aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2021-12-19 01:17:39 +0300
committerlevlam <levlam@telegram.org>2021-12-19 01:17:39 +0300
commit5587f10eba5bc1ea44732970fbac5bd908680dc5 (patch)
tree098d9f41501f43befc31e5b68d7835f2ace6d830 /example/ios
parent0ab05735c08763f1650305d6d8a572bafbd533a7 (diff)
Expect different Homebrew install paths on Apple silicon/Intel.
Diffstat (limited to 'example/ios')
-rw-r--r--example/ios/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ios/README.md b/example/ios/README.md
index 32266528d..00d4312be 100644
--- a/example/ios/README.md
+++ b/example/ios/README.md
@@ -36,7 +36,7 @@ cd <path to TDLib sources>/example/ios
./build.sh
```
This may take a while, because TDLib will be built about 16 times.
-Resulting XCFramework will work on any architecture and even on a simulator (x64, Apple silicon).
+Resulting XCFramework will work on any architecture and even on a simulator.
We use [CMake/iOS.cmake](https://github.com/tdlib/td/blob/master/CMake/iOS.cmake) toolchain, other toolchains may work too.
Built libraries and XCFramework will be stored in `tdjson` directory.