• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Making my code into an .app file/folder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Making my code into an .app file/folder


  • Subject: Re: Making my code into an .app file/folder
  • From: Wim Lewis <email@hidden>
  • Date: Wed, 21 Jul 2010 15:12:36 -0700


On 21 Jul, 2010,at 09:08 AM, Mathan <email@hidden> wrote:

Hi Everyone,

I m new to xcode, i m using xcode 3.2 and os x 10.6.
I just want to convert my tool which is in binary form now to an .app format file.

I have tried to create an .app file through cocoa, which resulted in a main window executing its own executable.
How to make it executing my tool executable file without any main window or executing nothing other than my tool.


On Jul 21, 2010, at 2:24 AM, Mathan wrote:
I m trying to achieve my tool to be executed your tool from a GUI App.

If your tool has no window or GUI of its own, then it does not need to be an .app. (For example, if there is a separate GUI app which runs your tool to perform some task.) It can be an ordinary unix-style executable.

If the tool shows windows, but you are getting an extra "main" window when you make your tool into an .app, you can simply delete the unwanted window from the main .nib file. (You still probably need the main .nib file in order to set up your menu bar.)

You mentioned on filesystem-dev that this is a Python tool, is this right? Is it a Cocoa-Python (pyobjc) program, or is it a plain Python program?


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: Making my code into an .app file/folder (From: Alexander von Below <email@hidden>)
 >Re: Making my code into an .app file/folder (From: Mathan <email@hidden>)

  • Prev by Date: Re: What does this link warning mean? can’t add line info to anonymous symbol
  • Next by Date: Objective-C coding question..
  • Previous by thread: Re: Making my code into an .app file/folder
  • Next by thread: Different build locations for different architectures?
  • Index(es):
    • Date
    • Thread