Skip to content

Commit

Permalink
update version: 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanue committed Feb 6, 2021
1 parent 5da36b0 commit 97e1905
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Build/appdmg.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"x": 120,
"y": 120,
"type": "file",
"path": "V2rayU.app"
"path": "release/V2rayU.app"
}
]
}
21 changes: 10 additions & 11 deletions Build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,14 @@ function commit() {

function downloadV2ray() {
echo "正在查询最新版v2ray ..."
# rm -fr v2ray-macos.zip v2ray-core
# tag='v4.31.0'
# echo "v2ray-core version: ${tag}"
# url="https://github.com/v2fly/v2ray-core/releases/download/${tag}/v2ray-macos.zip"
# echo "正在下载最新版v2ray: ${tag}"
# curl -Lo v2ray-macos.zip ${url}
rm -fr v2ray-core
tag='v4.34.0'
echo "v2ray-core version: ${tag}"
url="https://github.com/v2fly/v2ray-core/releases/download/v4.34.0/v2ray-macos-64.zip"
echo "正在下载最新版v2ray: ${tag}"
# curl -Lo v2ray-macos-64.zip ${url}

unzip -o v2ray-macos-64.zip -d v2ray-core
# rm -fr v2ray-macos.zip
}

function createDmgByAppdmg() {
Expand Down Expand Up @@ -212,10 +211,10 @@ function makeDmg() {
exit;;
esac

# rm -fr ${DMG_FINAL} ${V2rayU_RELEASE}
# updatePlistVersion
# downloadV2ray
# build
rm -fr ${DMG_FINAL} ${V2rayU_RELEASE}
updatePlistVersion
downloadV2ray
build
createDmgByAppdmg
}

Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- MASShortcut (2.3.6)
- Preferences (0.3.0)
- QRCoder (1.1.0)
- Sparkle (1.21.3)
- Sparkle (1.24.0)
- Swifter (1.4.7)
- SwiftyJSON (5.0.0)

Expand Down Expand Up @@ -39,7 +39,7 @@ SPEC CHECKSUMS:
MASShortcut: 9c215e8a8a78f3d01ce56da48e2730ab66b538fa
Preferences: cfd4b0cbc5adfb5781b819ad3a000324d0fc9f48
QRCoder: cbd2bee531cc86d286df7942334cfed94c803ae4
Sparkle: 3f75576db8b0265adef36c43249d747f22d0b708
Sparkle: 270cd27377bf04e9c128af06e3a22d0f572d6ee3
Swifter: 2327ef5d872c638aebab79646ce494af508b0c8f
SwiftyJSON: 36413e04c44ee145039d332b4f4e2d3e8d6c4db7

Expand Down
2 changes: 1 addition & 1 deletion V2rayU/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>$(MARKETING_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 97e1905

Please sign in to comment.