Skip to content

Instantly share code, notes, and snippets.

@mathias5r
Created October 30, 2024 01:29
Show Gist options
  • Select an option

  • Save mathias5r/8f02236665b4b487a9d3518802e46819 to your computer and use it in GitHub Desktop.

Select an option

Save mathias5r/8f02236665b4b487a9d3518802e46819 to your computer and use it in GitHub Desktop.
Build app
- run:
name: 'Build nonprod app locally'
command: |
if [ ! -d "ios/build/Build/Products/Release-iphonesimulator/MyApp.app" ]; then
xcodebuild -workspace ios/MyApp.xcworkspace -scheme MyApp -configuration Release -sdk iphonesimulator -derivedDataPath ios/build
else
echo "Cached ios build already exists"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment