You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/custom-tasks.md
-18
Original file line number
Diff line number
Diff line change
@@ -55,24 +55,6 @@ Data directory can be changed in settings, except for iOS, and its possible loca
55
55
You can specify the full path, which will not depend on the data folder.
56
56
Absolute path is only available for the task config path. All local resources in the task config must point to the data folder.
57
57
58
-
## Overriding default folders
59
-
60
-
You can change the data folder without using graphical interface.
61
-
62
-
Use `--dart-define=FLUTTER_DATA_FOLDER=<value>` to specify the folder you want to use.
63
-
It will still be possible to choose a different folder via UI but the app will use specified folder by default.
64
-
65
-
If you build the app using makefile commands, use `FLUTTER_DATA_FOLDER` environment variable. For example: `make flutter/test/integration FLUTTER_CACHE_FOLDER=/my/folder/path`
66
-
67
-
You can also override app cache folder.
68
-
Use `--dart-define=FLUTTER_CACHE_FOLDER=<value>` for manual build or `FLUTTER_CACHE_FOLDER` env for makefile script.
69
-
Note that it's impossible to change the cache folder from the UI.
70
-
71
-
These options are intended for CI use, and possibly for internal testing.
72
-
Never use them for any public builds.
73
-
74
-
These options are not available on iOS.
75
-
76
58
## Using external resources on an iPhone
77
59
78
60
On iOS an application resource folder can be found in `On My iPhone` -> `<app name>`.
"settingsTaskDataFolderSelected": "Selected data folder",
85
-
"settingsTaskDataFolderWarning": "Folder <path> does not exist or is not accessible",
86
-
"settingsTaskDataFolderPermissionRequired": "Access all file permission",
87
-
"settingsTaskDataFolderPermissionNotGranted": "Access all file permission is required to use custom folder but not granted. Tap here to grant the permission.",
88
-
"settingsTaskDataFolderPermissionGranted": "Access all file permission is required to use custom folder and already granted.",
89
-
"settingsTaskCacheFolderTitle": "Cache folder",
90
-
"settingsTaskCacheFolderDesc": "Cache folder contains downloadable data.\nThis folder can only be changed during build.",
91
-
"settingsTaskCacheFolderDefault": "Default",
92
80
"settingsClearCache": "Clear cache",
93
81
"settingsClearCacheConfirm": "All loaded resources will be deleted and downloaded again. Continue?",
94
82
"settingsUnableSpecifyConfiguration": "Could not specify until benchmarks is running or content is loading",
@@ -100,7 +88,7 @@
100
88
"dialogCancel": "Cancel",
101
89
"dialogTitleConfirm": "Confirm?",
102
90
"dialogContentOfflineWarning": "Offline mode is enabled but following internet resources are defined in the configuration. Do you want to continue?",
103
-
"dialogContentMissingFiles": "Selected datasets directory does not contain files for following benchmarks:",
91
+
"dialogContentMissingFiles": "The following files don't exist:",
104
92
"dialogContentChecksumError": "The following files failed checksum validation:",
105
93
"dialogContentNoSelectedBenchmarkError": "Please select at least one benchmark.",
0 commit comments