Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 9730e49

Browse files
committed
Updated project settings and readme
1 parent 13d3133 commit 9730e49

File tree

6 files changed

+3
-1
lines changed

6 files changed

+3
-1
lines changed

CommonCrypto/iphoneos.modulemap

100644100755
File mode changed.

CommonCrypto/iphonesimulator.modulemap

100644100755
File mode changed.

CommonCrypto/macosx.modulemap

100644100755
File mode changed.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# iOSCSRSwift
22
Generate a certificate signing request (CSR) in iOS using Swift
33

4-
This is a port of ios-csr by Ales Teska (https://github.com/ateska/ios-csr) from Objective-C to Swift 3.0 (a Swift 2.3 version is available on the 2.3 branch).
4+
This is a port of ios-csr by Ales Teska (https://github.com/ateska/ios-csr) from Objective-C to Swift 3.0 (a Swift 2.3 version is available on the "2.3" branch).
55
Additions have been made to allow SHA256 and SHA512. Also, this is setup to be added as a framework to your project.
66

77
To use, initiatlize the class using one of the following (an example of how to do can be found at https://github.com/cbaker6/iOSCSRSwift/blob/master/iOSCSRSwiftTests/iOSCSRSwiftTests.swift):

iOSCSRSwift.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@
297297
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
298298
SWIFT_INCLUDE_PATHS = "$(SRCROOT)/CommonCrypto/Platforms/**";
299299
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
300+
SWIFT_VERSION = 3.0;
300301
TARGETED_DEVICE_FAMILY = "1,2";
301302
VERSIONING_SYSTEM = "apple-generic";
302303
VERSION_INFO_PREFIX = "";
@@ -345,6 +346,7 @@
345346
SDKROOT = iphoneos;
346347
SWIFT_INCLUDE_PATHS = "$(SRCROOT)/CommonCrypto/Platforms/**";
347348
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
349+
SWIFT_VERSION = 3.0;
348350
TARGETED_DEVICE_FAMILY = "1,2";
349351
VALIDATE_PRODUCT = YES;
350352
VERSIONING_SYSTEM = "apple-generic";

iOSCSRSwift/CommonCrypto.xcconfig

100644100755
File mode changed.

0 commit comments

Comments
 (0)