Class PBXSourcesBuildPhase
- 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.PBXSourcesBuildPhase
-
public class PBXSourcesBuildPhase extends PBXBuildPhase
Lists the files to be compiled for the containingPBXTarget
.A target should contain at most one of this build phase.
-
-
Constructor Summary
Constructors Constructor Description PBXSourcesBuildPhase()
-
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.
-
-