Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(macos): add applicationCategoryType and humanReadableCopyright #1992

Merged
merged 1 commit into from Apr 26, 2024

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Apr 24, 2024

Description

Add applicationCategoryType and humanReadableCopyright to the app manifest.

Resolves #1026.

Platforms affected

  • Android
  • iOS
  • macOS
  • visionOS
  • Windows

Test plan

  1. Set applicationCategoryType and humanReadableCopyright:
    diff --git a/example/app.json b/example/app.json
    index 3b8992e..177a32b 100644
    --- a/example/app.json
    +++ b/example/app.json
    @@ -13,6 +13,10 @@
           "presentationStyle": "modal"
         }
       ],
    +  "macos": {
    +    "applicationCategoryType": "public.app-category.business",
    +    "humanReadableCopyright": "Private"
    +  },
       "resources": {
         "android": [
           "dist/res",
  2. Run pod install --project-directory=macos
  3. Verify that the values are set in node_modules/.generated/macos/Info.plist

@github-actions github-actions bot added platform: Android This affects Android platform: iOS This affects iOS platform: macOS This affects macOS platform: Windows This affects Windows platform: visionOS labels Apr 24, 2024
@tido64 tido64 force-pushed the tido/macos/app-store-props branch from cba1879 to ab22bb5 Compare April 25, 2024 18:03
@tido64 tido64 merged commit 58e6cc1 into trunk Apr 26, 2024
30 checks passed
@tido64 tido64 deleted the tido/macos/app-store-props branch April 26, 2024 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: Android This affects Android platform: iOS This affects iOS platform: macOS This affects macOS platform: visionOS platform: Windows This affects Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

macOS: add ability to set additional properties
2 participants