Skip to content

Commit

Permalink
Correct App Category Productivity aligned with App Store Connect
Browse files Browse the repository at this point in the history
  • Loading branch information
TURX committed Jan 5, 2025
1 parent a052532 commit aa8f7ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions KDE Connect/KDE Connect.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@
DEVELOPMENT_TEAM = 5433B4KXM8;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "KDE Connect/Info.plist";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(LD_RUNPATH_SEARCH_PATHS_$(IS_MACCATALYST))",
Expand Down Expand Up @@ -1115,7 +1115,7 @@
DEVELOPMENT_TEAM = 5433B4KXM8;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = "KDE Connect/Info.plist";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(LD_RUNPATH_SEARCH_PATHS_$(IS_MACCATALYST))",
Expand Down
4 changes: 2 additions & 2 deletions KDE Connect/KDE Connect/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
Expand All @@ -24,6 +22,8 @@
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
Expand Down

0 comments on commit aa8f7ba

Please sign in to comment.