Skip to content

Commit

Permalink
Reformat Poedit-Info.plist as Xcode likes it.
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Dec 2, 2014
1 parent 8a69c3a commit 3c4a100
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions macosx/Poedit-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,65 @@
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>NSIsRelatedItemType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>net.poedit.mo</string>
</array>
<key>NSIsRelatedItemType</key>
<true/>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>Poedit</string>
<key>CFBundleIdentifier</key>
<string>net.poedit.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>${POEDIT_VERSION}</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSEnvironment</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
</dict>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 1999-2014 Václav Slavík. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>SUFeedURL</key>
<string>https://poedit.net/updates/osx/appcast</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeIdentifier</key>
<string>net.poedit.po</string>
<key>UTTypeDescription</key>
<string>PO Translation</string>
<key>UTTypeIconFile</key>
<string>GenericTranslation</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.content</string>
<string>public.data</string>
</array>
<key>UTTypeDescription</key>
<string>PO Translation</string>
<key>UTTypeIconFile</key>
<string>GenericTranslation</string>
<key>UTTypeIdentifier</key>
<string>net.poedit.po</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
Expand All @@ -67,17 +104,17 @@
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>net.poedit.mo</string>
<key>UTTypeDescription</key>
<string>Compiled Translation</string>
<key>UTTypeIconFile</key>
<string>GenericTranslation</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.content</string>
<string>public.data</string>
</array>
<key>UTTypeDescription</key>
<string>Compiled Translation</string>
<key>UTTypeIconFile</key>
<string>GenericTranslation</string>
<key>UTTypeIdentifier</key>
<string>net.poedit.mo</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
Expand All @@ -92,42 +129,5 @@
</dict>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>Poedit</string>
<key>CFBundleIdentifier</key>
<string>net.poedit.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>${POEDIT_VERSION}</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 1999-2014 Václav Slavík. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>SUFeedURL</key>
<string>https://poedit.net/updates/osx/appcast</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>LSEnvironment</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
</dict>
</dict>
</plist>

0 comments on commit 3c4a100

Please sign in to comment.