All MK libraries for iOS. Integrate using Carthage or CocoaPods.
To install dependencies, do:
brew tap measurement-kit/measurement-kit
brew install ios-measurement-kit generic-assets
To upgrade dependencies, do:
brew upgrade
open mkall.xcodeproj
-
make sure that mkall/Info.plist is current;
-
make sure that mkall/vendor dependencies are current;
-
build using
./build.sh
; -
commit;
-
tag;
-
push;
-
create a GitHub release;
-
publish the archive into the release.
We'll use the version number in mkall/Info.plist.
platform :ios, '9.0'
target 'targetName' do
pod 'mkall-ios', :git => 'https://github.com/measurement-kit/mkall-ios.git'
end