forked from organicmaps/organicmaps
[android][ios] Change application name to "Organic Maps"
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
dbea14de52
commit
1eaaf38b0e
2 changed files with 5 additions and 5 deletions
|
@ -138,7 +138,7 @@ def getVersion() {
|
|||
def osName = System.properties['os.name'].toLowerCase()
|
||||
|
||||
project.ext.appId = 'app.omaps'
|
||||
project.ext.appName = 'OrganicMaps'
|
||||
project.ext.appName = 'Organic Maps'
|
||||
|
||||
android {
|
||||
buildFeatures {
|
||||
|
@ -182,7 +182,7 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
setProperty("archivesBaseName", appName + "-" + defaultConfig.versionCode)
|
||||
setProperty("archivesBaseName", appName.replaceAll("\\s","") + "-" + defaultConfig.versionCode)
|
||||
|
||||
ndk {
|
||||
abiFilters = new HashSet<>()
|
||||
|
@ -458,7 +458,7 @@ android {
|
|||
firebaseAppDistribution {
|
||||
releaseNotesFile = "RELEASE"
|
||||
groups = "android-qa"
|
||||
apkPath = "./build/outputs/apk/web/beta/" + appName + "-" + defaultConfig.versionCode + "-web-beta.apk"
|
||||
apkPath = "./build/outputs/apk/web/beta/" + appName.replaceAll("\\s","") + "-" + defaultConfig.versionCode + "-web-beta.apk"
|
||||
serviceCredentialsFile = "firebase-app-distribution.json"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4624,7 +4624,7 @@
|
|||
);
|
||||
OTHER_SWIFT_FLAGS = "$(inherited)";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "${BUNDLE_IDENTIFIER}";
|
||||
PRODUCT_NAME = "OMaps Debug";
|
||||
PRODUCT_NAME = "Organic Maps (Debug)";
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = NO;
|
||||
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
||||
|
@ -4669,7 +4669,7 @@
|
|||
);
|
||||
OTHER_SWIFT_FLAGS = "$(inherited)";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "${BUNDLE_IDENTIFIER}";
|
||||
PRODUCT_NAME = OMaps;
|
||||
PRODUCT_NAME = "Organic Maps";
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = NO;
|
||||
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
||||
|
|
Loading…
Add table
Reference in a new issue