Commit Graph

4 Commits

Author SHA1 Message Date
Michelle Linington
543902d034 Call UIApplicationMain() outside of autoreleasepool
Since UIApplicationMain() never returns, it'll prevent its containing
autoreleasepool from draining. This could in leaked objects that are
never released.

This isn't terribly necessary, since we don't have any leaked
autoreleased objects from our pre-UIAppMain setup. But if that ever
changes, this will prevent us from inadvertently leaking memory.
2021-04-08 13:35:17 -07:00
Frederic Jacobs
f6c0625c2c Removing unused imported classes.
//FREEBIE
2015-07-27 16:19:08 +02:00
Craig Gidney
f1de95ab06 Recursively added dot syntax, translating more terms when they were encountered in the dif
FREEBIE
2014-09-12 07:21:17 +02:00
Frederic Jacobs
6373507108 initial commit 2014-05-06 19:41:08 +02:00