You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't get the local release notes to display, and I realized that it was because this property actually expects a file name, not a path. I think this property should either be renamed localVersionsPlistFileName, or the logic should be updated to detect if it's been set to a full path, and not to append it to [[NSBundle mainBundle] resourcePath] in that circumstance.
The text was updated successfully, but these errors were encountered:
I couldn't get the local release notes to display, and I realized that it was because this property actually expects a file name, not a path. I think this property should either be renamed
localVersionsPlistFileName
, or the logic should be updated to detect if it's been set to a full path, and not to append it to[[NSBundle mainBundle] resourcePath]
in that circumstance.The text was updated successfully, but these errors were encountered: