Skip to content

Releases: cocoaheads-kyiv-14-workshop/magic-ball

testing & coverage

11 Oct 01:01
Compare
Choose a tag to compare

shared fastlane

11 Oct 00:59
Compare
Choose a tag to compare
  • Introduced Fastlane and shared it between private pods

Tutorial private repo pod

10 Oct 09:36
Compare
Choose a tag to compare
  • Moved 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='git@github.com: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

RandomGenerator private repo pod

10 Oct 01:18
Compare
Choose a tag to compare
  • Registered private Specs repo: bundle exec pod repo add magic-ball-specs git@github.com:cocoaheads-kyiv-14-workshop/specs.git
  • Moved RandomGenerator 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

Tutorial local pod

09 Oct 23:44
Compare
Choose a tag to compare
  • Created local pod Tutorial: bundle exec pod lib create Tutorial
  • Integrated RandomGenerator into Tutorial as a local pod (see Tutorial.podspec and Tutorial/Example/Podfile)
  • Integrated Tutorial into MagicBall (see Podfile)
  • Fixed Xcode 10 issue with not compiling new changes from local pods
  • As a result, we are able to develop separate interdependent modules in a single repo using CocoaPods

RandomGenerator local pod

09 Oct 23:43
Compare
Choose a tag to compare
  • Setup Gemfile
  • Created local pod RandomGenerator: bundle exec pod lib create RandomGenerator
  • Created Podfile: bundle exec pod init
  • Integrated RandomGenerator into MagicBall (see Podfile)

initial version 1.0

09 Oct 23:43
Compare
Choose a tag to compare
  • Created Xcode project MagicBall