Skip to content

Commit

Permalink
Merge b6b6be5 into a03965c
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Aug 1, 2014
2 parents a03965c + b6b6be5 commit 7a255d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions XCDYouTubeKit/XCDYouTubePlayerScript.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
#import <JavaScriptCore/JavaScriptCore.h>

#import <Availability.h>
#if defined(__IPHONE_OS_VERSION_MIN_REQUIRED) && __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_7_0
#warning Rewrite JavaScriptCore code with JSContext + JSValue (available since iOS 7) instead the verbose C API.
#elif defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && __MAC_OS_X_VERSION_MIN_REQUIRED >= __MAC_10_9
#warning Rewrite JavaScriptCore code with JSContext + JSValue (available since OS X 10.9) instead the verbose C API.
#endif

@interface XCDYouTubePlayerScript ()
@property (nonatomic, assign) JSGlobalContextRef context;
Expand Down

0 comments on commit 7a255d2

Please sign in to comment.