# krzysztofzablocki/Bootstrap

iOS project bootstrap aimed at high quality coding.

Repository: https://github.com/krzysztofzablocki/Bootstrap
Canonical: https://ross.abutalabs.com/products/krzysztofzablocki-bootstrap
Language: Objective-C
License: NOASSERTION
License Family: other
Last push: 2020-10-20T09:22:10+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4340, "days_push": 2143, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2037, forks 106 (observed 2026-08-28T04:06:08.144843+00:00)

## What it is
KZBootstrap is an iOS project bootstrap template that sets up high-quality project configuration, build settings, and code quality tooling for Objective-C projects. It provides multi-configuration builds (Debug/Release/Adhoc), compiler warning setups, and helpful macros for safer code.

## Use cases
- bootstrap a new iOS project with best-practice build configurations
- turn TODO/FIXME comments into compiler warnings
- enforce warnings-as-errors in an Xcode project
- add macros to prevent nil arguments and enforce calling super
- set up staging and production environment configurations
- show build number, branch, and commit hash on the app icon

## When to choose
- starting a new Objective-C iOS project and wanting strong code quality defaults
- needing multiple build configurations and environments side by side on one device
- wanting automated warnings for large files and TODOs

## When to avoid
- building Swift-first iOS projects, since this targets Objective-C
- looking for an actively maintained solution - last release was 2020
- needing a full CI/CD or dependency management setup rather than project configuration

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: developer-tools, build-tool, linter, configuration-management
- domain: mobile-development, developer-tools
- platform: -
- tags: ios, objective-c, project-bootstrap, code-quality, xcode, cocoapods, build-configurations, boilerplate, macos

## Member repositories
- krzysztofzablocki/Bootstrap (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:08.144843+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:32:09.202857+00:00, confidence not recorded.
  - readme: https://github.com/krzysztofzablocki/Bootstrap (fetched 2026-08-28T04:06:08.144843+00:00, sha 8add85b25504)
- Data as of 2026-08-30T08:39:29.467469+00:00.
