Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:58 +08:00
commit 0a8b3f1f7b
4 changed files with 352 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "xcode",
"description": "Build and run Xcode projects on simulators or physical devices from the command line.",
"version": "1.0.0",
"author": {
"name": "Kazuki Hashimoto",
"email": "setouchi.develop@gmail.com"
},
"commands": [
"./commands/run.md"
]
}