microsoft / LocalizedStringKit

Generate .strings files directly from your code
MIT License
291 stars 13 forks source link

Update default bundle name if value is nil #25

Closed AfrazCodes closed 3 years ago

AfrazCodes commented 3 years ago

If the bundleName parameter is nil, we will use the primary bundle name that is set. This ensures that callers who override that name get the proper bundle resolution.