-
Notifications
You must be signed in to change notification settings - Fork 225
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
build: v4.5.0, v1.5.0 #670
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://developer.apple.com/documentation/fileprovider#2918905 https://developer.apple.com/documentation/bundleresources/information_property_list/uifilesharingenabled https://developer.apple.com/documentation/bundleresources/information_property_list/lssupportsopeningdocumentsinplace https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252-SW20 https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/TP40009250-SW13
The entitlement is no longer included in Apple’s latest documentation. Seems to be contained by `com.apple.security.files.user-selected.read-write` https://developer.apple.com/documentation/security/app_sandbox
refactor(native): several significant improvements around preferences
can easily use different sources of `manifest.json` files extension version number are automatically introduced distinguish extension name or icons in different config all done automatically during the Xcode build process
only parse userjs code without apis precode reduce computation and avoid js minify errors inject into page with closed ShadowRoot for better security
Co-authored-by: quoid <[email protected]>
Co-authored-by: Justin Wasack <[email protected]>
refactor(dev): setup jsconfig and type checking and fixes
With this new way of development build and server, modify and save the extension code in the src to instantly see the reaction in the safari extension environment. The extension pages (popup, background etc.) are automatically refreshed, and the content scripts will instantly updated the next time the page is reload.
Create a new configuration to correspond to the new remote real-time development build.
refactor(dev): introduce new remote real-time development experience
fix: correctly handle url containing hash but without search
chore: xcode swift indent replace spaces to tabs
cherry-pick from commit bb066a8
cherry-pick from commit 71582a0
quoid
approved these changes
Jul 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The base branch is v4.4.4, and hotfix for v4.4.5 is included in #560
This PR introduces all changes from v4.4.4 to #594 and cherry-pick commits from:
Open Extension Page
button work stably #616Releases will be made on this branch, and this branch should NOT be merged back into the
main
branch.