diff --git a/.github/workflows/install-test-react-native.yml b/.github/workflows/install-test-react-native.yml index c3b1f97f83..148867cae8 100644 --- a/.github/workflows/install-test-react-native.yml +++ b/.github/workflows/install-test-react-native.yml @@ -63,7 +63,7 @@ jobs: - uses: futureware-tech/simulator-action@v2 if: ${{ matrix.platform == 'ios' }} with: - model: "iPhone 14" + model: "iPhone 15" - name: Install dependencies of the CLI run: npm ci diff --git a/integration-tests/environments/react-native-test-app/harness/runner.js b/integration-tests/environments/react-native-test-app/harness/runner.js index c49aa5fc07..d62e0007e2 100644 --- a/integration-tests/environments/react-native-test-app/harness/runner.js +++ b/integration-tests/environments/react-native-test-app/harness/runner.js @@ -21,7 +21,7 @@ const android = require("./android-cli"); const xcode = require("./xcode-cli"); const logcat = require("./logcat"); -const { IOS_DEVICE_NAME = "iPhone 14", IOS_DEVICE_TYPE_ID = "com.apple.CoreSimulator.SimDeviceType.iPhone-14" } = +const { IOS_DEVICE_NAME = "iPhone 15", IOS_DEVICE_TYPE_ID = "com.apple.CoreSimulator.SimDeviceType.iPhone-15" } = process.env; const { MOCHA_REMOTE_PORT, PLATFORM, SPAWN_LOGCAT, SKIP_RUNNER, RETRY_DELAY, RETRIES } = process.env; diff --git a/packages/realm/bindgen/vendor/realm-core b/packages/realm/bindgen/vendor/realm-core index 85eeca4165..15493076ad 160000 --- a/packages/realm/bindgen/vendor/realm-core +++ b/packages/realm/bindgen/vendor/realm-core @@ -1 +1 @@ -Subproject commit 85eeca41654cc9070ad81a21a4b1d153ad467c33 +Subproject commit 15493076ad9fef22c16cc64cbfbf9e5b65c385f9