# `GSGlyph.storeProduction`

*Instance Property*

Whether the production name is stored as a custom value.

## Declaration

```swift
var isStoringProduction: Bool { get set }
```

```objc
@property (nonatomic) BOOL storeProduction;
```

```python
storeProduction() -> bool
setStoreProduction_(storeProduction: bool)
```

## Discussion

Setting this to `NO` replaces [`GSGlyph.production`](/Core/GlyphsCore/GSGlyph/production) with the production name derived from the glyph information.

## See Also

### Production Name

- [`GSGlyph.production`](/Core/GlyphsCore/GSGlyph/production) — The preferred glyph name for exported font files.

