Skip to content

Commit

Permalink
⬆️ Update CryptoSwift Version and Fix Deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
oktinaut authored Apr 28, 2021
2 parents 965cae2 + 521861f commit 78802f4
Show file tree
Hide file tree
Showing 237 changed files with 9,415 additions and 9,000 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [3.13.2] - 2021-04-28

### Changed
- Updated CryptoSwift version to `~> 1.4`
- Fixed deprecations

## [3.13.1] - 2020-05-13

## [3.13.0] - 2020-04-14

Expand Down
7 changes: 3 additions & 4 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ target 'SecureAccessBLE_Tests' do
pod 'SwiftLint', '0.28.0'

pod 'SecureAccessBLE', :path => '../'
#pod 'SecureAccessBLE', :git => 'https://github.com/hufsm/mobile-ios-ble.git', :branch => 'migrate_to_swift_4'

pod 'Quick', '~> 2.0.0'
pod 'Nimble', '~> 8.0.1'
pod 'Quick', '~> 3.1'
pod 'Nimble', '~> 9.0'

end

target 'SecureAccessBLE' do
pod 'CryptoSwift', '1.0.0'
pod 'CryptoSwift', '~> 1.4'
end


32 changes: 16 additions & 16 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- CryptoSwift (1.0.0)
- Nimble (8.0.7)
- Quick (2.0.0)
- SecureAccessBLE (3.13.0):
- CryptoSwift (= 1.0.0)
- SwiftFormat/CLI (0.44.9)
- CryptoSwift (1.4.0)
- Nimble (9.0.1)
- Quick (3.1.2)
- SecureAccessBLE (3.13.2):
- CryptoSwift (~> 1.4)
- SwiftFormat/CLI (0.48.0)
- SwiftLint (0.28.0)

DEPENDENCIES:
- CryptoSwift (= 1.0.0)
- Nimble (~> 8.0.1)
- Quick (~> 2.0.0)
- CryptoSwift (~> 1.4)
- Nimble (~> 9.0)
- Quick (~> 3.1)
- SecureAccessBLE (from `../`)
- SwiftFormat/CLI
- SwiftLint (= 0.28.0)
Expand All @@ -28,13 +28,13 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
CryptoSwift: d81eeaa59dc5a8d03720fe919a6fd07b51f7439f
Nimble: a73af6ecd4c9106f434f3d55fc54570be3739e0b
Quick: ce1276c7c27ba2da3cb2fd0cde053c3648b3b22d
SecureAccessBLE: 9aa83b21a840ec58f65cee1b278f0b89d1fa462e
SwiftFormat: e415b539c50e7a956a44b023544c9846c0c037d7
CryptoSwift: 7cc902df1784de3b389a387756c7d710f197730c
Nimble: 7bed62ffabd6dbfe05f5925cbc43722533248990
Quick: 60f0ea3b8e0cfc0df3259a5c06a238ad8b3c46e0
SecureAccessBLE: af54bb8e46c0340deb06490585757c8adda1403b
SwiftFormat: 48a96bf55d167e44b8eb825f3dbda0e1204e549a
SwiftLint: 088cfacb75b45970017e62b7524d506776d60148

PODFILE CHECKSUM: 678eacf29ba22b5d12a7e187a33d802d3292b65d
PODFILE CHECKSUM: 2fc2f9a394f7af024143605f4ecd61c78f92c2d1

COCOAPODS: 1.9.1
COCOAPODS: 1.10.1
6 changes: 3 additions & 3 deletions Example/Pods/CryptoSwift/LICENSE

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

Loading

0 comments on commit 78802f4

Please sign in to comment.