Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 7, 2019
1 parent 0070d3d commit de866cd
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions Gifski/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,6 @@
</array>
</dict>
</array>
<key>NSServices</key>
<array>
<dict>
<key>NSMessage</key>
<string>convertToGif</string>
<key>NSPortName</key>
<string>Gifski</string>
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>Convert to GIF with Gifski</string>
</dict>
<key>NSRequiredContext</key>
<dict/>
<key>NSSendFileTypes</key>
<array>
<string>public.mpeg-4</string>
<string>com.apple.m4v-video</string>
<string>com.apple.quicktime-movie</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand All @@ -56,9 +34,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.8.0</string>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>17</string>
<string>18</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand All @@ -83,5 +61,27 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSServices</key>
<array>
<dict>
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>Convert to GIF with Gifski</string>
</dict>
<key>NSMessage</key>
<string>convertToGif</string>
<key>NSPortName</key>
<string>Gifski</string>
<key>NSRequiredContext</key>
<dict/>
<key>NSSendFileTypes</key>
<array>
<string>public.mpeg-4</string>
<string>com.apple.m4v-video</string>
<string>com.apple.quicktime-movie</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit de866cd

Please sign in to comment.