Skip to content

Commit

Permalink
Merge branch 'productionVerificationBugfix' of https://github.com/Pja…
Browse files Browse the repository at this point in the history
…ta/RMStore into Pjata-productionVerificationBugfix
  • Loading branch information
hpique committed Sep 23, 2015
2 parents fdcc11a + d24f298 commit c13bf6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RMStore/Optional/RMStoreAppReceiptVerifier.m
Expand Up @@ -61,7 +61,11 @@ - (NSString*)bundleVersion
{
if (!_bundleVersion)
{
#if TARGET_OS_IPHONE
return [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"];
#else
return [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"];
#endif
}
return _bundleVersion;
}
Expand Down

0 comments on commit c13bf6b

Please sign in to comment.