-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
2,031 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* Bundle name */ | ||
"CFBundleName" = "UTM"; | ||
|
||
/* Privacy - Local Network Usage Description */ | ||
"NSLocalNetworkUsageDescription" = "La macchina virtuale può accedere alla rete locale. Inoltre, UTM, si avvale della rete locale per comunicare con AltServer"; | ||
|
||
/* Privacy - Location Always and When In Use Usage Description */ | ||
"NSLocationAlwaysAndWhenInUseUsageDescription" = "UTM richiede il permesso di accedere alla posizione periodicamente per assicurarsi che il sistema mantenga il processo in background. I dati raccolti sulla posizione non lasceranno il tuo dispositivo."; | ||
|
||
/* Privacy - Location Always Usage Description */ | ||
"NSLocationAlwaysUsageDescription" = "UTM richiede il permesso di accedere alla posizione periodicamente per assicurarsi che il sistema mantenga il processo in background. I dati raccolti sulla posizione non lasceranno il tuo dispositivo."; | ||
|
||
/* Privacy - Location When In Use Usage Description */ | ||
"NSLocationWhenInUseUsageDescription" = "UTM richiede il permesso di accedere alla posizione periodicamente per assicurarsi che il sistema mantenga il processo in background. I dati raccolti sulla posizione non lasceranno il tuo dispositivo."; | ||
|
||
/* Privacy - Microphone Usage Description */ | ||
"NSMicrophoneUsageDescription" = "Permette alle Macchine Virtuali di accedere al Microfono"; | ||
|
||
/* (No Comment) */ | ||
"UTM virtual machine" = "Macchina Virtuale UTM"; |
Oops, something went wrong.