Class PBXNativeTarget
- 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.PBXTarget
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXNativeTarget
-
public class PBXNativeTarget extends PBXTarget
Concrete target type representing targets built by xcode itself, rather than an external build system.
-
-
Constructor Summary
Constructors Constructor Description PBXNativeTarget(String name, AbstractPBXObjectFactory objectFactory)
-
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.PBXTarget
getBuildConfigurationList, getBuildPhases, getDependencies, getName, getProductName, getProductReference, getProductType, serializeInto, setBuildConfigurationList, setProductName, setProductReference, setProductType, stableHash
-
Methods inherited from class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
generateGid, getGlobalID, setGlobalID, toString
-
-
-
-
Constructor Detail
-
PBXNativeTarget
public PBXNativeTarget(String name, AbstractPBXObjectFactory objectFactory)
-
-