Janum Trivedi 可变模糊效果的单文件 App Store 安全版本

变量模糊视图

Janum Trivedi 可变模糊效果的单文件 App Store 安全版本。

原作者:@jtrivedi

原始存储库: https: //github.com/jtrivedi/VariableBlurView

变量BlurView.mp4

安装

只需拖入VariableBlurView.swift您的项目即可。或者,添加包 URL:

https://github.com/aheze/VariableBlurView

它在 App Store 中的安全性如何?

好吧,它仍然使用CAFilter私有 API,但我将其混淆为 base64 字符串。我在《午夜》中使用过这种方法,效果很好。

此外,此版本通过了 App Review——Janum 的原始版本包含一个 objc 连接标头,该标头被自动拒绝。这个版本使用了一堆 objc 选择器。

执照

原始许可证在这里

MIT License

Copyright (c) 2023 A. Zheng

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

GitHub

查看 Github