v3.3.0
Realm Object Server v3.0.0 or newer is required when using synchronized Realms.
Enhancements
- Add
Realm.permissions
,Realm.permissions(forType:)
, andRealm.permissions(forClassNamed:)
as convenience
methods for accessing the permissions of the Realm or a type.
Bugfixes
- Fix
+[RLMClassPermission objectInRealm:forClass:]
to work for classes that are part of the permissions API,
such asRLMPermissionRole
. - Fix runtime errors when applications define an
Object
subclass with the
same name as one of the Permissions object types.