diff options
author | Sam Bingner <sam@bingner.com> | 2018-09-30 22:50:49 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-09-30 22:50:49 -1000 |
commit | ae2e967c43880fbd1b7e7f130541e9dbbca0debf (patch) | |
tree | 09441918f5ad09a47a750885187e44493a5e8b12 /cydo.cpp | |
parent | e1fe198695e4c91f62772fb1dbbfdc4607503cdc (diff) |
Make Cydia compatible back to iOS5 - unable to support older with this apt version due to newer apt requiring functions provided via libc++ on iOS
Diffstat (limited to 'cydo.cpp')
-rw-r--r-- | cydo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ void launch_data_dict_iterate(launch_data_t data, LaunchDataIterator code) { } int main(int argc, char *argv[]) { - patch_setuidandplatformize(); + patch_setuidandplatformize(); auto request(launch_data_new_string(LAUNCH_KEY_GETJOBS)); auto response(launch_msg(request)); launch_data_free(request); |