File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ jobs:
300
300
cd examples/installation
301
301
bundle exec ./build.rb ${{ matrix.platform }} ${{ matrix.installation }} ${{ matrix.linkage }}
302
302
test-installation-xcframework :
303
- runs-on : macos-13
303
+ runs-on : macos-14
304
304
name : Run installation test for xcframework
305
305
needs : [package-release, prepare]
306
306
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 )
2
2
=============================================================
3
3
4
4
Drop 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
4
4
import Foundation
5
5
6
6
let coreVersion = Version ( " 14.6.2 " )
7
- let cocoaVersion = Version ( " 10.49.2 " )
7
+ let cocoaVersion = Version ( " 10.50.0 " )
8
8
9
9
let cxxSettings : [ CXXSetting ] = [
10
10
. headerSearchPath( " . " ) ,
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >FMWK </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >10.49.2 </string >
20
+ <string >10.50.0 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >10.49.2 </string >
24
+ <string >10.50.0 </string >
25
25
<key >NSHumanReadableCopyright </key >
26
26
<string >Copyright © 2014-2021 Realm. All rights reserved. </string >
27
27
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1
- VERSION=10.49.2
1
+ VERSION=10.50.0
2
2
REALM_CORE_VERSION=v14.6.2
3
3
STITCH_VERSION=b43a1ddbb4729caa14a780f1e452d9ba6957b7f0
You can’t perform that action at this time.
0 commit comments