aboutsummaryrefslogtreecommitdiff
path: root/XBMC-ATV2.xcodeproj
AgeCommit message (Collapse)Author
2011-03-27[osx/ios/linux] changed, drop arch from various static lib names, this syncs ↵S. Davilla
all built static libs with same nameing
2011-03-27[osx/ios] changed libass from static link to xbmc binary to ↵S. Davilla
dyloaded/unloaded on demand.
2011-03-26add CacheCircular.* to OSX build projectsJonathan Marshall
2011-03-24[ios] remove unnessary static linkingS. Davilla
2011-03-23[ios] fixed, do not package non-arm libsS. Davilla
2011-03-23[ios] one more time for the boys in the backS. Davilla
2011-03-23[ios] fixed, sync app/frapp packaging to osxS. Davilla
2011-03-23[osx/ios] changed libmpeg2 from static link to xbmc binary to ↵S. Davilla
dyloaded/unloaded on demand.
2011-03-23[osx/ios] changed libwavpack from static link to xbmc binary to ↵S. Davilla
dyloaded/unloaded on demand.
2011-03-23[osx/ios] changed libmodplug, libmad, libogg, libvorbis, libvorbisfile, ↵S. Davilla
libvorbisenc from static links to xbmc binary to dyloaded/unloaded on demand.
2011-03-19Fix XCode build on case sensitive filesystems.Jonathan Lane
2011-03-19[osx/ios] fixed. resolve special://frameworks for all three osx cases ↵S. Davilla
(xbmc.app, xbmc xcode, xbmc command-line) as well as for ios and atv2. python gets treated special as it does strange things based on if app packaged or in prefix location.
2011-03-19[osx/ios] add libbluray and bump project min xcode version to 3.1S. Davilla
2011-03-18[osx/ios] banish libass to xxx-depends, this removes the need for an ↵S. Davilla
external flag as osx/ios/linux/win are external libass but win is still dyloaded while the others are compile linked
2011-03-17[ios] fixed, make xcode and ios-depends scripts independent on installed ↵S. Davilla
iphone 4.x SDK
2011-03-16[osx/ios] changed, banish libmicrohttp and libmodplug to the backlands of ↵S. Davilla
xxx-depends. Remember to make -C tools/osx/xxx-depends to pick them up
2011-03-15fixed, various compile fallout from ios mergeS. Davilla
2011-03-15[ios] enabled ios/atv2 support in trunkS. Davilla