Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 9, 2019
1 parent 3a04cdc commit 0092eba
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Gifski/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>1.4.1</string>
<key>CFBundleVersion</key>
<string>10</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.video</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>MDItemKeywords</key>
<string>gif,convert,video</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<string>11</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand All @@ -61,5 +51,15 @@
</dict>
</array>
</dict>
<key>LSApplicationCategoryType</key>
<string>public.app-category.video</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>MDItemKeywords</key>
<string>gif,convert,video</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>

0 comments on commit 0092eba

Please sign in to comment.