release: version 0.12.7
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
<string>1.0</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>ios.libcore.hiddify</string>
|
||||
<key>CFBundleShortVersionString</key><string>0.12.6</string>
|
||||
<key>CFBundleVersion</key><string>0.12.6</string>
|
||||
<key>CFBundleShortVersionString</key><string>0.12.7</string>
|
||||
<key>CFBundleVersion</key><string>0.12.7</string>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>15.0</string>
|
||||
</dict>
|
||||
|
||||
2
Makefile
2
Makefile
@@ -62,8 +62,6 @@ release: # Create a new tag for release.
|
||||
echo "version: $${VERSION_STR}+$${BUILD_NUMBER}" && \
|
||||
sed -i -e "s|<key>CFBundleVersion</key>\s*<string>[^<]*</string>|<key>CFBundleVersion</key><string>$${VERSION_STR}</string>|" Info.plist &&\
|
||||
sed -i -e "s|<key>CFBundleShortVersionString</key>\s*<string>[^<]*</string>|<key>CFBundleShortVersionString</key><string>$${VERSION_STR}</string>|" Info.plist &&\
|
||||
git tag $${TAG} > /dev/null && \
|
||||
git tag -d $${TAG} > /dev/null && \
|
||||
git add Info.plist && \
|
||||
git commit -m "release: version $${TAG}" && \
|
||||
echo "creating git tag : v$${TAG}" && \
|
||||
|
||||
Reference in New Issue
Block a user