You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Editor/Mono/Inspector/PlayerSettingsEditor/PlayerSettingsEditor.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -134,9 +134,9 @@ static class Styles
134
134
publicstaticreadonlyGUIContentappleDeveloperTeamID=EditorGUIUtility.TrTextContent("iOS Developer Team ID","Developers can retrieve their Team ID by visiting the Apple Developer site under Account > Membership.");
135
135
publicstaticreadonlyGUIContentuseOnDemandResources=EditorGUIUtility.TrTextContent("Use on demand resources*");
publicstaticreadonlyGUIContentcameraUsageDescription=EditorGUIUtility.TrTextContent("Camera Usage Description*","String shown to the user when requesting permission to use the device camera. Written to the NSCameraUsageDescription field in Xcode project's info.plist file");
138
+
publicstaticreadonlyGUIContentlocationUsageDescription=EditorGUIUtility.TrTextContent("Location Usage Description*","String shown to the user when requesting permission to access the device location. Written to the NSLocationWhenInUseUsageDescription field in Xcode project's info.plist file.");
139
+
publicstaticreadonlyGUIContentmicrophoneUsageDescription=EditorGUIUtility.TrTextContent("Microphone Usage Description*","String shown to the user when requesting to use the device microphone. Written to the NSMicrophoneUsageDescription field in Xcode project's info.plist file");
140
140
publicstaticreadonlyGUIContentmuteOtherAudioSources=EditorGUIUtility.TrTextContent("Mute Other Audio Sources*");
141
141
publicstaticreadonlyGUIContentprepareIOSForRecording=EditorGUIUtility.TrTextContent("Prepare iOS for Recording");
142
142
publicstaticreadonlyGUIContentforceIOSSpeakersWhenRecording=EditorGUIUtility.TrTextContent("Force iOS Speakers when Recording");
0 commit comments