Skip to content

Commit

Permalink
Fix #161
Browse files Browse the repository at this point in the history
  • Loading branch information
indragiek committed May 17, 2014
1 parent dd12bb0 commit 9377de7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INAppStoreWindow/INAppStoreWindow.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
#define NSAppKitVersionNumber10_7 1138
#endif

#if __MAC_OS_X_VERSION_MAX_ALLOWED < 1090
@interface NSData (INBase64BackwardCompatibility)
- (id)initWithBase64Encoding:(NSString *)base64String;
@end
#endif

static NSString * const INWindowBackgroundPatternOverlayLayer;
static NSString * const INWindowBackgroundPatternOverlayLayer2x;

Expand Down

0 comments on commit 9377de7

Please sign in to comment.