Method: Pod::Xcode::XCFramework::Slice#supported_archs

Defined in:
lib/cocoapods/xcode/xcframework/xcframework_slice.rb

#supported_archsArray<String> (readonly)

Returns list of supported architectures.

Returns:

  • (Array<String>)

    list of supported architectures



13
14
15
# File 'lib/cocoapods/xcode/xcframework/xcframework_slice.rb', line 13

def supported_archs
  @supported_archs
end