Browse Source

Merge branch 'master' into develop

Marcin Krzyżanowski 8 years ago
parent
commit
e0991aef2e
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CryptoSwift.xcodeproj/project.pbxproj
  2. 1 1
      Tests/CryptoSwiftTests/DigestTests.swift

+ 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),
         ]