Skip to content
Snippets Groups Projects
Select Git revision
  • 5e066d13f0ef7b2f0ca8c3b079d65ba75a66d8d2
  • master default protected
2 results

scodoc.css

Blame
  • Forked from Jean-Marie Place / SCODOC_R6A06
    Source project has a limited visibility.
    Info.plist 828 B
    <?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>CFBundleDevelopmentRegion</key>
        <string>English</string>
        <key>CFBundleExecutable</key>
        <string>revil</string>
        <key>CFBundleIconFile</key>
        <string>revil.icns</string>
        <key>CFBundleIdentifier</key>
        <string>net.hitmuri.www</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleName</key>
        <string>Revil</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
        <string>0.0.1</string>
        <key>LSMinimumSystemVersion</key>
        <string>10.4</string>
        <key>CFBundleVersion</key>
        <string>1</string>
    </dict>
    </plist>