Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 7ef82d6

Browse files
committed
Try adding missing infos from Tuist project
1 parent 0c538ed commit 7ef82d6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

project.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,18 @@ targets:
3636
CFBundlePackageType: "APPL"
3737
NSBluetoothAlwaysUsageDescription: "Secure transmission of mobile DL data"
3838
NSCameraUsageDescription: "Secure transmission of mobile DL data"
39-
UILaunchScreen: {}
4039
ITSAppUsesNonExemptEncryption: "NO"
40+
LSRequiresIPhoneOS: true
41+
UIApplicationSceneManifest:
42+
UIApplicationSupportsMultipleScenes: false
43+
UISceneConfigurations: {}
44+
UILaunchScreen: {}
45+
UIRequiredDeviceCapabilities:
46+
- armv7
47+
UISupportedInterfaceOrientations:
48+
- UIInterfaceOrientationPortrait
49+
- UIInterfaceOrientationLandscapeLeft
50+
- UIInterfaceOrientationLandscapeRight
4151
settings:
4252
base:
4353
PRODUCT_BUNDLE_IDENTIFIER: com.spruceid.mobile

0 commit comments

Comments
 (0)