Skip to content

PackageTypeSpecification

jongretar@jongretar.com edited this page Oct 23, 2008 · 3 revisions
  1. summary Defines Package Types.
  2. labels Specifications

Table of Contents

TOC

 * [#Introduction Introduction]
 * [#Parameters Parameters]
 * [#Example Example]

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