Is there any way I can create/edit a plist.info file in flash cs5 while developing for the iPhone? Where can I find the available plist tags?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should be able to use the ActionScript editor in CS5 to write your XML code. Just save the file as plist.as, and change the file name to plist.info when it is finished.
As for the available tags: Check out Apple’s DTD for PropertyList files.
(btw I can’t help but wonder why Adobe never thought of including a “real” XML editor into Flash CS5… But then again, the IDE is completely horrible to code in, anyway – there has to be some incentive for people to buy Flash/Flex Builder, right?