Skip to content

Commit

Permalink
fix: change CFBundleDisplayName will cause Spark update to fail when …
Browse files Browse the repository at this point in the history
…debuging
  • Loading branch information
tisfeng committed Dec 10, 2023
1 parent 5a80f81 commit a489e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/App/Info-debug.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Easydict-debug</string>
<string>$(TARGET_NAME)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconFile</key>
Expand Down

0 comments on commit a489e49

Please sign in to comment.