summaryrefslogtreecommitdiff
path: root/ios/experimental
AgeCommit message (Collapse)AuthorFilesLines
2012-11-26Use -dead_strip ld flagTor Lillqvist1-1/+1
Change-Id: I39bb14e47654afd5425098fb4aad80a29f058d67
2012-11-26Drop the components we don't have for iOSTor Lillqvist1-6/+0
Change-Id: I15981bf4827c29a7e1ce8e33d8b6fdc159e05522
2012-11-26Make it link againTor Lillqvist1-2/+9
Use the wildcard function to get all ibraries and component, like for Android. (We won't of course actually link in all code from allof them, just what gets referenced to by the getFactory methods referenced in docloader.mm. Plus possibly unintentionally other stuff, to be investigated...) Change-Id: I6516964c83e7bf120de586550c40615b4337f760
2012-11-26Use same component map as in the Android DocumentLoaderTor Lillqvist1-13/+76
Change-Id: I10c8a6806fd106128e151d470a51caa54aa074e8
2012-10-15Add some iOS test code I had forgottenTor Lillqvist2-0/+330
Change-Id: I8a9e69b53fd84207d5673fc4635e54920864016f