2.0.0
This commit is contained in:
parent
5f992fe389
commit
66b4855f22
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'DockProgress'
|
s.name = 'DockProgress'
|
||||||
s.version = '1.3.0'
|
s.version = '2.0.0'
|
||||||
s.summary = 'Show progress in your app\'s Dock icon'
|
s.summary = 'Show progress in your app\'s Dock icon'
|
||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
s.homepage = 'https://github.com/sindresorhus/DockProgress'
|
s.homepage = 'https://github.com/sindresorhus/DockProgress'
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>FMWK</string>
|
<string>FMWK</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.3.0</string>
|
<string>2.0.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
|
|
@ -19,7 +19,7 @@ This package is used in production by the [Gifski app](https://github.com/sindre
|
||||||
#### SwiftPM
|
#### SwiftPM
|
||||||
|
|
||||||
```swift
|
```swift
|
||||||
.package(url: "https://github.com/sindresorhus/DockProgress", from: "1.3.0")
|
.package(url: "https://github.com/sindresorhus/DockProgress", from: "2.0.0")
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Carthage
|
#### Carthage
|
||||||
|
|
Loading…
Reference in New Issue