Skip to content

Commit

Permalink
add OSX Xcode project
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@10217 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Feb 21, 2009
1 parent 663e3b7 commit 6c19d2b
Show file tree
Hide file tree
Showing 10 changed files with 18,874 additions and 0 deletions.
217 changes: 217 additions & 0 deletions mac/xcode/Info.plist
@@ -0,0 +1,217 @@
<?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>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>qgis.icns</string>
<key>CFBundleIdentifier</key>
<string>org.qgis.qgis</string>
<key>CFBundleGetInfoString</key>
<string>QGIS ${QGIS_VERSION_MAJOR}.${QGIS_VERSION_MINOR}.${QGIS_VERSION_PATCH}-${QGIS_RELEASE_NAME} (${QGIS_VERSION_BUILD}), © 2002-2009 QGIS Development Team</string>
<key>CFBundleShortVersionString</key>
<string>${QGIS_VERSION_MAJOR}.${QGIS_VERSION_MINOR}.${QGIS_VERSION_PATCH}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>QGIS</string>
<key>CFBundleVersion</key>
<string>${QGIS_VERSION_MAJOR}.${QGIS_VERSION_MINOR}.${QGIS_VERSION_PATCH}-${QGIS_RELEASE_NAME}</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>QGIS Project document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeIconFile</key>
<string>qgs.icns</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>qgs</string>
</array>
<key>CFBundleTypeOSTypes</key>
<array>
<string>QGIS</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>ESRI Shape document</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeIconFile</key>
<string>shp.icns</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>shp</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>SDTS document</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>ddf.icns</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>ddf</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>MapInfo document</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>mif.icns</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>mif</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>GML document</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>gml.icns</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>gml</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>GeoTIFF image</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>tiff.icns</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>tiff</string>
<string>tif</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>image/tiff</string>
</array>
<key>CFBundleTypeOSTypes</key>
<array>
<string>TIFF</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>ERDAS IMAGINE document</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>img.icns</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>img</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Arc/Info ASCII Grid document</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>asc.icns</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>asc</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>DTED document</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>dt0.icns</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>dt0</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>JPEG 2000 image</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>jp2.icns</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>jp2</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>image/jp2</string>
</array>
<key>CFBundleTypeOSTypes</key>
<array>
<string>jp2 </string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>DEM document</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>dem.icns</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>dem</string>
</array>
</dict>
</array>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>ar</string>
<string>cs_CZ</string>
<string>de</string>
<string>el_GR</string>
<string>es</string>
<string>fr</string>
<string>hu</string>
<string>id</string>
<string>it</string>
<string>ja</string>
<string>lo</string>
<string>lt</string>
<string>lv</string>
<string>ka</string>
<string>mn</string>
<string>nl</string>
<string>pl_PL</string>
<string>pt_BR</string>
<string>ro</string>
<string>ru</string>
<string>sk</string>
<string>sq_AL</string>
<string>sv</string>
<string>th</string>
<string>tr</string>
<string>vi</string>
<string>zh_CN</string>
</array>
</dict>
</plist>
Binary file added mac/xcode/Qgis.xcodeproj/TemplateIcon.icns
Binary file not shown.

0 comments on commit 6c19d2b

Please sign in to comment.