Questions tagged [dmg]

apple Disk iMaGe – a popular format for distributing OS X applications.

255 questions
980
votes
1 answer

How to download Xcode DMG or XIP file?

Where does the Mac App Store download the files to under Lion? I need the DMG file in order to repair something in my system, but how can I access that file?
Proud Member
  • 38,700
  • 43
  • 143
  • 225
220
votes
15 answers

How do I create a nice-looking DMG for Mac OS X using command-line tools?

I need to create a nice installer for a Mac application. I want it to be a disk image (DMG), with a predefined size, layout and background image. I need to do this programmatically in a script, to be integrated in an existing build system (more of a…
Ludvig A. Norin
  • 4,685
  • 7
  • 27
  • 34
84
votes
6 answers

Creating nice dmg "installer" for Mac OS X

I've made my first Qt application for Mac OS X. Now I want to create nice .dmg file that will allow user to easily install it. I am thinking about something like firefox has (see the picture): I am completly new to this, so I don't even know where…
xx77aBs
  • 4,509
  • 7
  • 44
  • 71
57
votes
7 answers

How to build a dmg Mac OS X file (on a non-Mac platform)?

Is it possible to build a .dmg file (for distributing apps) from a non-Mac platform? And if yes, how?
michelemarcon
  • 19,213
  • 16
  • 49
  • 65
55
votes
8 answers

Where can I download old versions of Xcode?

I am able to download the current versions of Xcode and other resources from the Apple Developer Center(s), but where can I download older versions? Specifically, I am looking for recent older Xcode
Marina
  • 2,744
  • 4
  • 21
  • 35
43
votes
3 answers

Uninstall packages in Mac OS X

How can you completely uninstall (remove files that belong to a certain package) in Mac OS X? Can this be done using a command in the terminal? I have installed a .pkg package on my Mac and I am wondering as to how I can uninstall the entire package…
newbieMACuser
  • 687
  • 1
  • 5
  • 17
27
votes
3 answers

How to create a dmg file for a .app for mac.?

I am a developer of iOS, and developed a mac app. Now I want to distribute my app so that a searched for it and found that we need to upload .app to Mac App Store it looks fine. While for self distribution we can have three options: is to share our…
Anupam Gupta
  • 473
  • 1
  • 5
  • 16
27
votes
2 answers

How to package ruby shoes apps on OSX 10.7

I have been making an app using Ruby Shoes. I am happy with how it turned out and would like to share it with some friends. However, the GUI packager doesn't work in OSX and the Windows packager only seems to make a .shy file. I've been reading…
dharris001
  • 399
  • 1
  • 5
  • 14
21
votes
3 answers

How to add codesigning to dmg file in mac

I have a dmg file in my portal.After downloading it,when i try to open it is showing a message indicating that opening package is insecure. i am able to add codesign through command line using codesign command and also able to check whether it is…
MacDeveloper
  • 1,244
  • 1
  • 14
  • 46
19
votes
4 answers

Creating a .DMG

I want to create a dmg file for my Mac project. Can someone please tell me how to do this? This being my first Mac project, I do not have any idea how to proceed. I also want to give the user an option of running the app on start-up. How do I do…
lostInTransit
  • 68,087
  • 58
  • 193
  • 270
17
votes
5 answers

Packaging a Mac app for distribution

What's the preferred way to create a distributable file for Mac OS: dmg or pkg?
Sunil Kumar Sahoo
  • 49,865
  • 50
  • 172
  • 240
16
votes
2 answers

Create dmg with Retina background support?

I need to make a dmg that support both 1x and 2x background, but there seems no info about retina in hdiutil or other tools like dropdmg. I create a normal one and it apparently blurs on Retina MBP. Any one have a solution?
Xiao Xiao
  • 861
  • 8
  • 18
14
votes
1 answer

How to download xcode dmg file?

I have an app which is working fine but recently I tried it on an iOS 6 device and it doesn't work and it seems it's because of my old xcode version (4.2). I tried to download xcode 4.6 dmg file from apple developer section. I have downloaded it…
m0j1
  • 3,513
  • 8
  • 24
  • 51
13
votes
6 answers

Do I need an Apple Developer account?

I am newbie in Xcode and Mac. I can make programs working well on simulators but cant make dmg files . Somewhere I heard I need an Apple Developer account ( 99$) for that but I dont want to publish my file on App store. I just need to install it on…
user1616720
  • 151
  • 1
  • 1
  • 4
12
votes
1 answer

Automating DMG build in Xcode 4.0

I've just updated to Xcode 4.0.2 and I have a project which builds a DMG file as part of the final build phase. This worked great in Xcode 3.2.x but is broken in Xcode 4 because of the way it builds a release version when building to archive. Is…
JWood
  • 2,674
  • 2
  • 35
  • 62
1
2 3
16 17