From 7ef82d6d4142acad6047b1d63155a248e7afb8a2 Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Fri, 2 Aug 2024 13:25:49 +0100 Subject: [PATCH] Try adding missing infos from Tuist project --- project.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/project.yml b/project.yml index 91744a7..c35ecb1 100644 --- a/project.yml +++ b/project.yml @@ -36,8 +36,18 @@ targets: CFBundlePackageType: "APPL" NSBluetoothAlwaysUsageDescription: "Secure transmission of mobile DL data" NSCameraUsageDescription: "Secure transmission of mobile DL data" - UILaunchScreen: {} ITSAppUsesNonExemptEncryption: "NO" + LSRequiresIPhoneOS: true + UIApplicationSceneManifest: + UIApplicationSupportsMultipleScenes: false + UISceneConfigurations: {} + UILaunchScreen: {} + UIRequiredDeviceCapabilities: + - armv7 + UISupportedInterfaceOrientations: + - UIInterfaceOrientationPortrait + - UIInterfaceOrientationLandscapeLeft + - UIInterfaceOrientationLandscapeRight settings: base: PRODUCT_BUNDLE_IDENTIFIER: com.spruceid.mobile