Skip to content

Commit

Permalink
Remove lint warnings workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Jan 29, 2016
1 parent b16f550 commit 810806f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ test:

publish-pod:
# pod trunk register narcvs@gmail.com 'Marcus Westin' --description='MBA/MBP-xyz'
pod trunk push --allow-warnings --verbose WebViewJavascriptBridge.podspec
pod trunk push --verbose WebViewJavascriptBridge.podspec
2 changes: 1 addition & 1 deletion Roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Misc
- [ ] Scrap UIWebView?
- [ ] Style consistency through all code
- [ ] Test pod
- [ ] Fix OSX lint warnings (`pod spec lint`)
- [X] Fix OSX lint warnings (`pod spec lint`)
- [X] I believe `receiveMessageQueue` in JS is no longer needed, since the JS explicitly tells ObjC when to start sending messages. Remove?

v5.0.1
Expand Down

0 comments on commit 810806f

Please sign in to comment.