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 /MobileCydia.mm | |
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 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 20fe182..1efa9af 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -64,7 +64,6 @@ #undef ABS -#include "apt.h" #include <apt-pkg/acquire.h> #include <apt-pkg/acquire-item.h> #include <apt-pkg/algorithms.h> @@ -2458,11 +2457,7 @@ struct PackageNameOrdering : } while (false); _end _profile(Package$initWithVersion$Tags) -#ifdef __arm64__ pkgCache::TagIterator tag(version_.TagList()); -#else - pkgCache::TagIterator tag(iterator.TagList()); -#endif if (!tag.end()) { tags_ = [NSMutableArray arrayWithCapacity:8]; |