Last active
August 29, 2015 14:03
-
-
Save hanxue/b454a201a6c53745acf3 to your computer and use it in GitHub Desktop.
OSX QGIS Installation Error - QDAL Framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ brew cask install --debug ./qgis.rb | |
| ==> Initializing Taps | |
| ==> Creating directories | |
| ==> Loading Cask definitions | |
| ==> Translating './qgis.rb' into a valid Cask source | |
| ==> Testing source class Cask::Source::URI | |
| ==> Testing source class Cask::Source::PathSlashRequired | |
| ==> Success! Using source class Cask::Source::PathSlashRequired | |
| ==> Resolved Cask URI or file source to '/Users/hanxue/Github/homebrew-cask/Casks/qgis.rb' | |
| ==> Cask instance dumps in YAML: | |
| ==> Cask instance toplevel: | |
| --- !ruby/object:Qgis | |
| title: qgis | |
| ==> Cask instance method 'homepage': | |
| --- http://www.kyngchaos.com/software/qgis | |
| ... | |
| ==> Cask instance method 'url': | |
| --- !ruby/object:Cask::URL | |
| uri: !ruby/object:URI::HTTP | |
| scheme: http | |
| user: | |
| password: | |
| host: www.kyngchaos.com | |
| port: 80 | |
| path: /files/software/qgis/QGIS-2.2.0-10.dmg | |
| query: | |
| opaque: | |
| registry: | |
| fragment: | |
| parser: | |
| user_agent: | |
| cookies: | |
| referer: | |
| using: | |
| revision: | |
| trust_cert: | |
| data: | |
| ==> Cask instance method 'appcast': | |
| --- | |
| ... | |
| ==> Cask instance method 'version': | |
| --- 2.2.0-10 | |
| ... | |
| ==> Cask instance method 'sums': | |
| --- | |
| - !ruby/object:Checksum | |
| hash_type: :sha2 | |
| hexdigest: 00ddf8511c11664600b680d569153a040bfd7579b40ccab53659d23999d4ad43 | |
| ==> Cask instance method 'artifacts': | |
| --- | |
| :install: !ruby/object:Set | |
| hash: | |
| ? - Install QGIS.pkg | |
| : true | |
| ==> Cask instance method 'caveats': | |
| --- [] | |
| ==> Cask instance method 'depends_on_formula': | |
| --- [] | |
| ==> Cask instance method 'container_type': | |
| --- | |
| ... | |
| ==> Cask::Installer.install | |
| ==> Printing caveats | |
| ==> Downloading | |
| ==> Downloading http://www.kyngchaos.com/files/software/qgis/QGIS-2.2.0-10.dmg | |
| Already downloaded: /Library/Caches/Homebrew/qgis-2.2.0-10.dmg | |
| ==> Checksums match | |
| ==> Downloaded to -> /Library/Caches/Homebrew/qgis-2.2.0-10.dmg | |
| ==> Extracting primary container | |
| ==> Determining which containers to use based on filetype | |
| ==> Checking container class Cask::Container::Air | |
| ==> Checking container class Cask::Container::Cab | |
| ==> Executing: ["/usr/bin/file", "-Izb", "--", "#<Pathname:/Library/Caches/Homebrew/qgis-2.2.0-10.dmg>"] | |
| ==> Checking container class Cask::Container::Dmg | |
| ==> Executing: ["/usr/bin/hdiutil", "imageinfo", "#<Pathname:/Library/Caches/Homebrew/qgis-2.2.0-10.dmg>"] | |
| ==> Using container class Cask::Container::Dmg for /Library/Caches/Homebrew/qgis-2.2.0-10.dmg | |
| ==> Executing: ["/usr/bin/hdiutil", "mount", "-plist", "-nobrowse", "-readonly", "-noidme", "-mountrandom", "/tmp", "#<Pathname:/Library/Caches/Homebrew/qgis-2.2.0-10.dmg>"] | |
| ==> Executing: ["/usr/bin/ditto", "--", "/private/tmp/dmg.feSAje", "#<Pathname:/opt/homebrew-cask/Caskroom/qgis/2.2.0-10>"] | |
| ==> Executing: ["/usr/sbin/diskutil", "eject", "#<Pathname:/private/tmp/dmg.feSAje>"] | |
| ==> Installing artifacts | |
| ==> Determining which artifacts are present in Cask qgis | |
| ==> Checking for artifact class Cask::Artifact::BeforeBlock | |
| ==> Checking for artifact class Cask::Artifact::NestedContainer | |
| ==> Checking for artifact class Cask::Artifact::App | |
| ==> Checking for artifact class Cask::Artifact::Colorpicker | |
| ==> Checking for artifact class Cask::Artifact::Pkg | |
| ==> Checking for artifact class Cask::Artifact::Prefpane | |
| ==> Checking for artifact class Cask::Artifact::Qlplugin | |
| ==> Checking for artifact class Cask::Artifact::Font | |
| ==> Checking for artifact class Cask::Artifact::Widget | |
| ==> Checking for artifact class Cask::Artifact::Service | |
| ==> Checking for artifact class Cask::Artifact::CaskroomOnly | |
| ==> Checking for artifact class Cask::Artifact::Binary | |
| ==> Checking for artifact class Cask::Artifact::InputMethod | |
| ==> Checking for artifact class Cask::Artifact::ScreenSaver | |
| ==> Checking for artifact class Cask::Artifact::AfterBlock | |
| ==> 1 artifact/s defined | |
| Cask::Artifact::Pkg | |
| ==> Installing artifact of class Cask::Artifact::Pkg | |
| ==> Running installer for qgis; your password may be necessary. | |
| ==> Executing: ["/usr/bin/sudo", "-E", "--", "/usr/sbin/installer", "-pkg", "#<Pathname:/opt/homebrew-cask/Caskroom/qgis/2.2.0-10/Install QGIS.pkg>", "-target", "/"] | |
| Password: | |
| ==> installer: Error - The GDAL 1.11 framework is required. | |
| ==> Executing: ["/usr/bin/find", "#<Pathname:/opt/homebrew-cask/Caskroom/qgis/2.2.0-10>", "-type", "f", "!", "-name", ".DS_Store"] | |
| ==> Executing: ["/usr/bin/du", "-hs", "--", "/opt/homebrew-cask/Caskroom/qgis/2.2.0-10"] | |
| 🍺 qgis installed to '/opt/homebrew-cask/Caskroom/qgis/2.2.0-10' (6 files, 159M) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8" standalone="no"?> | |
| <installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.6" authoringToolBuild="201"> | |
| <title>QGIS</title> | |
| <options customize="never" allow-external-scripts="no"/> | |
| <domains enable_localSystem="true"/> | |
| <installation-check script="pm_install_check();"/> | |
| <script>function pm_install_check() { | |
| if(!(/* >= */ system.compareVersions(system.version.ProductVersion, '10.7.0') >= 0)) { | |
| my.result.title = 'Failure'; | |
| my.result.message = 'QGIS requires Mac OS X 10.7 or newer.'; | |
| my.result.type = 'Fatal'; | |
| return false; | |
| } | |
| if(!(system.files.fileExistsAtPath('/Library/Frameworks/GDAL.framework/Versions/1.11/Resources/Info.plist') == true)) { | |
| my.result.title = 'Failure'; | |
| my.result.message = 'The GDAL 1.11 framework is required.'; | |
| my.result.type = 'Fatal'; | |
| return false; | |
| } | |
| if(!(system.files.fileExistsAtPath('/Library/Frameworks/GEOS.framework/Versions/3/Resources/Info.plist') == true)) { | |
| my.result.title = 'Failure'; | |
| my.result.message = 'The GEOS framework is required.'; | |
| my.result.type = 'Fatal'; | |
| return false; | |
| } | |
| if(!(system.files.fileExistsAtPath('/Library/Frameworks/PROJ.framework/Versions/4/Resources/Info.plist') == true)) { | |
| my.result.title = 'Failure'; | |
| my.result.message = 'The PROJ framework is required.'; | |
| my.result.type = 'Fatal'; | |
| return false; | |
| } | |
| if(!(system.files.fileExistsAtPath('/Library/Frameworks/SQLite3.framework/Versions/B/Resources/Info.plist') == true)) { | |
| my.result.title = 'Failure'; | |
| my.result.message = 'The SQLite3 framework is required.'; | |
| my.result.type = 'Fatal'; | |
| return false; | |
| } | |
| if(!(system.files.plistAtPath('/Library/Frameworks/GEOS.framework/Versions/3/Resources/Info.plist').CFBundleShortVersionString >= '3.4.0')) { | |
| my.result.title = 'Failure'; | |
| my.result.message = 'QGIS requires the GEOS framework version 3.4 or newer.'; | |
| my.result.type = 'Fatal'; | |
| return false; | |
| } | |
| if(!(system.files.plistAtPath('/Library/Frameworks/PROJ.framework/Versions/4/Resources/Info.plist').CFBundleShortVersionString >= '4.7.0')) { | |
| my.result.title = 'Failure'; | |
| my.result.message = 'QGIS requires the PROJ framework version 4.7 or newer.'; | |
| my.result.type = 'Fatal'; | |
| return false; | |
| } | |
| if(!(system.files.plistAtPath('/Library/Frameworks/SQLite3.framework/Versions/B/Resources/Info.plist').CFBundleShortVersionString >= '3.7.0')) { | |
| my.result.title = 'Failure'; | |
| my.result.message = 'QGIS requires the SQLite3 framework version 3.7.17 or newer.'; | |
| my.result.type = 'Fatal'; | |
| return false; | |
| } | |
| if(!(system.sysctl('hw.optional.x86_64') == '1')) { | |
| my.result.title = 'Failure'; | |
| my.result.message = 'QGIS requires a 64bit Mac.'; | |
| my.result.type = 'Fatal'; | |
| return false; | |
| } | |
| if(!(system.files.fileExistsAtPath('/Library/Python/2.7/site-packages/matplotlib-override/matplotlib/__init__.py') == true)) { | |
| my.result.title = 'matplotlib'; | |
| my.result.message = 'QGIS requires the Matplotlib python module (kyngchaos build).'; | |
| my.result.type = 'Fatal'; | |
| return false; | |
| } | |
| return true; | |
| } | |
| </script> | |
| <readme file="ReadMe"/> | |
| <license file="License"/> | |
| <choices-outline> | |
| <line choice="qgis"/> | |
| </choices-outline> | |
| <choice id="qgis" title="QGIS" start_visible="false"> | |
| <pkg-ref id="org.qgis.qgis-2.2"/> | |
| </choice> | |
| <pkg-ref id="org.qgis.qgis-2.2" installKBytes="550732" version="2.200.10" auth="Root">#qgis.pkg</pkg-ref> | |
| </installer-script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <pkg-info format-version="2" identifier="org.qgis.qgis-2.2" version="2.200.10" install-location="/Applications/QGIS.app" auth="root"> | |
| <payload installKBytes="550732" numberOfFiles="9934"/> | |
| <scripts> | |
| <postinstall file="./postinstall"/> | |
| </scripts> | |
| <bundle id="org.qgis.qgis2" CFBundleIdentifier="org.qgis.qgis2" path="./" CFBundleVersion="2.2.0 ()"> | |
| <bundle id="org.gnu.gsl" CFBundleIdentifier="org.gnu.gsl" path=".Contents/Frameworks/GSL.framework" CFBundleVersion="GSL 1.16-1"/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/OpenThreads.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osg.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgAnimation.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgDB.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgEarth.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgEarthAnnotation.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgEarthFeatures.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgEarthQt.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgEarthSymbology.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgEarthUtil.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgFX.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgGA.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgManipulator.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgParticle.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgPresentation.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgQt.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgShadow.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgSim.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgTerrain.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgText.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgUtil.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgViewer.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgVolume.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/Frameworks/osgWidget.framework" CFBundleVersion=""/> | |
| <bundle id="org.qgis.qgis2_analysis" CFBundleIdentifier="org.qgis.qgis2_analysis" path=".Contents/Frameworks/qgis_analysis.framework" CFBundleVersion="qgis_analysis 2.2.0"> | |
| <bundle id="org.qgis.qgis2_analysis" CFBundleIdentifier="org.qgis.qgis2_analysis" path="./Versions/2.2" CFBundleVersion="qgis_analysis 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_core" CFBundleIdentifier="org.qgis.qgis2_core" path=".Contents/Frameworks/qgis_core.framework" CFBundleVersion="qgis_core 2.2.0"> | |
| <bundle id="org.qgis.qgis2_core" CFBundleIdentifier="org.qgis.qgis2_core" path="./Versions/2.2" CFBundleVersion="qgis_core 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_gui" CFBundleIdentifier="org.qgis.qgis2_gui" path=".Contents/Frameworks/qgis_gui.framework" CFBundleVersion="qgis_gui 2.2.0"> | |
| <bundle id="org.qgis.qgis2_gui" CFBundleIdentifier="org.qgis.qgis2_gui" path="./Versions/2.2" CFBundleVersion="qgis_gui 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_networkanalysis" CFBundleIdentifier="org.qgis.qgis2_networkanalysis" path=".Contents/Frameworks/qgis_networkanalysis.framework" CFBundleVersion="qgis_networkanalysis 2.2.0"> | |
| <bundle id="org.qgis.qgis2_networkanalysis" CFBundleIdentifier="org.qgis.qgis2_networkanalysis" path="./Versions/2.2" CFBundleVersion="qgis_networkanalysis 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_grass" CFBundleIdentifier="org.qgis.qgis2_grass" path=".Contents/Frameworks/qgisgrass.framework" CFBundleVersion="qgisgrass 2.2.0"> | |
| <bundle id="org.qgis.qgis2_grass" CFBundleIdentifier="org.qgis.qgis2_grass" path="./Versions/2.2" CFBundleVersion="qgisgrass 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_sqlanyconnection" CFBundleIdentifier="org.qgis.qgis2_sqlanyconnection" path=".Contents/Frameworks/qgissqlanyconnection.framework" CFBundleVersion="qgissqlanyconnection 2.2.0"> | |
| <bundle id="org.qgis.qgis2_sqlanyconnection" CFBundleIdentifier="org.qgis.qgis2_sqlanyconnection" path="./Versions/2.2" CFBundleVersion="qgissqlanyconnection 2.2.0"/> | |
| </bundle> | |
| <bundle id="com.tcltk.tcllibrary" CFBundleIdentifier="com.tcltk.tcllibrary" path=".Contents/Frameworks/Tcl.framework" CFBundleVersion="8.5.8"> | |
| <bundle id="com.tcltk.tcllibrary" CFBundleIdentifier="com.tcltk.tcllibrary" path="./Versions/8.5" CFBundleVersion="8.5.8"/> | |
| </bundle> | |
| <bundle id="com.tcltk.tklibrary" CFBundleIdentifier="com.tcltk.tklibrary" path=".Contents/Frameworks/Tk.framework" CFBundleVersion="8.5.8"> | |
| <bundle id="com.tcltk.wish" CFBundleIdentifier="com.tcltk.wish" path="./Resources/Wish.app" CFBundleVersion="8.5.8"/> | |
| <bundle id="com.tcltk.tklibrary" CFBundleIdentifier="com.tcltk.tklibrary" path="./Versions/8.5" CFBundleVersion="8.5.8"> | |
| <bundle id="com.tcltk.wish" CFBundleIdentifier="com.tcltk.wish" path="./Resources/Wish.app" CFBundleVersion="8.5.8"/> | |
| </bundle> | |
| <bundle id="com.tcltk.wish" CFBundleIdentifier="com.tcltk.wish" path="./Versions/Current/Resources/Wish.app" CFBundleVersion="8.5.8"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_browser" CFBundleIdentifier="org.qgis.qgis2_browser" path=".Contents/MacOS/bin/QGIS Browser.app" CFBundleVersion="2.2.0 ()"> | |
| <bundle id="org.gnu.gsl" CFBundleIdentifier="org.gnu.gsl" path="./Contents/Frameworks/GSL.framework" CFBundleVersion="GSL 1.16-1"/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/OpenThreads.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osg.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgAnimation.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgDB.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgEarth.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgEarthAnnotation.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgEarthFeatures.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgEarthQt.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgEarthSymbology.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgEarthUtil.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgFX.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgGA.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgManipulator.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgParticle.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgPresentation.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgQt.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgShadow.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgSim.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgTerrain.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgText.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgUtil.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgViewer.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgVolume.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgWidget.framework" CFBundleVersion=""/> | |
| <bundle id="org.qgis.qgis2_analysis" CFBundleIdentifier="org.qgis.qgis2_analysis" path="./Contents/Frameworks/qgis_analysis.framework" CFBundleVersion="qgis_analysis 2.2.0"> | |
| <bundle id="org.qgis.qgis2_analysis" CFBundleIdentifier="org.qgis.qgis2_analysis" path="./Versions/2.2" CFBundleVersion="qgis_analysis 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_core" CFBundleIdentifier="org.qgis.qgis2_core" path="./Contents/Frameworks/qgis_core.framework" CFBundleVersion="qgis_core 2.2.0"> | |
| <bundle id="org.qgis.qgis2_core" CFBundleIdentifier="org.qgis.qgis2_core" path="./Versions/2.2" CFBundleVersion="qgis_core 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_gui" CFBundleIdentifier="org.qgis.qgis2_gui" path="./Contents/Frameworks/qgis_gui.framework" CFBundleVersion="qgis_gui 2.2.0"> | |
| <bundle id="org.qgis.qgis2_gui" CFBundleIdentifier="org.qgis.qgis2_gui" path="./Versions/2.2" CFBundleVersion="qgis_gui 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_networkanalysis" CFBundleIdentifier="org.qgis.qgis2_networkanalysis" path="./Contents/Frameworks/qgis_networkanalysis.framework" CFBundleVersion="qgis_networkanalysis 2.2.0"> | |
| <bundle id="org.qgis.qgis2_networkanalysis" CFBundleIdentifier="org.qgis.qgis2_networkanalysis" path="./Versions/2.2" CFBundleVersion="qgis_networkanalysis 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_grass" CFBundleIdentifier="org.qgis.qgis2_grass" path="./Contents/Frameworks/qgisgrass.framework" CFBundleVersion="qgisgrass 2.2.0"> | |
| <bundle id="org.qgis.qgis2_grass" CFBundleIdentifier="org.qgis.qgis2_grass" path="./Versions/2.2" CFBundleVersion="qgisgrass 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_sqlanyconnection" CFBundleIdentifier="org.qgis.qgis2_sqlanyconnection" path="./Contents/Frameworks/qgissqlanyconnection.framework" CFBundleVersion="qgissqlanyconnection 2.2.0"> | |
| <bundle id="org.qgis.qgis2_sqlanyconnection" CFBundleIdentifier="org.qgis.qgis2_sqlanyconnection" path="./Versions/2.2" CFBundleVersion="qgissqlanyconnection 2.2.0"/> | |
| </bundle> | |
| <bundle id="com.tcltk.tcllibrary" CFBundleIdentifier="com.tcltk.tcllibrary" path="./Contents/Frameworks/Tcl.framework" CFBundleVersion="8.5.8"> | |
| <bundle id="com.tcltk.tcllibrary" CFBundleIdentifier="com.tcltk.tcllibrary" path="./Versions/8.5" CFBundleVersion="8.5.8"/> | |
| </bundle> | |
| <bundle id="com.tcltk.tklibrary" CFBundleIdentifier="com.tcltk.tklibrary" path="./Contents/Frameworks/Tk.framework" CFBundleVersion="8.5.8"> | |
| <bundle id="com.tcltk.wish" CFBundleIdentifier="com.tcltk.wish" path="./Resources/Wish.app" CFBundleVersion="8.5.8"/> | |
| <bundle id="com.tcltk.tklibrary" CFBundleIdentifier="com.tcltk.tklibrary" path="./Versions/8.5" CFBundleVersion="8.5.8"> | |
| <bundle id="com.tcltk.wish" CFBundleIdentifier="com.tcltk.wish" path="./Resources/Wish.app" CFBundleVersion="8.5.8"/> | |
| </bundle> | |
| <bundle id="com.tcltk.wish" CFBundleIdentifier="com.tcltk.wish" path="./Versions/Current/Resources/Wish.app" CFBundleVersion="8.5.8"/> | |
| </bundle> | |
| </bundle> | |
| <bundle id="" CFBundleIdentifier="" path=".Contents/MacOS/bin/qgis_help.app" CFBundleVersion=""> | |
| <bundle id="org.gnu.gsl" CFBundleIdentifier="org.gnu.gsl" path="./Contents/Frameworks/GSL.framework" CFBundleVersion="GSL 1.16-1"/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/OpenThreads.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osg.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgAnimation.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgDB.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgEarth.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgEarthAnnotation.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgEarthFeatures.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgEarthQt.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgEarthSymbology.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgEarthUtil.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgFX.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgGA.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgManipulator.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgParticle.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgPresentation.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgQt.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgShadow.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgSim.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgTerrain.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgText.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgUtil.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgViewer.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgVolume.framework" CFBundleVersion=""/> | |
| <bundle id="" CFBundleIdentifier="" path="./Contents/Frameworks/osgWidget.framework" CFBundleVersion=""/> | |
| <bundle id="org.qgis.qgis2_analysis" CFBundleIdentifier="org.qgis.qgis2_analysis" path="./Contents/Frameworks/qgis_analysis.framework" CFBundleVersion="qgis_analysis 2.2.0"> | |
| <bundle id="org.qgis.qgis2_analysis" CFBundleIdentifier="org.qgis.qgis2_analysis" path="./Versions/2.2" CFBundleVersion="qgis_analysis 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_core" CFBundleIdentifier="org.qgis.qgis2_core" path="./Contents/Frameworks/qgis_core.framework" CFBundleVersion="qgis_core 2.2.0"> | |
| <bundle id="org.qgis.qgis2_core" CFBundleIdentifier="org.qgis.qgis2_core" path="./Versions/2.2" CFBundleVersion="qgis_core 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_gui" CFBundleIdentifier="org.qgis.qgis2_gui" path="./Contents/Frameworks/qgis_gui.framework" CFBundleVersion="qgis_gui 2.2.0"> | |
| <bundle id="org.qgis.qgis2_gui" CFBundleIdentifier="org.qgis.qgis2_gui" path="./Versions/2.2" CFBundleVersion="qgis_gui 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_networkanalysis" CFBundleIdentifier="org.qgis.qgis2_networkanalysis" path="./Contents/Frameworks/qgis_networkanalysis.framework" CFBundleVersion="qgis_networkanalysis 2.2.0"> | |
| <bundle id="org.qgis.qgis2_networkanalysis" CFBundleIdentifier="org.qgis.qgis2_networkanalysis" path="./Versions/2.2" CFBundleVersion="qgis_networkanalysis 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_grass" CFBundleIdentifier="org.qgis.qgis2_grass" path="./Contents/Frameworks/qgisgrass.framework" CFBundleVersion="qgisgrass 2.2.0"> | |
| <bundle id="org.qgis.qgis2_grass" CFBundleIdentifier="org.qgis.qgis2_grass" path="./Versions/2.2" CFBundleVersion="qgisgrass 2.2.0"/> | |
| </bundle> | |
| <bundle id="org.qgis.qgis2_sqlanyconnection" CFBundleIdentifier="org.qgis.qgis2_sqlanyconnection" path="./Contents/Frameworks/qgissqlanyconnection.framework" CFBundleVersion="qgissqlanyconnection 2.2.0"> | |
| <bundle id="org.qgis.qgis2_sqlanyconnection" CFBundleIdentifier="org.qgis.qgis2_sqlanyconnection" path="./Versions/2.2" CFBundleVersion="qgissqlanyconnection 2.2.0"/> | |
| </bundle> | |
| <bundle id="com.tcltk.tcllibrary" CFBundleIdentifier="com.tcltk.tcllibrary" path="./Contents/Frameworks/Tcl.framework" CFBundleVersion="8.5.8"> | |
| <bundle id="com.tcltk.tcllibrary" CFBundleIdentifier="com.tcltk.tcllibrary" path="./Versions/8.5" CFBundleVersion="8.5.8"/> | |
| </bundle> | |
| <bundle id="com.tcltk.tklibrary" CFBundleIdentifier="com.tcltk.tklibrary" path="./Contents/Frameworks/Tk.framework" CFBundleVersion="8.5.8"> | |
| <bundle id="com.tcltk.wish" CFBundleIdentifier="com.tcltk.wish" path="./Resources/Wish.app" CFBundleVersion="8.5.8"/> | |
| <bundle id="com.tcltk.tklibrary" CFBundleIdentifier="com.tcltk.tklibrary" path="./Versions/8.5" CFBundleVersion="8.5.8"> | |
| <bundle id="com.tcltk.wish" CFBundleIdentifier="com.tcltk.wish" path="./Resources/Wish.app" CFBundleVersion="8.5.8"/> | |
| </bundle> | |
| <bundle id="com.tcltk.wish" CFBundleIdentifier="com.tcltk.wish" path="./Versions/Current/Resources/Wish.app" CFBundleVersion="8.5.8"/> | |
| </bundle> | |
| </bundle> | |
| </bundle> | |
| <bundle-version> | |
| <bundle id="org.qgis.qgis2"/> | |
| <bundle id="org.gnu.gsl"/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id="org.qgis.qgis2_analysis"/> | |
| <bundle id="org.qgis.qgis2_analysis"/> | |
| <bundle id="org.qgis.qgis2_core"/> | |
| <bundle id="org.qgis.qgis2_core"/> | |
| <bundle id="org.qgis.qgis2_gui"/> | |
| <bundle id="org.qgis.qgis2_gui"/> | |
| <bundle id="org.qgis.qgis2_networkanalysis"/> | |
| <bundle id="org.qgis.qgis2_networkanalysis"/> | |
| <bundle id="org.qgis.qgis2_grass"/> | |
| <bundle id="org.qgis.qgis2_grass"/> | |
| <bundle id="org.qgis.qgis2_sqlanyconnection"/> | |
| <bundle id="org.qgis.qgis2_sqlanyconnection"/> | |
| <bundle id="com.tcltk.tcllibrary"/> | |
| <bundle id="com.tcltk.tcllibrary"/> | |
| <bundle id="com.tcltk.tklibrary"/> | |
| <bundle id="com.tcltk.wish"/> | |
| <bundle id="com.tcltk.tklibrary"/> | |
| <bundle id="com.tcltk.wish"/> | |
| <bundle id="com.tcltk.wish"/> | |
| <bundle id="org.qgis.qgis2_browser"/> | |
| <bundle id="org.gnu.gsl"/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id="org.qgis.qgis2_analysis"/> | |
| <bundle id="org.qgis.qgis2_analysis"/> | |
| <bundle id="org.qgis.qgis2_core"/> | |
| <bundle id="org.qgis.qgis2_core"/> | |
| <bundle id="org.qgis.qgis2_gui"/> | |
| <bundle id="org.qgis.qgis2_gui"/> | |
| <bundle id="org.qgis.qgis2_networkanalysis"/> | |
| <bundle id="org.qgis.qgis2_networkanalysis"/> | |
| <bundle id="org.qgis.qgis2_grass"/> | |
| <bundle id="org.qgis.qgis2_grass"/> | |
| <bundle id="org.qgis.qgis2_sqlanyconnection"/> | |
| <bundle id="org.qgis.qgis2_sqlanyconnection"/> | |
| <bundle id="com.tcltk.tcllibrary"/> | |
| <bundle id="com.tcltk.tcllibrary"/> | |
| <bundle id="com.tcltk.tklibrary"/> | |
| <bundle id="com.tcltk.wish"/> | |
| <bundle id="com.tcltk.tklibrary"/> | |
| <bundle id="com.tcltk.wish"/> | |
| <bundle id="com.tcltk.wish"/> | |
| <bundle id=""/> | |
| <bundle id="org.gnu.gsl"/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id=""/> | |
| <bundle id="org.qgis.qgis2_analysis"/> | |
| <bundle id="org.qgis.qgis2_analysis"/> | |
| <bundle id="org.qgis.qgis2_core"/> | |
| <bundle id="org.qgis.qgis2_core"/> | |
| <bundle id="org.qgis.qgis2_gui"/> | |
| <bundle id="org.qgis.qgis2_gui"/> | |
| <bundle id="org.qgis.qgis2_networkanalysis"/> | |
| <bundle id="org.qgis.qgis2_networkanalysis"/> | |
| <bundle id="org.qgis.qgis2_grass"/> | |
| <bundle id="org.qgis.qgis2_grass"/> | |
| <bundle id="org.qgis.qgis2_sqlanyconnection"/> | |
| <bundle id="org.qgis.qgis2_sqlanyconnection"/> | |
| <bundle id="com.tcltk.tcllibrary"/> | |
| <bundle id="com.tcltk.tcllibrary"/> | |
| <bundle id="com.tcltk.tklibrary"/> | |
| <bundle id="com.tcltk.wish"/> | |
| <bundle id="com.tcltk.tklibrary"/> | |
| <bundle id="com.tcltk.wish"/> | |
| <bundle id="com.tcltk.wish"/> | |
| </bundle-version> | |
| </pkg-info> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment