Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
We always use #include. #import is a nice ObjC feature (in theory), but can
lead to odd results in corner cases.
|
|
|
|
|
|
This also fixes a memory leak in OSystem_iOS7::addSysArchivesToSearchSet.
|
|
|
|
reference.
|
|
The make* factory functions are public in the base class, thus keep the
visibility the same.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The "iphone" backend is the support for the old iPhones.
The "ios7" backend is for the new iPhones.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|