Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ After installing the iOS App, you need two main steps to make the extension work

> [!NOTE]
>
> The App cannot detect whether you have enabled the extension in Safari, therefore, the App prompt will not change after you enable the extension. Currently the App interface is only used to set or change the userscripts directory.
> The iOS App cannot detect whether you have enabled the extension in Safari, therefore, the App prompt will not change after you enable the extension. Currently the App interface is only used to set or change the userscripts directory.
>
> You could select an iCloud folder for syncing scripts between macOS and iOS, but please note that there may be delays in synchronization, and you may encounter files be evictioned due to iCloud optimization, please refer to [#424](https://github.com/quoid/userscripts/issues/424).
> You could select an iCloud folder for syncing scripts between macOS and iOS, but please note that there may be delays in synchronization, and you may encounter files be evictioned due to iCloud optimization, please refer to [#424](https://github.com/quoid/userscripts/issues/424). (**Since macOS 15 / iOS 18, please set "keep downloaded" for the folder to avoid eviction**)

There are two main ways to install a user script from the iOS version:

Expand Down Expand Up @@ -386,6 +386,6 @@ Userscripts does not collect any data from its users nor monitor activities or a

## License

Copyright (c) 2018-2024 Justin Wasack
Copyright © 2018-2025 Justin Wasack

Licensed under the [GNU General Public License v3.0](/LICENSE) license for all open source applications. A commercial license is required for all other applications.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ If you are not a member of the project, first you need to fork the master branch

# About

[Userscripts](https://github.com/quoid/userscripts) @ 2018-2023
[Userscripts](https://github.com/quoid/userscripts)
2 changes: 1 addition & 1 deletion docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ Note that all existing `.xcconfig` files already include `.dev.xcconfig` files o

# About

[Userscripts](https://github.com/quoid/userscripts) @ 2018-2024
[Userscripts](https://github.com/quoid/userscripts)
2 changes: 1 addition & 1 deletion docs/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Build the project from here to extension bundled app

# About

[Userscripts](https://github.com/quoid/userscripts) @ 2018-2023
[Userscripts](https://github.com/quoid/userscripts)
2 changes: 1 addition & 1 deletion xcode/xcconfig/Userscripts-Release.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "Userscripts-Base.xcconfig"

INFOPLIST_KEY_NSHumanReadableCopyright = Copyright © 2018–2024 Justin Wasack. All rights reserved.
INFOPLIST_KEY_NSHumanReadableCopyright = Copyright © 2018–2025 Justin Wasack. All rights reserved.
CURRENT_PROJECT_VERSION = 1
MARKETING_VERSION = 1.0.0

Expand Down