-
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Masyukov Pavel edited this page May 24, 2026
·
1 revision
- macOS with latest stable Xcode installed.
- Xcode Command Line Tools.
- XcodeGen:
brew install xcodegen
- Clone the repository.
- Open terminal in repository root.
- Generate project:
xcodegen generate
- Open
ColdVault.xcodeprojin Xcode. - Select
ColdVaultscheme. - Run on iOS Simulator or physical iPhone.
xcodebuild -project ColdVault.xcodeproj -scheme ColdVault -destination 'generic/platform=iOS Simulator' build-
ColdVault/App: app entry and app-level composition. -
ColdVault/Views: SwiftUI screens and reusable components. -
ColdVault/Services: core business/security and integration logic. -
ColdVault/Models: domain entities and app settings. -
ColdVault/Resources: localization and assets.
- Pick an issue labeled
good first issue(if available). - Create a branch from
main. - Make focused changes.
- Validate build locally.
- Open PR using the repository template.