From bf7ee2c7bde5e06c61929f5e0d2c5941943f05f8 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Tue, 21 Oct 2025 08:10:41 -0700 Subject: [PATCH] Add Swift SDK for Android to install page --- .../components/android-sdk-dev.html | 23 +++++++++++++++++++ .../components/static-linux-sdk-dev.html | 8 ++----- .../new-includes/components/wasm-sdk-dev.html | 8 ++----- _includes/new-includes/footer/copyright.html | 3 +++ install/linux/index.md | 11 +++++++++ install/macos/index.md | 8 +++++++ 6 files changed, 49 insertions(+), 12 deletions(-) create mode 100644 _includes/new-includes/components/android-sdk-dev.html diff --git a/_includes/new-includes/components/android-sdk-dev.html b/_includes/new-includes/components/android-sdk-dev.html new file mode 100644 index 000000000..092b13769 --- /dev/null +++ b/_includes/new-includes/components/android-sdk-dev.html @@ -0,0 +1,23 @@ +{% assign android_sdk_dev_builds = site.data.builds.development.android-sdk | sort: 'date' | reverse %} + +
+
+
+

main

+

+ {{ android_sdk_dev_builds.first.date | date: '%B %-d, %Y' }}
+ {% assign base_url = "https://download.swift.org/development/android-sdk/" | append: android_sdk_dev_builds.first.dir | append: "/" | append: android_sdk_dev_builds.first.download %} + {% assign command = "swift sdk install " | append: base_url | append: " --checksum " | append: android_sdk_dev_builds.first.checksum %} + +

+ +
+
+
\ No newline at end of file diff --git a/_includes/new-includes/components/static-linux-sdk-dev.html b/_includes/new-includes/components/static-linux-sdk-dev.html index cb731e035..85b9df4c5 100644 --- a/_includes/new-includes/components/static-linux-sdk-dev.html +++ b/_includes/new-includes/components/static-linux-sdk-dev.html @@ -8,8 +8,6 @@

main

{{ static_sdk_dev_builds.first.date | date: '%B %-d, %Y' }}
- Static Linux SDK - Cross compile to Linux. -

{% assign base_url = "https://download.swift.org/development/static-sdk/" | append: static_sdk_dev_builds.first.dir | append: "/" | append: static_sdk_dev_builds.first.download %} {% assign command = "swift sdk install " | append: base_url | append: " --checksum " | append: static_sdk_dev_builds.first.checksum %}