Skip to content

Commit

Permalink
Version 1.7.1
Browse files Browse the repository at this point in the history
- revert changes to Package.swift so we can build with Xcode 15 again
  • Loading branch information
Alex da Franca committed Jul 30, 2024
1 parent f5b725c commit 0a66776
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 264 deletions.
72 changes: 0 additions & 72 deletions .swiftpm/xcode/xcshareddata/xcschemes/XcresultparserLib.xcscheme

This file was deleted.

167 changes: 0 additions & 167 deletions .swiftpm/xcode/xcshareddata/xcschemes/xcresultparser-Package.xcscheme

This file was deleted.

2 changes: 2 additions & 0 deletions .swiftpm/xcode/xcshareddata/xcschemes/xcresultparser.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
language = "en"
region = "US"
codeCoverageEnabled = "YES">
<Testables>
<TestableReference
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Version 1.7.1 - 2024-07-30
### CHANGES:
- revert changes to Package.swift so we can build with Xcode 15 again

## Version 1.7.0 - 2024-07-28
### CHANGES:
- Use XcresultKit 1.1.0, which is Xcode 16 compatible by supporting the xcresulttool --legacy flag
Expand Down
2 changes: 1 addition & 1 deletion CommandlineTool/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ArgumentParser
import Foundation
import XcresultparserLib

private let marketingVersion = "1.7.0"
private let marketingVersion = "1.7.1"

struct xcresultparser: ParsableCommand {
static let configuration = CommandConfiguration(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You should see the tool respond like this:
```
Error: Missing expected argument '<xcresult-file>'
OVERVIEW: xcresultparser 1.7.0
OVERVIEW: xcresultparser 1.7.1
Interpret binary .xcresult files and print summary in different formats: txt,
xml, html or colored cli output.
Expand Down
23 changes: 0 additions & 23 deletions Tests/XcresultparserLib.xctestplan

This file was deleted.

0 comments on commit 0a66776

Please sign in to comment.