Skip to content

A tiny Titanium plugin to bump the CFBundleVersion and CFBundleShortVersionString of native iOS extensions.

License

Notifications You must be signed in to change notification settings

hansemannn/titanium-plugin-bump-ios-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

titanium-plugin-bump-ios-extension

A tiny Titanium plugin to bump the CFBundleVersion and CFBundleShortVersionString of native iOS extensions.

Installation

  1. Inside your Titanium project root, install the following NPM package plist:
 npm i --save plist
  1. Copy the extension.versionbump to <project-dir>/plugins (create dir if not exists)
  2. Add the following entry to the <plugins> node of your tiapp.xml
<plugin version="1.0">extension.versionbump</plugin>
  1. Run your app. It will once rewrite all Info.plist from extensions placed in <project-dir>/extensions

License

MIT

Author

Hans Knöchel

About

A tiny Titanium plugin to bump the CFBundleVersion and CFBundleShortVersionString of native iOS extensions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published