hansemannn / titanium-plugin-bump-ios-extension

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 100.0%