File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,9 @@ jobs:
124124 VER_SUB=$(grep "const int version_subbuild" $GEODA_HOME/../../version.h | sed -e 's/.*const int version_subbuild = \([0-9]*\);.*/\1/')
125125 VER_STR="${VER_MAJOR}.${VER_MINOR}.${VER_BUILD}.${VER_SUB}"
126126 /usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $VER_STR" GeoDa-GDAL-Info.plist
127- /usr/libexec/PlistBuddy -c "Set :CFBundleVersion $VER_SUB " GeoDa-GDAL-Info.plist
127+ /usr/libexec/PlistBuddy -c "Set :CFBundleVersion $VER_STR " GeoDa-GDAL-Info.plist
128128 /usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $VER_STR" GeoDa-Xcode-Info.plist
129- /usr/libexec/PlistBuddy -c "Set :CFBundleVersion $VER_SUB " GeoDa-Xcode-Info.plist
129+ /usr/libexec/PlistBuddy -c "Set :CFBundleVersion $VER_STR " GeoDa-Xcode-Info.plist
130130 make -j$(sysctl -n hw.ncpu)
131131 make app
132132 cd create-dmg
You can’t perform that action at this time.
0 commit comments