Questions about Standalone Applications Settings

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
reelstuff
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 254
Joined: Mon Apr 16, 2007 12:06 am
Contact:

Questions about Standalone Applications Settings

Post by reelstuff » Fri Apr 08, 2011 7:01 pm

I have a couple of things that I have been wondering about with regard to the form on the MAC section for

Image

Is the question marks some kind of place holder or does this have something to do with the reason you get a warning on some systems that have virus protections, just curious, because I noticed that when testing the engine output on windows you get a warning about how the software may not be safe to install. Just curious if there this field has some documentation somewhere in the docs,

Second question,

Image

In the Bundle identifier it appears, to be com..zensoft is that the usual method of determining a bundle identifier or can that be edited?

Thanks in advance for any feedback on this

Tim

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Questions about Standalone Applications Settings

Post by Mark » Thu Apr 14, 2011 11:58 am

Hi Tim,

The question marks indicate that the application has no signature. Actually, creator code is a better name for it. This doesn't mean much if your application has no documents, but if your application does create documents then you can use the creator code to tell Mac OS and Mac OS X that it was your application that created those documents. On Mac OS X, you can also use file extensions. When you double-click a document in Mac OS X, the OS searches a programme with a matching creator code and tells the application to open that file. If your file doesn't have a creator code but only an extension, then the OS will use the default application, which may not be the application that created the file.

You must change the bundle identifier. You should not leave it as it is. Usually, it has the form xyz.company.product. On Mac, it is not uncommon to create additional preferences files with file names like xyz.company.product.preferences. This way, you can quickly find all files for one specific company or product.

Also, if you have a website, you can use your domain name for the first two parts of the bundle identifier, thereby making sure that no other company uses the same identifier.

Best,

Mark
Last edited by Mark on Thu Apr 14, 2011 12:25 pm, edited 1 time in total.
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

reelstuff
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 254
Joined: Mon Apr 16, 2007 12:06 am
Contact:

Re: Questions about Standalone Applications Settings

Post by reelstuff » Thu Apr 14, 2011 12:18 pm

That I can understand, thank you for that explanation, I can see how it can be used very interesting stuff thanks again.

Post Reply