Skip to content

Commit

Permalink
Renaming targets to avoid clashing
Browse files Browse the repository at this point in the history
  • Loading branch information
twof committed Jan 19, 2019
1 parent 721e35e commit 48d74c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
],
targets: [
.target(name: "Twilio", dependencies: ["Vapor"]),
.target(name: "App", dependencies: ["Vapor", "Twilio"]),
.target(name: "Run", dependencies: ["App"]),
.target(name: "ExampleApp", dependencies: ["Vapor", "Twilio"]),
.target(name: "ExampleRun", dependencies: ["App"]),
.testTarget(name: "AppTests", dependencies: ["Twilio"])
]
)

0 comments on commit 48d74c5

Please sign in to comment.