Skip to content

Commit 2000569

Browse files
authored
Prepare fot 10.50.0 (#8569)
1 parent 23c8e79 commit 2000569

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/master-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
cd examples/installation
301301
bundle exec ./build.rb ${{ matrix.platform }} ${{ matrix.installation }} ${{ matrix.linkage }}
302302
test-installation-xcframework:
303-
runs-on: macos-13
303+
runs-on: macos-14
304304
name: Run installation test for xcframework
305305
needs: [package-release, prepare]
306306
env:

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
x.y.z Release notes (yyyy-MM-dd)
1+
10.50.0 Release notes (2024-05-02)
22
=============================================================
33

44
Drop support for Xcode 14, as it can no longer be used to submit app to the app

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
import Foundation
55

66
let coreVersion = Version("14.6.2")
7-
let cocoaVersion = Version("10.49.2")
7+
let cocoaVersion = Version("10.50.0")
88

99
let cxxSettings: [CXXSetting] = [
1010
.headerSearchPath("."),

Realm/Realm-Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>10.49.2</string>
20+
<string>10.50.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>10.49.2</string>
24+
<string>10.50.0</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
2727
<key>NSPrincipalClass</key>

dependencies.list

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION=10.49.2
1+
VERSION=10.50.0
22
REALM_CORE_VERSION=v14.6.2
33
STITCH_VERSION=b43a1ddbb4729caa14a780f1e452d9ba6957b7f0

0 commit comments

Comments
 (0)