Skip to content

Commit

Permalink
name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
renanyoy committed Oct 4, 2017
1 parent e536be9 commit 0421bc7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
// swift-tools-version:3.1
// swift-tools-version:4.0

import PackageDescription

let package = Package(
name: "CX11.swift"
name: "X11",
products: [
.library(name: "X11",targets: ["X11"]),
],
dependencies: [
],
targets: [
.target(name: "X11",dependencies: [])
]
)

0 comments on commit 0421bc7

Please sign in to comment.