Skip to content

Commit 49ab18d

Browse files
committed
[MOO-1691] Use Xcode 15.4 for Appcenter builds
1 parent d85ef21 commit 49ab18d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [11.0.0] - 2024-12-18
10+
11+
- We've removed the support for JSC entirely from Studio Pro version 10.18 and up. All native apps are using Hermes JS engine now.
12+
13+
## [10.0.0] - 2024-11-27
14+
15+
- We've upgraded the core framework to React Native 0.75.4 to enhance performance, stability, and compatibility across both Android and iOS platforms.
16+
917
## [9.0.3] - 2024-10-02
1018

1119
- We upgraded android SDK version to 35

Diff for: appcenter-build-config.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"testEnabled": false,
55
"signed": false,
66
"environmentVariables": [
7-
{ "name": "CODE_PUSH_KEY", "value": "" },
8-
{ "name": "IS_DEV_APP", "value": false },
9-
{ "name": "SUPPORTS_MOBILE_TOOLKIT", "value": false }
7+
{ "name": "CODE_PUSH_KEY", "value": "" },
8+
{ "name": "IS_DEV_APP", "value": false },
9+
{ "name": "SUPPORTS_MOBILE_TOOLKIT", "value": false }
1010
],
1111
"toolsets": {
1212
"xcode": {
13-
"xcodeVersion": "15.1 Preview",
13+
"xcodeVersion": "15.4",
1414
"automaticSigning": false,
1515
"projectOrWorkspacePath": "ios/NativeTemplate.xcworkspace",
1616
"podfilePath": "ios/Podfile",

0 commit comments

Comments
 (0)