Skip to content

Commit

Permalink
Merge pull request #76 from ChargePoint/revert-makefile
Browse files Browse the repository at this point in the history
[no-jira] Revert changes to Makefile for universal binary
  • Loading branch information
rsukumar-cpi authored Sep 2, 2022
2 parents bf23d8e + 32392b1 commit 5ec5931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ bindir = $(prefix)/bin
libdir = $(prefix)/lib

build:
swift build -c release --disable-sandbox --arch arm64 --arch x86_64
swift build -c release --disable-sandbox

install: build
install ".build/apple/Products/Release/xcparse" "$(bindir)"
install ".build/release/xcparse" "$(bindir)"

uninstall:
rm -rf "$(bindir)/xcparse"
Expand Down
2 changes: 1 addition & 1 deletion Sources/xcparse/XCPParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import TSCUtility
import XCParseCore
import Converter

let xcparseCurrentVersion = Version(2, 2, 1)
let xcparseCurrentVersion = Version(2, 3, 1)

struct XCResultToolCompatability {
var supportsExport: Bool = true
Expand Down

0 comments on commit 5ec5931

Please sign in to comment.