Skip to content

Commit

Permalink
Fix tag script
Browse files Browse the repository at this point in the history
  • Loading branch information
kenji21 committed Sep 23, 2019
1 parent cb99547 commit 1099b90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions SwiftiumTestingKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QH6KR5PAQ7;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down Expand Up @@ -575,6 +576,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = QH6KR5PAQ7;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down
5 changes: 4 additions & 1 deletion tag-release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/sh

VERSION=$(/usr/libexec/PlistBuddy SwiftiumTestingKit/Info.plist -c "print CFBundleShortVersionString")
if [ $# -lt 1 ] ; then
echo "usage : `basename $0` 0.3.0";
exit -1
fi

TAG=v$VERSION

Expand Down

0 comments on commit 1099b90

Please sign in to comment.