Skip to content

Commit

Permalink
watchOS Support
Browse files Browse the repository at this point in the history
  • Loading branch information
sebyddd committed Jun 30, 2016
1 parent 1ac2bed commit 9cbde43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SDVersion-Demo/SDVersion/SDVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
#ifndef SDVersion_h
#define SDVersion_h

#if TARGET_OS_IOS
#import "SDiOSVersion.h"
#define SDVersion SDiOSVersion
#elif TARGET_OS_WATCH
#if TARGET_OS_WATCH
#import "SDwatchOSVersion.h"
#define SDVersion SDwatchOSVersion
#elif TARGET_OS_IOS
#import "SDiOSVersion.h"
#define SDVersion SDiOSVersion
#elif TARGET_OS_MAC
#import "SDMacVersion.h"
#define SDVersion SDMacVersion
Expand Down

0 comments on commit 9cbde43

Please sign in to comment.