Method: Pod::Xcode::XCFramework::Slice#supported_archs
- Defined in:
- lib/cocoapods/xcode/xcframework/xcframework_slice.rb
#supported_archs ⇒ Array<String> (readonly)
Returns list of supported architectures.
13 14 15 |
# File 'lib/cocoapods/xcode/xcframework/xcframework_slice.rb', line 13 def supported_archs @supported_archs end |