Skip to content

Commit

Permalink
updated README and version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-voronov committed Oct 10, 2018
1 parent 064833e commit 199f3ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MagicBall/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<string>1.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ We now need to extract local pods into private repos:
- [ Tutorial ](https://github.com/cocoaheads-kyiv-14-workshop/tutorial)
- [ Private Specs repo ](https://github.com/cocoaheads-kyiv-14-workshop/specs)

### [ 1.3 ](../../releases/1.3)
- Registered private [ Specs ](https://github.com/cocoaheads-kyiv-14-workshop/specs) repo: `bundle exec pod repo add magic-ball-specs [email protected]:cocoaheads-kyiv-14-workshop/specs.git`
- Moved [ RandomGenerator ](https://github.com/cocoaheads-kyiv-14-workshop/random-generator) from MagicBall local pods into separate private repo pod
- Published RandomGenerator 0.1.0 version: `bundle exec pod repo push magic-ball-specs RandomGenerator.podspec --allow-warnings --verbose`
- Switched Tutorial to private RandomGenerator repo instead of local one (see *Tutorial/Example/Podfile*)
- Switched MagicBall to private RandomGenerator repo instead of local one (see *Podfile*)
- As a result, we are able to develop mixed interdependent modules - local and from private repos at the same time using [CocoaPods](https://cocoapods.org)

0 comments on commit 199f3ea

Please sign in to comment.