├── .gitattributes ├── Makefile ├── NoPasteAlerts16.plist ├── README.md ├── Tweak.xm ├── control └── packages ├── com.0xkuj.nopastealerts16_1.0.0_iphoneos-arm.deb └── com.0xkuj.nopastealerts16_1.0.0_iphoneos-arm64.deb /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/NoPasteAlerts16/HEAD/.gitattributes -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/NoPasteAlerts16/HEAD/Makefile -------------------------------------------------------------------------------- /NoPasteAlerts16.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/NoPasteAlerts16/HEAD/NoPasteAlerts16.plist -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/NoPasteAlerts16/HEAD/README.md -------------------------------------------------------------------------------- /Tweak.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/NoPasteAlerts16/HEAD/Tweak.xm -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/NoPasteAlerts16/HEAD/control -------------------------------------------------------------------------------- /packages/com.0xkuj.nopastealerts16_1.0.0_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/NoPasteAlerts16/HEAD/packages/com.0xkuj.nopastealerts16_1.0.0_iphoneos-arm.deb -------------------------------------------------------------------------------- /packages/com.0xkuj.nopastealerts16_1.0.0_iphoneos-arm64.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xkuj/NoPasteAlerts16/HEAD/packages/com.0xkuj.nopastealerts16_1.0.0_iphoneos-arm64.deb --------------------------------------------------------------------------------