Skip to content

Commit 8b8ec91

Browse files
committed
Fix missing bundle display name of extension
1 parent 496acee commit 8b8ec91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EditorExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundlePackageType</key>
1212
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1313
<key>CFBundleDisplayName</key>
14-
<string>$(EXTESNION_BUNDLE_NAME)</string>
14+
<string>$(EXTENSION_BUNDLE_NAME)</string>
1515
<key>CFBundleExecutable</key>
1616
<string>$(EXECUTABLE_NAME)</string>
1717
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)