Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kkazuo/adhoc-plist
- Owner: kkazuo
- License: epl-1.0
- Created: 2015-05-11T14:30:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T11:46:54.000Z (over 9 years ago)
- Last Synced: 2024-02-24T23:21:03.879Z (9 months ago)
- Language: Clojure
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.