Documentation Archive

Developer

Asset Catalog Format Reference

On This Page

GameCenter Dashboard Image Set Type

The graphical image files for a GameCenter dashboard logo.

Extension

.gcdashboardimage

Folder Contents

Image sets.

Contents.json File (Optional)

Contains metadata (Table 13-1).

Table 13-1GameCenter dashboard tags

Key

Type

Description

info

Dictionary

Metadata for the author and format version of the asset catalog.

   author

String

Use your bundle ID.

   version

Number

The format version of the asset catalog. Use 1.

Sample Contents.json File

  1. {
  2.   "info" : {
  3.       "author" : "com.developerName",
  4.       "version" : 1
  5.    }
  6. }