Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the demo-native shell script that copies binary outside #15

Closed
talkol opened this issue Aug 3, 2016 · 0 comments
Closed

Improve the demo-native shell script that copies binary outside #15

talkol opened this issue Aug 3, 2016 · 0 comments

Comments

@talkol
Copy link

talkol commented Aug 3, 2016

right now we instruct people to copy-paste the script into xcode as a post build step

cd ${SRCROOT}
if [ ! -d "build" ]; then
    mkdir build
fi
cp -rf ${BUILT_PRODUCTS_DIR}/../ /${SRCROOT}/build/Products

we should instead implement is as a bash script that will be available inside detox, and then just reference the script from xcode

@talkol talkol self-assigned this Oct 6, 2016
@talkol talkol added this to the Version 2 milestone Oct 6, 2016
@wix wix locked and limited conversation to collaborators Jul 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants