Search found 7 matches

by fs42
Sun Jul 10, 2011 11:11 pm
Forum: iOS Deployment
Topic: How to customize myapp-Info.plist before building?
Replies: 6
Views: 5599

Re: How to customize myapp-Info.plist before building?

Thanks for all the suggestions. I tried one more thing which is the "Copy Files" configuration by specifying a modified Info.plist file to copy, but that doesn't work either because (presumably) the generated Info.plist overwrites the one that I was trying to copy in (instead of the other way around...
by fs42
Sun Jul 10, 2011 1:42 am
Forum: iOS Deployment
Topic: How to customize myapp-Info.plist before building?
Replies: 6
Views: 5599

Re: How to customize myapp-Info.plist before building?

@jacque - thanks for the pointer. Now... I do not have a Mac development license, which seems to be required for me to configure any of those plist-options that are grey'ed-out for me. Could you or anyone else confirm that changing that plist-file setting as you suggested in the Mac application conf...
by fs42
Sat Jul 09, 2011 6:09 am
Forum: iOS Deployment
Topic: TestFlight
Replies: 4
Views: 8524

Re: TestFlight

I just managed to get the TestFlight workflow to work: Invoke menu command on your "myapp" application: "File/Save as Standalone Application..." This will generate a "myapp" folder with the "myapp" app in it. Change the folder name from "myapp" to "Payload" Compress the file - which yields a "Payloa...
by fs42
Sat Jul 09, 2011 5:58 am
Forum: iOS Deployment
Topic: How to customize myapp-Info.plist before building?
Replies: 6
Views: 5599

How to customize myapp-Info.plist before building?

I'm trying to make the URL-launching work for LiveCode-apps. The first step is to add the following entries to the myapp-Info.plist: <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleURLName</key> <string>com.creativeapptitude.myapp</string> <key>CFBundleURLSchemes</key> <array> <string>myapp<...
by fs42
Wed Jul 06, 2011 4:59 pm
Forum: iOS Deployment
Topic: URL launching of a LiveCode app?
Replies: 3
Views: 3496

Re: URL launching of a LiveCode app?

Thanks for the pointers. The "Implementing Custom URL Schemes" link was actually the same as the tinyurl that I (unsuccessfully) tried to add to my original post. I have used that "recipe" in Objective-C before and it is relatively easy to implement (application:handleOpenURL: method). However, it w...
by fs42
Wed Jul 06, 2011 6:13 am
Forum: iOS Deployment
Topic: URL launching of a LiveCode app?
Replies: 3
Views: 3496

URL launching of a LiveCode app?

In the docs I did find a description of "URL launching support", which allows one to start another app thru a uri-scheme. The Q is whether we can also start a LiveCode app from another app thru a URI, and communicate information thru that URI. If yes, where can we find the URI info that was used to ...
by fs42
Sat Jul 02, 2011 5:36 am
Forum: Internet
Topic: Oauth and Twitter support?
Replies: 3
Views: 5385

Oauth and Twitter support?

(I'm a LiveCode newbie... very impressed so far...) The mobile-app that I'm working on needs the ability to post twitter updates, i.e. tweets. I have that part working in other apps on IOS/Objective-C and Corona, but after browsing the docs and forums for LiveCode, I haven't seen any explicit suppor...