Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document drag'n'drop #330

Merged
merged 16 commits into from
Mar 2, 2024

Test publisher

ff3ca68
Select commit
Loading
Failed to load commit list.
Merged

Document drag'n'drop #330

Test publisher
ff3ca68
Select commit
Loading
Failed to load commit list.
Xcode Cloud / VoiceOver Designer | Build Preview | Build - iOS succeeded Jan 23, 2024 in 1m 56s

6 warnings

Report Summary
Errors 0
Test Failures 0
Analysis Issues 0
Warnings 6

Details

6 Warnings

Details

  Shared/Sources/TextRecognition/TextRecognitionService.swift:61
      'supportedRecognitionLanguages(for:revision:)' was deprecated in iOS 15.0
  Shared/Sources/Document/Accessibility/Protocols/AccessibilityView/Artboard+Grouping.swift:70
      String interpolation produces a debug description for an optional value; did you mean to make this explicit?
  The CFBundleVersion of an app extension ('1') must match that of its containing parent app ('2').
  Shared/Sources/TextRecognition/TextRecognitionService.swift:75
      'languageCode' was deprecated in iOS 16: renamed to 'language.languageCode.identifier'
  Shared/Sources/Canvas/Drawing/DrawingController.swift:229
      Treating a forced downcast to 'CGImage' as optional will never produce 'nil'
  Shared/Sources/Document/Accessibility/Array+Move.swift:53
      Result of call to 'remove' is unused