Dash-iOS

Dash 使您的 iPad 和 iPhone 可以即时脱机访问200多个 API 文档集。(Dash gives your iPad and iPhone instant offline access to 200+ API documentation sets.)

Github stars Tracking Chart

Dash for iOS

Dash是一个免费的开源API文档浏览器,可让您的iPad和iPhone即时脱机访问200多个API文档集和100多个备忘单。 您甚至可以生成自己的文档集或请求包含的文档集。

有关Dash的更多信息,请查看 https://kapeli.com/dash_ios

另请参阅 Dash for macOS

安装说明

安装Dash的推荐方式是通过 App Store

或者,您可以使用Xcode在您的iOS设备上使用Apple ID来安装Dash。

你需要做的是:

  1. 安装 Xcode
  2. 下载 Dash for iOS源代码git clone https://github.com/Kapeli/Dash-iOS.git
  3. 在Xcode中打开“Dash iOS.xcworkspace”
  4. 转到Xcode的 Preferences > Accounts 并添加您的Apple ID
  5. 在Xcode的边栏中选择“Dash iOS”并转到General > Identity。在Bundle Identifier的末尾添加一个单词,例如com.kapeli.dash.ios*.name*,因此它是唯一的。在Signing > Team中选择您的Apple ID。
  6. 使用USB连接您的iPad或iPhone,并在Xcode的“Product menu > Destination”选中它
  7. 按CMD+R或“Product > Run”安装Dash
  8. 如果您使用免费(非开发人员)帐户进行安装,请确保每7天重新创建一次Dash,否则将在启动时在证书过期时退出

如果您需要帮助,请与我联系

贡献指南

我目前只接受修复错误或添加/改进功能的pull请求。我无法分配时间来审查只能重构事件的请求。

尝试保持我使用的相同编码风格(例如,在自己的行上使用大括号)。我知道这与其他人有点不同,你可能会不同意,但是用不同风格的代码段会让事情变得更糟。

Overview

Name With OwnerKapeli/Dash-iOS
Primary LanguageObjective-C
Program languageObjective-C (Language Count: 7)
PlatformiOS
License:Other
Release Count20
Last Release Namev1.8.13 (Posted on )
First Release Namev1.5.0 (Posted on )
Created At2016-11-06 17:31:43
Pushed At2021-03-28 15:29:00
Last Commit At2020-01-30 12:13:04
Stargazers Count7.1k
Watchers Count197
Fork Count0.9k
Commits Count299
Has Issues Enabled
Issues Count92
Issue Open Count37
Pull Requests Count13
Pull Requests Open Count0
Pull Requests Close Count18
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top