Skip to content
Dash gives your iPad and iPhone instant offline access to 200+ API documentation sets
Objective-C C Ruby CSS JavaScript Swift
Branch: master
Clone or download

Latest commit

1
Latest commit d47f6e9 Jan 30, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Dash iOS.xcworkspace
Dash Update Laravel icon Dec 10, 2019
Frameworks/Apple_Docs_Framework.framework Support Xcode 11 docs Jun 5, 2019
Icon Fix "Dash" build target Jan 9, 2018
Modified Pods Add Apple API Reference docset support for Xcode 9.3 Mar 30, 2018
Pods Add Xcode 10 support Jun 18, 2018
Screenshots
.gitignore Fix "Dash" build target Jan 9, 2018
CHANGELOG.md Update CHANGELOG.md Jun 5, 2019
LICENSE Initial release Nov 14, 2016
Podfile Fix #71 Feb 9, 2018
Podfile.lock Fix #71 Feb 9, 2018
README.md Update README.md Jan 30, 2020

README.md

Discontinued

Dash for iOS was discontinued. Please check out Dash for macOS instead.

Dash for iOS

Dash gives your iPad and iPhone instant offline access to 150+ API documentation sets.

For more information about Dash, check out https://kapeli.com/dash_ios.

Also please check out Dash for macOS.

Installation Instructions

The recommended way of installing Dash is through the App Store.

Alternatively, you can use Xcode to install Dash on your iOS device using just your Apple ID.

All you need to do is:

  1. Install Xcode
  2. Download the Dash for iOS Source Code or git clone https://github.com/Kapeli/Dash-iOS.git
  3. Open "Dash iOS.xcworkspace" in Xcode
  4. Go to Xcode's Preferences > Accounts and add your Apple ID
  5. In Xcode's sidebar select "Dash iOS" and go to General > Identity. Append a word at the end of the Bundle Identifier e.g. com.kapeli.dash.ios*.name* so it's unique. Select your Apple ID in Signing > Team
  6. Connect your iPad or iPhone using USB and select it in Xcode's Product menu > Destination
  7. Press CMD+R or Product > Run to install Dash
  8. If you install using a free (non-developer) account, make sure to rebuild Dash every 7 days, otherwise it will quit at launch when your certificate expires

Contact me if you need help.

Contribution Guidelines

I am currently only accepting pull requests that fix bugs or add/improve features. I can't allocate time to review pull requests that only refactor things or add comments.

Try to maintain the same coding style I use (e.g. curly braces on their own line). I know it's a bit different from anyone else's and you might disagree with it, but having sections of code with a different style would make things worse.

You can’t perform that action at this time.