Sha256: 13e0bdf94a23977b8878d6b11356db5ee6e5807fb81919e10bee8186250049f1
Contents?: true
Size: 736 Bytes
Versions: 1
Compression:
Stored size: 736 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>NSHumanReadableCopyright</key> <string><%=COPYRIGHT%></string> <key>CFBundleIconFile</key> <string>CelerityViewer</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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
celerity-0.0.3 | support/celerity_viewer/rubycocoa/Info.plist.erb |