feat: set display information correctly

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
pull/444/head
TheOneWithTheBraid 2 years ago
parent b81354bfe0
commit ff67fb125b

@ -447,7 +447,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Manual;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "FluffyChat";
};
name = Profile;
};
@ -601,7 +601,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Manual;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "FluffyChat";
};
name = Debug;
};
@ -609,7 +609,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "FluffyChat";
};
name = Release;
};

@ -5,10 +5,10 @@
// 'flutter create' template.
// The application's name. By default this is also the title of the Flutter window.
PRODUCT_NAME = fluffychat
PRODUCT_NAME = FluffyChat
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = im.fluffychat.fluffychat
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2023 im.fluffychat. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2023 FluffyChat authors. All rights reserved.

Loading…
Cancel
Save