-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplates.json
More file actions
24 lines (24 loc) · 918 Bytes
/
templates.json
File metadata and controls
24 lines (24 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"templates": [
{
"id": "template-Xric7YXLCerjGRtc44uaw9",
"name": "SwiftUI App",
"runtime": "swift",
"details": "A template for building native iOS applications using SwiftUI.",
"iconUrl": "https://raw.githubusercontent.com/microcursor/templates/main/.icons/swiftui.png",
"version": "1.0.0",
"repositoryUrl": "https://github.com/microcursor/templates/swiftui",
"supportedPlatforms": ["ios"]
},
{
"id": "template-QJyc33FzERj39gBNp6ZAqD",
"name": "Flutter App",
"runtime": "flutter",
"details": "A template for building cross-platform mobile applications using Flutter.",
"iconUrl": "https://raw.githubusercontent.com/microcursor/templates/main/.icons/flutter.png",
"version": "1.0.0",
"repositoryUrl": "https://github.com/microcursor/templates/flutter",
"supportedPlatforms": ["ios", "android"]
}
]
}