@@ -230,7 +230,7 @@ prepare_case() {
230230 <key>CFBundleShortVersionString</key>
231231 <string>4.2.0</string>
232232 <key>CFBundleVersion</key>
233- <string>2026.7.26 </string>
233+ <string>2026.7.27 </string>
234234 <key>FearlessBuildConfiguration</key>
235235 <string>Release</string>
236236 <key>FearlessSwiftOptimizationLevel</key>
294294 --app " $APP_DIR "
295295 --bundle-id " $BUNDLE_ID "
296296 --expected-git-sha 7a819cb01e92920e5444151392df54245acdd4c8
297- --expected-build 2026.7.26
297+ --expected-build 2026.7.27
298298 --expected-executable-sha256 " $executable_sha "
299299 --fixture-dir " $FIXTURE_DIR "
300300 --artifacts-dir " $ARTIFACTS_DIR "
@@ -604,7 +604,7 @@ CASE_ARGS=(
604604 --app " $APP_DIR "
605605 --bundle-id " $BUNDLE_ID "
606606 --expected-git-sha 7a819cb01e92920e5444151392df54245acdd4c8
607- --expected-build 2026.7.26
607+ --expected-build 2026.7.27
608608 --expected-executable-sha256 " $( shasum -a 256 " $APP_DIR /fearless" | awk ' {print $1}' ) "
609609 --fixture-dir " $FIXTURE_DIR "
610610 --artifacts-dir " $ARTIFACTS_DIR "
@@ -722,7 +722,7 @@ CASE_ARGS=(
722722 --app " $APP_DIR "
723723 --bundle-id " $BUNDLE_ID "
724724 --expected-git-sha 7a819cb01e92920e5444151392df54245acdd4c8
725- --expected-build 2026.7.26
725+ --expected-build 2026.7.27
726726 --expected-executable-sha256 " $( shasum -a 256 " $APP_DIR /fearless" | awk ' {print $1}' ) "
727727 --fixture-dir " $FIXTURE_DIR "
728728 --artifacts-dir " $ARTIFACTS_DIR "
0 commit comments