Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliperkins/bbenterpriseupdater
Version checking for Apple Enterprise app deployments
https://github.com/eliperkins/bbenterpriseupdater
Last synced: 14 days ago
JSON representation
Version checking for Apple Enterprise app deployments
- Host: GitHub
- URL: https://github.com/eliperkins/bbenterpriseupdater
- Owner: eliperkins
- License: other
- Created: 2013-02-06T19:23:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-14T14:54:33.000Z (about 11 years ago)
- Last Synced: 2024-10-10T20:45:50.236Z (28 days ago)
- Language: Objective-C
- Size: 115 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
BBEnterpriseUpdater
===
**Updater for Apple Enterprise app deployments.**## Usage
```objective-c
[BBEnterpriseUpdater checkVersionWithURL:[NSURL URLWithString:@"http://example.com/BBUpdaterExample.plist"]
success:^(BOOL requiresUpdate, NSString *versionString, NSURL *updateURL) {
if (requiresUpdate) {
// See if the user wants to update to the latest version
}
} failure:^(NSError *error) {
}];```
## Contact
Eli Perkins
- http://github.com/eliperkins
- http://twitter.com/_eliperkins
- [email protected]## License
BBEnterpriseUpdater is available under the MIT license. See the LICENSE file for more info.
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/eliperkins/bbenterpriseupdater/trend.png)](https://bitdeli.com/free "Bitdeli Badge")