From: Fulvio Senore <mail...@fsoft.it>
Date: Mon, 01 Oct 2012 08:02:17 +0200
Local: Mon, Oct 1 2012 2:02 am
Subject: Re: Program distribution on Mac
Il 01/10/2012 0.42, Igor Korot ha scritto:
> Hi, ALL,
Here are some info:
> As I'm complete newbie on Mac, here is the question: > How do I make a distribution package for my program to get installed
https://developer.apple.com/library/mac/#documentation/Porting/Concep...
Basically, for simpler programs, you distribute a .dmg file: it is a Here is a script that I use to create a .dmg file:
-- script start -------------------------------------------
#!/bin/bash
# change these
# this script creates a disk image for software distribution in the # Create an initial disk image (32 megs)
# Mount the disk image
# copy files to the disk image
# Unmount the disk image
# Convert the disk image to read-only
-- script end -------------------------------------------
Fulvio Senore
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||