Skip to content

Commit e2482c5

Browse files
committed
Merge PR #288.
2 parents 0c13872 + f4acd34 commit e2482c5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
"$(inherited)",
430430
"@executable_path/../Frameworks",
431431
);
432-
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.authenticator;
432+
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.yubioath;
433433
PRODUCT_NAME = "Yubico Authenticator";
434434
PROVISIONING_PROFILE_SPECIFIER = "";
435435
SWIFT_VERSION = 5.0;
@@ -557,7 +557,7 @@
557557
"$(inherited)",
558558
"@executable_path/../Frameworks",
559559
);
560-
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.authenticator;
560+
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.yubioath;
561561
PRODUCT_NAME = "Yubico Authenticator";
562562
PROVISIONING_PROFILE_SPECIFIER = "";
563563
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -579,7 +579,7 @@
579579
"$(inherited)",
580580
"@executable_path/../Frameworks",
581581
);
582-
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.authenticator;
582+
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.yubioath;
583583
PRODUCT_NAME = "Yubico Authenticator";
584584
PROVISIONING_PROFILE_SPECIFIER = "";
585585
SWIFT_VERSION = 5.0;

macos/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<string>$(FLUTTER_BUILD_NAME)</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(FLUTTER_BUILD_NUMBER)</string>
23+
<key>LSApplicationCategoryType</key>
24+
<string>public.app-category.utilities</string>
2325
<key>LSMinimumSystemVersion</key>
2426
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2527
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)