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
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
This commit is contained in:
+17
-18
@@ -1,5 +1,5 @@
|
||||
name: komet
|
||||
description: "A new Flutter project."
|
||||
name: qlyra
|
||||
description: "Qlyra messenger client."
|
||||
# The following line prevents the package from being accidentally published to
|
||||
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 0.5.19+19
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ^3.10.4
|
||||
@@ -34,16 +34,15 @@ dependencies:
|
||||
sdk: flutter
|
||||
intl: any
|
||||
|
||||
# Rust networking core (kolibri) — FFI plugin, replaces the Dart transport.
|
||||
# Published from the KometTeam/kolibri repo; the native core is compiled at
|
||||
# app build time and pulled from that repo by git tag.
|
||||
kolibri: ^0.1.4
|
||||
# Rust networking core (kusoft) — local FFI plugin.
|
||||
kusoft:
|
||||
path: third_party/kusoft
|
||||
|
||||
# Rust message-encryption core — Argon2id + ChaCha20-Poly1305, output encoded
|
||||
# as lowercase Cyrillic base32. Separate from kolibri: that is vendored
|
||||
# transport, this is Komet's own crypto.
|
||||
komet_crypto:
|
||||
path: native/komet_crypto
|
||||
# as lowercase Cyrillic base32. Separate from kusoft: that is vendored
|
||||
# transport, this is Qlyra's own crypto.
|
||||
qlyra_crypto:
|
||||
path: native/qlyra_crypto
|
||||
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
@@ -103,7 +102,7 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
|
||||
# Needed by test/chat_crypto_roundtrip_test.dart to open the built
|
||||
# komet_crypto shared library directly.
|
||||
# qlyra_crypto shared library directly.
|
||||
flutter_rust_bridge: 2.12.0
|
||||
|
||||
# The "flutter_lints" package below contains a set of recommended lints to
|
||||
@@ -117,20 +116,20 @@ dev_dependencies:
|
||||
plugin_platform_interface: ^2.1.0
|
||||
|
||||
flutter_launcher_icons:
|
||||
image_path: "assets/komet_icon.png"
|
||||
image_path: "assets/qlyra_icon.png"
|
||||
android: "ic_launcher"
|
||||
ios: true
|
||||
remove_alpha_ios: true
|
||||
background_color_ios: "#000000"
|
||||
adaptive_icon_background: "#000000"
|
||||
adaptive_icon_foreground: "assets/komet.png"
|
||||
adaptive_icon_foreground: "assets/qlyra.png"
|
||||
windows:
|
||||
generate: true
|
||||
image_path: "assets/komet_icon.png"
|
||||
image_path: "assets/qlyra_icon.png"
|
||||
icon_size: 256
|
||||
macos:
|
||||
generate: true
|
||||
image_path: "assets/komet_icon.png"
|
||||
image_path: "assets/qlyra_icon.png"
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
@@ -147,8 +146,8 @@ flutter:
|
||||
# the material Icons class.
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- assets/komet.png
|
||||
- assets/komet_icon.png
|
||||
- assets/qlyra.png
|
||||
- assets/qlyra_icon.png
|
||||
- assets/meteor_icon.png
|
||||
- assets/emoji_keywords.json
|
||||
- assets/lottie/
|
||||
|
||||
Reference in New Issue
Block a user