System Requirements
Before installing Breeze, ensure your development environment meets these requirements:iOS Version
Breeze requires iOS 16.0 or later to run.
- Enhanced navigation with
NavigationStack .refreshablemodifier for pull-to-refresh- Updated color and theming APIs
- Improved layout and animation capabilities
Xcode Version
Xcode 15.0 or later is required for development. The project is configured with:LastSwiftUpdateCheck: 1500LastUpgradeCheck: 1500- Xcode 14.0 compatibility version
- Build Independent Targets in Parallel enabled
Swift Version
Swift 5.9 or later is required. Breeze uses modern Swift features including:- Async/await for concurrency
- Actor pattern for thread safety
- SwiftUI property wrappers (
@StateObject,@ObservedObject,@AppStorage) - Advanced enum patterns with associated values
- Result builders
macOS Version
To run Xcode 15.0, you need:- macOS 13.5 (Ventura) or later
- Recommended: macOS 14.0 (Sonoma) or later
Hardware Requirements
Development Machine
Minimum:- Mac with Apple Silicon (M1, M2, M3) or Intel processor
- 8 GB RAM
- 10 GB available storage
- Mac with Apple Silicon (M1 or later)
- 16 GB RAM or more
- 20 GB available storage
- SSD for faster build times
Target Devices
Supported devices:- iPhone (iOS 16.0+)
- iPad (iOS 16.0+)
- iPhone Simulator (iOS 16.0+)
- iPhone 15 or later (simulator or physical device)
- iPhone 14 Pro or later for optimal experience
- Any iPad running iOS 16.0 or later
Dependencies
Required Dependencies
Breeze has zero external package dependencies. The app is built entirely with native iOS frameworks:- SwiftUI: Modern declarative UI framework
- Foundation: Core data structures and networking
- CoreLocation: Location services for “Use My Location” feature
No package managers (CocoaPods, SPM, Carthage) or third-party libraries are required. The project uses only Apple’s native frameworks.
Optional Dependencies
Google Pollen API
Optional but recommended for full feature access.- Purpose: Provides pollen and allergy data (grass, tree, and weed pollen levels)
- Cost: Free tier available with usage limits
- Setup: Configure as environment variable
GOOGLE_POLLEN_API_KEY - Documentation: Google Pollen API Docs
API Services
Breeze connects to these external APIs (no authentication required for most):Open-Meteo APIs (Free, No API Key)
Air Quality API
Provides real-time air quality data including US AQI and individual pollutant levels (PM2.5, PM10, NO₂, SO₂, O₃, CO).
Geocoding API
Powers city search with autocomplete functionality and coordinate lookup.
Historical Weather API
Provides temperature trend data for climate charts.
Google Pollen API (Optional, Requires API Key)
Pollen API
Provides pollen levels for grass, tree, and weed allergens.
Deployment Target
The Xcode project is configured with:- Apps built from this project will run on iOS 16.0 and later
- Both iPhone (1) and iPad (2) form factors are supported
- Swift 5.0 is the minimum version (5.9+ recommended)
Permissions Required
Location Services
When in Use location permission is required for the “Use My Location” feature. Privacy description:INFOPLIST_KEY_NSLocationWhenInUseUsageDescription
Users can still use the app without granting location permission by manually searching for cities.
Network Access
Internet connection is required to fetch:- Real-time air quality data
- City search results
- Pollen levels (if configured)
- Historical climate data
Build Configuration
The project supports two build configurations:Debug Configuration
Release Configuration
App Store Submission
If you plan to submit Breeze to the App Store, you’ll need:Compatibility Matrix
| Component | Minimum | Recommended |
|---|---|---|
| iOS | 16.0 | 17.0+ |
| Xcode | 15.0 | 15.3+ |
| macOS | 13.5 (Ventura) | 14.0+ (Sonoma) |
| Swift | 5.9 | 5.10+ |
| Device | iPhone 8 / iPad (5th gen) | iPhone 14+ / iPad Pro |
Next Steps
Installation Guide
Ready to install? Follow the step-by-step installation guide.
App Overview
Learn more about Breeze’s features and architecture.