Skip to content

Commit

Permalink
UsdView: Register all usd files with app bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Aug 8, 2024
1 parent 8097f5e commit 5d76305
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Bundler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ category = 'public.app-category.graphics-design'
icon = 'usdview.png'

[apps.UsdView.plist]
commit = '$(COMMIT_HASH)'
commit = '$(COMMIT_HASH)'
CFBundleDocumentTypes = [ { type = "dict", value = { CFBundleTypeExtensions = [ 'usd', 'usda', 'usdc', 'usdz' ], CFBundleTypeIconFile = 'AppIcon.icns', CFBundleTypeName = 'Universal Scene Description File', CFBundleTypeRole = 'Editor', LSIsAppleDefaultForType = true, LSItemContentTypes = [ 'com.pixar.universal-scene-description', 'com.pixar.universal-scene-description-mobile', 'com.pixar.usd.ascii', 'com.pixar.usd.crate' ], CFBundleTypeIconSystemGenerated = true } } ]

0 comments on commit 5d76305

Please sign in to comment.