forked from wolfSSL/wolfssl
Updated Xcode projects for missing headers
This commit is contained in:
@@ -28,13 +28,10 @@ order.
|
|||||||
|
|
||||||
# Building libwolfssl.a
|
# Building libwolfssl.a
|
||||||
|
|
||||||
## Debug build
|
There are several options of builds. You can make a simulator build, or a
|
||||||
|
device build. Both are debug builds.
|
||||||
## Release build
|
|
||||||
|
|
||||||
A release build requires an Apple Developer account, as far as I can tell. I
|
|
||||||
have not tried this yet.
|
|
||||||
|
|
||||||
|
You can make an archive for a device, as well. That is a release build.
|
||||||
|
|
||||||
# Installing libwolfssl.a
|
# Installing libwolfssl.a
|
||||||
|
|
||||||
@@ -68,7 +65,7 @@ for "Preprocessor Macros" and add the following under both `Release` and
|
|||||||
* `WOLFSSL_SHA384`
|
* `WOLFSSL_SHA384`
|
||||||
|
|
||||||
The approved FIPS source files are from the CyaSSL project v3.4.8.fips. The FIPS
|
The approved FIPS source files are from the CyaSSL project v3.4.8.fips. The FIPS
|
||||||
and FIPS-TEST files are from our FIPS project v3.4.8.fips. For the wolfCAVP test
|
and FIPS-TEST files are from our FIPS project v3.4.8. For the wolfCAVP test
|
||||||
the wolfSSL version used is v3.4.8.
|
the wolfSSL version used is v3.4.8.
|
||||||
|
|
||||||
# Using the FIPS library
|
# Using the FIPS library
|
||||||
|
@@ -295,7 +295,7 @@
|
|||||||
isa = PBXCopyFilesBuildPhase;
|
isa = PBXCopyFilesBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
dstPath = include/wolfssl;
|
dstPath = include/wolfssl;
|
||||||
dstSubfolderSpec = 16;
|
dstSubfolderSpec = 7;
|
||||||
files = (
|
files = (
|
||||||
521646C41A8A7FE10062516A /* callbacks.h in CopyFiles */,
|
521646C41A8A7FE10062516A /* callbacks.h in CopyFiles */,
|
||||||
521646C51A8A7FE10062516A /* certs_test.h in CopyFiles */,
|
521646C51A8A7FE10062516A /* certs_test.h in CopyFiles */,
|
||||||
|
@@ -283,7 +283,7 @@
|
|||||||
isa = PBXCopyFilesBuildPhase;
|
isa = PBXCopyFilesBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
dstPath = include/wolfssl;
|
dstPath = include/wolfssl;
|
||||||
dstSubfolderSpec = 16;
|
dstSubfolderSpec = 7;
|
||||||
files = (
|
files = (
|
||||||
521646C41A8A7FE10062516A /* callbacks.h in CopyFiles */,
|
521646C41A8A7FE10062516A /* callbacks.h in CopyFiles */,
|
||||||
521646C51A8A7FE10062516A /* certs_test.h in CopyFiles */,
|
521646C51A8A7FE10062516A /* certs_test.h in CopyFiles */,
|
||||||
|
Reference in New Issue
Block a user