Skip to content

Commit e072f7d

Browse files
author
Joe Newton
committed
Restructured project to interop better with SwiftPM
1 parent 76fa979 commit e072f7d

18 files changed

+204
-164
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Swift
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:

CBORCoding.xcodeproj/project.pbxproj

Lines changed: 185 additions & 161 deletions
Large diffs are not rendered by default.

Package.resolved

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
],
2121

2222
targets: [
23-
.target(name: "CBORCoding", dependencies: ["Half"], path: "CBORCoding"),
24-
.testTarget(name: "CBORCodingTests", dependencies: ["CBORCoding"], path: "CBORCodingTests")
23+
.target(name: "CBORCoding", dependencies: ["Half"]),
24+
.testTarget(name: "CBORCodingTests", dependencies: ["CBORCoding"])
2525
]
2626
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)