Skip to content

Commit e7f82d1

Browse files
committed
Release 10.48.1
1 parent 78c9127 commit e7f82d1

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
1-
x.y.z Release notes (yyyy-MM-dd)
1+
10.48.1 Release notes (2024-03-15)
22
=============================================================
3-
### Enhancements
4-
* None.
53

64
### Fixed
7-
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
5+
86
* The Realm.framework privacy manifest was missing
97
NSPrivacyAccessedAPICategoryDiskSpace, but we check free disk space before
108
attempting to automatically back up Realm files (since 10.46.0).
119

12-
<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
13-
1410
### Compatibility
11+
1512
* Realm Studio: 14.0.1 or later.
1613
* APIs are backwards compatible with all previous releases in the 10.x.y series.
1714
* Carthage release for Swift is built with Xcode 15.3.0.
1815
* CocoaPods: 1.10 or later.
1916
* Xcode: 14.2-15.3.0.
2017

21-
### Internal
22-
* Upgraded realm-core from ? to ?
23-
2418
10.48.0 Release notes (2024-03-07)
2519
=============================================================
2620

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
import Foundation
55

66
let coreVersion = Version("13.26.0")
7-
let cocoaVersion = Version("10.48.0")
7+
let cocoaVersion = Version("10.48.1")
88

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

Realm/Realm-Info.plist

Lines changed: 2 additions & 2 deletions
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.48.0</string>
20+
<string>10.48.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>10.48.0</string>
24+
<string>10.48.1</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
2727
<key>NSPrincipalClass</key>

dependencies.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION=10.48.0
1+
VERSION=10.48.1
22
REALM_CORE_VERSION=13.26.0
33
STITCH_VERSION=8bf8ebcff6e804586c30a6ccbadb060753071a42

0 commit comments

Comments
 (0)