# Apple Developer Account APPLE_ID=your_apple_id@example.com APP_PASSWORD=your_app_specific_password DEVELOPMENT_TEAM=BZ4888B729 # App Store Connect API (for automatic submission) AUTO_SUBMIT_FOR_REVIEW=true APP_STORE_CONNECT_API_KEY_ID=Z5PQNRAUV6 APP_STORE_CONNECT_API_ISSUER_ID=your_issuer_id APP_STORE_CONNECT_API_KEY_FILENAME=AuthKey_Z5PQNRAUV6.p8 # Release Notes Configuration RELEASE_NOTES_AUTO_GENERATE=true RELEASE_NOTES_EN="Bug fixes and performance improvements. Enhanced user experience and updated security features." RELEASE_NOTES_HE="תיקון באגים ושיפור ביצועים. שיפור חוויית המשתמש ועדכון תכונות אבטחה." # Dynamic Release Notes (optional - overrides manual notes) RELEASE_NOTES_INCLUDE_VERSION=true RELEASE_NOTES_INCLUDE_DATE=true