From 7cb9bffb36bb7a318947f1424b32f3c4c7e82e95 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Sun, 29 Dec 2024 03:28:48 -0500 Subject: [PATCH] Add user device name entitlement --- app.json | 3 +++ ios/Jellyfin/Jellyfin.entitlements | 2 ++ 2 files changed, 5 insertions(+) diff --git a/app.json b/app.json index e59b966d3..da2ddc71e 100644 --- a/app.json +++ b/app.json @@ -30,6 +30,9 @@ "supportsTablet": true, "requireFullScreen": false, "bundleIdentifier": "org.jellyfin.expo", + "entitlements": [ + "com.apple.developer.device-information.user-assigned-device-name" + ], "infoPlist": { "NSCameraUsageDescription": "Allow $(PRODUCT_NAME) to access your camera.", "UIBackgroundModes": [ diff --git a/ios/Jellyfin/Jellyfin.entitlements b/ios/Jellyfin/Jellyfin.entitlements index 018a6e20c..290bcc22c 100644 --- a/ios/Jellyfin/Jellyfin.entitlements +++ b/ios/Jellyfin/Jellyfin.entitlements @@ -2,6 +2,8 @@ + 0 + com.apple.developer.device-information.user-assigned-device-name aps-environment development