Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 7e65ba9

Browse files
authored
build: add Makefile with bundle and publish targets (#31)
Add Makefile to simplify common development tasks: - bundle: install dependencies - publish: push podspec to trunk with warnings allowed
1 parent 5b34f2e commit 7e65ba9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
bundle:
2+
@bundle install
3+
.PHONY: bundle
4+
5+
publish: bundle
6+
@bundle exec pod trunk push TPTweak.podspec --allow-warnings
7+
.PHONY: publish

0 commit comments

Comments
 (0)