Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 25, 2020
1 parent 5982a99 commit 47a5ea4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DockProgress.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DockProgress'
s.version = '3.0.0'
s.version = '3.1.0'
s.summary = 'Show progress in your app\'s Dock icon'
s.license = 'MIT'
s.homepage = 'https://github.com/sindresorhus/DockProgress'
Expand Down
10 changes: 5 additions & 5 deletions DockProgress.xcodeproj/project.pbxproj
Expand Up @@ -181,7 +181,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0940;
LastUpgradeCheck = 1130;
LastUpgradeCheck = 1160;
TargetAttributes = {
"DockProgress::DockProgress" = {
LastSwiftMigration = 1020;
Expand Down Expand Up @@ -378,7 +378,7 @@
OBJ_16 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
ENABLE_TESTABILITY = YES;
Expand All @@ -388,7 +388,7 @@
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = DockProgress.xcodeproj/DockProgress_Info.plist;
MARKETING_VERSION = 3.0.0;
MARKETING_VERSION = 3.1.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand All @@ -405,7 +405,7 @@
OBJ_17 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
ENABLE_TESTABILITY = YES;
Expand All @@ -415,7 +415,7 @@
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = DockProgress.xcodeproj/DockProgress_Info.plist;
MARKETING_VERSION = 3.0.0;
MARKETING_VERSION = 3.1.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1160"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "1160"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 47a5ea4

Please sign in to comment.