feat: 处理macos
This commit is contained in:
parent
569f9f6d05
commit
83e742a9dc
2
Makefile
2
Makefile
@ -169,7 +169,7 @@ linux-release:
|
||||
flutter_distributor package --flutter-build-args=verbose --platform linux --targets deb,rpm,appimage $(DISTRIBUTOR_ARGS)
|
||||
|
||||
macos-release:
|
||||
flutter_distributor package --platform macos --targets dmg,pkg $(DISTRIBUTOR_ARGS)
|
||||
flutter_distributor package --platform macos --targets dmg $(DISTRIBUTOR_ARGS)
|
||||
|
||||
ios-release: #not tested
|
||||
flutter_distributor package --platform ios --targets ipa --build-export-options-plist ios/exportOptions.plist $(DISTRIBUTOR_ARGS)
|
||||
|
||||
@ -5,6 +5,8 @@ targets:
|
||||
options:
|
||||
explicit_to_json: true
|
||||
drift_dev:
|
||||
generate_for:
|
||||
- lib/**.drift
|
||||
options:
|
||||
store_date_time_values_as_text: true
|
||||
slang_build_runner:
|
||||
|
||||
@ -18,22 +18,6 @@
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(FLUTTER_BUILD_NAME)</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>CFBundleURLName</key>
|
||||
<string></string>
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>clash</string>
|
||||
<string>clashmeta</string>
|
||||
<string>sing-box</string>
|
||||
<string>hiddify</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
title: Hiddify
|
||||
title: HiFastVPN
|
||||
volume: HiFastVPN
|
||||
contents:
|
||||
- x: 448
|
||||
y: 344
|
||||
@ -7,4 +8,4 @@ contents:
|
||||
- x: 192
|
||||
y: 344
|
||||
type: file
|
||||
path: Hiddify.app
|
||||
path: HiFastVPN.app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user