From 7c9204c47b8b5fe9a57f69f5ffc9ccad8c2c892b Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 4 Dec 2014 01:03:12 -0800 Subject: [PATCH] Due to @3x we need more room for the scaled paths. --- Library.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library.mm b/Library.mm index 016eaca..b902d4a 100644 --- a/Library.mm +++ b/Library.mm @@ -298,7 +298,7 @@ static NSArray *$useScale$(NSArray *files, bool use = true) { NSString *idiom(IsWild_ ? @"ipad" : @"iphone"); - NSMutableArray *scaled([NSMutableArray arrayWithCapacity:([files count] * 4)]); + NSMutableArray *scaled([NSMutableArray arrayWithCapacity:([files count] * 6)]); for (NSString *file in files) { NSString *base([file stringByDeletingPathExtension]); -- 2.45.2