-
Notifications
You must be signed in to change notification settings - Fork 0
PackageTypeSpecification
jongretar@jongretar.com edited this page Nov 19, 2008
·
3 revisions
- summary Defines Package Types.
- labels Specifications
Defines Package Types. Written in a file with the ending .xcspec
|| `Type` || `"PackageType"` || Required || || `Identifier` || string || Unique Identifier || || `Name` || string || Name of the package type || || `Description` || string || || || `BasedOn` || string || package type this is based on ||
|| `DefaultBuildSettings` || dict || || || `ProductReference` || dict || see below dict || || `HasInfoPlist` || bool || || || `HasInfoPlistStrings` || bool || ||
ProductReference dict: || `FileType` || string || || || `Name` || string || || || `IsLaunchable` || bool || ||
From `/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Specifications/iPhoneOSPackageTypes.xcspec`