Skip to content

Commit

Permalink
Merge pull request #57 from sarathsarah/SwiftPackage
Browse files Browse the repository at this point in the history
Added Swift package support
  • Loading branch information
rafiki270 authored Oct 8, 2021
2 parents 1642ca4 + 8badff9 commit dd685ce
Show file tree
Hide file tree
Showing 11 changed files with 542 additions and 483 deletions.
8 changes: 6 additions & 2 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ playground.xcworkspace
# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
Packages/
Package.pins
.build/
.swiftpm/
Package.resolved
/*.xcodeproj
.swiftpm/xcode/

# CocoaPods
#
Expand Down
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit dd685ce

Please sign in to comment.