diff --git a/CHANGELOG.md b/CHANGELOG.md index df2403eec..fea62f992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Internal Changes - Migrate ObservableObject to @Observable where possible [#1458](https://github.com/planetary-social/nos/issues/1458) - Added the Create Account onboarding screen. Currently behind the “New Onboarding Flow” feature flag. [#1594](https://github.com/planetary-social/nos/issues/1594) +- Increase build settings timeout in fastlane. [#1662](https://github.com/planetary-social/nos/pull/1662) ## [0.2.2] - 2024-10-11Z diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 8a2e6df90..53de02070 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -15,6 +15,10 @@ default_platform(:ios) +# Work around +# https://github.com/fastlane/fastlane/issues/20919 +ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "60" + platform :ios do asc_key_content = ENV["APP_STORE_CONNECT_API_KEY_CONTENT"] asc_issuer_id = ENV["APP_STORE_CONNECT_ISSUER_ID"]