0

I have an iPad app that uses custom fonts though the UIAppFonts elements in the Info.plist of the primary executable, as described in this answer. I was wondering if there is a way to package those fonts in a reusable assembly so I can share the fonts across several applications. Can a Monotouch assembly contain an Info.plist of its own?

Community
  • 1
  • 1
Dave Weaver
  • 415
  • 2
  • 9

1 Answers1

0

MonoTouch does not currently have a way of packaging partial Info.plist that are later merged with the main Info.plist.

It is a good idea, could you file a bug report on http://bugzilla.xamarin.com?

miguel.de.icaza
  • 32,654
  • 6
  • 58
  • 76