# wujunyang/MobileProject

一个基于MVC的项目框架，并集成一些常用的功能(不断更新中)

Repository: https://github.com/wujunyang/MobileProject
Canonical: https://ross.abutalabs.com/products/mobileproject
Language: Objective-C
License Family: other
Topics: pod, tag-plist, mobileproject, ios-mvc, objective-c
Last push: 2018-11-30T01:45:22+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3892, "days_push": 2834, "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 2021, forks 682 (observed 2026-08-28T04:06:06.347970+00:00)

## What it is
MobileProject is an open-source iOS project scaffold written in Objective-C that organizes an app using the MVC pattern with clearly separated modules (Main, Expand, Resource, Vender). It bundles common functionality such as networking via a modified YTKNetwork/AFNetworking layer, macros, tool helpers, categories, and multi-environment (test/production) configuration via build tags.

## Use cases
- bootstrap a new iOS project with an MVC structure
- avoid re-implementing common iOS features in every new app
- set up multi-environment API configuration with build tags
- organize an Objective-C codebase into clear modules
- integrate common CocoaPods libraries like AFNetworking and SDWebImage in a starter project

## When to choose
- starting a new Objective-C iOS app and wanting a pre-structured MVC template
- you need a ready-made project layout with networking, macros, and categories included
- you want an example of separating test and production environments via build configurations

## When to avoid
- you are building in Swift or using modern architectures like MVVM or modularization
- you need an actively maintained dependency - the project has had no releases since 2018
- you prefer modular/component-based architecture rather than a single-project MVC scaffold
- your app must support only recent iOS versions and modern tooling

## Facets
- artifact type: framework
- maturity: abandoned
- function: web-framework, http-client, logging, database, developer-tools
- domain: mobile-development, developer-tools
- platform: -
- tags: mvc-architecture, ios-project-template, objective-c, boilerplate, cocoapods, project-scaffold, ios, mobile

## Member repositories
- wujunyang/MobileProject (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:06.347970+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-30T03:00:12.502438+00:00, confidence not recorded.
  - readme: https://github.com/wujunyang/MobileProject (fetched 2026-08-28T04:06:06.347970+00:00, sha 8815e18a594d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
