OSX app: Work around libz/libPng/ImageIO.framework version skew

By not bundling libz, assuming OSX includes a suitable libz.1.dylib.

This commit was supported by the NSF-funded DataLad project.
This commit is contained in:
Joey Hess 2018-03-22 11:50:42 -04:00
parent e32d2624ce
commit 5574e25c54
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2018-03-22T15:52:04Z"
content="""
I've excluded libz.1.dylb from git-annex.apk, on the assumuption that OSX
always ships with libz, and so git-annex does not need to provide it.
"""]]