File tree 5 files changed +8
-6
lines changed
5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
module : CaffeineKit
2
2
author : aaplmath
3
3
4
- swift_version : 5.0.1
4
+ swift_version : 5.1.2
5
5
min_acl : public
6
6
7
7
output : docs
@@ -15,5 +15,5 @@ root_url: https://aaplmath.github.io/CaffeineKit/
15
15
copyright : ' Copyright © 2019 aaplmath. CaffeineKit is made available under the [MIT License](https://github.com/aaplmath/CaffeineKit/blob/master/LICENSE).'
16
16
theme : apple
17
17
18
- github_file_prefix : https://github.com/aaplmath/CaffeineKit/tree/v0.3.0
19
- module_version : 0.3.0
18
+ github_file_prefix : https://github.com/aaplmath/CaffeineKit/tree/v0.3.1
19
+ module_version : 0.3.1
Original file line number Diff line number Diff line change 1
1
language : objective-c
2
- osx_image : xcode10 .2
2
+ osx_image : xcode11 .2
3
3
xcode_project : CaffeineKit.xcodeproj
4
4
xcode_scheme : CaffeineKitPackageTests
5
5
xcode_destination : platform=macOS
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 >0.1.0 </string >
18
+ <string >$(MARKETING_VERSION) </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 287
287
HEADER_SEARCH_PATHS = "$(inherited)";
288
288
INFOPLIST_FILE = CaffeineKit.xcodeproj/CaffeineKit_Info.plist;
289
289
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
290
+ MARKETING_VERSION = 0.3.1;
290
291
OTHER_CFLAGS = "$(inherited)";
291
292
OTHER_LDFLAGS = "$(inherited)";
292
293
OTHER_SWIFT_FLAGS = "$(inherited)";
310
311
HEADER_SEARCH_PATHS = "$(inherited)";
311
312
INFOPLIST_FILE = CaffeineKit.xcodeproj/CaffeineKit_Info.plist;
312
313
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
314
+ MARKETING_VERSION = 0.3.1;
313
315
OTHER_CFLAGS = "$(inherited)";
314
316
OTHER_LDFLAGS = "$(inherited)";
315
317
OTHER_SWIFT_FLAGS = "$(inherited)";
Original file line number Diff line number Diff line change 1
- // swift-tools-version:4.0
1
+ // swift-tools-version:5.1.2
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
You can’t perform that action at this time.
0 commit comments