Skip to content

Commit

Permalink
for swift4
Browse files Browse the repository at this point in the history
  • Loading branch information
HongYang Qiu committed Oct 20, 2017
1 parent 338ff34 commit a4da8b8
Show file tree
Hide file tree
Showing 82 changed files with 2,267 additions and 1,616 deletions.
14 changes: 13 additions & 1 deletion CKMnemonic/CKMnemonic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 0830;
LastUpgradeCheck = 0900;
ORGANIZATIONNAME = askcoin;
TargetAttributes = {
CC2F87CD1F26DCB300117966 = {
Expand Down Expand Up @@ -436,15 +436,21 @@
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Expand Down Expand Up @@ -487,15 +493,21 @@
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Expand Down
4 changes: 2 additions & 2 deletions CKMnemonic/Podfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
platform :ios, '9.0'

target 'CKMnemonic' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for CKMnemonic

pod 'CryptoSwift'
pod 'CryptoSwift', '0.7.2'

target 'CKMnemonicTests' do
inherit! :search_paths
Expand Down
10 changes: 5 additions & 5 deletions CKMnemonic/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- CryptoSwift (0.6.9)
- CryptoSwift (0.7.2)

DEPENDENCIES:
- CryptoSwift
- CryptoSwift (= 0.7.2)

SPEC CHECKSUMS:
CryptoSwift: a22f6ba238e9ce4d26ee7bf45b9ed82e7122d4a0
CryptoSwift: cd2158be2bf639aabc63ec804707c7137c90157c

PODFILE CHECKSUM: df15f63109dafd8d5254eb2dc3037f340e323d8a
PODFILE CHECKSUM: 3c36fb227d6339625378723a9878be2b9e40c63f

COCOAPODS: 1.3.0.beta.3
COCOAPODS: 1.4.0.beta.1
4 changes: 2 additions & 2 deletions CKMnemonic/Pods/CryptoSwift/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 37 additions & 14 deletions CKMnemonic/Pods/CryptoSwift/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a4da8b8

Please sign in to comment.