Create physical existence folder in Custom project Template of xcode
问题 I am new developer to use XCode I trying to Create custom project template and any how I success but I create folder using Groups key in .plist file. Folder which are created after selecting my custom project template have no physical existence. I want to create folder which have physical existence please help me out from this problem. Thanks in Advance 回答1: In .plist file add these lines. It will create folder and group of AppDelegate class. <key>Classes/AppDelegate/AppDelegate.h</key> <dict