1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gnome/Maps">
<file preprocess="xml-stripblanks" alias="org.gnome.Maps.metainfo.xml">@app-id@.metainfo.xml</file>
<file preprocess="xml-stripblanks">ui/context-menu.ui</file>
<file preprocess="xml-stripblanks">ui/export-view-dialog.ui</file>
<file preprocess="xml-stripblanks">ui/favorite-list-row.ui</file>
<file preprocess="xml-stripblanks">ui/favorites-popover.ui</file>
<file preprocess="xml-stripblanks">ui/headerbar-left.ui</file>
<file preprocess="xml-stripblanks">ui/headerbar-right.ui</file>
<file preprocess="xml-stripblanks">ui/instruction-row.ui</file>
<file preprocess="xml-stripblanks">ui/layers-popover.ui</file>
<file preprocess="xml-stripblanks">ui/shape-layer-row.ui</file>
<file preprocess="xml-stripblanks" alias="shortcuts-dialog.ui">ui/shortcuts-dialog.ui</file>
<file preprocess="xml-stripblanks">ui/main-window.ui</file>
<file preprocess="xml-stripblanks">ui/open-with-row.ui</file>
<file preprocess="xml-stripblanks">ui/osm-account-dialog.ui</file>
<file preprocess="xml-stripblanks">ui/osm-discard-dialog.ui</file>
<file preprocess="xml-stripblanks">ui/osm-edit-dialog.ui</file>
<file preprocess="xml-stripblanks">ui/place-bar.ui</file>
<file preprocess="xml-stripblanks">ui/place-buttons.ui</file>
<file preprocess="xml-stripblanks">ui/place-dialog.ui</file>
<file preprocess="xml-stripblanks">ui/place-list-row.ui</file>
<file preprocess="xml-stripblanks">ui/place-popover.ui</file>
<file preprocess="xml-stripblanks">ui/place-view.ui</file>
<file preprocess="xml-stripblanks">ui/poi-category-goback-row.ui</file>
<file preprocess="xml-stripblanks">ui/poi-category-row.ui</file>
<file preprocess="xml-stripblanks">ui/route-entry.ui</file>
<file preprocess="xml-stripblanks">ui/send-to-dialog.ui</file>
<file preprocess="xml-stripblanks">ui/sidebar.ui</file>
<file preprocess="xml-stripblanks">ui/transit-arrival-row.ui</file>
<file preprocess="xml-stripblanks">ui/transit-itinerary-row.ui</file>
<file preprocess="xml-stripblanks">ui/transit-leg-row.ui</file>
<file preprocess="xml-stripblanks">ui/transit-more-row.ui</file>
<file preprocess="xml-stripblanks">ui/transit-options-panel.ui</file>
<file preprocess="xml-stripblanks">ui/transit-stop-row.ui</file>
<file preprocess="xml-stripblanks">ui/zoom-and-rotate-controls.ui</file>
<file alias="style.css">gnome-maps.css</file>
<file alias="style-dark.css">gnome-maps-dark.css</file>
<file alias="osm-types.json" compressed="true">osm-types.json</file>
<file alias="transit-providers.json" compressed="true">transit-providers.json</file>
</gresource>
</gresources>
|