Skip to content

Commit

Permalink
updated version and README
Browse files Browse the repository at this point in the history
  • Loading branch information
a-voronov committed Oct 10, 2018
1 parent 77b4978 commit 28e8169
Show file tree
Hide file tree
Showing 2 changed files with 7 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.3</string>
<string>1.4</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ We now need to extract local pods into private repos:
- 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)

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

0 comments on commit 28e8169

Please sign in to comment.