Skip to content

Commit 493ff19

Browse files
totoflovilmart
authored andcommitted
push: add tvOS support (#936)
1 parent b6ae346 commit 493ff19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dashboard/Push/PushConstants.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ export const SENT_FIELD = 'numSent';
2626
export const DEVICE_MAP = {
2727
ios: 'iOS',
2828
osx: 'OS X',
29+
tvos: 'tvOS',
2930
android: 'Android',
3031
winrt: 'Win8',
3132
winphone: 'Windows Phone',
3233
embedded: 'Embedded',
3334
};
3435

35-
export const DEFAULT_DEVICES = ['ios', 'osx', 'android', 'winrt', 'winphone', 'embedded'];
36+
export const DEFAULT_DEVICES = ['ios', 'osx', 'tvos', 'android', 'winrt', 'winphone', 'embedded'];
3637

3738
export const NEW_SEGMENT_ID = 'new_segment';

0 commit comments

Comments
 (0)