equal
deleted
inserted
replaced
23 <key>CFBundleShortVersionString</key> |
23 <key>CFBundleShortVersionString</key> |
24 <string>${HEDGEWARS_VERSION}</string> |
24 <string>${HEDGEWARS_VERSION}</string> |
25 <key>NSHumanReadableCopyright</key> |
25 <key>NSHumanReadableCopyright</key> |
26 <string>Copyright © 2004-2012, Hedgewars Project</string> |
26 <string>Copyright © 2004-2012, Hedgewars Project</string> |
27 <key>NSAppleScriptEnabled</key> |
27 <key>NSAppleScriptEnabled</key> |
28 <false/> |
28 <true/> |
29 <key>LSRequiresNativeExecution</key> |
29 <key>LSRequiresNativeExecution</key> |
30 <true/> |
30 <true/> |
31 <key>LSMinimumSystemVersionByArchitecture</key> |
31 <key>LSMinimumSystemVersionByArchitecture</key> |
32 <dict> |
32 <dict> |
33 <key>x86_64</key> |
33 <key>x86_64</key> |
154 </array> |
154 </array> |
155 <key>CFBundleTypeRole</key> |
155 <key>CFBundleTypeRole</key> |
156 <string>Viewer</string> |
156 <string>Viewer</string> |
157 </dict> |
157 </dict> |
158 </array> |
158 </array> |
|
159 <!-- |
|
160 <key>CFBundleURLTypes</key> |
|
161 <array> |
|
162 <dict> |
|
163 <key>CFBundleURLName</key> |
|
164 <string>Hedgewars URIs</string> |
|
165 <key>CFBundleURLSchemes</key> |
|
166 <array> |
|
167 <string>hwd</string> |
|
168 <string>hws</string> |
|
169 <string>hwdlc</string> |
|
170 </array> |
|
171 </dict> |
|
172 </array> |
|
173 --> |
159 </dict> |
174 </dict> |
160 </plist> |
175 </plist> |