Skip to content

Commit

Permalink
e Bump version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Nov 6, 2021
1 parent 2d9f4a1 commit 349d36f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Source/MakeDistribution.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=5.1.0
VERSION=6.0.0
DISTFILE=ViewControllerPresentationSpy-${VERSION}
DISTPATH=build/${DISTFILE}
PROJECTROOT=..
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,11 @@
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 5.1.0;
CURRENT_PROJECT_VERSION = 6.0.0;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
LIBRARY_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/usr/lib";
MARKETING_VERSION = 5.1.0;
MARKETING_VERSION = 6.0.0;
SKIP_INSTALL = YES;
};
name = Debug;
Expand All @@ -406,11 +406,11 @@
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 5.1.0;
CURRENT_PROJECT_VERSION = 6.0.0;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
LIBRARY_SEARCH_PATHS = "$(PLATFORM_DIR)/Developer/usr/lib";
MARKETING_VERSION = 5.1.0;
MARKETING_VERSION = 6.0.0;
SKIP_INSTALL = YES;
};
name = Release;
Expand Down
4 changes: 2 additions & 2 deletions ViewControllerPresentationSpy.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ViewControllerPresentationSpy'
s.version = '5.1.0'
s.version = '6.0.0'
s.summary = 'Unit test presented view controllers, alerts, and action sheets for iOS'
s.description = <<-DESC
ViewControllerPresentationSpy has three verifiers:
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.source = { :git => 'https://github.com/jonreid/ViewControllerPresentationSpy.git', :tag => 'v5.1.0' }
s.source = { :git => 'https://github.com/jonreid/ViewControllerPresentationSpy.git', :tag => 'v6.0.0' }
s.source_files = 'Source/ViewControllerPresentationSpy/*.{h,m,swift}'
s.public_header_files = 'Source/ViewControllerPresentationSpy/QCOMockPopoverPresentationController.h', 'Source/ViewControllerPresentationSpy/UIAlertAction+QCOMock.h', 'Source/ViewControllerPresentationSpy/UIAlertController+QCOMock.h', 'Source/ViewControllerPresentationSpy/UIViewController+QCOMock.h'
s.requires_arc = true
Expand Down

0 comments on commit 349d36f

Please sign in to comment.