Skip to content

Commit

Permalink
Fixes to .pinfo after runing them through XCode
Browse files Browse the repository at this point in the history
  • Loading branch information
alanspencer committed Jul 7, 2020
1 parent bdfa52a commit 81a6033
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 181 deletions.
42 changes: 23 additions & 19 deletions SPIERSalign/Info.plist
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>SPIERSalign64</string>
<key>CFBundleIconFile</key>
<string>SPIERSalignIcon.icns</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.SPIERSalign64</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<dict>
<key>CFBundleExecutable</key>
<string>SPIERSalign64</string>
<key>CFBundleIconFile</key>
<string>SPIERSalignIcon.icns</string>
<key>CFBundleIdentifier</key>
<string>com.palaeoware.spiers.align</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.1.2</string>
<key>CFBundleSpokenName</key>
<string>Spiers Align</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
</plist>
87 changes: 35 additions & 52 deletions SPIERSedit/Info.plist
Original file line number Diff line number Diff line change
@@ -1,86 +1,69 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<dict>
<key>CFBundleExecutable</key>
<string>SPIERSedit64</string>

<key>CFBundleIconFile</key>
<string>SPIERSeditIcon.icns</string>

<key>CFBundleIdentifier</key>
<string>com.palaeoware.spiers.edit</string>

<key>CFBundlePackageType</key>
<string>APPL</string>

<key>CFBundleSignature</key>
<string>????</string>

<key>CFBundleVersion</key>
<string>3.1.2</string>

<key>CFBundleSpokenName</key>
<string>Spiers Edit</string>

<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>

<key>LSMinimumSystemVersion</key>
<string>10.13</string>

<key>NSPrincipalClass</key>
<string>NSApplication</string>

<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>

<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>SPIERSedit</string>
<key>CFBundleTypeIconFile</key>
<string>SPIERSeditIcon.icns</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>spe</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<string>application/octet-stream</string>
<key>LSItemContentTypes</key>
<array>
<string>com.palaeoware.spiers.spe</string>
</array>
<key>LSHandlerRank</key>
<string>Owner</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>SPIERSedit</string>
<key>CFBundleTypeIconFile</key>
<string>SPIERSeditIcon.icns</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeMIMETypes</key>
<string>application/octet-stream</string>
<key>LSItemContentTypes</key>
<array>
<string>com.palaeoware.spiers.spe</string>
</array>
<key>LSHandlerRank</key>
<string>Owner</string>
</dict>
</array>

<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeIdentifier</key>
<string>com.palaeoware.spiers.spe</string>
<key>UTTypeTagSpecifications</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>spe</string>
</array>
<key>UTTypeIdentifier</key>
<string>com.palaeoware.spiers.spe</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>spe</string>
</array>
</dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeDescription</key>
<string>SPIERSedit file</string>
<key>UTTypeIconFile</key>
<string>SPIERSeditIcon.icns</string>
</dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeDescription</key>
<string>SPIERSedit file</string>
<key>UTTypeIconFile</key>
<string>SPIERSeditIcon.icns</string>
</dict>
</array>
</dict>
</dict>
</plist>

0 comments on commit 81a6033

Please sign in to comment.