Skip to content

Commit

Permalink
OSX gfxtrace file association with GAPID.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuetschard committed Oct 30, 2017
1 parent 399ad9a commit 3466aa6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions kokoro/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,22 @@
<string>Copyright © 2017 Google Inc.</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>gfxtrace</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>GAPID.icns</string>
<key>CFBundleTypeName</key>
<string>Graphics API Trace</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Owner</string>
</dict>
</array>
</dict>
</plist>

0 comments on commit 3466aa6

Please sign in to comment.