Skip to content

Commit

Permalink
Merge pull request #7 from jarrodmoldrich/feature/carthage_support
Browse files Browse the repository at this point in the history
Add Xcode framework to use as carthage dependency
  • Loading branch information
lemire authored Jul 8, 2019
2 parents fb5d671 + 26f0605 commit e6d60cb
Show file tree
Hide file tree
Showing 5 changed files with 650 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,11 @@ fastlane/Preview.html
fastlane/screenshots
fastlane/test_output

# End of https://www.gitignore.io/api/swift
# End of https://www.gitignore.io/api/swift

# Xcode - Added for carthage framework
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno
Loading

0 comments on commit e6d60cb

Please sign in to comment.