https://github.com/numandev1/rename-horizon
https://github.com/numandev1/rename-horizon
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/numandev1/rename-horizon
- Owner: numandev1
- Created: 2019-12-24T13:50:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T07:12:33.000Z (over 6 years ago)
- Last Synced: 2025-02-05T18:50:46.218Z (over 1 year ago)
- Language: JavaScript
- Size: 312 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Horizon continuous integration tools
Change application bundle name and ID on the fly (build time) for both Android and IOS
installation:
yarn add global rename-horizon
npm install -g rename-horizon
Usage: rename-horizon [options] [command]
Commands:
bundle Change application bundle ID and name (display name)
Options:
-h, --help output usage information
-i, --ios Appy changes to IOS project (IOS .plist files)
-a, --android Appy changes to Android project (Android Manifest and Java classes)
--directory project main directory (absolute)
--iosSubDir IOS project sub directory (relative)
--androidSubDir Android project sub directory (relative)
Example:
* feed in project location [Ios and Android]
rename-horizon bundle "MyApp.UAT" "APP UAT" -ia --directory /Users/myUser/src/Cool/Project
* without project location (automatically use current location) [Ios and Android]
rename-horizon bundle "BigApp.Build.300" "BIG App 300" -ia
* with project location but chnage android only [Android (-a flag)]
rename-horizon bundle "NANdroid.X" "NANdroid X" -a
Coming soon:
- Resize icons (gd resize and slice)
- Lable icons on build (add text overlay on app icon)
- Generate app info json to be used in presenation layer (git sha, build type, build number)