diff --git a/LastenradBayern/ShareeBike.Android/Properties/AndroidManifest.xml b/LastenradBayern/ShareeBike.Android/Properties/AndroidManifest.xml index 3edfaac..3a97d69 100644 --- a/LastenradBayern/ShareeBike.Android/Properties/AndroidManifest.xml +++ b/LastenradBayern/ShareeBike.Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/LastenradBayern/ShareeBike.Android/Properties/AssemblyInfo.cs b/LastenradBayern/ShareeBike.Android/Properties/AssemblyInfo.cs index 12a129d..66b9b47 100644 --- a/LastenradBayern/ShareeBike.Android/Properties/AssemblyInfo.cs +++ b/LastenradBayern/ShareeBike.Android/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ using Xamarin.Forms; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("LastenradBayern.Android")] -[assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyCopyright("Copyright © 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/LastenradBayern/ShareeBike.iOS/AppDelegate.cs b/LastenradBayern/ShareeBike.iOS/AppDelegate.cs index 9b623f5..e3e6547 100644 --- a/LastenradBayern/ShareeBike.iOS/AppDelegate.cs +++ b/LastenradBayern/ShareeBike.iOS/AppDelegate.cs @@ -1,4 +1,4 @@ -using Foundation; +using Foundation; using UIKit; using Xamarin.Forms; using Xamarin.Forms.Platform.iOS; diff --git a/LastenradBayern/ShareeBike.iOS/Info.plist b/LastenradBayern/ShareeBike.iOS/Info.plist index cb4ad10..f5533e0 100644 --- a/LastenradBayern/ShareeBike.iOS/Info.plist +++ b/LastenradBayern/ShareeBike.iOS/Info.plist @@ -56,9 +56,9 @@ CFBundleDisplayName LastenradBayern CFBundleVersion - 381 + 382 CFBundleShortVersionString - 3.0.381 + 3.0.382 ITSAppUsesNonExemptEncryption diff --git a/LastenradBayern/ShareeBike.iOS/LastenradBayern.iOS.csproj b/LastenradBayern/ShareeBike.iOS/LastenradBayern.iOS.csproj index 3d781b4..f7c15e0 100644 --- a/LastenradBayern/ShareeBike.iOS/LastenradBayern.iOS.csproj +++ b/LastenradBayern/ShareeBike.iOS/LastenradBayern.iOS.csproj @@ -14,7 +14,7 @@ 3.0 manual - 16.4 + 17.4 true @@ -28,7 +28,7 @@ x86_64 None true - + Provisioning_Profile_LastenradBayern_Development Apple Development: Oliver Hauff (8SZ7J9P24J) @@ -59,7 +59,7 @@ Entitlements.plist None -all - Provisioning_Profile_LastenradBayern_Development + none @@ -256,6 +256,7 @@ + diff --git a/LastenradBayern/ShareeBike.iOS/PrivacyInfo.xcprivacy b/LastenradBayern/ShareeBike.iOS/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..bb80805 --- /dev/null +++ b/LastenradBayern/ShareeBike.iOS/PrivacyInfo.xcprivacy @@ -0,0 +1,41 @@ + + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategorySystemBootTime + NSPrivacyAccessedAPITypeReasons + + 35F9.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryDiskSpace + NSPrivacyAccessedAPITypeReasons + + E174.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + + \ No newline at end of file diff --git a/LastenradBayern/ShareeBike/App.xaml.cs b/LastenradBayern/ShareeBike/App.xaml.cs index 817fd0c..157cef9 100644 --- a/LastenradBayern/ShareeBike/App.xaml.cs +++ b/LastenradBayern/ShareeBike/App.xaml.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/LastenradBayern/ShareeBike/View/BikesAtStation/BikesAtStationPage.xaml b/LastenradBayern/ShareeBike/View/BikesAtStation/BikesAtStationPage.xaml index d7b16eb..6863b38 100644 --- a/LastenradBayern/ShareeBike/View/BikesAtStation/BikesAtStationPage.xaml +++ b/LastenradBayern/ShareeBike/View/BikesAtStation/BikesAtStationPage.xaml @@ -95,21 +95,14 @@ - - - - - - - - - Designer - MSBuild:UpdateDesignTimeXaml - - - - - Designer - MSBuild:UpdateDesignTimeXaml - - Designer diff --git a/ShareeBike/ShareeBike.Android/Properties/AndroidManifest.xml b/ShareeBike/ShareeBike.Android/Properties/AndroidManifest.xml index c7e1fef..ce5b92e 100644 --- a/ShareeBike/ShareeBike.Android/Properties/AndroidManifest.xml +++ b/ShareeBike/ShareeBike.Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/ShareeBike/ShareeBike.Android/Properties/AssemblyInfo.cs b/ShareeBike/ShareeBike.Android/Properties/AssemblyInfo.cs index c572d4a..3245e4c 100644 --- a/ShareeBike/ShareeBike.Android/Properties/AssemblyInfo.cs +++ b/ShareeBike/ShareeBike.Android/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Android.App; @@ -12,7 +12,7 @@ using Xamarin.Forms; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("ShareeBike.Android")] -[assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyCopyright("Copyright © 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] diff --git a/ShareeBike/ShareeBike.iOS/AppDelegate.cs b/ShareeBike/ShareeBike.iOS/AppDelegate.cs index 9b623f5..e3e6547 100644 --- a/ShareeBike/ShareeBike.iOS/AppDelegate.cs +++ b/ShareeBike/ShareeBike.iOS/AppDelegate.cs @@ -1,4 +1,4 @@ -using Foundation; +using Foundation; using UIKit; using Xamarin.Forms; using Xamarin.Forms.Platform.iOS; diff --git a/ShareeBike/ShareeBike.iOS/Info.plist b/ShareeBike/ShareeBike.iOS/Info.plist index 2800227..9e9d7e9 100644 --- a/ShareeBike/ShareeBike.iOS/Info.plist +++ b/ShareeBike/ShareeBike.iOS/Info.plist @@ -56,9 +56,9 @@ CFBundleDisplayName sharee.bike CFBundleVersion - 381 + 382 CFBundleShortVersionString - 3.0.381 + 3.0.382 ITSAppUsesNonExemptEncryption diff --git a/ShareeBike/ShareeBike.iOS/PrivacyInfo.xcprivacy b/ShareeBike/ShareeBike.iOS/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..bb80805 --- /dev/null +++ b/ShareeBike/ShareeBike.iOS/PrivacyInfo.xcprivacy @@ -0,0 +1,41 @@ + + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategorySystemBootTime + NSPrivacyAccessedAPITypeReasons + + 35F9.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryDiskSpace + NSPrivacyAccessedAPITypeReasons + + E174.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + + \ No newline at end of file diff --git a/ShareeBike/ShareeBike.iOS/ShareeBike.iOS.csproj b/ShareeBike/ShareeBike.iOS/ShareeBike.iOS.csproj index eb2abf5..3390dd6 100644 --- a/ShareeBike/ShareeBike.iOS/ShareeBike.iOS.csproj +++ b/ShareeBike/ShareeBike.iOS/ShareeBike.iOS.csproj @@ -28,8 +28,9 @@ x86_64 None true - + Provisioning_Profile_shareebike_Development Apple Development: Oliver Hauff (8SZ7J9P24J) + 17.4 none @@ -41,8 +42,9 @@ SdkOnly x86_64 false - sharee.bike to App Store 3 + Automatisch Apple Distribution: TeilRad GmbH (LXJD6URCHR) + 17.4 true @@ -78,6 +80,7 @@ SdkOnly + 17.4 none @@ -95,6 +98,7 @@ SdkOnly + 17.4 none @@ -108,6 +112,7 @@ Apple Distribution: TeilRad GmbH (LXJD6URCHR) Entitlements.plist SdkOnly + 17.4 @@ -253,6 +258,7 @@ + diff --git a/ShareeBike/ShareeBike/App.xaml.cs b/ShareeBike/ShareeBike/App.xaml.cs index d5cf9dd..1587fe0 100644 --- a/ShareeBike/ShareeBike/App.xaml.cs +++ b/ShareeBike/ShareeBike/App.xaml.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/ShareeBike/ShareeBike/View/BikesAtStation/BikesAtStationPage.xaml b/ShareeBike/ShareeBike/View/BikesAtStation/BikesAtStationPage.xaml index a607712..8c6189c 100644 --- a/ShareeBike/ShareeBike/View/BikesAtStation/BikesAtStationPage.xaml +++ b/ShareeBike/ShareeBike/View/BikesAtStation/BikesAtStationPage.xaml @@ -95,21 +95,14 @@ - - - - - -