codinn / applaud

Python client library for App Store Connect API.
MIT License
23 stars 5 forks source link

Missing Bundle Id Platform #4

Open reitowo opened 3 months ago

reitowo commented 3 months ago

Cause pydantic panic

class BundleIdPlatform(StringEnum):
    IOS = 'IOS'
    MAC_OS = 'MAC_OS'
    UNIVERSAL = 'UNIVERSAL'