Skip to content

Commit

Permalink
Bump futureware-tech/simulator-action from 736249ceb5ed7916224ed6b6d3…
Browse files Browse the repository at this point in the history
…c3582fd8049deb to 427329dea8e4d6417cba1273ebb5c9ad4720082d (#1144)

Bumps
[futureware-tech/simulator-action](https://github.com/futureware-tech/simulator-action)
from 736249ceb5ed7916224ed6b6d3c3582fd8049deb to
427329dea8e4d6417cba1273ebb5c9ad4720082d.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/futureware-tech/simulator-action/blob/main/CHANGELOG.md">futureware-tech/simulator-action's
changelog</a>.</em></p>
<blockquote>
<h2>v3</h2>
<ul>
<li>Breaking: change the default simulator from &quot;model = iPhone
8&quot; to &quot;os = iOS&quot;,
to avoid re-releasing the action each time the current model gets
outdated.</li>
<li>Bump NodeJS to 20.</li>
</ul>
<h2>v2</h2>
<ul>
<li>Update a few packages for security reasons.</li>
<li>Bump NodeJS to 16 (<a
href="https://redirect.github.com/futureware-tech/simulator-action/issues/249">#249</a>).</li>
</ul>
<h2>v1</h2>
<ul>
<li>Initial release.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/futureware-tech/simulator-action/commit/427329dea8e4d6417cba1273ebb5c9ad4720082d"><code>427329d</code></a>
Merge pull request <a
href="https://redirect.github.com/futureware-tech/simulator-action/issues/398">#398</a>
from futureware-tech/simudid</li>
<li><a
href="https://github.com/futureware-tech/simulator-action/commit/8fde70dfb1c71e5b112917871a288ed010214d60"><code>8fde70d</code></a>
Simulator UDID can't be registered with Apple</li>
<li><a
href="https://github.com/futureware-tech/simulator-action/commit/bfa03d93ec9de6dacb0c5553bbf8da8afc6c2ee9"><code>bfa03d9</code></a>
Merge pull request <a
href="https://redirect.github.com/futureware-tech/simulator-action/issues/397">#397</a>
from futureware-tech/macos-13</li>
<li><a
href="https://github.com/futureware-tech/simulator-action/commit/8c4d418bd3c1a28a88b3b09320e5354c2993b59e"><code>8c4d418</code></a>
Release v3</li>
<li><a
href="https://github.com/futureware-tech/simulator-action/commit/b767cf0d8fb4b451a067a9ba388f18b7102fa306"><code>b767cf0</code></a>
Default to os=iOS instead of model=iPhone8</li>
<li><a
href="https://github.com/futureware-tech/simulator-action/commit/01ee1d9c13377aafc76c85bfcabfe3be3441ac74"><code>01ee1d9</code></a>
npm update</li>
<li><a
href="https://github.com/futureware-tech/simulator-action/commit/e6e56fcb387146a083809e66cf513c09216d02d6"><code>e6e56fc</code></a>
Lossy dependency version spec in package.json</li>
<li><a
href="https://github.com/futureware-tech/simulator-action/commit/5579cd84cc0df51771bc3c02f79a8428dbe5dc57"><code>5579cd8</code></a>
Bump NodeJS (16 -&gt; 20) and npm update</li>
<li>See full diff in <a
href="https://github.com/futureware-tech/simulator-action/compare/736249ceb5ed7916224ed6b6d3c3582fd8049deb...427329dea8e4d6417cba1273ebb5c9ad4720082d">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent 150b190 commit ae4eb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
working-directory: app/ios/Runner
run: /usr/libexec/PlistBuddy -c "Add :FLTEnableImpeller bool false" Info.plist

- uses: futureware-tech/simulator-action@736249ceb5ed7916224ed6b6d3c3582fd8049deb
- uses: futureware-tech/simulator-action@427329dea8e4d6417cba1273ebb5c9ad4720082d
id: simulator
with:
model: "iPhone 13"
Expand Down

0 comments on commit ae4eb3d

Please sign in to comment.