We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03a157 commit ad937c4Copy full SHA for ad937c4
Sources/UBKit/Files/Config/configFile.swift
@@ -29,17 +29,17 @@ extension File {
29
let file = """
30
{
31
"ios": {
32
- "projectName": "",
33
- "bundleId": "<com.example.project_name>",
34
- "projectPath": ""
+ "projectName": "ExampleProject",
+ "bundleId": "com.example.ExampleProject",
+ "projectPath": "" // Defaults to iOS/
35
},
36
"unity": {
37
38
- "applicationPath": "<path_to_Unity>",
39
- "version": "",
40
- "projectPath": "",
+ "applicationPath": "", // e.g /Applications/Unity/Unity.app/Contents/MacOS/Unity
+ "version": "", // e.g. 2017.1.f1
+ "projectPath": "", // Defaults to Unity/
41
"sceneNames": [
42
- ""
+ "ExampleScene"
43
]
44
}
45
0 commit comments