Skip to content

Commit

Permalink
Try adding missing infos from Tuist project
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Aug 2, 2024
1 parent 0c538ed commit 7ef82d6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ef82d6

Please sign in to comment.