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)
|
flutter_distributor package --flutter-build-args=verbose --platform linux --targets deb,rpm,appimage $(DISTRIBUTOR_ARGS)
|
||||||
|
|
||||||
macos-release:
|
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
|
ios-release: #not tested
|
||||||
flutter_distributor package --platform ios --targets ipa --build-export-options-plist ios/exportOptions.plist $(DISTRIBUTOR_ARGS)
|
flutter_distributor package --platform ios --targets ipa --build-export-options-plist ios/exportOptions.plist $(DISTRIBUTOR_ARGS)
|
||||||
|
|||||||
@ -5,6 +5,8 @@ targets:
|
|||||||
options:
|
options:
|
||||||
explicit_to_json: true
|
explicit_to_json: true
|
||||||
drift_dev:
|
drift_dev:
|
||||||
|
generate_for:
|
||||||
|
- lib/**.drift
|
||||||
options:
|
options:
|
||||||
store_date_time_values_as_text: true
|
store_date_time_values_as_text: true
|
||||||
slang_build_runner:
|
slang_build_runner:
|
||||||
|
|||||||
@ -18,22 +18,6 @@
|
|||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>$(FLUTTER_BUILD_NAME)</string>
|
<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>
|
<key>CFBundleVersion</key>
|
||||||
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
title: Hiddify
|
title: HiFastVPN
|
||||||
|
volume: HiFastVPN
|
||||||
contents:
|
contents:
|
||||||
- x: 448
|
- x: 448
|
||||||
y: 344
|
y: 344
|
||||||
@ -7,4 +8,4 @@ contents:
|
|||||||
- x: 192
|
- x: 192
|
||||||
y: 344
|
y: 344
|
||||||
type: file
|
type: file
|
||||||
path: Hiddify.app
|
path: HiFastVPN.app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user