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

Commit 1b2a663

Browse files
committed
build: add Makefile with bundle and publish targets
Add Makefile to simplify common development tasks: - bundle: install dependencies - publish: push podspec to trunk with warnings allowed
1 parent 5b34f2e commit 1b2a663

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)