From 199f3eabd953aa2928556a4f077b786676f7a117 Mon Sep 17 00:00:00 2001 From: Alexander Voronov Date: Wed, 10 Oct 2018 04:16:11 +0300 Subject: [PATCH] updated README and version --- MagicBall/Info.plist | 2 +- README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/MagicBall/Info.plist b/MagicBall/Info.plist index 20cb01b..9751b3b 100644 --- a/MagicBall/Info.plist +++ b/MagicBall/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2 + 1.3 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/README.md b/README.md index 5bd133e..711d511 100644 --- a/README.md +++ b/README.md @@ -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 git@github.com: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) +