Skip to content

Commit dd5e708

Browse files
authored
[release/9.0.1xx] Add a useless commit to make apidiff work. (#22537)
API diff doesn't currently work when the two last commits need two different versions of Xcode. The last commit in the release/9.0.1xx branch requires Xcode 16.3, and the previous commit requires Xcode 16.2, so API diff didn't work for the last commit. So add a useless commit so that API diff runs successfully.
1 parent c02befa commit dd5e708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,4 @@ build-all:
205205
$(MAKE) build-all -C introspection/dotnet
206206
$(MAKE) build-all -C monotouch-test/dotnet
207207
$(MAKE) build-all -C xcframework-test/dotnet
208+

0 commit comments

Comments
 (0)