Format Info.plist

Esse commit está contido em:
Mathieu Bastian
2013-12-30 17:07:59 +01:00
commit c2ee37971f
+43 -43
Ver Arquivo
@@ -1,59 +1,59 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<plist version="1.0">
<dict>
<dict>
<key>CFBundleName</key>
<string>Gephi</string>
<key>CFBundleName</key>
<string>Gephi</string>
<key>CFBundleVersion</key>
<string>${project.version}</string>
<key>CFBundleVersion</key>
<string>${project.version}</string>
<key>CFBundleExecutable</key>
<string>gephi</string>
<key>CFBundleExecutable</key>
<string>gephi</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>${project.version}</string>
<key>CFBundleShortVersionString</key>
<string>${project.version}</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleIdentifier</key>
<string>org.gephi</string>
<key>CFBundleIdentifier</key>
<string>org.gephi</string>
<key>CFBundleIconFile</key>
<string>gephi.icns</string>
<key>CFBundleIconFile</key>
<string>gephi.icns</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<key>CFBundleDocumentTypes</key>
<array>
<string>gephi</string>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>gephi</string>
</array>
<key>CFBundleTypeName</key>
<string>Gephi Project File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>gexf</string>
</array>
<key>CFBundleTypeName</key>
<string>GEXF Graph File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
<key>CFBundleTypeName</key>
<string>Gephi Project File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>gexf</string>
</array>
<key>CFBundleTypeName</key>
<string>GEXF Graph File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
</dict>
</dict>
</plist>