iVersion
iVersion copied to clipboard
localVersionsPlistPath property name is confusing
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.
+1. Totally agree with this, just got caught out by the same thing.