Skip to content

Commit 9cbde43

Browse files
committed
watchOS Support
1 parent 1ac2bed commit 9cbde43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SDVersion-Demo/SDVersion/SDVersion.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
#ifndef SDVersion_h
99
#define SDVersion_h
1010

11-
#if TARGET_OS_IOS
12-
#import "SDiOSVersion.h"
13-
#define SDVersion SDiOSVersion
14-
#elif TARGET_OS_WATCH
11+
#if TARGET_OS_WATCH
1512
#import "SDwatchOSVersion.h"
1613
#define SDVersion SDwatchOSVersion
14+
#elif TARGET_OS_IOS
15+
#import "SDiOSVersion.h"
16+
#define SDVersion SDiOSVersion
1717
#elif TARGET_OS_MAC
1818
#import "SDMacVersion.h"
1919
#define SDVersion SDMacVersion

0 commit comments

Comments
 (0)