Removed dependency on CommonCryptoModule, as Swift 4.2 now includes an import for CommonCrypto.
This commit is contained in:
parent
bcbadb5c19
commit
d0ac10fd76
|
@ -319,7 +319,6 @@
|
||||||
);
|
);
|
||||||
inputPaths = (
|
inputPaths = (
|
||||||
"${PODS_ROOT}/Target Support Files/Pods-LifeHash_Example/Pods-LifeHash_Example-frameworks.sh",
|
"${PODS_ROOT}/Target Support Files/Pods-LifeHash_Example/Pods-LifeHash_Example-frameworks.sh",
|
||||||
"${BUILT_PRODUCTS_DIR}/CommonCryptoModule/CommonCryptoModule.framework",
|
|
||||||
"${BUILT_PRODUCTS_DIR}/ExtensibleEnumeratedName/ExtensibleEnumeratedName.framework",
|
"${BUILT_PRODUCTS_DIR}/ExtensibleEnumeratedName/ExtensibleEnumeratedName.framework",
|
||||||
"${BUILT_PRODUCTS_DIR}/LifeHash/LifeHash.framework",
|
"${BUILT_PRODUCTS_DIR}/LifeHash/LifeHash.framework",
|
||||||
"${BUILT_PRODUCTS_DIR}/WolfAnimation/WolfAnimation.framework",
|
"${BUILT_PRODUCTS_DIR}/WolfAnimation/WolfAnimation.framework",
|
||||||
|
@ -348,7 +347,6 @@
|
||||||
outputFileListPaths = (
|
outputFileListPaths = (
|
||||||
);
|
);
|
||||||
outputPaths = (
|
outputPaths = (
|
||||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CommonCryptoModule.framework",
|
|
||||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ExtensibleEnumeratedName.framework",
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ExtensibleEnumeratedName.framework",
|
||||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LifeHash.framework",
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LifeHash.framework",
|
||||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WolfAnimation.framework",
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WolfAnimation.framework",
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
buildForAnalyzing = "YES">
|
buildForAnalyzing = "YES">
|
||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "C76129E5482C11A62ED5D087EF993C2B"
|
BlueprintIdentifier = "C9086979B5A8CA0934155FDF0A3AED77"
|
||||||
BuildableName = "LifeHash.framework"
|
BuildableName = "LifeHash.framework"
|
||||||
BlueprintName = "LifeHash"
|
BlueprintName = "LifeHash"
|
||||||
ReferencedContainer = "container:Pods/Pods.xcodeproj">
|
ReferencedContainer = "container:Pods/Pods.xcodeproj">
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
PODS:
|
PODS:
|
||||||
- CommonCryptoModule (1.0.2)
|
|
||||||
- ExtensibleEnumeratedName (1.0.3)
|
- ExtensibleEnumeratedName (1.0.3)
|
||||||
- LifeHash (0.1.2):
|
- LifeHash (0.1.3):
|
||||||
- CommonCryptoModule
|
|
||||||
- WolfColor
|
- WolfColor
|
||||||
- WolfFoundation
|
- WolfFoundation
|
||||||
- WolfGeometry
|
- WolfGeometry
|
||||||
|
@ -28,8 +26,9 @@ PODS:
|
||||||
- WolfImage
|
- WolfImage
|
||||||
- WolfLog
|
- WolfLog
|
||||||
- WolfNetwork
|
- WolfNetwork
|
||||||
- WolfColor (1.0.4):
|
- WolfColor (1.0.5):
|
||||||
- ExtensibleEnumeratedName
|
- ExtensibleEnumeratedName
|
||||||
|
- WolfFoundation
|
||||||
- WolfNumerics
|
- WolfNumerics
|
||||||
- WolfPipe
|
- WolfPipe
|
||||||
- WolfStrings
|
- WolfStrings
|
||||||
|
@ -37,23 +36,21 @@ PODS:
|
||||||
- WolfFoundation
|
- WolfFoundation
|
||||||
- WolfLog
|
- WolfLog
|
||||||
- WolfNumerics
|
- WolfNumerics
|
||||||
- WolfFoundation (1.0.3):
|
- WolfFoundation (1.0.4):
|
||||||
- WolfNumerics
|
- WolfNumerics
|
||||||
- WolfPipe
|
- WolfPipe
|
||||||
- WolfStrings
|
|
||||||
- WolfGeometry (2.0.1):
|
- WolfGeometry (2.0.1):
|
||||||
- ExtensibleEnumeratedName
|
- ExtensibleEnumeratedName
|
||||||
- WolfFoundation
|
- WolfFoundation
|
||||||
- WolfNumerics
|
- WolfNumerics
|
||||||
- WolfStrings
|
- WolfStrings
|
||||||
- WolfImage (1.0.1):
|
- WolfImage (1.0.2):
|
||||||
- ExtensibleEnumeratedName
|
- ExtensibleEnumeratedName
|
||||||
- WolfColor
|
- WolfColor
|
||||||
- WolfFoundation
|
- WolfFoundation
|
||||||
- WolfGeometry
|
- WolfGeometry
|
||||||
- WolfNumerics
|
- WolfNumerics
|
||||||
- WolfPipe
|
- WolfPipe
|
||||||
- WolfStrings
|
|
||||||
- WolfLocale (1.0.2):
|
- WolfLocale (1.0.2):
|
||||||
- ExtensibleEnumeratedName
|
- ExtensibleEnumeratedName
|
||||||
- WolfLog
|
- WolfLog
|
||||||
|
@ -63,7 +60,7 @@ PODS:
|
||||||
- WolfNumerics
|
- WolfNumerics
|
||||||
- WolfStrings
|
- WolfStrings
|
||||||
- WolfNesting (1.0.1)
|
- WolfNesting (1.0.1)
|
||||||
- WolfNetwork (1.0.2):
|
- WolfNetwork (1.0.3):
|
||||||
- ExtensibleEnumeratedName
|
- ExtensibleEnumeratedName
|
||||||
- WolfApp
|
- WolfApp
|
||||||
- WolfConcurrency
|
- WolfConcurrency
|
||||||
|
@ -73,18 +70,16 @@ PODS:
|
||||||
- WolfPipe
|
- WolfPipe
|
||||||
- WolfPubSub
|
- WolfPubSub
|
||||||
- WolfSec
|
- WolfSec
|
||||||
- WolfStrings
|
- WolfNumerics (2.0.2)
|
||||||
- WolfNumerics (2.0.1)
|
|
||||||
- WolfOSBridge (1.0.1)
|
- WolfOSBridge (1.0.1)
|
||||||
- WolfPipe (1.0.5)
|
- WolfPipe (1.0.7)
|
||||||
- WolfPubSub (1.0.1):
|
- WolfPubSub (1.0.1):
|
||||||
- WolfConcurrency
|
- WolfConcurrency
|
||||||
- WolfFoundation
|
- WolfFoundation
|
||||||
- WolfSec (1.0.1):
|
- WolfSec (1.0.3):
|
||||||
- CommonCryptoModule
|
- WolfFoundation
|
||||||
- WolfPipe
|
- WolfPipe
|
||||||
- WolfStrings
|
- WolfStrings (1.0.5):
|
||||||
- WolfStrings (1.0.4):
|
|
||||||
- ExtensibleEnumeratedName
|
- ExtensibleEnumeratedName
|
||||||
- WolfNumerics
|
- WolfNumerics
|
||||||
- WolfPipe
|
- WolfPipe
|
||||||
|
@ -116,7 +111,6 @@ DEPENDENCIES:
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/cocoapods/specs.git:
|
https://github.com/cocoapods/specs.git:
|
||||||
- CommonCryptoModule
|
|
||||||
- ExtensibleEnumeratedName
|
- ExtensibleEnumeratedName
|
||||||
- WolfAnimation
|
- WolfAnimation
|
||||||
- WolfApp
|
- WolfApp
|
||||||
|
@ -145,28 +139,27 @@ EXTERNAL SOURCES:
|
||||||
:path: "../"
|
:path: "../"
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
CommonCryptoModule: 63a68b57abed79655b3a01011419bf037a05b0a0
|
|
||||||
ExtensibleEnumeratedName: c6caeb662f79105e7229a613f9043e8a7e15e642
|
ExtensibleEnumeratedName: c6caeb662f79105e7229a613f9043e8a7e15e642
|
||||||
LifeHash: 7d92b06e53d445ed9d98881d321ed2b14c82eb29
|
LifeHash: 4331994d7271a9bb43ef0c857a88f77d43ed2ba0
|
||||||
WolfAnimation: 357e094c886389a6f805e5330a11aa941abfc5e3
|
WolfAnimation: 357e094c886389a6f805e5330a11aa941abfc5e3
|
||||||
WolfApp: c9ec6d2f3b24d74f25bf2eed7631417a36ad6cdf
|
WolfApp: c9ec6d2f3b24d74f25bf2eed7631417a36ad6cdf
|
||||||
WolfAutolayout: 4c3decb14562f35d52e3a045cdc31b26d8e9f21c
|
WolfAutolayout: 4c3decb14562f35d52e3a045cdc31b26d8e9f21c
|
||||||
WolfCache: 54dea1dfde755581268de6e62279666c2c2e4692
|
WolfCache: 54dea1dfde755581268de6e62279666c2c2e4692
|
||||||
WolfColor: a7f92dd96db411da054f830aaee2ac004c0ee3f9
|
WolfColor: 4a85833232989a290dc1dc3a453c2d33c3d80fd9
|
||||||
WolfConcurrency: acb773dfc18e0fe7e003284cdf1ee57ab6373542
|
WolfConcurrency: acb773dfc18e0fe7e003284cdf1ee57ab6373542
|
||||||
WolfFoundation: a28fc1c415ddfa8d31d97f202628109a9573da0c
|
WolfFoundation: 3badcb644013c8ab0329277474c9592ed8701d25
|
||||||
WolfGeometry: 0543df4ddc413df6c2fbbc1d3b9b3608cd99e008
|
WolfGeometry: 0543df4ddc413df6c2fbbc1d3b9b3608cd99e008
|
||||||
WolfImage: 05bcd47542da537ca59cff0e86414556ab4d685e
|
WolfImage: 7ae7b5869d83d273a5f6ff2dfd406a4931a3c024
|
||||||
WolfLocale: cc7921bc5d24c5e792603e7732c476385f969176
|
WolfLocale: cc7921bc5d24c5e792603e7732c476385f969176
|
||||||
WolfLog: 6329a08de6c099ca6ccea857127d9df2f74dfea3
|
WolfLog: 6329a08de6c099ca6ccea857127d9df2f74dfea3
|
||||||
WolfNesting: 748afba6baed203799ea30ec8d71f2bfa46402aa
|
WolfNesting: 748afba6baed203799ea30ec8d71f2bfa46402aa
|
||||||
WolfNetwork: c93cf4586286cf8ec23b5126ca1c8385bf9f5bff
|
WolfNetwork: 6e999bcc759f42ee5c45de3a95250851a9796142
|
||||||
WolfNumerics: 486042c29ec5ee608de6cbcf8a524b7c347624ed
|
WolfNumerics: a63222a42b4c3835e1a1cb489a71abb890f0d910
|
||||||
WolfOSBridge: 6c3c6be3993a8c38db0dc2ab2d7fc9e98ec4938d
|
WolfOSBridge: 6c3c6be3993a8c38db0dc2ab2d7fc9e98ec4938d
|
||||||
WolfPipe: 5cfa27c6a1e4e15db19aa7eb374e9a973a0805a7
|
WolfPipe: 1a2cbb23efb14833647a2adcc034468bf82a289e
|
||||||
WolfPubSub: 9a29c3cf6c3ec1f70054febb22a612afcded5d9b
|
WolfPubSub: 9a29c3cf6c3ec1f70054febb22a612afcded5d9b
|
||||||
WolfSec: d5f6f34c98a3b76fb4be7c07df0ba391fda93bf2
|
WolfSec: bb7850c5563195b08ae73b443250cd6ea71e05dd
|
||||||
WolfStrings: 75088362dcb4a65323b557dff7106c18a2203a45
|
WolfStrings: da93adf75ddc98609744beaf5f3c2bdb1e85d1a4
|
||||||
WolfViews: 33698a9f3346deb737659d6a6e63e82293329c9e
|
WolfViews: 33698a9f3346deb737659d6a6e63e82293329c9e
|
||||||
WolfWith: 46dbfeaa023972bb82387740ca38c976bc65fbac
|
WolfWith: 46dbfeaa023972bb82387740ca38c976bc65fbac
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'LifeHash'
|
s.name = 'LifeHash'
|
||||||
s.version = '0.1.2'
|
s.version = '0.1.3'
|
||||||
s.summary = 'A beautiful method of hash visualization based on Conway’s Game of Life.'
|
s.summary = 'A beautiful method of hash visualization based on Conway’s Game of Life.'
|
||||||
|
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
|
@ -34,5 +34,4 @@ Pod::Spec.new do |s|
|
||||||
s.dependency 'WolfNumerics'
|
s.dependency 'WolfNumerics'
|
||||||
s.dependency 'WolfImage'
|
s.dependency 'WolfImage'
|
||||||
s.dependency 'WolfGeometry'
|
s.dependency 'WolfGeometry'
|
||||||
s.dependency 'CommonCryptoModule'
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
// SOFTWARE.
|
// SOFTWARE.
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import CommonCryptoModule
|
import CommonCrypto
|
||||||
|
|
||||||
/// Produces a SHA256 hash of the provided message data.
|
/// Produces a SHA256 hash of the provided message data.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue