Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realm/realm-browser-osx
DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform.
https://github.com/realm/realm-browser-osx
Last synced: 3 months ago
JSON representation
DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform.
- Host: GitHub
- URL: https://github.com/realm/realm-browser-osx
- Owner: realm
- Archived: true
- Created: 2015-05-28T03:41:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T18:59:17.000Z (almost 6 years ago)
- Last Synced: 2024-06-19T03:03:21.772Z (5 months ago)
- Language: Objective-C
- Homepage: https://realm.io
- Size: 57.1 MB
- Stars: 502
- Watchers: 29
- Forks: 54
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-ios - Realm Browser - Realm Browser is a macOS utility to open and modify realm database files. (Tools / Web View)
- awesome-ios-star - Realm Browser - Realm Browser is a macOS utility to open and modify realm database files. (Tools / Web View)
README
# NOTE - This tool is now deprecated!
Our future development efforts will go into the new cross platform Realm Studio, now available for Mac, Linux and Windows users!
You can download it from the [Realm website](https://realm.io/docs/realm-object-server/latest/#realm-studio).
Should you have any feedback or issues, please create issues in the [Realm Object Server](https://github.com/realm/realm-object-server) repo.# Realm Browser
Realm Browser is a small utility for Mac OS X that lets you open .realm files to view and modify their contents.![Realm Browser](screenshot.jpg)
[![Build Status](https://travis-ci.org/realm/realm-browser-osx.svg?branch=master)](https://travis-ci.org/realm/realm-browser-osx)
## Installing
### Mac App Store (Recommended)
Download the app in the [Mac App Store](https://itunes.apple.com/us/app/realm-browser/id1007457278?mt=12).### Manual Build
Download the project, run `pod install` and build the `Realm Browser` scheme using Xcode 8.### GitHub Releases
Download the built app in [releases](https://github.com/realm/realm-browser-osx/releases/).### Homebrew Cask
If you have [homebrew](http://brew.sh) installed, simply run `brew cask install realm-browser`. You may need to run `brew cask update` if homebrew says `realm-browser` is not available.## Design Goals
The main design goals of Realm Browser are:
* Allow quick and easy access to the contents of .realm files.
* Be able to modify the contents of .realm files without needing to use code.
* Make it easier to automatically generate Realm Object source files.## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details!This project adheres to the [Contributor Covenant Code of Conduct](https://realm.io/conduct).
By participating, you are expected to uphold this code. Please report
unacceptable behavior to [[email protected]](mailto:[email protected]).## License
The source code to Realm Browser is licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).