HomeSpark Simulator Builds

Pre-compiled iOS simulator builds for QA testing

🔒 Builds are password-protected (.7z with AES-256 encryption). Check the #dev-sparkbuilds channel description on Slack for the password.

How to install 7-Zip for extraction

macOS (Homebrew):

brew install p7zip

macOS (without Homebrew):

curl -LO https://www.7-zip.org/a/7z2501-mac.tar.xz
tar xf 7z2501-mac.tar.xz
sudo cp 7zz /usr/local/bin/

Ubuntu/Debian:

sudo apt-get install -y p7zip-full

Or use make install-latest from the mobile repo — it handles extraction automatically.

Loading builds...