File tree Expand file tree Collapse file tree 12 files changed +14
-20
lines changed Expand file tree Collapse file tree 12 files changed +14
-20
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'BFKit-Swift'
3
3
s . module_name = 'BFKit'
4
- s . version = '4.0.1 '
4
+ s . version = '4.1.0 '
5
5
s . summary = 'BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.'
6
6
s . homepage = 'https://github.com/FabrizioBrancati/BFKit-Swift'
7
7
s . screenshots = 'https://github.fabriziobrancati.com/bfkit/resources/screenshot-swift.png'
Original file line number Diff line number Diff line change 1213
1213
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1214
1214
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1215
1215
COPY_PHASE_STRIP = NO;
1216
- CURRENT_PROJECT_VERSION = 4.0.1 ;
1216
+ CURRENT_PROJECT_VERSION = 4.1.0 ;
1217
1217
DEBUG_INFORMATION_FORMAT = dwarf;
1218
1218
ENABLE_STRICT_OBJC_MSGSEND = YES;
1219
1219
ENABLE_TESTABILITY = YES;
1277
1277
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1278
1278
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1279
1279
COPY_PHASE_STRIP = NO;
1280
- CURRENT_PROJECT_VERSION = 4.0.1 ;
1280
+ CURRENT_PROJECT_VERSION = 4.1.0 ;
1281
1281
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1282
1282
ENABLE_NS_ASSERTIONS = NO;
1283
1283
ENABLE_STRICT_OBJC_MSGSEND = YES;
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.<br>
9
9
---
10
10
11
11
### 4.x Releases
12
+ - ` 4.1.x ` Releases - [ 4.1.0] ( #410---spend-that-money )
12
13
- ` 4.0.x ` Releases - [ 4.0.0] ( #400---swift-42-support ) | [ 4.0.1] ( #401---release-it-please )
13
14
14
15
### 3.x Releases
@@ -38,14 +39,7 @@ All notable changes to this project will be documented in this file.<br>
38
39
39
40
---
40
41
41
- ## [ 5.0.0] ( https://github.com/FabrizioBrancati/BFKit-Swift/releases/tag/5.0.0 ) - Swift 5.0 Support
42
- ### XX XXX 2019
43
- ### Added
44
- - Added support to Xcode 10.2 and Swift 5.0
45
-
46
- ---
47
-
48
- ## [ 4.1.0] ( https://github.com/FabrizioBrancati/BFKit-Swift/releases/tag/4.0.1 ) - Use That Money
42
+ ## [ 4.1.0] ( https://github.com/FabrizioBrancati/BFKit-Swift/releases/tag/4.1.0 ) - Spend That Money
49
43
### 03 Feb 2019
50
44
### Added
51
45
- Added iPhone XS, iPhone XS Max and iPhone XR in UIDevice extension
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 >4.0.1 </string >
20
+ <string >4.1.0 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ Requirements
120
120
| 3.0...3.2 | 8.0...9.0 | 2.6.0 | 8.0+ | 10.10+ | 2.0+ | ![ ✓] |
121
121
| 4.0 | 9.0...9.2 | 3.0.0...3.1.1 | 8.0+ ` * ` | 10.10+ ` * ` | 2.0+ ` * ` | ![ ✓] |
122
122
| 4.1 | 9.3...9.4 | 3.1.2...3.2.1 | 8.0+ ` * ` | 10.10+ ` * ` | 2.0+ ` * ` | ![ ✓] |
123
- | 4.2 | 10.0 | 4.0.0...4.0.1 | 8.0+ ` * ` | 10.10+ ` * ` | 2.0+ ` * ` | ![ ✓] |
123
+ | 4.2 | 10.0 | 4.0.0...4.1.0 | 8.0+ ` * ` | 10.10+ ` * ` | 2.0+ ` * ` | ![ ✓] |
124
124
125
125
> ` * ` With App Extension Support
126
126
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import Foundation
32
32
#endif
33
33
34
34
/// BFKit version string.
35
- public let BFKitVersion = " 4.0.1 "
35
+ public let BFKitVersion = " 4.1.0 "
36
36
37
37
/// BFKit author string.
38
38
public let BFKitAuthor = " Fabrizio Brancati "
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 >4.0.1 </string >
18
+ <string >4.1.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
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 >4.0.1 </string >
18
+ <string >4.1.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSHumanReadableCopyright </key >
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 >4.0.1 </string >
18
+ <string >4.1.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >4.0.1 </string >
18
+ <string >4.1.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >4.0.1 </string >
18
+ <string >4.1.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
21
</dict >
Original file line number Diff line number Diff line change 2
2
3
3
# Creates documentation using Jazzy.
4
4
5
- FRAMEWORK_VERSION=4.0.1
5
+ FRAMEWORK_VERSION=4.1.0
6
6
7
7
jazzy \
8
8
--clean \
You can’t perform that action at this time.
0 commit comments