Skip to content

Commit 1403f2c

Browse files
committed
missed these also in 3ccae3f
1 parent 9de321c commit 1403f2c

File tree

2 files changed

+243
-0
lines changed

2 files changed

+243
-0
lines changed

mac/app.info.plist.in

+217
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,217 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleName</key>
8+
<string>QGIS</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>org.qgis.qgis</string>
11+
<key>CFBundleExecutable</key>
12+
<string>${QGIS_APP_NAME}</string>
13+
<key>CFBundlePackageType</key>
14+
<string>APPL</string>
15+
<key>CFBundleSignature</key>
16+
<string>QGIS</string>
17+
<key>CFBundleGetInfoString</key>
18+
<string>${QGIS_APP_NAME} ${COMPLETE_VERSION}-${RELEASE_NAME} (${REVISION}), © 2002-2011 QGIS Development Team</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>${COMPLETE_VERSION}</string>
21+
<key>CFBundleVersion</key>
22+
<string>${COMPLETE_VERSION} (${REVISION})</string>
23+
<key>CFBundleIconFile</key>
24+
<string>qgis.icns</string>
25+
<key>CFBundleInfoDictionaryVersion</key>
26+
<string>6.0</string>
27+
<key>CSResourcesFileMapped</key>
28+
<true/>
29+
<key>CFBundleDocumentTypes</key>
30+
<array>
31+
<dict>
32+
<key>CFBundleTypeName</key>
33+
<string>QGIS Project document</string>
34+
<key>CFBundleTypeRole</key>
35+
<string>Editor</string>
36+
<key>CFBundleTypeIconFile</key>
37+
<string>qgs.icns</string>
38+
<key>CFBundleTypeExtensions</key>
39+
<array>
40+
<string>qgs</string>
41+
</array>
42+
<key>CFBundleTypeOSTypes</key>
43+
<array>
44+
<string>QGIS</string>
45+
</array>
46+
</dict>
47+
<dict>
48+
<key>CFBundleTypeName</key>
49+
<string>ESRI Shape document</string>
50+
<key>CFBundleTypeRole</key>
51+
<string>Editor</string>
52+
<key>CFBundleTypeIconFile</key>
53+
<string>shp.icns</string>
54+
<key>CFBundleTypeExtensions</key>
55+
<array>
56+
<string>shp</string>
57+
</array>
58+
</dict>
59+
<dict>
60+
<key>CFBundleTypeName</key>
61+
<string>SDTS document</string>
62+
<key>CFBundleTypeRole</key>
63+
<string>Viewer</string>
64+
<key>CFBundleTypeIconFile</key>
65+
<string>ddf.icns</string>
66+
<key>CFBundleTypeExtensions</key>
67+
<array>
68+
<string>ddf</string>
69+
</array>
70+
</dict>
71+
<dict>
72+
<key>CFBundleTypeName</key>
73+
<string>MapInfo document</string>
74+
<key>CFBundleTypeRole</key>
75+
<string>Viewer</string>
76+
<key>CFBundleTypeIconFile</key>
77+
<string>mif.icns</string>
78+
<key>CFBundleTypeExtensions</key>
79+
<array>
80+
<string>mif</string>
81+
</array>
82+
</dict>
83+
<dict>
84+
<key>CFBundleTypeName</key>
85+
<string>GML document</string>
86+
<key>CFBundleTypeRole</key>
87+
<string>Viewer</string>
88+
<key>CFBundleTypeIconFile</key>
89+
<string>gml.icns</string>
90+
<key>CFBundleTypeExtensions</key>
91+
<array>
92+
<string>gml</string>
93+
</array>
94+
</dict>
95+
<dict>
96+
<key>CFBundleTypeName</key>
97+
<string>GeoTIFF image</string>
98+
<key>CFBundleTypeRole</key>
99+
<string>Viewer</string>
100+
<key>CFBundleTypeIconFile</key>
101+
<string>tiff.icns</string>
102+
<key>CFBundleTypeExtensions</key>
103+
<array>
104+
<string>tiff</string>
105+
<string>tif</string>
106+
</array>
107+
<key>CFBundleTypeMIMETypes</key>
108+
<array>
109+
<string>image/tiff</string>
110+
</array>
111+
<key>CFBundleTypeOSTypes</key>
112+
<array>
113+
<string>TIFF</string>
114+
</array>
115+
</dict>
116+
<dict>
117+
<key>CFBundleTypeName</key>
118+
<string>ERDAS IMAGINE document</string>
119+
<key>CFBundleTypeRole</key>
120+
<string>Viewer</string>
121+
<key>CFBundleTypeIconFile</key>
122+
<string>img.icns</string>
123+
<key>CFBundleTypeExtensions</key>
124+
<array>
125+
<string>img</string>
126+
</array>
127+
</dict>
128+
<dict>
129+
<key>CFBundleTypeName</key>
130+
<string>Arc/Info ASCII Grid document</string>
131+
<key>CFBundleTypeRole</key>
132+
<string>Viewer</string>
133+
<key>CFBundleTypeIconFile</key>
134+
<string>asc.icns</string>
135+
<key>CFBundleTypeExtensions</key>
136+
<array>
137+
<string>asc</string>
138+
</array>
139+
</dict>
140+
<dict>
141+
<key>CFBundleTypeName</key>
142+
<string>DTED document</string>
143+
<key>CFBundleTypeRole</key>
144+
<string>Viewer</string>
145+
<key>CFBundleTypeIconFile</key>
146+
<string>dt0.icns</string>
147+
<key>CFBundleTypeExtensions</key>
148+
<array>
149+
<string>dt0</string>
150+
</array>
151+
</dict>
152+
<dict>
153+
<key>CFBundleTypeName</key>
154+
<string>JPEG 2000 image</string>
155+
<key>CFBundleTypeRole</key>
156+
<string>Viewer</string>
157+
<key>CFBundleTypeIconFile</key>
158+
<string>jp2.icns</string>
159+
<key>CFBundleTypeExtensions</key>
160+
<array>
161+
<string>jp2</string>
162+
</array>
163+
<key>CFBundleTypeMIMETypes</key>
164+
<array>
165+
<string>image/jp2</string>
166+
</array>
167+
<key>CFBundleTypeOSTypes</key>
168+
<array>
169+
<string>jp2 </string>
170+
</array>
171+
</dict>
172+
<dict>
173+
<key>CFBundleTypeName</key>
174+
<string>DEM document</string>
175+
<key>CFBundleTypeRole</key>
176+
<string>Viewer</string>
177+
<key>CFBundleTypeIconFile</key>
178+
<string>dem.icns</string>
179+
<key>CFBundleTypeExtensions</key>
180+
<array>
181+
<string>dem</string>
182+
</array>
183+
</dict>
184+
</array>
185+
<key>CFBundleLocalizations</key>
186+
<array>
187+
<string>en</string>
188+
<string>ar</string>
189+
<string>cs_CZ</string>
190+
<string>de</string>
191+
<string>el_GR</string>
192+
<string>es</string>
193+
<string>fr</string>
194+
<string>hu</string>
195+
<string>id</string>
196+
<string>it</string>
197+
<string>ja</string>
198+
<string>lo</string>
199+
<string>lt</string>
200+
<string>lv</string>
201+
<string>ka</string>
202+
<string>mn</string>
203+
<string>nl</string>
204+
<string>pl_PL</string>
205+
<string>pt_BR</string>
206+
<string>ro</string>
207+
<string>ru</string>
208+
<string>sk</string>
209+
<string>sq_AL</string>
210+
<string>sv</string>
211+
<string>th</string>
212+
<string>tr</string>
213+
<string>vi</string>
214+
<string>zh_CN</string>
215+
</array>
216+
</dict>
217+
</plist>

mac/framework.info.plist.in

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleExecutable</key>
8+
<string>${MACOSX_FRAMEWORK_NAME}</string>
9+
<key>CFBundleGetInfoString</key>
10+
<string>${MACOSX_FRAMEWORK_NAME} ${COMPLETE_VERSION}</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>${MACOSX_FRAMEWORK_IDENTIFIER}</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>${MACOSX_FRAMEWORK_NAME}</string>
17+
<key>CFBundlePackageType</key>
18+
<string>FMWK</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>${MACOSX_FRAMEWORK_SHORT_VERSION_STRING}</string>
21+
<key>CFBundleSignature</key>
22+
<string>????</string>
23+
<key>CFBundleVersion</key>
24+
<string>${MACOSX_FRAMEWORK_NAME} ${COMPLETE_VERSION}</string>
25+
</dict>
26+
</plist>

0 commit comments

Comments
 (0)