Skip to content

Instantly share code, notes, and snippets.

@numantariq
Last active September 7, 2017 14:40
Show Gist options
  • Save numantariq/927f84c7c5ce12fec70eaca133b593c8 to your computer and use it in GitHub Desktop.
Save numantariq/927f84c7c5ce12fec70eaca133b593c8 to your computer and use it in GitHub Desktop.
Empty Xcode project template based on Cocoa Touch Application Base template
<?xml version=”1.0" encoding=”UTF-8"?>
<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version=”1.0">
<dict>
<key>Kind</key>
<string>Xcode.Xcode3.ProjectTemplateUnitKind</string>
<key>Identifier</key>
<string>com.custom.customApplicationBase</string>
<key>Ancestors</key>
<array>
<string>com.apple.dt.unit.cocoaTouchApplicationBase</string>
</array>
<key>Concrete</key>
<true/>
<key>Description</key>
<string>This template provides a starting point for a new custom project</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment