File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 1- x.y.z Release notes (yyyy-MM-dd )
1+ 10.50.0 Release notes (2024-05-02 )
22=============================================================
33
44Drop support for Xcode 14, as it can no longer be used to submit app to the app
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import PackageDescription
44import Foundation
55
66let coreVersion = Version ( " 14.6.2 " )
7- let cocoaVersion = Version ( " 10.49.2 " )
7+ let cocoaVersion = Version ( " 10.50.0 " )
88
99let cxxSettings : [ CXXSetting ] = [
1010 . headerSearchPath( " . " ) ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1- VERSION=10.49.2
1+ VERSION=10.50.0
22REALM_CORE_VERSION=v14.6.2
33STITCH_VERSION=b43a1ddbb4729caa14a780f1e452d9ba6957b7f0
You can’t perform that action at this time.
0 commit comments