We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
talkol
No branches or pull requests
right now we instruct people to copy-paste the script into xcode as a post build step
we should instead implement is as a bash script that will be available inside detox, and then just reference the script from xcode
The text was updated successfully, but these errors were encountered: