Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Janda committed Apr 10, 2017
1 parent 4f34edd commit e067c67
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion AutoMate.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down
4 changes: 2 additions & 2 deletions AutoMate.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion AutoMate/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Release-Checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit e067c67

Please sign in to comment.