Skip to content

Commit

Permalink
fix: Fixing pods build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
imkcat committed Sep 5, 2019
1 parent 5ff53c2 commit 00fc794
Show file tree
Hide file tree
Showing 11 changed files with 225 additions and 1,366 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

6 changes: 4 additions & 2 deletions CatCrypto.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ Pod::Spec.new do |s|
s.name = 'CatCrypto'
s.version = '0.3.2'
s.summary = 'An easy way for hashing and encryption.'
s.description = <<-DESC
s.description = <<-DESC
CatCrypto include a series of hashing and encryption functions.
DESC
s.homepage = 'https://github.com/ImKcat/CatCrypto'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Kcat' => 'kcatdeveloper@icloud.com' }
s.author = { 'Kcat' => 'imkcat@icloud.com' }
s.source = { :git => 'https://github.com/ImKcat/CatCrypto.git', :tag => s.version.to_s }
s.social_media_url = 'https://imkcat.com'

s.swift_versions = '4.0'

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
Expand Down
224 changes: 140 additions & 84 deletions CatCrypto.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6097CDD12235D30E00D7CEC8"
BuildableName = "CommonCryptoModuleMap"
BlueprintName = "CommonCryptoModuleMap"
ReferencedContainer = "container:CatCrypto.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6097CDD12235D30E00D7CEC8"
BuildableName = "CommonCryptoModuleMap"
BlueprintName = "CommonCryptoModuleMap"
ReferencedContainer = "container:CatCrypto.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6097CDD12235D30E00D7CEC8"
BuildableName = "CommonCryptoModuleMap"
BlueprintName = "CommonCryptoModuleMap"
ReferencedContainer = "container:CatCrypto.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
111 changes: 0 additions & 111 deletions Sources/ModuleMaps/Argon2/bench.c

This file was deleted.

2 changes: 1 addition & 1 deletion Sources/ModuleMaps/Argon2/blake2.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef PORTABLE_BLAKE2_H
#define PORTABLE_BLAKE2_H

#include "argon2.h"
#include <argon2.h>

#if defined(__cplusplus)
extern "C" {
Expand Down
Loading

0 comments on commit 00fc794

Please sign in to comment.