Skip to content

Commit c6eac77

Browse files
committed
Create a Makefile with common commands, and remove scripts/*
1 parent eb35cc6 commit c6eac77

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
test:
2+
brew install xctool || true
3+
xctool -project Tests/WebViewJavascriptBridge.xcodeproj -scheme WebViewJavascriptBridge -configuration Release -sdk iphonesimulator test
4+
5+
publish-pod:
6+
# pod trunk register narcvs@gmail.com 'Marcus Westin' --description='MBA/MBP-xyz'
7+
pod trunk push --allow-warnings --verbose WebViewJavascriptBridge.podspec

scripts/publish.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)