Adds support for watchOS and tvOS binaries.
Adds support (i.e. Obfuscator does not crash) for Bitcode images - they currently cannot be obfuscated because they contain LLVM-IR, not usual metadata.
For completeness path similar to iosRuntimeRoot should be added for tvOS and watchOS, but I am not sure if they are compiled to native code or Bitcode only (which cannot be obfuscated).
Adds support for watchOS and tvOS binaries. Adds support (i.e. Obfuscator does not crash) for Bitcode images - they currently cannot be obfuscated because they contain LLVM-IR, not usual metadata.