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]