diff --git a/DockProgress.podspec b/DockProgress.podspec index d814a2a..dae4217 100644 --- a/DockProgress.podspec +++ b/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' diff --git a/DockProgress.xcodeproj/project.pbxproj b/DockProgress.xcodeproj/project.pbxproj index a9b059d..8652d08 100644 --- a/DockProgress.xcodeproj/project.pbxproj +++ b/DockProgress.xcodeproj/project.pbxproj @@ -181,7 +181,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0940; - LastUpgradeCheck = 1130; + LastUpgradeCheck = 1160; TargetAttributes = { "DockProgress::DockProgress" = { LastSwiftMigration = 1020; @@ -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; @@ -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)"; @@ -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; @@ -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)"; diff --git a/DockProgress.xcodeproj/xcshareddata/xcschemes/DockProgress-Package.xcscheme b/DockProgress.xcodeproj/xcshareddata/xcschemes/DockProgress-Package.xcscheme index 4e5c6b8..dbde27e 100644 --- a/DockProgress.xcodeproj/xcshareddata/xcschemes/DockProgress-Package.xcscheme +++ b/DockProgress.xcodeproj/xcshareddata/xcschemes/DockProgress-Package.xcscheme @@ -1,6 +1,6 @@