File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 2
2
// SDVersion.h
3
3
// SDVersion
4
4
//
5
- // Copyright (c) 2015 Sebastian Dobrincu. All rights reserved.
5
+ // Copyright (c) 2016 Sebastian Dobrincu. All rights reserved.
6
6
//
7
7
8
8
#ifndef SDVersion_h
Original file line number Diff line number Diff line change 2
2
// SDVersion.h
3
3
// SDVersion
4
4
//
5
- // Copyright (c) 2015 Sebastian Dobrincu. All rights reserved.
5
+ // Copyright (c) 2016 Sebastian Dobrincu. All rights reserved.
6
6
//
7
7
8
8
#ifndef SDVersion_h
9
9
#define SDVersion_h
10
10
11
- #if (TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE)
12
- #import " SDiOSVersion.h"
13
- #define SDVersion SDiOSVersion
14
- #else
15
- #import " SDMacVersion.h"
16
- #define SDVersion SDMacVersion
11
+ #if TARGET_OS_IOS
12
+ #import " SDiOSVersion.h"
13
+ #define SDVersion SDiOSVersion
14
+ #elif TARGET_OS_WATCH
15
+ #import " SDwatchOSVersion.h"
16
+ #define SDVersion SDwatchOSVersion
17
+ #elif TARGET_OS_MAC
18
+ #import " SDMacVersion.h"
19
+ #define SDVersion SDMacVersion
17
20
#endif
18
21
19
22
#endif
You can’t perform that action at this time.
0 commit comments