Skip to content

Commit b47c970

Browse files
Brian Taboneclaude
andcommitted
fix: update CFBundleExecutable to match renamed binary
The Info.plist still referenced MacOSNotePP as the executable name but the binary was renamed to MacNotePlusPlus, causing macOS to show the app as blocked. Also bumps version to 1.0.1. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4a6e5d5 commit b47c970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

macos/platform/MacNoteInfo.plist.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleExecutable</key>
8-
<string>MacOSNotePP</string>
8+
<string>MacNotePlusPlus</string>
99
<key>CFBundleIdentifier</key>
1010
<string>com.softcentral.macnotepp</string>
1111
<key>CFBundleIconFile</key>
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.0.0</string>
22+
<string>1.0.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.0.0</string>
24+
<string>1.0.1</string>
2525
<key>NSHighResolutionCapable</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)