Skip to content
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

chore(deps): update dependency rules_xcodeproj to v2 #131

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

sergiikhliustin
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
rules_xcodeproj http_archive major 1.18.0 -> 2.0.0

Release Notes

MobileNativeFoundation/rules_xcodeproj (rules_xcodeproj)

v2.0.0: : Incremental generation mode enabled by default

Compare Source

What’s Changed

⚠️ Breaking changes ⚠️
New
  • Environment variables are now resolved in bazel_env: #​2983
  • additional_*_inputs are now collected as extra files in incremental generation mode: #​2972
  • swiftc_inputs are now collected as extra files in incremental generation mode: #​2971
Adjusted
  • Reduced work that incremental generation mode installer does for generated directories: #​2956 & #​2965
  • The adjusted Info.plist is now used for extension_infoplists in incremental generation mode: #​2966
  • exec configuration targets are no longer processed in incremental generation mode: #​2968
Fixed
  • Indentation related project_options are now applied in incremental generation mode: #​2959
  • Uncategorized files are no longer collected for unfocused targets in incremental generation mode: #​2960 & #​2982
  • Uncategorized files are no longer collected for source-less library targets in incremental generation mode: #​2969
  • The swift generated header is now excluded from the project in incremental generation mode: #​2961
  • codesign_inputs are now collected as extra files in incremental generation mode: #​2970
  • Fixed build_mode to be set bazel when passed in None or "": #​2987
Ruleset Development Changes
  • Locked down distribution to a specific Xcode version: #​2954
Full Changelog

Contributors

Bzlmod Snippet

bazel_dep(name = "rules_xcodeproj", version = "2.0.0")

release.tar.gz’s integrity: sha256-ZEARdZYhfJ4Fxp7t1MyKprj+4RkbKrRhckF8yi95FiM=

Workspace Snippet

Please use the release asset (release.tar.gz) from your Bazel WORKSPACE instead of GitHub's source asset to reduce download size and improve reproducibility.

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_xcodeproj",
    sha256 = "6440117596217c9e05c69eedd4cc8aa6b8fee1191b2ab46172417cca2f791623",
    url = "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/2.0.0/release.tar.gz",
)

load(
    "@​rules_xcodeproj//xcodeproj:repositories.bzl",
    "xcodeproj_rules_dependencies",
)

xcodeproj_rules_dependencies()

load("@​bazel_features//:deps.bzl", "bazel_features_deps")

bazel_features_deps()

load(
    "@​build_bazel_rules_apple//apple:repositories.bzl",
    "apple_rules_dependencies",
)

apple_rules_dependencies()

load(
    "@​build_bazel_rules_swift//swift:repositories.bzl",
    "swift_rules_dependencies",
)

swift_rules_dependencies()

load(
    "@​build_bazel_rules_swift//swift:extras.bzl",
    "swift_rules_extra_dependencies",
)

swift_rules_extra_dependencies()

load(
    "@​build_bazel_apple_support//lib:repositories.bzl",
    "apple_support_dependencies",
)

apple_support_dependencies()

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@sergiikhliustin sergiikhliustin enabled auto-merge (rebase) April 4, 2024 12:08
@sergiikhliustin sergiikhliustin merged commit 3a992dc into main Apr 4, 2024
1 check passed
@sergiikhliustin sergiikhliustin deleted the renovate/rules_xcodeproj-2.x branch April 4, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants