Package org.robovm.compiler.util
Class XCFrameworkPlist
java.lang.Object
org.robovm.compiler.util.XCFrameworkPlist
public class XCFrameworkPlist extends Object
Reads/Writes .xcframework/Info.plist
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXCFrameworkPlist.Builderstatic classXCFrameworkPlist.Library -
Constructor Summary
Constructors Constructor Description XCFrameworkPlist(XCFrameworkPlist.Library[] availableLibraries) -
Method Summary
Modifier and Type Method Description XCFrameworkPlist.Library[]getAvailableLibraries()static XCFrameworkPlistload(File f)Parses XCFramework structure from plistvoidwriteTo(File infoPlistFile)Builds plist and writes to file
-
Constructor Details
-
XCFrameworkPlist
-
-
Method Details
-
getAvailableLibraries
-
writeTo
Builds plist and writes to file- Throws:
IOException
-
load
Parses XCFramework structure from plist- Throws:
IOException
-