Skip to content

PackageTypeSpecification

jongretar@jongretar.com edited this page Nov 19, 2008 · 3 revisions
  1. summary Defines Package Types.
  2. labels Specifications
<wiki:toc max_depth="1"></wiki:toc>

Introduction

Defines Package Types. Written in a file with the ending .xcspec

Parameters

|| `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 || ||

Example

From `/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Specifications/iPhoneOSPackageTypes.xcspec`

Clone this wiki locally