Info.plist Build Settings - Document Association

I am attempting to replicate what I had found @ stackoverflow (http://stackoverflow.com/questions/2774343/how-do-i-associate-file-types-with-an-iphone-application) in regards to associating file types with an App. The first part was do-able, but I am running into a problem with public.filename-extension and public.mimetype part of the second. I believe it has to do with the . and -because if I replace the . and - with like a F,Corona compiles the app ok and the resulting Info.plist seems proper.

Am trying to do something that is a little beyond the scope of the SDK?

UTExportedTypeDeclarations = { UTTypeConformsTo = { "public.database", }, UTTypeDescription = "Database File", UTTypeIdentifier = "com.MinionMultimedia.DBApp.db", UTTypeTagSpecification = { public.filename-extension = "db", public.mimetype = "database/x-db", }, }, [import]uid: 10280 topic_id: 34890 reply_id: 334890[/import]

After talking with the team, this sounds like a potential bug. Can you make a small sample app that demonstrates the problem and file a bug report using the “Report a Bug” link at the top of the page. I would suspect that just a build.settings and a simple main.lua would suffice [import]uid: 199310 topic_id: 34890 reply_id: 138701[/import]

After talking with the team, this sounds like a potential bug. Can you make a small sample app that demonstrates the problem and file a bug report using the “Report a Bug” link at the top of the page. I would suspect that just a build.settings and a simple main.lua would suffice [import]uid: 199310 topic_id: 34890 reply_id: 138701[/import]