Skip to content

Commit 2538b4e

Browse files
authored
[#537] Fastlane에서 업로드가 안되는 문제를 해결한다 (#538)
fix: WidgetExtension display name 추가
1 parent c9bc0ff commit 2538b4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Widget/DevLogWidgetExtension/Resource/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>DevLog</string>
79
<key>CFBundleExecutable</key>
810
<string>$(EXECUTABLE_NAME)</string>
911
<key>CFBundleIdentifier</key>

0 commit comments

Comments
 (0)