MediaEditor-iOS icon indicating copy to clipboard operation
MediaEditor-iOS copied to clipboard

Add Package.swift

Open kean opened this issue 1 year ago • 0 comments

  • Add Package.swift
  • Update Bundle usages when SWIFT_PACKAGE is defined
  • Use Objective-C names for classes in storyboards – these don't get mangled

Instead of this (crashes):

customClass="MediaEditorThumbCell" customModule="MediaEditor" customModuleProvider="target"

It's now simply this:

customClass="WPMediaEditorThumbCell"

To test:


PR submission checklist:

  • [ ] I have considered adding unit tests where possible.
  • [ ] I have considered adding accessibility improvements for my changes.
  • [ ] I have considered if this change warrants release notes and have added them to the appropriate section in the CHANGELOG.md if necessary.

kean avatar Jun 28 '24 12:06 kean