Skip to content

Commit 6f66f2d

Browse files
committed
2.0.0
1 parent 0302f2b commit 6f66f2d

6 files changed

+14
-14
lines changed

CircularProgress.xcodeproj/project.pbxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
isa = PBXProject;
199199
attributes = {
200200
LastSwiftUpdateCheck = 0940;
201-
LastUpgradeCheck = 1110;
201+
LastUpgradeCheck = 1120;
202202
TargetAttributes = {
203203
"CircularProgress::CircularProgress" = {
204204
LastSwiftMigration = 1020;
@@ -331,7 +331,7 @@
331331
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
332332
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
333333
CODE_SIGN_IDENTITY = "-";
334-
CODE_SIGN_STYLE = Manual;
334+
CODE_SIGN_STYLE = Automatic;
335335
COMBINE_HIDPI_IMAGES = YES;
336336
CURRENT_PROJECT_VERSION = 1;
337337
DEVELOPMENT_TEAM = "";
@@ -374,7 +374,7 @@
374374
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
375375
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
376376
CODE_SIGN_IDENTITY = "-";
377-
CODE_SIGN_STYLE = Manual;
377+
CODE_SIGN_STYLE = Automatic;
378378
COMBINE_HIDPI_IMAGES = YES;
379379
COPY_PHASE_STRIP = NO;
380380
CURRENT_PROJECT_VERSION = 1;
@@ -401,8 +401,8 @@
401401
isa = XCBuildConfiguration;
402402
buildSettings = {
403403
APPLICATION_EXTENSION_API_ONLY = YES;
404-
CODE_SIGN_IDENTITY = "Apple Development";
405-
CODE_SIGN_STYLE = Manual;
404+
CODE_SIGN_IDENTITY = "";
405+
CODE_SIGN_STYLE = Automatic;
406406
DEVELOPMENT_TEAM = "";
407407
ENABLE_TESTABILITY = YES;
408408
FRAMEWORK_SEARCH_PATHS = (
@@ -411,7 +411,7 @@
411411
);
412412
HEADER_SEARCH_PATHS = "$(inherited)";
413413
INFOPLIST_FILE = CircularProgress.xcodeproj/CircularProgress_Info.plist;
414-
MARKETING_VERSION = 1.0.0;
414+
MARKETING_VERSION = 2.0.0;
415415
OTHER_CFLAGS = "$(inherited)";
416416
OTHER_LDFLAGS = "$(inherited)";
417417
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -429,8 +429,8 @@
429429
isa = XCBuildConfiguration;
430430
buildSettings = {
431431
APPLICATION_EXTENSION_API_ONLY = YES;
432-
CODE_SIGN_IDENTITY = "Apple Development";
433-
CODE_SIGN_STYLE = Manual;
432+
CODE_SIGN_IDENTITY = "";
433+
CODE_SIGN_STYLE = Automatic;
434434
DEVELOPMENT_TEAM = "";
435435
ENABLE_TESTABILITY = YES;
436436
FRAMEWORK_SEARCH_PATHS = (
@@ -439,7 +439,7 @@
439439
);
440440
HEADER_SEARCH_PATHS = "$(inherited)";
441441
INFOPLIST_FILE = CircularProgress.xcodeproj/CircularProgress_Info.plist;
442-
MARKETING_VERSION = 1.0.0;
442+
MARKETING_VERSION = 2.0.0;
443443
OTHER_CFLAGS = "$(inherited)";
444444
OTHER_LDFLAGS = "$(inherited)";
445445
OTHER_SWIFT_FLAGS = "$(inherited)";

CircularProgress.xcodeproj/xcshareddata/xcschemes/CircularProgress-Package.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1110"
3+
LastUpgradeVersion = "1120"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

CircularProgress.xcodeproj/xcshareddata/xcschemes/CircularProgressExample.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1110"
3+
LastUpgradeVersion = "1120"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

CircularProgress.xcodeproj/xcshareddata/xcschemes/CircularProgressPackageDescription.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1110"
3+
LastUpgradeVersion = "1120"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

CircularProgressMac.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CircularProgressMac'
3-
s.version = '1.0.0'
3+
s.version = '2.0.0'
44
s.summary = 'Circular progress indicator for macOS apps'
55
s.license = 'MIT'
66
s.homepage = 'https://github.com/sindresorhus/CircularProgress'

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This package is used in production by apps like [Gifski](https://github.com/sind
1919
#### SwiftPM
2020

2121
```swift
22-
.package(url: "https://github.com/sindresorhus/CircularProgress", from: "1.0.0")
22+
.package(url: "https://github.com/sindresorhus/CircularProgress", from: "2.0.0")
2323
```
2424

2525
#### Carthage

0 commit comments

Comments
 (0)