Skip to content

Commit 8f41b16

Browse files
committed
Migrated project to Xcode 12.0.
1 parent 831d109 commit 8f41b16

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

MarkdownKit.xcodeproj/project.pbxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
isa = PBXProject;
350350
attributes = {
351351
LastSwiftUpdateCheck = 1030;
352-
LastUpgradeCheck = 1110;
352+
LastUpgradeCheck = 1200;
353353
ORGANIZATIONNAME = "Matthias Zenger";
354354
TargetAttributes = {
355355
CC2AF6E7227CD98100BEA420 = {
@@ -498,6 +498,7 @@
498498
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
499499
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
500500
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
501+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
501502
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
502503
CLANG_WARN_STRICT_PROTOTYPES = YES;
503504
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -563,6 +564,7 @@
563564
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
564565
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
565566
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
567+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
566568
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
567569
CLANG_WARN_STRICT_PROTOTYPES = YES;
568570
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -665,6 +667,7 @@
665667
"@executable_path/../Frameworks",
666668
"@loader_path/../Frameworks",
667669
);
670+
MACOSX_DEPLOYMENT_TARGET = 10.15;
668671
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.MarkdownKitTests;
669672
PRODUCT_NAME = "$(TARGET_NAME)";
670673
SWIFT_VERSION = 5.0;
@@ -684,6 +687,7 @@
684687
"@executable_path/../Frameworks",
685688
"@loader_path/../Frameworks",
686689
);
690+
MACOSX_DEPLOYMENT_TARGET = 10.15;
687691
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.MarkdownKitTests;
688692
PRODUCT_NAME = "$(TARGET_NAME)";
689693
SWIFT_VERSION = 5.0;

MarkdownKit.xcodeproj/xcshareddata/xcschemes/MarkdownKit.xcscheme

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

MarkdownKit.xcodeproj/xcshareddata/xcschemes/MarkdownKitProcess.xcscheme

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<p>
44
<a href="https://developer.apple.com/osx/"><img src="https://img.shields.io/badge/Platform-macOS-blue.svg?style=flat" alt="Platform: macOS" /></a>
5-
<a href="https://developer.apple.com/swift/"><img src="https://img.shields.io/badge/Language-Swift%205.2-green.svg?style=flat" alt="Language: Swift 5.2" /></a>
6-
<a href="https://developer.apple.com/xcode/"><img src="https://img.shields.io/badge/IDE-Xcode%2011.5-orange.svg?style=flat" alt="IDE: Xcode 11.5" /></a>
5+
<a href="https://developer.apple.com/swift/"><img src="https://img.shields.io/badge/Language-Swift%205.3-green.svg?style=flat" alt="Language: Swift 5.3" /></a>
6+
<a href="https://developer.apple.com/xcode/"><img src="https://img.shields.io/badge/IDE-Xcode%2012.0-orange.svg?style=flat" alt="IDE: Xcode 12.0" /></a>
77
<a href="https://raw.githubusercontent.com/objecthub/swift-markdownkit/master/LICENSE"><img src="http://img.shields.io/badge/License-Apache-lightgrey.svg?style=flat" alt="License: Apache" /></a>
88
</p>
99

@@ -239,8 +239,8 @@ The command-line tool can be compiled with the _Swift Package Manager_, so _Xcod
239239
for that. Similarly, just for compiling the framework and trying the command-line tool in _Xcode_, the
240240
_Swift Package Manager_ is not needed.
241241

242-
- [Xcode 11.5](https://developer.apple.com/xcode/)
243-
- [Swift 5.2](https://developer.apple.com/swift/)
242+
- [Xcode 12.0](https://developer.apple.com/xcode/)
243+
- [Swift 5.3](https://developer.apple.com/swift/)
244244
- [Swift Package Manager](https://swift.org/package-manager/)
245245

246246
## Copyright

0 commit comments

Comments
 (0)