0

I have to develop a dashboard widget for Mac Osx to support 32/64 bit systems. This looks to me that there is nothing else to do if the widget does not use any programmed plugin, just HTML, JS & CSS.

Is this correct? Just need to be sure.

Thanks a lot, Leonardo

Thilina Chamath Hewagama
  • 9,039
  • 3
  • 32
  • 45
Homer1980ar
  • 277
  • 6
  • 15

2 Answers2

1

If you're not using any Objective-C code then it will definitely be portable.

Amok
  • 1,279
  • 9
  • 10
0

From the documentation:

"Based on Web Kit technologies, Dashboard Widgets are created using a mix of HTML, JavaScript, and CSS."

So no need to worry.

Esteban Feldman
  • 3,288
  • 6
  • 32
  • 31