Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/actions/xcframework/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ runs:
- name: Set up XCode
uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 # v1.7.0
with:
# TODO: Update to latest-stable once GH installs iOS 26 simulators
xcode-version: '^16.4.0'
xcode-version: latest-stable

- name: List simulators
shell: bash
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,13 @@ jobs:
* [ ] Cocoapod released

SQLite + powersync bundles:
* [ ] react-native-quick-sqlite:
* [ ] wa-sqlite build:
* [ ] sql.js dev adapter:

User-facing SDK updates:
* [ ] powersync.dart (see instructions in [this file](https://github.com/powersync-ja/powersync.dart/blob/main/packages/powersync_core/lib/src/database/core_version.dart)):
* [ ] powersync-js (directly update node, op-sqlite and capacitor packages; upgrade dependencies on rnqs, wa-sqlite and sql-js in packages and demos):
* [ ] powersync-js (directly update node, react-native and capacitor packages; upgrade dependencies on wa-sqlite and sql-js in packages and demos):
* [ ] kotlin (update in `libs.versions.toml`):
* [ ] swift (update in `Package.swift`):
* [ ] native (update in `Cargo.toml``):
* [ ] native (update in `Cargo.toml`):
* [ ] dotnet (update `Tools/Setup/Setup.cs`)
Loading