https://github.com/contentful/discovery-app
iOS app for previewing the content of Contentful Spaces
https://github.com/contentful/discovery-app
Last synced: 10 months ago
JSON representation
iOS app for previewing the content of Contentful Spaces
- Host: GitHub
- URL: https://github.com/contentful/discovery-app
- Owner: contentful
- License: mit
- Archived: true
- Created: 2014-06-11T08:59:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T17:22:32.000Z (almost 10 years ago)
- Last Synced: 2024-09-27T10:04:04.319Z (almost 2 years ago)
- Language: Objective-C
- Size: 15.9 MB
- Stars: 14
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: Supporting_Files/Discovery-Info.plist
Awesome Lists containing this project
README
# Discovery app
This app enables you to browse and preview your [Contentful][1] Spaces on iOS. It is compatible with iOS 7, or later, and released as open source under the [MIT license][2].
Before compiling, make sure you install the dependencies via [CocoaPods][3] and RubyGems:
$ bundle install
$ bundle exec pod install
and update the git-submodules:
$ git submodule update --init --recursive
You will also need to specify a Crashlytics key:
$ pod keys set Crashlytics $YourKey
As described on the App Store:
> Contentful is the flexible content management platform that makes it easy to serve content to mobile and web applications. Manage your content with your team once and simply publish it to any screen. Contentful gives your editors an easy-to-use editing interface to collaborate on content and developers a well-documented API to easily set up your delivery channels. With this app, you can preview the content from your Contentful workspaces by simply inserting the space ID and password. This will give you a sense of how your data will look on a mobile device without any further styling done to it. If you don’t have a Contentful account yet, you can browse through some more information in this app and sign up for free. We look forward to your feedback :) Happy publishing!
[1]: https://www.contentful.com
[2]: LICENSE
[3]: http://www.cocoapods.org