Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is iTunes for Windows written of? [closed]

I was wondering it for a long time since Apple released iTunes for Windows. What did they use to write iTunes for Windows? It seems completely with its own UI components and everything is contained inside it. It even uses QuickTime resources files. Can we assume that they've Cocoa working with windows. Anyway, my main question is, is there any known (public or private) tool/language/framework used in developing iTunes for Windows?

like image 365
VOX Avatar asked Sep 07 '10 18:09

VOX


People also ask

What is iTunes for Windows written in?

iTunes on the Mac is written in Objective C with Cocoa and the Windows version in C++. However functionally and otherwise they are the same.

Is iTunes for Windows being discontinued?

If iTunes for Windows provided access to Apple TV+, there might be an argument to keep it. But it doesn't, so there isn't. And again, Apple discontinued it on its own desktop platform three years ago.

Is iTunes still available 2022?

Today, iTunes as an app still exists on Windows devices and older Mac operating systems, still combining podcasts, videos, audiobooks and device management.


2 Answers

Not a direct answer, but if the reason you're asking is that you want to port a cocoa application to Windows, you might be interested in this:

http://code.google.com/p/cocotron/

bit more info here:
http://cocoawithlove.com/2010/04/design-of-multi-platform-app-using.html
http://cocoawithlove.com/2010/04/porting-mac-program-to-windows-using.html

Haven't used it myself, but I gather they've got enough done to make a useable cross-platform Cocoa app.

like image 153
Chris Devereux Avatar answered Sep 28 '22 17:09

Chris Devereux


itunes for both mac and windows are written in c++ as it is easier to port between operating systems with much or the same codebase

like image 38
Chris McGrath Avatar answered Sep 28 '22 17:09

Chris McGrath