Class PBXFrameworksBuildPhase
- java.lang.Object
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXObject
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItem
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXProjectItem
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXBuildPhase
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXFrameworksBuildPhase
-
public class PBXFrameworksBuildPhase extends PBXBuildPhase
Build phase representing the linking step of a target. Contains references to libraries and system frameworks. In library targets, it may alter the include path.
-
-
Constructor Summary
Constructors Constructor Description PBXFrameworksBuildPhase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
isa()
-
Methods inherited from class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildPhase
getFiles, getName, serializeInto, setName, setRunOnlyForDeploymentPostprocessing
-
Methods inherited from class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
generateGid, getGlobalID, setGlobalID, stableHash, toString
-
-
-
-
Method Detail
-
isa
public String isa()
- Overrides:
isa
in classPBXProjectItem
- Returns:
- Type name of the serialized object.
-
-