 
      
	  Application bundle builder	  
	  
	  
	  	  	  	  	  	  macOS	  
	  
	  
        Dibu is a command-line tool which will allow you to create macOS standalone application bundle for your Dinfio programme.        
        
      
$ dima install dibumain.fio file and all related code are placed in a single directory.
Use dibu command to create application bundle:
$ dibu
Welcome to Dibu: Dinfio Application Bundle Builder for macOS
Please fill out the following form to continue.
1. Your project directory.
   It must contain a main.fio file (leave empty to use the current directory): myapp
Collecting the required modules... Done.
2. Your application name: My App
3. Application version (default: 1.0.0): 1.0.0
4. Bundle identifier (e.g. com.example.myapp): com.example.myapp
5. Application icon (optional, must be an icns file): 
Creating application bundle... Done.
Your application bundle has been successfully created.
Output file: /Users/sweetie/My App.app