Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kkazuo/adhoc-plist

A Clojure library designed to create .plist with iOS .ipa package for OTA.
https://github.com/kkazuo/adhoc-plist

Last synced: about 14 hours ago
JSON representation

A Clojure library designed to create .plist with iOS .ipa package for OTA.

Awesome Lists containing this project

README

        

# adhoc-plist

[![Clojars Project](http://clojars.org/adhoc-plist/latest-version.svg)](http://clojars.org/adhoc-plist)

A Clojure library designed to create .plist with iOS .ipa package for OTA.

## Usage

```
(require '[adhoc-plist.core :refer :all])
(write-plist "source.ipa" "https://host/base/path/")
```

Also you can read Info.plist from iOS .ipa package file.

```
(read-info-plist "source.ipa")
```

## License

Copyright © 2015 Kazuo Koga

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.