14 Commits

Author SHA1 Message Date
Jon Maddox
73b85c67ef manually install the mobileprovision file before building 2013-05-31 02:02:39 -04:00
Jon Maddox
b17747446f add mobileprovision reader 2013-05-31 02:02:19 -04:00
Jon Maddox
8519015250 update iOS build script
1. Provides for better support of passing in the NOCODESIGN env var to
NOT codesign the build
2. Will once again codesign all of the dylibs in the modules directory
(wildcard paths passed to codesign broke in some update to Xcode)
2013-05-27 22:39:21 -04:00
Jon Maddox
fb5c0ae490 codesign any dynamic lib inside /modules 2013-04-05 14:58:09 -04:00
Jon Maddox
f42078363d script/build will do the only thing that matters, the app building and codesigning 2013-03-26 10:36:40 -04:00
Jon Maddox
406ba52e4d drop all the build scripts, these belong in libretro-super 2013-03-26 10:36:21 -04:00
Jon Maddox
6945712ead add an announcement to explain where they can find the app 2013-03-25 12:34:01 -04:00
Jon Maddox
8d30aba4d7 give the ability to disable codesigning so this build stack can hopefully be helpful to jailbreak distroing too 2013-03-25 12:29:46 -04:00
Jon Maddox
e90ef21565 general overall build script 2013-03-25 12:08:34 -04:00
Jon Maddox
56c1a5e0f1 build the ios app
* import the build config
* clean the build
* build the app
* codesign the emulator core dynamic libraries
* package the app into an IPA with the preferenced mobile provisioning
2013-03-25 11:44:00 -04:00
Jon Maddox
80678332ec add build config file 2013-03-25 11:38:39 -04:00
Jon Maddox
2926e4533d removes the tmp directory 2013-03-25 09:18:29 -04:00
Jon Maddox
845b87fbba main core build script, calls all the build scripts for all of the cores 2013-03-25 09:18:18 -04:00
Jon Maddox
c04d96a59b nestopia and snes9x-next build scripts
These get built in a tmp directory under ios. Steps:

* Clone (or pull master) repo
* build core
* move core to modules directory
2013-03-25 09:17:56 -04:00