Skip to content

Commit

Permalink
Change default project name
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Mar 2, 2020
1 parent daaea7b commit c107b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/*.xcodeproj
xcuserdata/
.swiftpm/
SPM-Playground/
Arena-Playground/
2 changes: 1 addition & 1 deletion Sources/ArenaCore/ArenaCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public struct Arena: ParsableCommand {
)

@Option(name: [.customLong("name"), .customShort("n")],
default: "SPM-Playground",
default: "Arena-Playground",
help: "Name of directory and Xcode project")
var projectName: String

Expand Down

0 comments on commit c107b6a

Please sign in to comment.