Skip to content

Commit

Permalink
Merge pull request #8 from powerwolf543/develop
Browse files Browse the repository at this point in the history
Support Xcode12
  • Loading branch information
powerwolf543 authored Nov 20, 2020
2 parents 2e56cf5 + 32f4297 commit 790aee3
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
scheme: ["FileExplorer", "Utils"]
xcode: ["11.7"]
xcode: ["12.2"]

steps:
- uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:
run: sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode }}.app

- name: ${{ matrix.scheme }} tests
run: xcodebuild test -scheme ${{ matrix.scheme }} -destination 'platform=OS X,arch=x86_64' -enableCodeCoverage YES
run: set -o pipefail && xcodebuild test -scheme ${{ matrix.scheme }} -destination 'platform=OS X,arch=x86_64' -enableCodeCoverage YES | xcpretty

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

#### Releases
- `1.x` Releases - [1.6.1](#161-2020-10-03) | [1.6.0](#160-2020-10-03) | [1.5.0](#150-2018-12-11) | [1.4.0](#140-2017-10-06) | [1.3.0](#130-2016-11-10) | [1.2.0](#120-2016-10-20) | [1.1.0](#110-2016-10-14)
- `1.x` Releases - [1.6.2](#162---2020-11-21) | [1.6.1](#161---2020-10-03) | [1.6.0](#160---2020-10-03) | [1.5.0](#150---2018-12-11) | [1.4.0](#140---2017-10-06) | [1.3.0](#130---2016-11-10) | [1.2.0](#120---2016-10-20) | [1.1.0](#110---2016-10-14)

## [Unreleased]

## [1.6.2] - 2020-11-21
### Updated
- Xcode12
- Support Xcode 12.2

## [1.6.1] - 2020-10-03
### Updated
Expand Down
10 changes: 7 additions & 3 deletions DuplicateFinder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1160;
LastUpgradeCheck = 1160;
LastUpgradeCheck = 1220;
ORGANIZATIONNAME = "Nixon Shih";
TargetAttributes = {
2519329925271E600084D3B7 = {
Expand Down Expand Up @@ -243,6 +243,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand Down Expand Up @@ -304,6 +305,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand Down Expand Up @@ -336,6 +338,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = DuplicateFinder/DuplicateFinder.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = RF986632CV;
Expand All @@ -345,7 +348,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.6.1;
MARKETING_VERSION = 1.6.2;
PRODUCT_BUNDLE_IDENTIFIER = net.nixondesign.DuplicateFinder;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -357,6 +360,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = DuplicateFinder/DuplicateFinder.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = RF986632CV;
Expand All @@ -366,7 +370,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.6.1;
MARKETING_VERSION = 1.6.2;
PRODUCT_BUNDLE_IDENTIFIER = net.nixondesign.DuplicateFinder;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1160"
LastUpgradeVersion = "1220"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1160"
LastUpgradeVersion = "1220"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion FileExplorer/Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.2
// swift-tools-version:5.3
import PackageDescription

let package = Package(
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Download the newest application on the [releases](https://github.com/powerwolf54

## Requirements

- Xcode 11.7
- Swift 5.2
- Xcode 12.2
- Swift 5.3
- MacOS 10.15+

## Author
Expand Down
2 changes: 1 addition & 1 deletion Utils/.swiftpm/xcode/xcshareddata/xcschemes/Utils.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1160"
LastUpgradeVersion = "1220"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Utils/Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.2
// swift-tools-version:5.3
import PackageDescription

let package = Package(
Expand Down
5 changes: 4 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
comment: no # Do not comment PR with the result
coverage:
status:
project: off
patch: off

ignore:
- "FileExplorer/Sources/FileExplorer/PathIterator/DiskPathIterator.swift"
Expand Down

0 comments on commit 790aee3

Please sign in to comment.