Skip to content

Commit

Permalink
Add .fleet
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Nov 11, 2023
1 parent be0c92d commit 1b441e3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .fleet/run.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"configurations": [
{
"type": "command",
"name": "xcodebuild debug",
"program": "xcodebuild",
"args": ["-scheme", "KotlinLogos", "build"],
"workingDir": "KotlinLogos",
},
{
"type": "command",
"name": "xcodebuild release",
"program": "xcodebuild",
"args": ["-scheme", "KotlinLogosRelease", "build"],
"workingDir": "KotlinLogos",
},
]
}
3 changes: 3 additions & 0 deletions .fleet/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"backend.maxHeapSizeMb": 4096
}

0 comments on commit 1b441e3

Please sign in to comment.