-
Notifications
You must be signed in to change notification settings - Fork 98
Support index-import on all Xcode 16.x versions #3162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b3ce998
to
c182181
Compare
2 tasks
c182181
to
7cfde82
Compare
3 tasks
31dbb15
to
b65ce61
Compare
index-import
for Xcode 16.3+efdb014
to
91ac284
Compare
|
Fix for rules_ios: bazel-ios/rules_ios#942, ill actually make a release soon and re-enable rules_ios CI here |
luispadron
added a commit
to bazel-ios/rules_ios
that referenced
this pull request
Apr 4, 2025
In bazelbuild/rules_swift#1504 the index-import repository name was changed. rules_ios depends on the old name and thus breaks builds. It looks like these deps are unused (probably after we got rid of xcodeproj rules). This fixes builds in rules_xcodeproj: MobileNativeFoundation/rules_xcodeproj#3162
2590343
to
ea693fe
Compare
ea693fe
to
97c5c3c
Compare
c3883f6
to
02a9914
Compare
97c5c3c
to
89decdb
Compare
dc87ee7
to
f676c07
Compare
aaronsky
approved these changes
Apr 5, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leaving my stamp for whatever it's worth. thank you for heading this up
tools/generators/pbxproj_prefix/test/PBXProjectBuildSettingsTests.swift
Outdated
Show resolved
Hide resolved
tools/generators/pbxproj_prefix/test/PBXProjectBuildSettingsTests.swift
Outdated
Show resolved
Hide resolved
00d9fa4
to
4fb5c19
Compare
brentleyjones
approved these changes
Apr 7, 2025
Similar to: bazelbuild/rules_swift#1504 Part of #3160 This PR updates the index-import dependency to include both version 5.8 and 6.1 as the hash algorithm changed in Swift 6.1. To make this change backwards compatible we switch to the 5.8 version on Xcode 16.2 and under. Signed-off-by: Luis Padron <[email protected]>
4fb5c19
to
683fb75
Compare
thiagohmcruz
approved these changes
Apr 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Similar to: bazelbuild/rules_swift#1504
Part of #3160
This PR updates the index-import dependency to include both version 5.8 and 6.1 as the hash algorithm changed in Swift 6.1.
To make this change backwards compatible we switch to the 5.8 version on Xcode 16.2 and under.