We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6bdc8 commit d828b68Copy full SHA for d828b68
FinderGo/Info.plist
@@ -17,20 +17,20 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>1.0.1</string>
+ <string>1.1.0</string>
21
<key>CFBundleVersion</key>
22
<string>1</string>
23
<key>LSBackgroundOnly</key>
24
<false/>
25
<key>LSMinimumSystemVersion</key>
26
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
27
+ <key>LSUIElement</key>
28
+ <true/>
29
<key>NSHumanReadableCopyright</key>
30
<string>Copyright © 2017 Fantageek. All rights reserved.</string>
31
<key>NSMainStoryboardFile</key>
32
<string>Main</string>
33
<key>NSPrincipalClass</key>
34
<string>NSApplication</string>
- <key>LSUIElement</key>
- <true/>
35
</dict>
36
</plist>
0 commit comments