diff options
author | Xexxa <93391300+Xexxa@users.noreply.github.com> | 2022-07-31 02:59:26 +0200 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2022-12-25 07:58:58 -0700 |
commit | 5a5473a38e5fd250e13b7bf2e7e1d82f4c6e32ff (patch) | |
tree | 93fcefa2600b3b6f7f6db0ca0bc57fbeae8b5aa9 | |
parent | 7ddb433f99879967cc3ff538fcd2652c8a09e805 (diff) | |
download | serenity-5a5473a38e5fd250e13b7bf2e7e1d82f4c6e32ff.zip |
Ladybird/Meta: Use reverse domain name notation in property list files
-rw-r--r-- | Ladybird/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ladybird/Info.plist b/Ladybird/Info.plist index 814470b485..00c24b3dbc 100644 --- a/Ladybird/Info.plist +++ b/Ladybird/Info.plist @@ -15,7 +15,7 @@ <key>CFBundleExecutable</key> <string>Ladybird</string> <key>CFBundleIdentifier</key> - <string>com.serenity.Ladybird</string> + <string>org.SerenityOS.Ladybird</string> <key>NSPrincipalClass</key> <string>NSApplication</string> <key>NSHighResolutionCapable</key> |