chore: 修改了应用名称

This commit is contained in:
李东云
2022-02-23 11:07:51 +08:00
parent 1e873ea7be
commit aa08c1d173
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
<!-- <uses-permission android:name="android.permission.ACCESS_NOTIFICATION_POLICY"/>--> <!-- <uses-permission android:name="android.permission.ACCESS_NOTIFICATION_POLICY"/>-->
<application <application
android:label="bistro" android:label="小酒馆"
android:name="${applicationName}" android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"> android:icon="@mipmap/ic_launcher">
<activity <activity

View File

@@ -13,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>bistro</string> <string>小酒馆</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>