Skip to content

Commit

Permalink
Adds Playground, Readme and Changelog into the project
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrocaselani committed May 19, 2019
1 parent f242cf6 commit 3ab3b11
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Project.swift
Expand Up @@ -610,7 +610,16 @@ func allSchemes() -> [Scheme] {
]
}

func additionalFiles() -> [FileElement] {
return [
"changelog.md",
"CouchTrackerPlayground.playground",
"Readme.md",
]
}

// MARK: - Project

let project = Project(name: "CouchTracker",
targets: allTargets())
let project = Project(name: CouchTracker.name,
targets: allTargets(),
additionalFiles: additionalFiles())

0 comments on commit 3ab3b11

Please sign in to comment.