From a7e4d0121a4ec7ea62e6b139489223637fa77591 Mon Sep 17 00:00:00 2001 From: Marco Zimmermann Date: Fri, 15 Oct 2021 08:48:52 +0200 Subject: [PATCH] updates version Signed-off-by: Marco Zimmermann --- DP3TApp/Supporting Files/Info.plist | 10 ++++---- DP3TAppClip/Info.plist | 36 ++++++++++++++--------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/DP3TApp/Supporting Files/Info.plist b/DP3TApp/Supporting Files/Info.plist index a3880ce9..9934fbc1 100644 --- a/DP3TApp/Supporting Files/Info.plist +++ b/DP3TApp/Supporting Files/Info.plist @@ -2,10 +2,6 @@ - LSApplicationQueriesSchemes - - covidcert - BGTaskSchedulerPermittedIdentifiers org.dpppt.exposure-notification @@ -24,7 +20,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.1.0 + 2.2.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) ENAPIVersion @@ -33,6 +29,10 @@ $(EN_DEVELOPER_REGION) ITSAppUsesNonExemptEncryption + LSApplicationQueriesSchemes + + covidcert + LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/DP3TAppClip/Info.plist b/DP3TAppClip/Info.plist index 6ffe791d..c209a92f 100644 --- a/DP3TAppClip/Info.plist +++ b/DP3TAppClip/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.1.0 + 2.2.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) LSRequiresIPhoneOS @@ -29,6 +29,17 @@ NSAppClipRequestLocationConfirmation + UIAppFonts + + Inter-Regular.ttf + Inter-Black.ttf + Inter-Bold.ttf + Inter-ExtraBold.ttf + Inter-Light.ttf + Inter-Medium.ttf + Inter-SemiBold.ttf + Inter-ExtraLight.ttf + UIApplicationSceneManifest UIApplicationSupportsMultipleScenes @@ -50,6 +61,12 @@ UILaunchStoryboardName LaunchScreen + UIRequiredDeviceCapabilities + + armv7 + telephony + bluetooth-le + UISupportedInterfaceOrientations UIInterfaceOrientationPortrait @@ -63,22 +80,5 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIAppFonts - - Inter-Regular.ttf - Inter-Black.ttf - Inter-Bold.ttf - Inter-ExtraBold.ttf - Inter-Light.ttf - Inter-Medium.ttf - Inter-SemiBold.ttf - Inter-ExtraLight.ttf - - UIRequiredDeviceCapabilities - - armv7 - telephony - bluetooth-le -