Jelajahi Sumber

Merge branch 'master' into develop

Marcin Krzyżanowski 8 tahun lalu
induk
melakukan
e0991aef2e

+ 1 - 0
CryptoSwift.xcodeproj/project.pbxproj

@@ -817,6 +817,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				APPLICATION_EXTENSION_API_ONLY = YES;
+				BITCODE_GENERATION_MODE = bitcode;
 				CLANG_ENABLE_MODULES = YES;
 				DYLIB_COMPATIBILITY_VERSION = 1;
 				DYLIB_CURRENT_VERSION = 1;

+ 1 - 1
Tests/CryptoSwiftTests/DigestTests.swift

@@ -198,7 +198,7 @@ extension DigestTests {
             ("testSHA1Updatable2", testSHA1Updatable2),
             ("testCRC32", testCRC32),
             ("testCRC32NotReflected", testCRC32NotReflected),
-            ("testCRC15", testCRC16),
+            ("testCRC16", testCRC16),
             ("testChecksum", testChecksum),
         ]