This website requires JavaScript.
Explore
Help
Sign In
passepartoutvpn
/
passepartout-apple
mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
Watch
1
Star
0
Fork
You've already forked passepartout-apple
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8616c002f9
passepartout-apple
/
ci
/
bump.sh
6 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
Import v3 code (#597) Closes #565
2024-09-23 13:02:26 +00:00
#!/bin/sh
if
[
! -z
$1
]
;
then
Update and split bump scripts
2024-09-23 13:25:16 +00:00
BUILD
=
"
build:
$1
"
Import v3 code (#597) Closes #565
2024-09-23 13:02:26 +00:00
fi
Update and split bump scripts
2024-09-23 13:25:16 +00:00
bundle
exec
fastlane bump
$BUILD