Sha256: eda0917a85e18085449535d3c3c72689a69545a0c60093a98d443077f0457cd0

Contents?: true

Size: 655 Bytes

Versions: 4

Compression:

Stored size: 655 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
	<dict>
		<key>CFBundleExecutable</key>
		<string><%=APPNAME%></string>
		<key>CFBundleIdentifier</key>
		<string><%=BUNDLEID%></string>
		<key>CFBundlePackageType</key>
		<string>APPL</string>
		<key>CFBundleSignature</key>
		<string>????</string>

		<key>CFBundleIconFile</key>
		<string>icon</string>

		<key>NSMainNibFile</key>
		<string>Main</string>
		<key>NSPrincipalClass</key>
		<string>NSApplication</string>

		<!-- Not Show in Dock
		<key>LSUIElement</key>
		<string>1</string>
		-->
	</dict>
</plist>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
newcocoa-0.0.3 templates/Info.plist.erb
newcocoa-0.0.1 templates/Info.plist.erb
newcocoa-0.0.2 templates/Info.plist.erb
newcocoa-0.0.4 templates/Info.plist.erb