forked from trent_larson/crowd-funder-for-time-pwa
docs: comprehensive documentation updates and modernization
- Update BUILDING.md with current build system information - Modernize various README files across the project - Update CHANGELOG.md with recent changes - Improve documentation consistency and formatting - Update platform-specific documentation (iOS, Electron, Docker) - Enhance test documentation and build guides
This commit is contained in:
@@ -27,12 +27,14 @@ resources/
|
||||
## Asset Requirements
|
||||
|
||||
### Icon Requirements
|
||||
|
||||
- **Format**: PNG
|
||||
- **Size**: 1024x1024 pixels minimum
|
||||
- **Background**: Transparent or solid color
|
||||
- **Content**: App logo/icon
|
||||
|
||||
### Splash Screen Requirements
|
||||
|
||||
- **Format**: PNG
|
||||
- **Size**: 1242x2688 pixels (iPhone 11 Pro Max size)
|
||||
- **Background**: Solid color or gradient
|
||||
@@ -70,10 +72,11 @@ Asset generation is configured in `capacitor-assets.config.json` at the project
|
||||
## Build Integration
|
||||
|
||||
Assets are automatically generated as part of the build process:
|
||||
|
||||
- `npm run build:android` - Generates Android assets
|
||||
- `npm run build:ios` - Generates iOS assets
|
||||
- `npm run build:web` - Generates web assets
|
||||
|
||||
**Author**: Matthew Raymer
|
||||
**Date**: 2025-01-27
|
||||
**Status**: ✅ **ACTIVE** - Asset management system implemented
|
||||
**Status**: ✅ **ACTIVE** - Asset management system implemented
|
||||
|
||||
Reference in New Issue
Block a user