Solved: BFI Scanner Issue

Today i was trying to deploy install scanner fixlet on Mac OS x and i was not able to do it.
so i went through the relevance and it is actually failing here because it does not include mac os here.

(if (name of it as lowercase starts with “win”) then (true) else ((name of it as lowercase starts with “linux” AND (if (architecture of operating system as lowercase = “x86_64”) then (exists file “/usr/lib64/libstdc++.so.6” OR exists file “/usr/lib/x86_64-linux-gnu/libstdc++.so.6”) else (exists file “/usr/lib/libstdc++.so.6” OR exists file “/usr/lib/libstdc++.so.5” OR exists file “/usr/lib/i386-linux-gnu/libstdc++.so.6”))) OR (name of it as lowercase starts with “aix”) OR (name of it as lowercase starts with “hp-ux”) OR ((name of it as lowercase starts with “sunos 5”) AND NOT (name of it as lowercase contains “sunos 5.7”)))) of operating system

But according to documents, it should support MAC OS X. Not sure if i’m missing something here.
But if i look at the Initiate scanner fixlet and it is applicable to the MAC computers and the upload software scan is not relevant to MAC OS.

Confused :S

Ok got the solution, my understanding was wrong!

Reference >>>