rename app id to match desktop file
This commit is contained in:
parent
8b7f88cc0b
commit
dd9b9fdc62
3 changed files with 6 additions and 6 deletions
|
|
@ -387,7 +387,7 @@
|
|||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = nexus.federated.nexus;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = nexus.federated.Nexus;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
|
|
@ -519,7 +519,7 @@
|
|||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = nexus.federated.nexus;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = nexus.federated.Nexus;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
|
|
@ -545,7 +545,7 @@
|
|||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = nexus.federated.nexus;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = nexus.federated.Nexus;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue