Skip to content

Commit ad937c4

Browse files
author
Eric Miller
committed
Add comments to generated config file
1 parent c03a157 commit ad937c4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Sources/UBKit/Files/Config/configFile.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ extension File {
2929
let file = """
3030
{
3131
"ios": {
32-
"projectName": "",
33-
"bundleId": "<com.example.project_name>",
34-
"projectPath": ""
32+
"projectName": "ExampleProject",
33+
"bundleId": "com.example.ExampleProject",
34+
"projectPath": "" // Defaults to iOS/
3535
},
3636
"unity": {
37-
"projectName": "",
38-
"applicationPath": "<path_to_Unity>",
39-
"version": "",
40-
"projectPath": "",
37+
"projectName": "ExampleProject",
38+
"applicationPath": "", // e.g /Applications/Unity/Unity.app/Contents/MacOS/Unity
39+
"version": "", // e.g. 2017.1.f1
40+
"projectPath": "", // Defaults to Unity/
4141
"sceneNames": [
42-
""
42+
"ExampleScene"
4343
]
4444
}
4545
}

0 commit comments

Comments
 (0)