Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

barelyhuman/mobile-version-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mobile-version-sync

simple too to change versionName on Android and CFBundleShortVersionString on iOS additionally allows to increment versionCode and CFBundleVersion

UNDER ACTIVE DEVELOPMENT

Files to edit

Android app/src/main/AndroidManifest.xml /app/build.gradle

iOS

  • <app_name>/Info.plist

What Works

As of now the iOS platform works, android is still being worked on.

Usage

Usage of mobile-version-sync
  -app string
        app name
  -b    alias to bump
  -bump
        bump the build/versionCode as well (default: false)
  -d string
        alias to dir (default "./ios/")
  -dir string
        directory that contains the android or iOS structure (default "./ios/")
  -p string
        alias to platform (default "ios")
  -platform string
        platform to run the version sync on [ios|android] (default "ios")
  -v string
        alias to version
  -version string
        version string to sync with

About

Version Setter for iOS and Android (CLI)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages