Skip to content

Commit

Permalink
Merge pull request #513 from HM-Anwar/bug/app-name
Browse files Browse the repository at this point in the history
[BUG] Change App Name
  • Loading branch information
AbdullahAhmedSoomro committed Oct 17, 2023
2 parents ad5bc8c + 99cf069 commit 5fec8e1
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 5fec8e1

Please sign in to comment.