Skip to content

Commit 5540d00

Browse files
author
Kevin Ballard
committed
Add compatibility with Swift Package Manager
1 parent e9103af commit 5540d00

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import PackageDescription
2+
3+
let package = Package(
4+
name: "TSAO"
5+
)
File renamed without changes.

TSAO.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
0A1A095B1C0D414C00A91E4B /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
3030
0A1A095D1C0D414C00A91E4B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3131
0A1A09661C0D427200A91E4B /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
32-
0A1A09671C0D427F00A91E4B /* TSAO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TSAO.swift; sourceTree = "<group>"; };
32+
0A1A09671C0D427F00A91E4B /* TSAO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TSAO.swift; path = Sources/TSAO.swift; sourceTree = "<group>"; };
3333
0A1A09691C0D458300A91E4B /* LICENSE.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; };
3434
/* End PBXFileReference section */
3535

0 commit comments

Comments
 (0)