Skip to content

Commit c8a6f15

Browse files
Fixing swift_version and bumping version to 6.0.1
1 parent 3bec50f commit c8a6f15

File tree

12 files changed

+23
-16
lines changed

12 files changed

+23
-16
lines changed

BFKit-Swift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'BFKit-Swift'
33
s.module_name = 'BFKit'
4-
s.version = '6.0.0'
4+
s.version = '6.0.1'
55
s.summary = 'BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.'
66
s.homepage = 'https://github.com/FabrizioBrancati/BFKit-Swift'
77
s.screenshots = 'https://github.fabriziobrancati.com/bfkit/resources/screenshot-swift.png'
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.source = { :git => 'https://github.com/FabrizioBrancati/BFKit-Swift.git', :tag => s.version }
1212
s.documentation_url = 'https://github.fabriziobrancati.com/documentation/BFKit-Swift/'
1313

14-
s.swift_version = '5.0'
14+
s.swift_version = '5.1'
1515

1616
s.ios.deployment_target = '8.0'
1717
s.ios.source_files = 'Sources/**/*.swift'

BFKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@
10541054
CLANG_CXX_LIBRARY = "libc++";
10551055
CODE_SIGN_IDENTITY = "";
10561056
COMBINE_HIDPI_IMAGES = YES;
1057-
CURRENT_PROJECT_VERSION = 6.0.0;
1057+
CURRENT_PROJECT_VERSION = 6.0.1;
10581058
DEFINES_MODULE = YES;
10591059
DEVELOPMENT_TEAM = "";
10601060
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1083,7 +1083,7 @@
10831083
CLANG_CXX_LIBRARY = "libc++";
10841084
CODE_SIGN_IDENTITY = "";
10851085
COMBINE_HIDPI_IMAGES = YES;
1086-
CURRENT_PROJECT_VERSION = 6.0.0;
1086+
CURRENT_PROJECT_VERSION = 6.0.1;
10871087
DEFINES_MODULE = YES;
10881088
DEVELOPMENT_TEAM = "";
10891089
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1232,7 +1232,7 @@
12321232
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12331233
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
12341234
COPY_PHASE_STRIP = NO;
1235-
CURRENT_PROJECT_VERSION = 6.0.0;
1235+
CURRENT_PROJECT_VERSION = 6.0.1;
12361236
DEBUG_INFORMATION_FORMAT = dwarf;
12371237
ENABLE_STRICT_OBJC_MSGSEND = YES;
12381238
ENABLE_TESTABILITY = YES;
@@ -1296,7 +1296,7 @@
12961296
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12971297
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
12981298
COPY_PHASE_STRIP = NO;
1299-
CURRENT_PROJECT_VERSION = 6.0.0;
1299+
CURRENT_PROJECT_VERSION = 6.0.1;
13001300
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13011301
ENABLE_NS_ASSERTIONS = NO;
13021302
ENABLE_STRICT_OBJC_MSGSEND = YES;

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.<br>
99
---
1010

1111
### 6.x Releases
12-
- `6.0.x` Releases - [6.0.0](#600---swift-51-support)
12+
- `6.0.x` Releases - [6.0.0](#600---swift-51-support) | [6.0.1](#401---fixing-pod)
1313

1414
### 5.x Releases
1515
- `5.0.x` Releases - [5.0.0](#500---swift-50-support)
@@ -45,6 +45,13 @@ All notable changes to this project will be documented in this file.<br>
4545

4646
---
4747

48+
## [6.0.1](https://github.com/FabrizioBrancati/BFKit-Swift/releases/tag/6.0.1) - Fixing Pod
49+
### 20 Oct 2019
50+
### Fixed
51+
- Fixed `swift_version` in podspec file
52+
53+
---
54+
4855
## [6.0.0](https://github.com/FabrizioBrancati/BFKit-Swift/releases/tag/6.0.0) - Swift 5.1 Support
4956
### 20 Oct 2019
5057
### Added

Example/BFKitExample/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>6.0.0</string>
20+
<string>6.0.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Requirements
126126
| 4.1 | 9.3...9.4 | 3.1.2...3.2.1 | 8.0+ `*` | 10.10+ `*` | 3.0+ `*` | ![] |
127127
| 4.2 | 10.0 | 4.0.0...4.1.0 | 8.0+ `*` | 10.10+ `*` | 3.0+ `*` | ![] |
128128
| 5.0 | 10.2...10.3 | 5.0.0 | 8.0+ `*` | 10.10+ `*` | 3.0+ `*` | ![] |
129-
| 5.1 | 11 | 6.0.0 | 8.0+ `*` | 10.10+ `*` | 3.0+ `*` | ![] |
129+
| 5.1 | 11 | 6.0.0...6.0.1 | 8.0+ `*` | 10.10+ `*` | 3.0+ `*` | ![] |
130130

131131
> `*` With App Extension Support
132132

Sources/BFKit/Linux/BFKit/BFKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import Foundation
3232
#endif
3333

3434
/// BFKit version string.
35-
public let BFKitVersion = "6.0.0"
35+
public let BFKitVersion = "6.0.1"
3636

3737
/// BFKit author string.
3838
public let BFKitAuthor = "Fabrizio Brancati"

Sources/Info-iOS.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.0.0</string>
18+
<string>6.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Sources/Info-macOS.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.0.0</string>
18+
<string>6.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

Sources/Info-watchOS.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.0.0</string>
18+
<string>6.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Tests/Info-iOS.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.0.0</string>
18+
<string>6.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Tests/Info-macOS.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.0.0</string>
18+
<string>6.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

jazzy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Creates documentation using Jazzy.
44

5-
FRAMEWORK_VERSION=6.0.0
5+
FRAMEWORK_VERSION=6.0.1
66

77
jazzy \
88
--clean \

0 commit comments

Comments
 (0)