Update app labels and versioning for client and staff applications

This commit is contained in:
Achintha Isuru
2026-01-26 16:10:31 -05:00
parent 686ebac553
commit 77f692bae0
6 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="krowwithus_client"
android:label="Krow With Us Client"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">
<activity

View File

@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>krowwithus_client</string>
<string>Krow With Us Client</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
@@ -13,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>krowwithus_client</string>
<string>Krow With Us Client</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>

View File

@@ -1,7 +1,7 @@
name: krowwithus_client
description: "Krow Client Application"
publish_to: 'none'
version: 1.0.0+1
version: 0.0.1+M3
resolution: workspace
environment:

View File

@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="krowwithus_staff"
android:label="Krow With Us Staff"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">
<activity

View File

@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>krowwithus_staff</string>
<string>Krow With Us Staff</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
@@ -13,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>krowwithus_staff</string>
<string>Krow With Us Staff</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>

View File

@@ -1,7 +1,7 @@
name: krowwithus_staff
description: "Krow Staff Application"
publish_to: 'none'
version: 1.0.0+1
version: 0.0.1+M3
resolution: workspace
environment: