Sha256: a9430e24eb9cc11c472f9fd36336d26cf41a6d2f4088c67026a9323f95d1bb27

Contents?: true

Size: 624 Bytes

Versions: 2

Compression:

Stored size: 624 Bytes

Contents

{
  "type": "object",
  "properties": {
    "PRODUCT_NAME": {
      "type": "string",
      "description": "The name of the product."
    },
    "PRODUCT_BUNDLE_IDENTIFIER": {
      "type": "string",
      "description": "The bundle identifier of the product."
    },
    "MARKETING_VERSION": {
      "type": "string",
      "description": "The marketing version of the product."
    },
    "BUNDLE_VERSION": {
      "type": "number",
      "description": "The bundle version of the product."
    }
  },
  "required": [
    "PRODUCT_NAME",
    "PRODUCT_BUNDLE_IDENTIFIER",
    "MARKETING_VERSION",
    "BUNDLE_VERSION"
  ]
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solara-0.2.0 solara/lib/core/doctor/schema/platform/ios/ios_config.json
solara-0.1.0 solara/lib/core/doctor/schema/platform/ios/ios_config.json