This is an automated email from the ASF dual-hosted git repository.
mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-xcode.git
The following commit(s) were added to refs/heads/master by this push:
new 0d8affd Add version number to ZipArchive in README (#25)
0d8affd is described below
commit 0d8affd2dfa9ab479b9fb1765e508a71013d9c40
Author: Paul Castro <[email protected]>
AuthorDate: Sat Aug 19 08:48:03 2017 -0400
Add version number to ZipArchive in README (#25)
wsktool will only build with ZipArchive 1.7. This should be noted in the
README for people testing out this code.
---
wsktools/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wsktools/README.md b/wsktools/README.md
index 49dcbdc..82196c9 100644
--- a/wsktools/README.md
+++ b/wsktools/README.md
@@ -45,7 +45,7 @@ A Swift 3 set of protocols and classes that lets you
implement actions in Xcode.
## Building
This code is build using Xcode 8.2.
-There is a dependency on an ObjC project
[ZipArchive](https://github.com/ZipArchive/ZipArchive). OS X CLI targets and
frameworks don't play together very well. The "easiest" way to reference it is
to add the code manually to WhiskSwiftTools. Clone ZipArchive and install per
the documentations on the ZipArchive readme. Copy the SSZipArchive folder into
the project folder and link to the `libz` library. WhiskSwiftTools includes
bridging header file you can reference.
+There is a dependency on an ObjC project [ZipArchive version
1.7](https://github.com/ZipArchive/ZipArchive). OS X CLI targets and
frameworks don't play together very well. The "easiest" way to reference it is
to add the code manually to WhiskSwiftTools. Clone ZipArchive and install per
the documentations on the ZipArchive readme. Copy the SSZipArchive folder into
the project folder and link to the `libz` library. WhiskSwiftTools includes
bridging header file you can reference.
## Using
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].