Skip to content

chore: add app display name and category#8

Merged
brendan-ch merged 1 commit into
mainfrom
chore/add-description-and-category
Jun 15, 2026
Merged

chore: add app display name and category#8
brendan-ch merged 1 commit into
mainfrom
chore/add-description-and-category

Conversation

@brendan-ch

Copy link
Copy Markdown
Owner

Summary

Adds two Info.plist build settings to the app target (Debug and Release configurations):

  • INFOPLIST_KEY_CFBundleDisplayName = OpenAppLock — the user-facing app name shown under the Home Screen icon.
  • INFOPLIST_KEY_LSApplicationCategoryType = public.app-category.productivity — declares the App Store category as Productivity.

This change was originally committed directly onto a working branch by accident; it's isolated here as its own focused PR.

Test plan

  • Build the app and confirm the Home Screen icon label reads "OpenAppLock".
  • Confirm the category resolves to Productivity in the generated Info.plist / build settings.

🤖 Generated with Claude Code

@brendan-ch brendan-ch merged commit de8fa63 into main Jun 15, 2026
1 check passed
@brendan-ch brendan-ch deleted the chore/add-description-and-category branch June 15, 2026 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant