浏览代码

Bump version number to 0.5

Marcin Krzyżanowski 9 年之前
父节点
当前提交
60715ae9ef
共有 3 个文件被更改,包括 9 次插入5 次删除
  1. 5 1
      CHANGELOG
  2. 2 2
      CryptoSwift.xcodeproj/project.pbxproj
  3. 2 2
      Sources/CryptoSwift/Info.plist

+ 5 - 1
CHANGELOG

@@ -1,7 +1,11 @@
 0.5
-- Added PBKDF2 https://tools.ietf.org/html/rfc2898#section-5.1
+- Added PBKDF1 https://tools.ietf.org/html/rfc2898#section-5.1
+- Added PBKDF2 https://tools.ietf.org/html/rfc2898#section-5.2
 - UpdatableCryptor protocol allows incremental encryption stream of data
 - CryptoSwift.playground
+- Docs update
+- Added reflection control to CRC-32 (Luís Silva)
+- Fix AES.init() (Pascal Pfiffner)
 
 0.4.1
 - fix NoPadding()

+ 2 - 2
CryptoSwift.xcodeproj/project.pbxproj

@@ -1284,7 +1284,7 @@
 				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
-				PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
+				PRODUCT_BUNDLE_IDENTIFIER = com.krzyzanowskim.CryptoSwift;
 				PRODUCT_NAME = CryptoSwift;
 				SKIP_INSTALL = YES;
 				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -1308,7 +1308,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
 				LLVM_LTO = YES;
-				PRODUCT_BUNDLE_IDENTIFIER = "com.hakore.${PRODUCT_NAME:rfc1034identifier}";
+				PRODUCT_BUNDLE_IDENTIFIER = com.krzyzanowskim.CryptoSwift;
 				PRODUCT_NAME = CryptoSwift;
 				SKIP_INSTALL = YES;
 				SWIFT_DISABLE_SAFETY_CHECKS = YES;

+ 2 - 2
Sources/CryptoSwift/Info.plist

@@ -7,7 +7,7 @@
 	<key>CFBundleExecutable</key>
 	<string>${EXECUTABLE_NAME}</string>
 	<key>CFBundleIdentifier</key>
-	<string>com.hakore.${PRODUCT_NAME:rfc1034identifier}</string>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleName</key>
@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.4.1</string>
+	<string>0.5</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>