diff --git a/salesbook.Maui/ILLink.Descriptors.xml b/salesbook.Maui/ILLink.Descriptors.xml
index f0d64c6..fda038e 100644
--- a/salesbook.Maui/ILLink.Descriptors.xml
+++ b/salesbook.Maui/ILLink.Descriptors.xml
@@ -1,4 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/salesbook.Maui/MauiProgram.cs b/salesbook.Maui/MauiProgram.cs
index 199c320..e1bf355 100644
--- a/salesbook.Maui/MauiProgram.cs
+++ b/salesbook.Maui/MauiProgram.cs
@@ -104,6 +104,9 @@ namespace salesbook.Maui
builder.Services.AddSingleton();
builder.Services.AddSingleton();
+ _ = typeof(System.Runtime.InteropServices.SafeHandle);
+ _ = typeof(System.IO.FileStream);
+
return builder;
}
}
diff --git a/salesbook.Maui/Platforms/iOS/Info.plist b/salesbook.Maui/Platforms/iOS/Info.plist
index 103dc74..15ed987 100644
--- a/salesbook.Maui/Platforms/iOS/Info.plist
+++ b/salesbook.Maui/Platforms/iOS/Info.plist
@@ -36,8 +36,11 @@
+ NSLocationAlwaysAndWhenInUseUsageDescription
+ Questa app utilizza la tua posizione per migliorare alcune funzionalità basate sulla localizzazione.
+
NSLocationWhenInUseUsageDescription
- L'app utilizza la tua posizione per allegarla alle attività.
+ Questa app utilizza la tua posizione solo mentre è in uso per allegarla alle attività.
NSCameraUsageDescription
Questa app necessita di accedere alla fotocamera per scattare foto.
diff --git a/salesbook.Maui/Platforms/iOS/PrivacyInfo.xcprivacy b/salesbook.Maui/Platforms/iOS/PrivacyInfo.xcprivacy
index fcd26e7..757053b 100644
--- a/salesbook.Maui/Platforms/iOS/PrivacyInfo.xcprivacy
+++ b/salesbook.Maui/Platforms/iOS/PrivacyInfo.xcprivacy
@@ -1,110 +1,48 @@
+
+
+
+
+
+ NSPrivacyCollectedDataTypes
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeUserID
+ NSPrivacyCollectedDataTypeLinkedToUser
+
+ NSPrivacyCollectedDataTypeTracking
+
+
+
-
-
-
-
- NSPrivacyAccessedAPITypes
-
-
- NSPrivacyAccessedAPIType
- NSPrivacyAccessedAPICategoryFileTimestamp
- NSPrivacyAccessedAPITypeReasons
-
- C617.1
-
-
-
- NSPrivacyAccessedAPIType
- NSPrivacyAccessedAPICategorySystemBootTime
- NSPrivacyAccessedAPITypeReasons
-
- 35F9.1
-
-
-
- NSPrivacyAccessedAPIType
- NSPrivacyAccessedAPICategoryDiskSpace
- NSPrivacyAccessedAPITypeReasons
-
- E174.1
-
-
-
- NSPrivacyAccessedAPIType
- NSPrivacyAccessedAPICategoryUserDefaults
- NSPrivacyAccessedAPITypeReasons
-
- CA92.1
-
-
-
- NSPrivacyCollectedDataTypes
-
-
-
- NSPrivacyCollectedDataTypeUserID
- NSPrivacyCollectedDataTypeLocation
- NSPrivacyCollectedDataTypeLinked
-
- NSPrivacyCollectedDataTypeTracking
-
- NSPrivacyCollectedDataTypePurposes
-
- NSPrivacyCollectedDataTypePurposeAppFunctionality
-
-
-
- NSPrivacyCollectedDataTypeEmailAddress
- NSPrivacyCollectedDataTypeLocation
- NSPrivacyCollectedDataTypeLinked
-
- NSPrivacyCollectedDataTypeTracking
-
- NSPrivacyCollectedDataTypePurposes
-
- NSPrivacyCollectedDataTypePurposeAppFunctionality
-
-
-
- NSPrivacyCollectedDataTypePhoneNumber
- NSPrivacyCollectedDataTypeLocation
- NSPrivacyCollectedDataTypeLinked
-
- NSPrivacyCollectedDataTypeTracking
-
- NSPrivacyCollectedDataTypePurposes
-
- NSPrivacyCollectedDataTypePurposeAppFunctionality
-
-
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPITypeCamera
+ NSPrivacyAccessedAPITypeReasons
+
+ CAMeraCapture
+
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPITypePhotoLibrary
+ NSPrivacyAccessedAPITypeReasons
+
+ PHOTOLibraryAdd
+ PHOTOLibraryRead
+
+
+
-
-
- NSPrivacyCollectedDataType
- NSPrivacyCollectedDataTypeOtherDiagnosticData
- NSPrivacyCollectedDataTypeLinked
-
- NSPrivacyCollectedDataTypeTracking
-
- NSPrivacyCollectedDataTypePurposes
-
- NSPrivacyCollectedDataTypePurposeAppFunctionality
-
-
-
- NSPrivacyCollectedDataType
- NSPrivacyCollectedDataTypeCrashData
- NSPrivacyCollectedDataTypeLinked
-
- NSPrivacyCollectedDataTypeTracking
-
- NSPrivacyCollectedDataTypePurposes
-
- NSPrivacyCollectedDataTypePurposeAppFunctionality
-
-
-
-
-
-
-
+
+ NSPrivacyTracking
+
+ NSPrivacyTrackingDomains
+
+ NSPrivacyCustomPurposeDescription
+
+
+
diff --git a/salesbook.Maui/Resources/AppIcon/appicon.svg b/salesbook.Maui/Resources/AppIcon/appicon.svg
index 869321d..0e60e3c 100644
--- a/salesbook.Maui/Resources/AppIcon/appicon.svg
+++ b/salesbook.Maui/Resources/AppIcon/appicon.svg
@@ -1 +1,8 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/salesbook.Maui/Resources/AppIcon/appiconfg.svg b/salesbook.Maui/Resources/AppIcon/appiconfg.svg
index abe196b..7741d3d 100644
--- a/salesbook.Maui/Resources/AppIcon/appiconfg.svg
+++ b/salesbook.Maui/Resources/AppIcon/appiconfg.svg
@@ -1 +1,10 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/salesbook.Maui/salesbook.Maui.csproj b/salesbook.Maui/salesbook.Maui.csproj
index 4b8df4f..3f80f55 100644
--- a/salesbook.Maui/salesbook.Maui.csproj
+++ b/salesbook.Maui/salesbook.Maui.csproj
@@ -30,7 +30,7 @@
2.0.3
- 10
+ 13
14.2