Example of an automated script that does most of this: https://github.com/surpher/PactSwiftMockServer/blob/fb8148866bb05f49a0b1dcaae66c67bad1e7eca7/Support/build_rust_dependencies
curl https://sh.rustup.rs -sSf | sh| ########################################## | |
| # | |
| # c.f. https://stackoverflow.com/questions/3520977/build-fat-static-library-device-simulator-using-xcode-and-sdk-4 | |
| # | |
| # Version 2.82 | |
| # | |
| # Latest Change: | |
| # - MORE tweaks to get the iOS 10+ and 9- working | |
| # - Support iOS 10+ | |
| # - Corrected typo for iOS 1-10+ (thanks @stuikomma) |
Example of an automated script that does most of this: https://github.com/surpher/PactSwiftMockServer/blob/fb8148866bb05f49a0b1dcaae66c67bad1e7eca7/Support/build_rust_dependencies
curl https://sh.rustup.rs -sSf | sh| import hashlib | |
| import base58 | |
| import sys | |
| prefix_dict = { | |
| "xprv": "0488ade4", # Mainnet - P2PKH or P2SH - m/44'/0' | |
| "yprv": "049d7878", # Mainnet - P2WPKH in P2SH - m/49'/0' | |
| "zprv": "04b2430c", # Mainnet - P2WPKH - m/84'/0' | |
| "Yprv": "0295b005", # Mainnet - Multi-signature P2WSH in P2SH | |
| "Zprv": "02aa7a99", # Mainnet - Multi-signature P2WSH |
| SRC_DIR = src | |
| DST_DIR = build | |
| CSS_DIR = $(DST_DIR)/css | |
| SCSS_DIR = $(SRC_DIR)/scss | |
| SCSS_INCLUDES_DIR = $(SCSS_DIR)/includes | |
| SCSS_FILES = $(wildcard $(SCSS_DIR)/*.scss) | |
| CSS_FILES=$(patsubst $(SCSS_DIR)/%.scss, $(CSS_DIR)/%.css, $(SCSS_FILES)) |
| # .github/workflows/publish.yml | |
| name: Generate a build and push to another branch | |
| on: | |
| push: | |
| branches: | |
| - master # Remove this line if your primary branch is "main" | |
| - main # Remove this line if your primary branch is "master" | |
| jobs: |
| set fileType to display dialog "Create disk image of a " buttons {"Folder", "File", "Cancel"} ¬ | |
| default button ¬ | |
| "Folder" cancel button ¬ | |
| "Cancel" with title "Create Disk Image" | |
| if button returned of fileType is "Folder" then | |
| set input to choose folder with prompt "Choose folder to make disk image of:" | |
| else if button returned of fileType is "File" then | |
| set input to choose file with prompt "Choose file to make disk image of:" | |
| end if |
I'm Ruben Somsen, Bitcoin Sorcerer. I do protocol design in order to enhance Bitcoin.
I'm sponsored by Spiral, Superlunar/Gemini, HRF, and am currently working on Silent Payments with Josie and assisting Davidson with the implementation of Proof-of-Work fraud proofs into Floresta.
I also help maintain the bitcoin-dev mailing list, am a BIP editor, co-hosted the Unhashed Podcast, founded the Seoul Bitcoin Meetup in 2014, actively co-organizing BitDevs Amsterdam, and on the layer two funding sub-committee of OpenSats.
You can find me on Twitter, Mastodon, and Telegram. You can also join [this Te
| jonatack: | |
| U2FsdGVkX18XDMZfMBvtOjbdzP9FglsfNI1IkmfUsmjhUJc1x8YghQL9jjBRA22G | |
| LMC9KLt7L/7sFJfVm7rEW+yeoWXL6S/K1NWdOvoy6O5pfQF2NMltA6Mzb1q4huVM | |
| x+BW7DNEBF9nDknRwFiAD079WOvLyLbWvPHk1FJp9hW5qRgU/629/XQ0pQX1eqdf | |
| OLVS5AGuTxBgc8AE6tp4i+x7mC037bTBuI9c6X4mngfYpfu9PkSK+DzQx6pXqgTh | |
| uvEprusb8PzsWmUSNbFN4umr9bAbUeezWig7mWNbIEbpBR/jD4YSeTXaBXfP2fvB | |
| BJU/38DWll06Ki46CE/tkTMSjuUg2E5T2hTDppSAC9j6OuhLtt8+ZKLtt2X2tCm8 | |
| vdERbOHFdZu/Npsj6vLg8SWsKoen5LvGbRWfuXTWEa9FlTu9t7PMbcc5Zbk/5DKr | |
| yY3jW/4u/bWuZlYca3U8dSZEjGZod+paht4acXoJRUy58RWl3Lg72FZXCuzw7Ph2 |