You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUILD_SETTINGS_SWIFT_SOURCE_PATH="${BUILD_SETTINGS_SWIFT_SOURCE_PATH?error: Build settings Swift output path is not available via the 'BUILD_SETTINGS_SWIFT_SOURCE_PATH' environment variable}"
echo "Writing build settings to ${BUILD_SETTINGS_SWIFT_SOURCE_PATH}"
# Write the file contents out - if you want to export more build settings, this is the place to do it.
cat >"${BUILD_SETTINGS_SWIFT_SOURCE_PATH}" <<EOS
// #### YOUR CHANGES WILL BE OVERWRITTEN! ####
//
// Please do not make changes to this file - it is updated during and ignored by source control as a result of the build process.
enum BuildSettings {
static let appcenterAppSecret = "${APPCENTER_APP_SECRET:-}"