-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Documentation and tested building docs.
See #1. Temporarily commented out the broken build phase script.
- Loading branch information
Showing
5 changed files
with
23 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ Streamlyne iOS SDK is used for developers who want to create applications that c | |
|
||
## Getting Started | ||
|
||
* Download [Streamlyne iOS SDK](http://trac.streamlyne.co/SL-SDK). | ||
* Read [Getting Started Guide](docs/Guide/Getting Started.html). | ||
|
||
## For Developers | ||
|
@@ -20,9 +19,10 @@ If you are a developer, then read below. | |
### Installation | ||
Use the following command in the installation directory of your choice. | ||
|
||
```bash | ||
# Clone Repository | ||
git clone [email protected]:Streamlyne/Cocoa-SDK.git | ||
# Install Dependencies | ||
./install.sh | ||
``` | ||
# Clone Repository | ||
git clone [email protected]:Streamlyne/Cocoa-SDK.git | ||
# Install Dependencies | ||
./install.sh | ||
|
||
### Documentation | ||
You can build the Documentation with Xcode, using the *Documentation* build target and selecting an iOS Simulator device. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters