diff options
author | Orangerot <purple@orangerot.dev> | 2025-01-11 17:14:41 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2025-01-11 17:14:41 +0100 |
commit | f98162b6d8ed70e571440c539ef053dce09f704d (patch) | |
tree | 6bf66d7ca4aa17977cda058d1b8ba1fdf405aa15 /ios/Runner/Info.plist | |
parent | 86dfc815cde6a0072776b4cc89c250dbd3f47214 (diff) |
feat: add launcher name and launcher icon
Diffstat (limited to 'ios/Runner/Info.plist')
-rw-r--r-- | ios/Runner/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index b2f9614..4ca0411 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -13,7 +13,7 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>sense_the_rhythm</string> + <string>Sense the Rhythm</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> |