Skip to content

modos189/IITC-Prime

 
 

Repository files navigation

IITC Prime

A new and modern way to use IITC on mobile


IITC Prime is a modern cross-platform mobile application for IITC (Ingress Intel Total Conversion) available on Android and iOS. IITC Prime is built with NativeScript and Vue.js, using a single JavaScript/TypeScript codebase for both Android and iOS. The app uses native UI components on each platform and features a clean, modern look inspired by Material 3 You. The app supports in‑app updates of the IITC core and lets you switch effortlessly between stable, beta, and custom build channels — no reinstall needed. IITC Prime simply makes using IITC on mobile easier and more enjoyable.

Status: Beta testing.

This app is not affiliated with Niantic Labs.

Getting started

How to prepare your environment to work with NativeScript is described here: https://docs.nativescript.org/environment-setup.html

iOS build requirement: Install CocoaPods acknowledgements gem:

gem install cocoapods-acknowledgements

Build Commands

Run the app:

npm run run:android
# or
npm run run:ios

Version Management

Update version and sync:

npm run version:patch  # Increment patch version
npm run version:minor  # Increment minor version
npm run version:major  # Increment major version

Crash Reporting

The app uses Sentry to collect app crash and error reports. Sentry is only enabled in builds compiled with the --env.sentry flag — it is not included in F-Droid official repo builds. No personal data is collected; reports contain only app error details, device model, OS version, and app version to help diagnose app issues.

Environment Variables

  • BUILD_TYPE: Set build variant (debug (default), beta, release)
  • APP_ID_SUFFIX: Add custom suffix to application ID (e.g., fdroid)

Development

Clean build:

npm run clean

up19

About

No description, website, or topics provided.

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING.STORE

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 40.0%
  • JavaScript 35.4%
  • CSS 18.9%
  • TypeScript 3.7%
  • SCSS 1.5%
  • Ruby 0.5%