OK, I made a change in <App-pakage>Contents/MacOS/Externals/revspeech.bundle/Contents/Info.plist, from "Bundle identifier: com.runrev.revspeech" to "Bundle identifier: com.runrev.xxxxrevspeech" and I have successfully added the application to the App Store.
When I'm trying to send an app for Mac to iTunes Connect I get this error: ERROR ITMS-90511: "CFBundleIdentifier Collision. The Info.plist CFBundleIdentifier value 'com.runrev.revspeech' of 'AppName.app/Contents/MacOS/Externals/revspeech.bundle' is already in use by another application." The app use...
Thank you for summarise the available options. First, I will try again with your hack.
PS
Being the pakage signed, I think that Gatekeeper don't allow any change on it, I guess. Maybe there is the possibility to run the app unsigned, I will try it.
I tested with LiveCode Beta 4,opened the pakaged and located the file, opened the file with Text Wrangler, it asked me if I want make the file unlocked, pasted the lines and then saved the file.
Recently I had a similar problem and found that I was handling the preOpenCard in the Stack script, but there was a preOpenCard also in the Card, so the one of the card prevented the one of the stack to trigger. I solved with a "pass preOpenCard" in the card script.
Hi Jean-Marc, I tried but then I can't see some parts of the text. Is there a way to change the text color? In my preferences I see only two variants in the Colorization pop up menu: Default and Revolution Classic...
Since this is a bit complicated on the Mac I never let my users do this, my apps always managed all user-saved files for them! :D After working for a few weeks of that, I think yours is the best approach (It also avoids the risk of open stacks with the same name of stacks already open or with names...
Hi Klaus, thanks for your valuable contribution. My main goal now is that when you double-click on the document, the app is opened (and also the document's icon has to be displayed properly). I have to figure out if the type and creator are sufficient or if I have to force the user to put the extens...