Skip to content

Commit

Permalink
Merge pull request #4 from koher/dev-3.0
Browse files Browse the repository at this point in the history
Develop 3.0.0
  • Loading branch information
koher authored Apr 2, 2018
2 parents e4b414d + 7964e06 commit 8d9bb55
Show file tree
Hide file tree
Showing 19 changed files with 719 additions and 633 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
/.build
/*.xcodeproj/xcshareddata/
/*.xcodeproj/project.xcworkspace/xcuserdata/
/*.xcodeproj/xcuserdata/
/Packages
/*.xcodeproj/project.xcworkspace/xcuserdata
/*.xcodeproj/xcuserdata
/Carthage
11 changes: 10 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
// swift-tools-version:4.0

import PackageDescription

let package = Package(
name: "PromiseK"
name: "PromiseK",
products: [
.library(name: "PromiseK", targets: ["PromiseK"]),
],
targets: [
.target(name: "PromiseK", dependencies: []),
.testTarget(name: "PromiseKTests", dependencies: ["PromiseK"]),
]
)
7 changes: 0 additions & 7 deletions PromiseK.xcodeproj/Configs/Project.xcconfig

This file was deleted.

25 changes: 0 additions & 25 deletions PromiseK.xcodeproj/PromiseKTests_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions PromiseK.xcodeproj/PromiseK_Info.plist

This file was deleted.

Loading

0 comments on commit 8d9bb55

Please sign in to comment.