rules_xcodeproj VS shorebird

Compare rules_xcodeproj vs shorebird and see what are their differences.

rules_xcodeproj

Bazel rules for generating Xcode projects. (by MobileNativeFoundation)

shorebird

Code Push for Flutter and other tools for Flutter businesses. (by shorebirdtech)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rules_xcodeproj shorebird
2 2
486 1,908
2.7% 0.0%
9.7 9.8
6 days ago 6 days ago
Swift Dart
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rules_xcodeproj

Posts with mentions or reviews of rules_xcodeproj. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-08.
  • Show HN: Shorebird 1.0, Flutter Code Push
    8 projects | news.ycombinator.com | 8 Apr 2024
    (2b) fork flutter_tools to work with Bazel (like you forked the engine)

    Each of these is quite a lot of work. I'm curious to hear what you think about this.

    [0]: https://github.com/MobileNativeFoundation/rules_xcodeproj

  • Trouble building for ios device
    7 projects | /r/bazel | 23 Nov 2022
    load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "com_github_buildbuddy_io_rules_xcodeproj", sha256 = "564381b33261ba29e3c8f505de82fc398452700b605d785ce3e4b9dd6c73b623", url = "https://github.com/buildbuddy-io/rules_xcodeproj/releases/download/0.9.0/release.tar.gz", ) http_archive( name = "cgrindel_rules_spm", sha256 = "03718eb865a100ba4449ebcbca6d97bf6ea78fa17346ce6d55532312e8bf9aa8", strip_prefix = "rules_spm-0.11.0", url = "https://github.com/cgrindel/rules_spm/archive/v0.11.0.tar.gz", ) load( "@cgrindel_rules_spm//spm:defs.bzl", "spm_pkg", "spm_repositories", ) load( "@cgrindel_rules_spm//spm:deps.bzl", "spm_rules_dependencies", ) spm_rules_dependencies() load( "@com_github_buildbuddy_io_rules_xcodeproj//xcodeproj:repositories.bzl", "xcodeproj_rules_dependencies", ) xcodeproj_rules_dependencies() 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() spm_repositories( name = "swift_pkgs", platforms = [ ".macOS(.v10_15)", ], dependencies = [ spm_pkg( url = "https://github.com/apple/swift-log.git", exact_version = "1.4.2", products = ["Logging"], ), spm_pkg( url = "https://github.com/pointfreeco/swift-composable-architecture.git", exact_version = "0.43.0", products = ["ComposableArchitecture"], ), spm_pkg( name = "Bow", url = "https://github.com/bow-swift/bow.git", exact_version = "0.8.0", products = ["Bow", "BowEffects", "BowOptics"], ), spm_pkg( url = "https://github.com/grpc/grpc-swift.git", exact_version = "1.7.3", products = ["GRPC"], ), spm_pkg( url = "https://github.com/hyperoslo/Cache", exact_version = "6.0.0", products = ["Cache"], ), ], )

shorebird

Posts with mentions or reviews of shorebird. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-08.
  • Show HN: Shorebird 1.0, Flutter Code Push
    8 projects | news.ycombinator.com | 8 Apr 2024
    https://github.com/shorebirdtech/shorebird/issues/397

    I suspect we still have many months of work to do for iOS and Android code push. Mostly a lot of features to build for larger customers.

    After that, I'm not sure. We have a long list of ideas. Do you have particular needs around Flutter you'd like us to address?

What are some alternatives?

When comparing rules_xcodeproj and shorebird you can also consider the following projects:

grpc-swift - The Swift language implementation of gRPC.

rules_spm - Provide a means for integrating external Swift packages built by Swift Package Manager into Bazel build using rules_swift.

swift-log - A Logging API for Swift

Cache - :package: Nothing but Cache.

swift-composable-architecture - A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.

Bow - 🏹 Bow is a cross-platform library for Typed Functional Programming in Swift

XcodeGen - A Swift command line tool for generating your Xcode project