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.
- Host: GitHub
- URL: https://github.com/hansemannn/titanium-plugin-bump-ios-extension
- Owner: hansemannn
- License: mit
- Created: 2019-05-05T14:04:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T14:08:57.000Z (about 6 years ago)
- Last Synced: 2025-01-27T07:11:38.688Z (4 months ago)
- Topics: ios-extension, titanium, titanium-plugin
- Language: JavaScript
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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