Skip to content

Commit

Permalink
bumping to version 0.3.1 to resolve issue with generated path in xcod…
Browse files Browse the repository at this point in the history
…eproject
  • Loading branch information
g-Off committed Jun 6, 2019
1 parent e516fe2 commit 449c48c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ playground.xcworkspace
# Package.pins
.build/
*.xcodeproj
.swiftpm

# fastlane
#
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/g-Off/XcodeProject.git",
"state": {
"branch": null,
"revision": "a1e12a8659684039258b79761c65abb9ec98fc94",
"version": "0.4.0"
"revision": "9a1e1d107db329c4e0b8cf5cc9b11ad1a79f7156",
"version": "0.5.0-alpha.2"
}
}
]
Expand Down
7 changes: 5 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
// swift-tools-version:4.2
// swift-tools-version:5.0
import PackageDescription

let package = Package(
name: "Xcoder",
platforms: [
.macOS(.v10_14)
],
products: [
.executable(
name: "xcoder",
Expand All @@ -12,7 +15,7 @@ let package = Package(
targets: ["XcoderKit"]),
],
dependencies: [
.package(url: "https://github.com/g-Off/XcodeProject.git", from: "0.4.0"),
.package(url: "https://github.com/g-Off/XcodeProject.git", from: "0.5.0-alpha.2"),
.package(url: "https://github.com/g-Off/CommandRegistry.git", .branch("master"))
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Sources/xcoder/Version.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Utility

extension Version {
static var current: Version = "0.3.0"
static var current: Version = "0.3.1"
}

0 comments on commit 449c48c

Please sign in to comment.