Skip to content

Commit 2ab189d

Browse files
android, ios: Update app name to "Zulip", from "Zulip beta"
1 parent 67af2ed commit 2ab189d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
66
<uses-permission android:name="android.permission.INTERNET"/>
77
<application
8-
android:label="Zulip beta"
8+
android:label="Zulip"
99
android:name="${applicationName}"
1010
android:icon="@mipmap/ic_launcher">
1111
<activity

ios/Runner/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<key>CFBundleDevelopmentRegion</key>
88
<string>$(DEVELOPMENT_LANGUAGE)</string>
99
<key>CFBundleDisplayName</key>
10-
<string>Zulip beta</string>
10+
<string>Zulip</string>
1111
<key>CFBundleExecutable</key>
1212
<string>$(EXECUTABLE_NAME)</string>
1313
<key>CFBundleIdentifier</key>
1414
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1515
<key>CFBundleInfoDictionaryVersion</key>
1616
<string>6.0</string>
1717
<key>CFBundleName</key>
18-
<string>Zulip beta</string>
18+
<string>Zulip</string>
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>

0 commit comments

Comments
 (0)