Skip to content
Open
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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2014-2024 Karen/あけみ, Linus Yang
Copyright (C) 2014-2025 Karen/あけみ, Linus Yang

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion appinst/appinst.m
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ bool isSafeToDeleteAppInstTemporaryDirectory(NSString *workPath) {
int main(int argc, const char *argv[]) {
@autoreleasepool {
printf("appinst (App Installer)\n");
printf("Copyright (C) 2014-2024 Karen/あけみ\n");
printf("Copyright (C) 2014-2025 Karen/あけみ\n");
printf("** PLEASE DO NOT USE APPINST FOR PIRACY **\n");
if (access(DPKG_PATH, F_OK) == -1) {
printf("You seem to have installed appinst from an APT repository that is not cydia.akemi.ai.\n");
Expand Down
2 changes: 1 addition & 1 deletion asu_inject/asu_inject.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static void inject_dylib(const char *name, pid_t pid, const char *dylib) {

int main(int argc, char *argv[]) {
printf("asu_inject for AppSync Unified\n");
printf("Copyright (C) 2014-2024 Karen/あけみ\n");
printf("Copyright (C) 2014-2025 Karen/あけみ\n");
if (access(DPKG_PATH, F_OK) == -1) {
printf("You seem to have installed AppSync Unified from an APT repository that is not cydia.akemi.ai.\n");
printf("Please make sure that you download AppSync Unified from the official repository to ensure proper operation.\n");
Expand Down
5 changes: 5 additions & 0 deletions changelog-inline.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<panel>
<label>118.0: 2025/10/04</label>
<fieldset>
<div><label>Added support for all iOS versions up to iOS 18.7.1.</label></div>
<div><label>No other changes were made to AppSync Unified's functionality or code.</label></div>
</fieldset>
<label>116.0: 2024/11/28</label>
<fieldset>
<div><label>Added support for all iOS versions up to iOS 18.2.</label></div>
Expand Down
4 changes: 2 additions & 2 deletions control
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Conflicts: us.hackulo.appsync50, us.hackulo.appsync50plus, com.hackyouriphone.appsync7, com.teiron.ppsync, appsync50plus2.25pp, com.linusyang.appsync, com.sull.appsyncunified, com.sull.appsyncunifiedbeta, com.xsellize.appsync50, com.xsellize.appsync50plus, appsync50plus.178, appsync50plus2.178, cydia.net.angelxwind.appsyncunified, com.ifucker.appsync, com.sexyphonetech.appsyncunified, appsyncunifiedofficial, org.digbick.asufixed, cn.mingmei.asu623517234615234813, technology.goated.appsync, technology.goated.appsyncunified, vaginalfisting.appsynctool, science.xnu.substitute, akemi.appsink, akemi.appsyncunifed, akemi.appsyncunifed2, akemi.appsyncunifedpatched, appsyncpatched, appsyncrootless, weaponized.autism.technology.appsyncunified, ellekit (< 1.1)
Depends: firmware (>= 5.0), mobilesubstrate (>= 0.9.5100), firmware (<= 18.2)
Depends: firmware (>= 5.0), mobilesubstrate (>= 0.9.5100), firmware (<= 18.7.1)
Depiction: https://cydia.akemi.ai/?page/ai.akemi.appsyncunified
Maintainer: Karen/あけみ <karen@akemi.ai>
Homepage: https://cydia.akemi.ai/
Provides: appsync, net.angelxwind.appsyncunified
Replaces: us.hackulo.appsync50, net.angelxwind.appsyncunified
Package: ai.akemi.appsyncunified
Name: AppSync Unified
Version: 116.0
Version: 118.0
Architecture: iphoneos-arm
Description: Enables the ability to install unsigned/fakesigned iOS applications.
Section: Tweaks
Expand Down
2 changes: 1 addition & 1 deletion pkg-actions/pkg-actions.m
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ int main(int argc, const char **argv) {
LOG("Running prerm…\n");
#endif
printf("AppSync Unified\n");
printf("Copyright (C) 2014-2024 Karen/あけみ\n");
printf("Copyright (C) 2014-2025 Karen/あけみ\n");
printf("** PLEASE DO NOT USE APPSYNC UNIFIED FOR PIRACY **\n");
if (access(DPKG_PATH, F_OK) == -1) {
printf("You seem to have installed AppSync Unified from an APT repository that is not cydia.akemi.ai.\n");
Expand Down
4 changes: 2 additions & 2 deletions redditpost.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Any support is _greatly_ appreciated, but donations are *not* and will *never* b

---

# Changelog for 116.0 ([full changelog](https://cydia.akemi.ai/?page/ai.akemi.appsyncunified-changelog))
# Changelog for 118.0 ([full changelog](https://cydia.akemi.ai/?page/ai.akemi.appsyncunified-changelog))

* Added support for all iOS versions up to iOS 18.2.
* Added support for all iOS versions up to iOS 18.7.1.
* No other changes were made to AppSync Unified's functionality or code.

---
Expand Down