An open API service indexing awesome lists of open source software.

https://github.com/hansemannn/titanium-plugin-bump-ios-extension

A tiny Titanium plugin to bump the CFBundleVersion and CFBundleShortVersionString of native iOS extensions.
https://github.com/hansemannn/titanium-plugin-bump-ios-extension

ios-extension titanium titanium-plugin

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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`:
```zsh
npm i --save plist
```
2. Copy the `extension.versionbump` to `/plugins` (create dir if not exists)
3. Add the following entry to the `` node of your tiapp.xml
```xml
extension.versionbump
```
4. Run your app. It will once rewrite all Info.plist from extensions placed in `/extensions`

## License

MIT

## Author

Hans Knöchel