File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 55ifneq (,$(findstring darwin,$(MEMO_TARGET ) ) )
66
77SUBPROJECTS += ipatool
8- IPATOOL_VERSION := 2.0.0
8+ IPATOOL_VERSION := 2.1.4
99DEB_IPATOOL_V ?= $(IPATOOL_VERSION )
1010
1111ipatool-setup : setup
@@ -17,10 +17,9 @@ ipatool:
1717 @echo " Using previously built ipatool."
1818else
1919ipatool : ipatool-setup
20- sed -e ' 3s|.*|VERSION="$(DEB_IPATOOL_V)"|' -i $(BUILD_WORK ) /ipatool/tools/version.sh
21- cd $(BUILD_WORK ) /ipatool && ./tools/version.sh
2220 cd $(BUILD_WORK ) /ipatool && $(DEFAULT_GOLANG_FLAGS ) go build \
2321 -trimpath \
22+ -ldflags " -X github.com/majd/ipatool/v2/cmd.version=$( IPATOOL_VERSION) " \
2423 -o $(BUILD_WORK ) /ipatool/ipatool
2524 $(INSTALL ) -Dm755 $(BUILD_WORK ) /ipatool/ipatool -t $(BUILD_STAGE ) /ipatool/$(MEMO_PREFIX )$(MEMO_SUB_PREFIX ) /bin/
2625 $(call AFTER_BUILD)
You can’t perform that action at this time.
0 commit comments