Skip to content

Commit

Permalink
Add support for the 64-bit watchOS simulator added in Xcode 12
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jul 24, 2020
1 parent c530705 commit fd2ea02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
x.y.z Release notes (yyyy-MM-dd)
=============================================================
### Enhancements
* None.
* Add support for the 64-bit watchOS simulator added in Xcode 12.

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-cocoa/issues/????), since v?.?.?)
Expand All @@ -17,8 +17,8 @@ x.y.z Release notes (yyyy-MM-dd)
* Carthage release for Swift is built with Xcode 11.6.

### Internal
* Upgraded realm-core from ? to ?
* Upgraded realm-sync from ? to ?
* Upgraded realm-core from v6.0.12 to v6.0.13
* Upgraded realm-sync from v5.0.12 to v5.0.13

5.3.2 Release notes (2020-07-21)
=============================================================
Expand Down
4 changes: 2 additions & 2 deletions dependencies.list
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=5.3.2
REALM_CORE_VERSION=6.0.12
REALM_SYNC_VERSION=5.0.12
REALM_CORE_VERSION=6.0.13
REALM_SYNC_VERSION=5.0.13
REALM_OBJECT_SERVER_VERSION=3.28.5

0 comments on commit fd2ea02

Please sign in to comment.