Last active
August 19, 2020 15:15
-
-
Save EduardoRFS/1686a1d9e913e1d4613b8dae86c7a72f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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 |
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
@cristianoc oh I forgot to push the change, now it's correct <3