Top 4 Swift Xcodeproj Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
Project mention: Understanding rules_xcodeproj: Generate Xcode Projects from Bazel | dev.to | 2025-12-13
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_xcodeproj", integrity = "sha256-3Dhy+1DRa7598DXqIurE950JVwNuIm1t+d5d44lDQ5M=", url = "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/3.5.1/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()
Swift Xcodeproj discussion
Swift Xcodeproj related posts
Index
What are some of the best open-source Xcodeproj projects in Swift? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | XcodeGen | 8,494 |
| 2 | xcproj | 2,206 |
| 3 | xcdiff | 961 |
| 4 | rules_xcodeproj | 619 |