Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
files rather than discover broken builds
|
|
delay etc. to be handled in other places
|
|
|
|
|
|
|
|
view
|
|
XBMC_DEPENDS - allows overwrite of XBMC_DEPENDS_ROOT when building with xcodebuild from commandline
|
|
|
|
Also, fix a few missed ARCHS -> CURRENT_ARCH
|
|
..xbmc-depends/buildtools-native
|
|
CURRENT_ARCH is the one we are building
|
|
|
|
|
|
also suspend audio engine when needed, which affect the status of
play-pause button on ios media control bar.
|
|
|
|
generic & user-mappable touch input system
|
|
|
|
|
|
|
|
|
|
cximage.
|
|
|
|
default splash image into the bundle
|
|
|
|
|
|
01a2ea04fa2f294ce6196d382a91e38f8ed862ae
|
|
|
|
|
|
|
|
so swig can be found
|
|
do all (!!!wooohoooo!!!) compilation in xcode then
|
|
|
|
prebuilt step. This leads to broken vtables because of different buildsettings in xcode and make. Instead only build the python_bindings.a (code generation) via make and pull the legacy interface into xcode. This fixes subtitle addon on ios release builds and a dozen of other problems we didn't see yet. Thx @jcarroll to pointing it out.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/System/Library/PrivateFrameworks to /System/Library/Frameworks and we need to fixup the internal path to reflect the actual location on iOS4/iOS5 devices
|
|
|
|
|