We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a1c97 commit 8a2e2f0Copy full SHA for 8a2e2f0
1 file changed
CodingKeys/CodingKeys-Info.plist
@@ -17,7 +17,7 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>1.0</string>
+ <string>1.0.0</string>
21
<key>CFBundleSignature</key>
22
<string>????</string>
23
<key>CFBundleVersion</key>
@@ -26,10 +26,10 @@
26
<string>public.app-category.developer-tools</string>
27
<key>LSMinimumSystemVersion</key>
28
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
29
- <key>NSMainNibFile</key>
30
- <string>MainMenu</string>
31
<key>LSUIElement</key>
32
<true/>
+ <key>NSMainNibFile</key>
+ <string>MainMenu</string>
33
<key>NSPrincipalClass</key>
34
<string>NSApplication</string>
35
</dict>
0 commit comments