Skip to content

Commit 7cfde82

Browse files
committed
Update index-import for Xcode 16.3+
Hash algorithm changed in Swift versions included with Xcode 16.3+ Signed-off-by: Luis Padron <lpadron@squareup.com>
1 parent a369447 commit 7cfde82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

xcodeproj/repositories.bzl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,9 @@ native_binary(
161161
visibility = ["//visibility:public"],
162162
)
163163
""",
164-
sha256 = "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15",
165-
url = "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz",
164+
sha256 = "90d7defd10df2644b4989316cf91be3a9751f18ad5a69f73699f7eb6dc73d70e",
165+
strip_prefix = "index-import-luis-update-hash-algorithm-for-xcode-16.3",
166+
url = "https://github.com/luispadron/index-import/archive/refs/heads/luis/update-hash-algorithm-for-xcode-16.3.zip",
166167
ignore_version_differences = ignore_version_differences,
167168
)
168169

0 commit comments

Comments
 (0)