From 4eae8900dc1e57b807dc500b32358d4b63a7530e Mon Sep 17 00:00:00 2001 From: Sander Bruens Date: Tue, 12 Dec 2023 10:31:27 -0500 Subject: [PATCH] feat(cordova/apple/macos): set `LSApplicationCategoryType` for catalyst app (#1796) * Set `LSApplicationCategoryType` for new catalyst app. * Fix node engine. --- package.json | 3 +-- src/cordova/apple/xcode/ios/Outline/Outline-Info.plist | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7f4373057b..422791fa78 100644 --- a/package.json +++ b/package.json @@ -64,8 +64,7 @@ "web-animations-js": "^2.3.2" }, "engines": { - "node": "^18.16.0", - "npm": "^9.5.1" + "node": "18.x.x" }, "devDependencies": { "@babel/core": "^7.12.10", diff --git a/src/cordova/apple/xcode/ios/Outline/Outline-Info.plist b/src/cordova/apple/xcode/ios/Outline/Outline-Info.plist index 0ae48e9d84..33b5588bf6 100644 --- a/src/cordova/apple/xcode/ios/Outline/Outline-Info.plist +++ b/src/cordova/apple/xcode/ios/Outline/Outline-Info.plist @@ -2,6 +2,8 @@ + CFBundleAllowMixedLocalizations + CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName @@ -38,8 +40,8 @@ 0 ITSAppUsesNonExemptEncryption - CFBundleAllowMixedLocalizations - + LSApplicationCategoryType + public.app-category.utilities LSRequiresIPhoneOS LSUIElement