Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phatblat/ogplayground
Playgrounds for exploring the ObjectiveGit APIs from Swift.
https://github.com/phatblat/ogplayground
Last synced: 28 days ago
JSON representation
Playgrounds for exploring the ObjectiveGit APIs from Swift.
- Host: GitHub
- URL: https://github.com/phatblat/ogplayground
- Owner: phatblat
- License: mit
- Created: 2015-03-27T06:42:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T20:14:31.000Z (over 9 years ago)
- Last Synced: 2024-10-14T18:31:00.752Z (2 months ago)
- Language: Swift
- Size: 160 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ObjectiveGit Playground
## Setup
Run these commands:
```
git submodule update --init (no
objective-git/script/bootstrap
```Don't use the `--recursive` option with the git command; the `bootstrap` script will take care of that.
Then, open **ObjectiveGit.xcworkspace**. The playground won't work by itself as a [workspace is required to import a 3rd party framework](https://developer.apple.com/library/ios/recipes/xcode_help-source_editor/chapters/ImportingaFrameworkIntoaPlayground.html).
```
mkdir "$HOME/Documents/Shared Playground Data"
```## License
This repo is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for rights and limitations.