Skip to content

Commit

Permalink
A few bug fixes, add example project
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGessner committed Oct 20, 2020
1 parent 69898e4 commit a173f01
Show file tree
Hide file tree
Showing 14 changed files with 789 additions and 8 deletions.
29 changes: 28 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,31 @@
/Packages
/*.xcodeproj
xcuserdata/
.swiftpm
.swiftpm

# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## User settings
xcuserdata/

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout

## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3

## Gcc Patch
/*.gcno
Loading

0 comments on commit a173f01

Please sign in to comment.