aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj/project.pbxproj
AgeCommit message (Collapse)Author
2013-03-11[osx] fix broken build on 10.7+, and now we find out what ↵S. Davilla
8ffa50cb586ce3032f62d329c0e6a485cee5df4f was all about
2013-03-10[osx] another mystery xcode project changeS. Davilla
2013-03-10[cec] rebased PR1794 + fixes for FrodoLars Op den Kamp
2012-12-23[osx/ios/atv2] - sync xcode projects - fixes build after ↵Memphiz
01a2ea04fa2f294ce6196d382a91e38f8ed862ae
2012-11-25[osx/ios/atv2] - sync xcode projectsMemphiz
2012-11-16[osx] fixed buildJonathan Marshall
2012-11-13[osx] fixed borked include pathsdavilla
2012-11-12[osx/ios] fix build, sync xcode projectsdavilla
2012-11-09[osx/ios/atv2] - fix prebuilt step - add xbmc-depends toolchain dir to PATH ↵Memphiz
so swig can be found
2012-11-08[osx/ios/atv2] - only generate python interface in xcode prebuilt step - and ↵Memphiz
do all (!!!wooohoooo!!!) compilation in xcode then
2012-10-28[osx/ios/atv2] - don't build the legacy interface via make in the xcode ↵Memphiz
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.
2012-10-25[osx/ios/atv2] - sync xcode projectsMemphiz
2012-10-24[osx/ios/atv2] - sync xcode projectsMemphiz
2012-10-16[osx/ios/atv2] - sync xcode projectsMemphiz
2012-10-16adds backward compatibility art updater for Eden->FrodoJonathan Marshall
2012-10-16move video and music thumbloaders to their own .cpp/h filesJonathan Marshall
2012-10-15remove unneeded CGUIStandardWindow classJonathan Marshall
2012-10-10[osx/ios/atv2] remove HTTP-API referencesmontellese
2012-10-09[osx/ios] fixed, only find files and not directories with *.pvr, etcdavilla
2012-10-09Merge pull request #1399 from Montellese/gsoc_advanced_filterSascha Montellese
[GSoC] Advanced Library Filtering
2012-10-09[osx/ios/atv2] update xcode project filesmontellese
2012-10-08Merge pull request #1571 from Memphiz/bxaremoveArne Morten Kvarving
[PAPlayer] Remove BXACodec and use DVDPlayerCodec instead
2012-10-08changed: drop now unused CGUIDialogVideoScanspiff
2012-10-08[BXACodec] - get rid of the now obsolete BXACodecMemphiz
2012-10-07[osx] add dvddemuxbxa to xcode project for osxChris Roberts
2012-10-07[osx] remove remaining references to libid3tag and libapetag from osx xcode ↵Chris Roberts
project
2012-10-07changed: remove now unused CGUIDialogMusicScanspiff
2012-10-05libid3tag/libapetag win/mac/linux/android removal (thanks theuni for the ↵Cory Fields
linux/android parts and montellese for win32)
2012-10-04[osx/ios/atv2] - sync xcode projects and fix compilation (added missing ↵Memphiz
PeripheralImon.cpp/.h)
2012-10-05[screenshot] move Screenshot.h/cpp to utils, and update projectsJonathan Marshall
2012-10-02[osx/ios/atv2] - sync xcode projects (add AddonsOperations.cpp/.h)Memphiz
2012-09-30 [dvdplayer/subs] - factor the calculation from relative to absolute ↵Memphiz
overlaytime out from the subtitleplayer into the dvdoverlaycodec base class and adapt subtext, subtx3g and subffmpeg to use it accordingly without changing former behaviour
2012-09-26[ios/osx] - enable LCD support like already available on the other linux ↵Memphiz
platforms
2012-09-26[osx/ios] fixed, do not run makefile scripts unless we are buildingS. Davilla
2012-09-23[osx/ios] fixed, python dev is a pain under darwin, move build of ↵davilla
xbmc/interfaces/legacy,python out of xbmc_depends back into Xcode via run scripts
2012-09-18[osx/ios] fixed, exclude .git dirs from packagingdavilla
2012-09-10[osx] fixed, xbmc/interfaces/bindings does not exist anymore and -ltag ↵davilla
belongs with depends group
2012-09-10[tags+replaygain] Make ReplayGain normal tags in CMusicInfoTag - we have to ↵Chris Roberts
read all the tags to get the data anyway.
2012-09-10[tags] Remove old AAC, Ape, Flac, MP3, MP4, MPC, Ogg, WMA, and WavPack ↵Chris Roberts
TagLoaders from Xcode & VS2010 projects and Makefiles and remove files on disk
2012-09-10[tags] Add new TagLoaderTagLib & associated VFSStreamChris Roberts
2012-09-10[tags] Add Makefile and taglib dependency, add taglib to xcode, android, ↵Chris Roberts
linux and win32 depends
2012-09-09@Montellese, @Memphiz, @jimfcarroll Replace the scripting engine with a ↵Jim Carroll
codegenerated one.
2012-09-07[osx/ios/atv2] - sync xcode projectMemphiz
2012-09-06[osx] - fix packaging of pvr addons when building the XBMC.app (at least i ↵Memphiz
guess so)
2012-09-06[osx] - move SDLMain.mm from xbmc/osx to xbmc/main and stick it into the ↵Memphiz
main.a - fixes compilation of test framework
2012-09-05[osx] process any .pvr files located in addons when packagingS. Davilla
2012-09-05osx: fixup Xcode project after test mergeJoakim Plate
2012-09-05[osx] - readded the framework (was indeed needed) - to the correct place in ↵Memphiz
the project
2012-09-05[osx] - fix osx xcodeproject (remove unneeded framework and resorted the ↵Memphiz
upnp stuff)
2012-09-05Merge pull request #1230 from alcoheca/upgrade-platinumAlasdair Campbell
[gsoc] [UPnP] Upgrade Platinum