File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1091,7 +1091,7 @@ if (binaryInfo != null && binaryInfo.length > 0) {
10911091 value = value . toLowerCase ( )
10921092 value = value . includes ( 'mac' ) ? ( value . includes ( 'ios' ) ? ( ( delsystem = true ) , 'mac' ) : 'mac' ) : 'ios'
10931093 } else if ( isLooniOS && key == 'category' ) {
1094- key = 'keyword '
1094+ key = 'tag '
10951095 } else if ( ! isLooniOS && key == 'keyword' ) {
10961096 key = 'category'
10971097 }
Original file line number Diff line number Diff line change @@ -1091,7 +1091,7 @@ if (binaryInfo != null && binaryInfo.length > 0) {
10911091 value = value . toLowerCase ( )
10921092 value = value . includes ( 'mac' ) ? ( value . includes ( 'ios' ) ? ( ( delsystem = true ) , 'mac' ) : 'mac' ) : 'ios'
10931093 } else if ( isLooniOS && key == 'category' ) {
1094- key = 'keyword '
1094+ key = 'tag '
10951095 } else if ( ! isLooniOS && key == 'keyword' ) {
10961096 key = 'category'
10971097 }
You can’t perform that action at this time.
0 commit comments