空組我嘗試創建一個Xcode的模板。我跟着Xcode 4 template create empty group這個問題,但它不再工作。在Xcode中創建模板7
只有所謂的「應用程序」文件(沒有擴展名)。
TemplateInfo.plist
<key>Nodes</key>
<array>
<string>Application</string>
</array>
<key>Definitions</key>
<dict>
<key>Application</key>
<dict>
<key>Path</key>
<string>Application</string>
</dict>
</dict>
當前的結果:
預期結果:
如何做我必須改變TemplateInfo.plist所以Xcode中生成一個名爲應用一個空文件夾,而不是一個文件沒有擴展名?
究竟是什麼,你要完成? –
@StuartP。我已經更新的問題,並且增加了預期的結果 – ammerzon