Skip to content

Commit

Permalink
Refactor default target type
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Feb 16, 2024
1 parent 69c6c86 commit 5e139de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
bin/

# Environment Configuration
.envrc

# Dub
Expand Down
3 changes: 2 additions & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"./examples/shapes"
],
"systemDependencies": "Playdate SDK >= 1.12.1",
"targetType": "sourceLibrary",
"targetPath": "bin",
"targetType": "staticLibrary",
"configurations": [
{
"name": "library",
Expand Down

0 comments on commit 5e139de

Please sign in to comment.