Method: Pod::Xcode::XCFramework::Slice#path

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

#pathPathname (readonly)

Returns the path to the .framework, .a or .dylib of this slice.

Returns:

  • (Pathname)

    the path to the .framework, .a or .dylib of this slice



9
10
11
# File 'lib/cocoapods/xcode/xcframework/xcframework_slice.rb', line 9

def path
  @path
end