Search code examples
visual-studioxamarin.iosvisual-studio-mac

Visual Studio for Mac strips the Bundle Display Name from Info.plist (CFBundleDisplayName)


I have a Xamarin.iOS project utilizing both the CFBundleName and CFBundleDisplayName attributes in Info.plist.

When I open my project in the Visual Studio for Mac and then open the Info.plist, the CFBundleDisplayName attribute gets stripped off without a warrant. I can successfully edit the Info.plist in Source mode to append it back but is there a better way to overcome this problem?


Solution

  • In Visual Studio for Mac version 7.3.2 the problem does not reproduce.