mirror of
https://github.com/faroukbmiled/RyukGram.git
synced 2026-04-26 14:16:40 +02:00
4ebd4d2c0d
settings UI, build scripts, workflows, control file, and Makefile
- Added built-in sideload compatibility patch:
keychain access group discovery, SecItem rebinding via fishhook,
NSFileManager app group fallback, Cloud Kit entitlement patches
- Added fishhook library (modules/fishhook/) for C function rebinding
- Updated README with new features, repo links, and credits
- Updated GitHub Actions workflows for RyukGram naming
- Plist renamed from SCInsta.plist to RyukGram.plist
14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Filter</key>
|
|
<dict>
|
|
<key>Bundles</key>
|
|
<array>
|
|
<string>com.burbn.instagram</string>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
</plist> |