Skip to content

Commit

Permalink
Prepare fot 10.50.0 (#8569)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed May 2, 2024
1 parent 23c8e79 commit 2000569
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
cd examples/installation
bundle exec ./build.rb ${{ matrix.platform }} ${{ matrix.installation }} ${{ matrix.linkage }}
test-installation-xcframework:
runs-on: macos-13
runs-on: macos-14
name: Run installation test for xcframework
needs: [package-release, prepare]
env:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
x.y.z Release notes (yyyy-MM-dd)
10.50.0 Release notes (2024-05-02)
=============================================================

Drop support for Xcode 14, as it can no longer be used to submit app to the app
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
import Foundation

let coreVersion = Version("14.6.2")
let cocoaVersion = Version("10.49.2")
let cocoaVersion = Version("10.50.0")

let cxxSettings: [CXXSetting] = [
.headerSearchPath("."),
Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>10.49.2</string>
<string>10.50.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.49.2</string>
<string>10.50.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=10.49.2
VERSION=10.50.0
REALM_CORE_VERSION=v14.6.2
STITCH_VERSION=b43a1ddbb4729caa14a780f1e452d9ba6957b7f0

0 comments on commit 2000569

Please sign in to comment.