Add clarification about %FOO% and mobile apps

Signed-off-by: Tor Lillqvist <tml@collabora.com>
Change-Id: I1bf6c3279e4d1d07f23973e6742de7618d4141e4
This commit is contained in:
Tor Lillqvist 2022-01-18 10:09:30 +02:00 committed by Tor Lillqvist
parent a6abc0a017
commit 6b78b03d08

View file

@ -284,7 +284,10 @@ m4_ifelse(MOBILEAPP,[true],
[window.host = '';
window.serviceRoot = '';
window.hexifyUrl = false;
window.versionPath = '%VERSION%';
// We can't use %VERSION% here as there is no FileServer.cpp involved in a mobile app that
// would expand the %FOO% things. But it seems that window.versionPath is not used in the
// mobile apps anyway.
// window.versionPath = 'UNKNOWN';
window.accessToken = '';
window.accessTokenTTL = '';
window.accessHeader = '';