Skip to content

Instantly share code, notes, and snippets.

View siema's full-sized avatar

Siema siema

  • Poland
View GitHub Profile
@siema
siema / build.sh
Last active August 15, 2022 10:26
Build script for Xcode workspace with automatic upload to AppBlade
#!/bin/bash
# based on https://gist.github.com/jonah-williams/949831
# keychain unlock for codesign:
# security unlock-keychain "$HOME/Library/Keychains/login.keychain"
# this script assumes that you have signing and provisioning configured in project's plist
# use -m "message" to set AppBlade build description as attribute
@siema
siema / guide.md
Created September 12, 2017 13:01 — forked from mikkeloscar/guide.md
Setup armv7h chroot under x86_64 host (Archlinux/Archlinuxarm biased)

Setup armv7h chroot under x86_64 host (Archlinux/Archlinuxarm biased)

Simple way to setup an arm chroot for building packages for your arm devices. This is an alternative to cross-compiling where you are limited to only linking against the libs in your toolchain.

Setup chroot-fs

You can store the chroot wherever you like. I choose to store it in a disk-image which I mount to my filesystem.