Skip to content

Instantly share code, notes, and snippets.

@EduardoRFS
Last active August 19, 2020 15:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EduardoRFS/1686a1d9e913e1d4613b8dae86c7a72f to your computer and use it in GitHub Desktop.
Save EduardoRFS/1686a1d9e913e1d4613b8dae86c7a72f to your computer and use it in GitHub Desktop.
#! /bin/sh
## Requirements
## - esy
## - brew install nodejs
## - brew install coreutils
## Full Xcode installed
## look for /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk
git clone https://github.com/EduardoRFS/reason-mobile.git
cd reason-mobile
git clone https://github.com/EduardoRFS/revery-workshop.git
cd revery-workshop
## this branch has a Xcode project available
git checkout cross-compile-publish
## build
./build.sh
# ./build.sh ios.simulator.x86_64
## if you have a updated binary at `Xcode/ReveryWorkshop` then it did work
@EduardoRFS
Copy link
Author

@cristianoc oh I forgot to push the change, now it's correct <3

@cristianoc
Copy link

As discussed on discord: looks like Xcode needs to be installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment