Skip to content

Commit

Permalink
renamed the application to Ultimate Alarm Clock (#210)
Browse files Browse the repository at this point in the history
Co-authored-by: Chinmay Chaudhari <[email protected]>
  • Loading branch information
BrawlerXull and Chinmay Chaudhari authored Dec 12, 2023
1 parent 84df9d2 commit e03e8d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<application
tools:replace="android:label"
android:label="ultimate_alarm_clock"
android:label="Ultimate Alarm Clock"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">

Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>ultimate_alarm_clock</string>
<string>Ultimate Alarm Clock</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down
2 changes: 0 additions & 2 deletions macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import flutter_secure_storage_macos
import isar_flutter_libs
import mobile_scanner
import path_provider_foundation
import shared_preferences_foundation
import url_launcher_macos

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
Expand All @@ -25,6 +24,5 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
IsarFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "IsarFlutterLibsPlugin"))
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}

0 comments on commit e03e8d2

Please sign in to comment.