Skip to content

Commit eb8a32f

Browse files
committed
Migrated project to Xcode 12.0.
1 parent 3658edb commit eb8a32f

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CommandLineKit.xcodeproj/project.pbxproj

+7-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
isa = PBXProject;
277277
attributes = {
278278
LastSwiftUpdateCheck = 0930;
279-
LastUpgradeCheck = 1130;
279+
LastUpgradeCheck = 1200;
280280
ORGANIZATIONNAME = "Matthias Zenger";
281281
TargetAttributes = {
282282
CC7A60E6207A62A5007376A0 = {
@@ -410,6 +410,7 @@
410410
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
411411
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
412412
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
413+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
413414
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
414415
CLANG_WARN_STRICT_PROTOTYPES = YES;
415416
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -464,6 +465,7 @@
464465
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
465466
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
466467
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
468+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
467469
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
468470
CLANG_WARN_STRICT_PROTOTYPES = YES;
469471
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -503,6 +505,7 @@
503505
"@executable_path/Frameworks",
504506
"@executable_path/../Frameworks",
505507
);
508+
MACOSX_DEPLOYMENT_TARGET = 10.12;
506509
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.CommandLineKitDemo;
507510
PRODUCT_NAME = "$(TARGET_NAME)";
508511
SWIFT_VERSION = 5.0;
@@ -522,6 +525,7 @@
522525
"@executable_path/Frameworks",
523526
"@executable_path/../Frameworks",
524527
);
528+
MACOSX_DEPLOYMENT_TARGET = 10.12;
525529
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.CommandLineKitDemo;
526530
PRODUCT_NAME = "$(TARGET_NAME)";
527531
SWIFT_VERSION = 5.0;
@@ -656,6 +660,7 @@
656660
"@executable_path/../Frameworks",
657661
"@loader_path/../Frameworks",
658662
);
663+
MACOSX_DEPLOYMENT_TARGET = 10.15;
659664
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.CommandLineKitTests;
660665
PRODUCT_NAME = "$(TARGET_NAME)";
661666
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
@@ -694,6 +699,7 @@
694699
"@executable_path/../Frameworks",
695700
"@loader_path/../Frameworks",
696701
);
702+
MACOSX_DEPLOYMENT_TARGET = 10.15;
697703
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.CommandLineKitTests;
698704
PRODUCT_NAME = "$(TARGET_NAME)";
699705
SWIFT_COMPILATION_MODE = wholemodule;

CommandLineKit.xcodeproj/xcshareddata/xcschemes/CommandLineKit.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

CommandLineKit.xcodeproj/xcshareddata/xcschemes/CommandLineKitDemo.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1130"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Platform: macOS](https://img.shields.io/badge/Platform-macOS-blue.svg?style=flat)](https://developer.apple.com/osx/)
44
[![Platform: Linux](https://img.shields.io/badge/Platform-Linux-blue.svg?style=flat)](https://www.ubuntu.com/)
5-
[![Language: Swift 5.1](https://img.shields.io/badge/Language-Swift%205.1-green.svg?style=flat)](https://developer.apple.com/swift/)
6-
[![IDE: Xcode 11.3](https://img.shields.io/badge/IDE-Xcode%2011.3-orange.svg?style=flat)](https://developer.apple.com/xcode/)
5+
[![Language: Swift 5.3](https://img.shields.io/badge/Language-Swift%205.3-green.svg?style=flat)](https://developer.apple.com/swift/)
6+
[![IDE: Xcode 12.0](https://img.shields.io/badge/IDE-Xcode%2012.0-orange.svg?style=flat)](https://developer.apple.com/xcode/)
77
[![Carthage: compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
88
[![License: BSD](https://img.shields.io/badge/License-BSD-lightgrey.svg?style=flat)](https://developers.google.com/open-source/licenses/bsd)
99

@@ -231,8 +231,8 @@ if let ln = LineReader() {
231231

232232
## Requirements
233233

234-
- [Xcode 11.3](https://developer.apple.com/xcode/)
235-
- [Swift 5.1](https://developer.apple.com/swift/)
234+
- [Xcode 12.0](https://developer.apple.com/xcode/)
235+
- [Swift 5.3](https://developer.apple.com/swift/)
236236
- [Carthage](https://github.com/Carthage/Carthage)
237237
- [Swift Package Manager](https://swift.org/package-manager/)
238238

0 commit comments

Comments
 (0)