feat: set display information correctly

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2023-05-19 14:11:27 +02:00
parent d288603c07
commit c3b3f762eb
2 changed files with 5 additions and 5 deletions

View File

@ -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;
};

View File

@ -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.