Skip to content

Commit

Permalink
Merged patch from trunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 24, 2004
1 parent b5718b9 commit 986bf97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions platform_unix.c
Expand Up @@ -274,10 +274,6 @@ static char *find_info_plist_bundle_id(char *ptr)
continue;
} /* if */

/* You should only use CFBundleShortVersionString, for various
* reasons not worth explaining here. CFBundleVersion is here
* for older products that need to update to the other tag.
*/
if (strcasecmp(tag,"key") == 0)
{
if (strcasecmp(val,"CFBundleIdentifier") == 0)
Expand Down

0 comments on commit 986bf97

Please sign in to comment.