mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-04-05 04:59:05 +08:00
feat: add dock app icon (#182)
This commit is contained in:
1
Makefile
1
Makefile
@@ -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
BIN
sources/AppIcon.icns
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user