Skip to content

Commit

Permalink
Modified
Browse files Browse the repository at this point in the history
- changed app name star_book to Starbook
  • Loading branch information
HM-Anwar committed Oct 17, 2023
1 parent 41e96eb commit 99cf069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.hashirshoaeb.StarBook">
<application
android:label="star_book"
android:label="Starbook"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">
<activity
Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>star_book</string>
<string>Starbook</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down

0 comments on commit 99cf069

Please sign in to comment.