Skip to content

Commit c182181

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 c182181

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 = "574badf7314101c5d79908ab346b2c4c050d2184968b366db97529e17f21c78a",
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)