mirror of
https://github.com/faroukbmiled/RyukGram.git
synced 2026-06-01 05:01:35 +02:00
- Renamed project from SCInsta to RyukGram across all user-facing text,
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
This commit is contained in:
@@ -70,8 +70,8 @@ static char rowStaticRef[] = "row";
|
||||
[super viewWillDisappear:animated];
|
||||
|
||||
if (![[[NSUserDefaults standardUserDefaults] objectForKey:@"SCInstaFirstRun"] isEqualToString:SCIVersionString]) {
|
||||
UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"SCInsta Settings Info"
|
||||
message:@"In the future: Hold down on the three lines at the top right of your profile page, to re-open SCInsta settings."
|
||||
UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"RyukGram Settings Info"
|
||||
message:@"In the future: Hold down on the three lines at the top right of your profile page, to re-open RyukGram settings."
|
||||
preferredStyle:UIAlertControllerStyleAlert];
|
||||
|
||||
[alert addAction:[UIAlertAction actionWithTitle:@"I understand!"
|
||||
|
||||
Reference in New Issue
Block a user