From e067c67a6b7b9746866ede9f0fb2e9eebbf9221c Mon Sep 17 00:00:00 2001 From: Bartosz Janda Date: Mon, 10 Apr 2017 08:31:31 +0200 Subject: [PATCH] Updated versions --- AutoMate.podspec | 2 +- AutoMate.xcodeproj/project.pbxproj | 4 ++-- AutoMate/Info.plist | 2 +- Makefile | 1 + Release-Checklist.md | 6 +++--- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/AutoMate.podspec b/AutoMate.podspec index 39655bd..bd075a0 100644 --- a/AutoMate.podspec +++ b/AutoMate.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AutoMate" - s.version = "1.2.0" + s.version = "1.3.0" s.summary = "Swift framework containing set of helpful XCTest extensions for writing UI automation tests." s.homepage = "https://github.com/PGSSoft/AutoMate" s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/AutoMate.xcodeproj/project.pbxproj b/AutoMate.xcodeproj/project.pbxproj index a531ed7..d9b38f5 100644 --- a/AutoMate.xcodeproj/project.pbxproj +++ b/AutoMate.xcodeproj/project.pbxproj @@ -651,7 +651,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.2.0; + CURRENT_PROJECT_VERSION = 1.3.0; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -702,7 +702,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.2.0; + CURRENT_PROJECT_VERSION = 1.3.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; diff --git a/AutoMate/Info.plist b/AutoMate/Info.plist index 331a2da..9f4a4aa 100644 --- a/AutoMate/Info.plist +++ b/AutoMate/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.0 + 1.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/Makefile b/Makefile index e0cd167..2f17d81 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ docs: rsync -ahvL --delete "assets" "docs" rm -r build +# Push master, develop and tags to GitHub push_github: git push github develop git push github master diff --git a/Release-Checklist.md b/Release-Checklist.md index 1185e34..1f29243 100644 --- a/Release-Checklist.md +++ b/Release-Checklist.md @@ -5,8 +5,8 @@ - [ ] Update CocoaPods and Carthage sections in readme - [ ] Update changelog - [ ] Update documentation using Jazzy -- [ ] Update version in Xcode - build version and short version +- [ ] Update version in Xcode - build version and short version (CURRENT_PROJECT_VERSION) - [ ] Update pod spec (version) -- [ ] Merge feature branch to master +- [ ] Merge develop branch to master - [ ] Make version tag -- [ ] Push podspec to CocoaPods +- [ ] Push podspec to CocoaPods (pod trunk push)