示例#1
0
        protected override void OnDrawUsageDescriptions()
        {
            IosGoodiesEditorUtils.DrawPlistUsageDescriptionLabel(IGProjectPostprocessor.CalendarsUsageDescription);
            IosGoodiesSettings.CalendarUsageDescription = IosGoodiesEditorUtils.DrawPlistUsageDescriptionText(IosGoodiesSettings.CalendarUsageDescription);

            IosGoodiesEditorUtils.DrawPlistUsageDescriptionLabel(IGProjectPostprocessor.RemindersUsageDescriptionKey);
            IosGoodiesSettings.RemindersUsageDescription = IosGoodiesEditorUtils.DrawPlistUsageDescriptionText(IosGoodiesSettings.RemindersUsageDescription);
        }
        protected override void OnDrawUsageDescriptions()
        {
            IosGoodiesEditorUtils.DrawPlistUsageDescriptionLabel(IGProjectPostprocessor.PhotoLibraryUsageDescription);
            IosGoodiesSettings.ImagePickerUsageDescription = IosGoodiesEditorUtils.DrawPlistUsageDescriptionText(IosGoodiesSettings.ImagePickerUsageDescription);

            EditorGUILayout.Space();

            IosGoodiesEditorUtils.DrawPlistUsageDescriptionLabel(IGProjectPostprocessor.CameraUsageDescription);
            IosGoodiesSettings.PhotoPickerUsageDescription = IosGoodiesEditorUtils.DrawPlistUsageDescriptionText(IosGoodiesSettings.PhotoPickerUsageDescription);

            EditorGUILayout.Space();

            IosGoodiesEditorUtils.DrawPlistUsageDescriptionLabel(IGProjectPostprocessor.PhotoLibraryAddUsageDescription);
            IosGoodiesSettings.AddPhotoToGalleryUsageDescription = IosGoodiesEditorUtils.DrawPlistUsageDescriptionText(IosGoodiesSettings.AddPhotoToGalleryUsageDescription);
        }
示例#3
0
 protected override void OnDrawUsageDescriptions()
 {
     IosGoodiesEditorUtils.DrawPlistUsageDescriptionLabel(IGProjectPostprocessor.FaceIdUsageDescription);
     IosGoodiesSettings.BiometricsUsageDescription = IosGoodiesEditorUtils.DrawPlistUsageDescriptionText(IosGoodiesSettings.BiometricsUsageDescription);
 }