File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.2.1 </string >
20
+ <string >1.2.2 </string >
21
21
<key >CFBundleVersion </key >
22
22
<string >1 </string >
23
23
<key >LSMinimumSystemVersion </key >
24
24
<string >$(MACOSX_DEPLOYMENT_TARGET) </string >
25
25
<key >NSHumanReadableCopyright </key >
26
- <string >Copyright © 2016-2017 Paw & Nuno Grilo. All rights reserved. </string >
26
+ <string >Copyright © 2016-2018 Paw & Nuno Grilo. All rights reserved. </string >
27
27
<key >NSMainStoryboardFile </key >
28
28
<string >Main </string >
29
29
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 4
4
5
5
![ macOS] ( https://img.shields.io/badge/os-macOS%2010.10%2B-green.svg?style=flat )
6
6
![ Swift3] ( https://img.shields.io/badge/swift-4-green.svg?style=flat )
7
- ![ Release] ( https://img.shields.io/badge/release-1.2.1 -blue.svg?style=flat )
7
+ ![ Release] ( https://img.shields.io/badge/release-1.2.2 -blue.svg?style=flat )
8
8
![ MIT] ( https://img.shields.io/badge/license-MIT-lightgray.svg )
9
9
![ CocoaPods] ( https://img.shields.io/badge/dep-CocoaPods-orange.svg )
10
10
![ Carthage] ( https://img.shields.io/badge/dep-Carthage-orange.svg )
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.2.1 </string >
18
+ <string >1.2.2 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSHumanReadableCopyright </key >
22
- <string >Copyright © 2016-2017 Paw & Nuno Grilo. All rights reserved. </string >
22
+ <string >Copyright © 2016-2018 Paw & Nuno Grilo. All rights reserved. </string >
23
23
<key >NSPrincipalClass </key >
24
24
<string ></string >
25
25
</dict >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'macOSThemeKit'
3
- s . version = '1.2.1 '
3
+ s . version = '1.2.2 '
4
4
s . license = { :type => 'MIT' , :file => 'LICENSE' }
5
5
s . summary = 'macOS Theming Framework'
6
6
s . homepage = 'https://github.com/luckymarmot/ThemeKit'
You can’t perform that action at this time.
0 commit comments