Rightpoint / RZVinyl

Stack management, ActiveRecord utilities, and seamless importing for Core Data
Other
21 stars 6 forks source link

Fall back on CFBundleName #44

Closed cmds4410 closed 9 years ago

cmds4410 commented 9 years ago

Another small one :)

According to the documentation, CFBundleDisplayName is optional; only to be used if you are localizing your bundle (which is obviously a good idea to do).

https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-110725

If you do not intend to localize your bundle, do not include this key in your Info.plist file. Inclusion of this key does not affect the display of the bundle name but does incur a performance penalty to search for localized versions of this key.

CFBundleDisplayName does not appear to come as a default key with new projects, whereas CFBundleName does.

mgorbach commented 9 years ago

Wonder why Travis isn't building this guy ...

mgorbach commented 9 years ago

This builds fine for me. I think Travis is confused. Just going to merge this.