简体   繁体   中英

xCode Project template with project file

I have project template that I am working of, it seems like the project.xcodeproj. Does every template needs to have an project file?

No. A XCode 4 template is made from regular files and metadata. The metadata is written in plist files using special instructions from the metadata language. See a sample here . The project file is created by XCode after processing a project template. Does this answer your question?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM