Native iOS and Android applications built with Capacitor.
- Node.js 18+
- iOS: Xcode 14+ and CocoaPods
- Android: Android Studio with SDK 33+
# Install dependencies
npm install
# Build web assets
npm run build:web
# Sync with mobile platforms
npx cap sync
# Open in IDE
npx cap open ios # Open in Xcode
npx cap open android # Open in Android Studio# Live reload on mobile devices
npx cap run ios --livereload --external
npx cap run android --livereload --external- Open in Xcode:
npx cap open ios - Select your signing team
- Archive and upload to App Store Connect
- Open in Android Studio:
npx cap open android - Generate signed APK/AAB
- Upload to Google Play Console
- Native iOS and Android apps
- Offline support with local storage
- Push notifications
- Biometric authentication
- Deep linking support
- Share functionality
- Native UI components
- Bundle ID:
com.massivemagnetics.omniforge - Version: Auto-synced from package.json
- Category: Productivity
- Package name:
com.massivemagnetics.omniforge - Version: Auto-synced from package.json
- Category: Productivity
Platform-specific implementations are in:
platforms/mobile/ios/- iOS native codeplatforms/mobile/android/- Android native code