feat: add dock app icon (#182)

This commit is contained in:
X Sanchez
2026-03-11 00:42:26 +08:00
committed by GitHub
parent db752baaec
commit 674a7f108e
3 changed files with 3 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ bundle: build $(INFO_PLIST)
@mkdir -p $(BUNDLE)/Contents/MacOS $(BUNDLE)/Contents/Resources
@cp -f $(BINARY) $(BUNDLE_BIN)
@cp -f $(INFO_PLIST) $(BUNDLE)/Contents/Info.plist
@cp -f sources/AppIcon.icns $(BUNDLE)/Contents/Resources/AppIcon.icns
@cp -f $(SCRIPTS)/vphoned/signcert.p12 $(BUNDLE)/Contents/Resources/signcert.p12
@cp -f $$(command -v ldid) $(BUNDLE)/Contents/MacOS/ldid
@cp -f $$(command -v ideviceinstaller) $(BUNDLE)/Contents/MacOS/ideviceinstaller

BIN
sources/AppIcon.icns Normal file

Binary file not shown.

View File

@@ -16,6 +16,8 @@
<string>1.0</string>
<key>LSUIElement</key>
<true/>
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>NSLocationUsageDescription</key>
<string>vphone-cli forwards your location to the guest VM for location simulation.</string>
<key>NSLocationWhenInUseUsageDescription</key>