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

feat: detox + iOS simulator support #3

Merged
merged 20 commits into from
Jan 5, 2023
Merged

feat: detox + iOS simulator support #3

merged 20 commits into from
Jan 5, 2023

Conversation

jpgarcia
Copy link
Contributor

@jpgarcia jpgarcia commented Jan 5, 2023

  • Add support for detox: Pass --detox-configuration {config-name} to run the build command specified in Detox's configuration file.
  • Support for building iOS for Simulators: If you don't provide any signing information to the CLI the build output will be an .app file ready to install in a Simulator.
  • Rename the NITRO_DEPLOY_PATH output env variable to NITRO-APP-PATH: The NITRO_DEPLOY_PATH is still available to keep backward compatibility but will be removed in further versions.
  • Publish .app artifacts compressed: The output folder will include both the AppName.app folder and AppName.app.zip file so you can easily share of download on CI services.

jpgarcia and others added 20 commits December 23, 2022 09:28
# [4.4.0-beta.1](4.3.0...4.4.0-beta.1) (2022-12-23)

### Features

* run iOS builds for simulators by default ([2528a3b](2528a3b))
# [4.4.0-beta.2](4.4.0-beta.1...4.4.0-beta.2) (2022-12-27)

### Features

* add detox support ([08bdca0](08bdca0))
# [4.4.0-beta.3](4.4.0-beta.2...4.4.0-beta.3) (2022-12-27)

### Features

* add detox configuration argument ([4250f88](4250f88))
# [4.4.0-beta.4](4.4.0-beta.3...4.4.0-beta.4) (2022-12-27)

### Features

* upgrade nitro cli ([15fb2a5](15fb2a5))
# [4.4.0-beta.5](4.4.0-beta.4...4.4.0-beta.5) (2022-12-30)

### Features

* upgrade nitro ([63742bf](63742bf))
# [4.4.0-beta.6](4.4.0-beta.5...4.4.0-beta.6) (2022-12-31)

### Features

* move release script to nitro ([003085b](003085b))
# [4.4.0-beta.7](4.4.0-beta.6...4.4.0-beta.7) (2023-01-03)

### Features

* upgrade nitro ([224a6dc](224a6dc))
# [4.4.0-beta.8](4.4.0-beta.7...4.4.0-beta.8) (2023-01-04)

### Features

* upgrade nitro ([376e08b](376e08b))
# [4.4.0-beta.9](4.4.0-beta.8...4.4.0-beta.9) (2023-01-05)

### Features

* include new output NITRO_APP_PATH ([8fa22fc](8fa22fc))
* upgrade nitro ([6b48669](6b48669))
@jpgarcia jpgarcia merged commit a86877e into main Jan 5, 2023
@jpgarcia jpgarcia deleted the feat/detox-support branch January 5, 2023 21:13
jpgarcia pushed a commit that referenced this pull request Jan 5, 2023
# [4.4.0](4.3.0...4.4.0) (2023-01-05)

### Features

* detox + iOS simulator support ([#3](#3)) ([a86877e](a86877e))
@jpgarcia
Copy link
Contributor Author

jpgarcia commented Jan 5, 2023

🎉 This PR is included in version 4.4.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants