aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-03-11 22:41:06 +0300
committerlevlam <levlam@telegram.org>2024-03-11 22:41:06 +0300
commit23c7a6caee1f9ec4c137048359bbd415927f1e22 (patch)
tree9b324ec06e9cd0ba122287987ac36847f784822a /example/ios
parentd326e32a84472495337570c115d5a4004d76b03d (diff)
Improve visionOS support.
Diffstat (limited to 'example/ios')
-rw-r--r--example/ios/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/ios/README.md b/example/ios/README.md
index e8a2f8d18..e1bd1ede3 100644
--- a/example/ios/README.md
+++ b/example/ios/README.md
@@ -1,6 +1,6 @@
# Universal XCFramework build example
-Below are instructions for building TDLib for iOS, watchOS, tvOS, and also macOS.
+Below are instructions for building TDLib for iOS, watchOS, tvOS, visionOS, and also macOS.
If you need only a macOS build for the current architecture, take a look at [TDLib build instructions generator](https://tdlib.github.io/td/build.html).
@@ -21,7 +21,7 @@ cd native-build
cmake ..
cmake --build . --target prepare_cross_compiling
```
-* Build OpenSSL for iOS, watchOS, tvOS, and macOS:
+* Build OpenSSL for iOS, watchOS, tvOS, visionOS, and macOS:
```
cd <path to TDLib sources>/example/ios
./build-openssl.sh
@@ -30,7 +30,7 @@ Here we use scripts from [Python Apple support](https://github.com/beeware/Pytho
[Python Apple support](https://github.com/beeware/Python-Apple-support) has known problems with spaces in the path to the current directory, so
you need to ensure that there are no spaces in the path.
Built OpenSSL libraries should be stored in the directory `third_party/openssl/<platform>`, because the next script will rely on this location.
-* Build TDLib for iOS, watchOS, tvOS, and macOS:
+* Build TDLib for iOS, watchOS, tvOS, visionOS, and macOS:
```
cd <path to TDLib sources>/example/ios
./build.sh