Rebrand application as Qlyra
Build Android (FCM) / build-android-fcm (push) Canceled after 0s
Build Android / build-android (push) Canceled after 0s
Build iOS / build-ios (push) Canceled after 0s
Build Linux / build-linux (push) Canceled after 0s
Build macOS / build-macos (push) Canceled after 0s
Build Windows / build-windows (push) Canceled after 0s
Release (main) / android (oneme) (push) Canceled after 0s
Release (main) / android (qlyra) (push) Canceled after 0s
Release (main) / windows (push) Canceled after 0s
Release (main) / linux (push) Canceled after 0s
Release (main) / macos (push) Canceled after 0s
Release (main) / ios (push) Canceled after 0s
Release (main) / release (push) Canceled after 0s
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 1023 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 243 B After Width: | Height: | Size: 884 B |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 506 B After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 268 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 7.9 KiB |
@@ -5,10 +5,10 @@
|
||||
// 'flutter create' template.
|
||||
|
||||
// The application's name. By default this is also the title of the Flutter window.
|
||||
PRODUCT_NAME = Komet
|
||||
PRODUCT_NAME = Qlyra
|
||||
|
||||
// The application's bundle identifier
|
||||
PRODUCT_BUNDLE_IDENTIFIER = ru.komet.app
|
||||
PRODUCT_BUNDLE_IDENTIFIER = ru.qlyra.app
|
||||
|
||||
// The copyright displayed in application information
|
||||
PRODUCT_COPYRIGHT = Copyright © 2026 ru.komet. All rights reserved.
|
||||
PRODUCT_COPYRIGHT = Copyright © 2026 ru.qlyra. All rights reserved.
|
||||
|
||||
@@ -32,10 +32,10 @@
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleURLName</key>
|
||||
<string>ru.komet.app</string>
|
||||
<string>ru.qlyra.app</string>
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>komet</string>
|
||||
<string>qlyra</string>
|
||||
<string>max</string>
|
||||
</array>
|
||||
</dict>
|
||||
|
||||