You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "xib" file format is an xml version of Apple's nib technology. They have the file extension ".xib". I cannot get scc to count lines in them, and I have a lot of xib files to count. :)
Like any well-behaved xml file, xib files have the xml prelude <?xml version="1.0" encoding="UTF-8"?>. I would expect that remap-all would find the string "xml" in that prelude and treat that file as xml, however it does not. It does not count anything. Am I using the tool incorrectly? What else can I try?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The "xib" file format is an xml version of Apple's nib technology. They have the file extension ".xib". I cannot get scc to count lines in them, and I have a lot of xib files to count. :)
This is what I've tried:
Like any well-behaved xml file, xib files have the xml prelude
<?xml version="1.0" encoding="UTF-8"?>
. I would expect thatremap-all
would find the string "xml" in that prelude and treat that file as xml, however it does not. It does not count anything. Am I using the tool incorrectly? What else can I try?Cheers.
Beta Was this translation helpful? Give feedback.
All reactions