Skip to content

Commit 810806f

Browse files
committed
Remove lint warnings workaround
1 parent b16f550 commit 810806f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ test:
44

55
publish-pod:
66
# pod trunk register [email protected] 'Marcus Westin' --description='MBA/MBP-xyz'
7-
pod trunk push --allow-warnings --verbose WebViewJavascriptBridge.podspec
7+
pod trunk push --verbose WebViewJavascriptBridge.podspec

Roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Misc
2929
- [ ] Scrap UIWebView?
3030
- [ ] Style consistency through all code
3131
- [ ] Test pod
32-
- [ ] Fix OSX lint warnings (`pod spec lint`)
32+
- [X] Fix OSX lint warnings (`pod spec lint`)
3333
- [X] I believe `receiveMessageQueue` in JS is no longer needed, since the JS explicitly tells ObjC when to start sending messages. Remove?
3434

3535
v5.0.1

0 commit comments

Comments
 (0)