-
Notifications
You must be signed in to change notification settings - Fork 301
Merge develop into master #112
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
Conversation
This is to avoid importing AppKit when building for visionOS
Initial support for visionOS
…e project, updated to use SPM instead. Simplified Package.swift.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR merges develop into master while updating the highlighter library, removing outdated Pod integration, and renaming directories and resource paths to support new asset processing. Key changes include:
- Removal of legacy Pod-specific files (LICENSE, podspec, Xcode schemes, etc.) and old [email protected].
- Updates in Package.swift to change source paths from "Pod/Classes" to "src/classes" and to process assets using new directives.
- Updates in the Example project, including a dependency import change and Interface Builder upgrades in LaunchScreen.xib.
Reviewed Changes
Copilot reviewed 18 out of 372 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| Pod/Assets/styles/a11y-dark.min.css | Removed outdated theme file. |
| Pod/Assets/Highlighter/LICENSE | Removed legacy license file from Pod integration. |
| [email protected] | Removed outdated Swift package configuration. |
| Package.swift | Updated project paths, resource processing, and asset references. |
| Highlightr/* | Removal of legacy iOS/macOS target files (Info.plist, headers). |
| Highlightr.xcodeproj/* | Removed old Xcode schemes and workspace settings. |
| Highlightr.podspec | Podspec removed due to dropping Pod integration. |
| Example/Highlightr/SampleCode.swift | Updated dependency import from ActionSheetPicker_3_0 to CoreActionSheetPicker. |
| Example/Highlightr/Base.lproj/LaunchScreen.xib | Updated XIB for new Interface Builder tools and layout adjustments. |
| Example/Highlightr.xcodeproj/project.pbxproj | Revised project build settings and swift package references. |
| CHANGELOG.md | Updated release notes to reflect v2.3.0 changes. |
Files not reviewed (2)
- Example/Highlightr.xcworkspace/contents.xcworkspacedata: Language not supported
- Highlightr.xcodeproj/project.xcworkspace/contents.xcworkspacedata: Language not supported
Co-authored-by: Copilot <[email protected]>
Updated highlighter.js to v11.11.1, removed Pod integration, made code more defensive and added a bunch of new themes.