Marcin Krzyzanowski 4 жил өмнө
parent
commit
e849d9857a

+ 0 - 11
.pre-commit-config.yaml

@@ -1,11 +0,0 @@
-repos:
--   repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v2.3.0
-    hooks:
-    -   id: check-yaml
-    -   id: end-of-file-fixer
-    -   id: trailing-whitespace
--   repo: https://github.com/psf/black
-    rev: 19.3b0
-    hooks:
-    -   id: black

+ 1 - 1
Package.swift

@@ -2,7 +2,7 @@
 
 import PackageDescription
 
-#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
+#if os(macOS)
 let package = Package(
   name: "CryptoSwift",
   platforms: [

+ 1 - 8
config/Project-Debug.xcconfig

@@ -1,10 +1,3 @@
-//
-// Project-Debug.xcconfig
-//
-// Generated by BuildSettingExtractor on 02/04/2018
-// https://github.com/dempseyatgithub/BuildSettingExtractor
-//
-
 #include "Project-Shared.xcconfig"
 
 COPY_PHASE_STRIP = NO
@@ -12,5 +5,5 @@ GCC_DYNAMIC_NO_PIC = NO
 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG=1
 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG
 METAL_ENABLE_DEBUG_INFO = YES
-ONLY_ACTIVE_ARCH = YES
+ONLY_ACTIVE_ARCH = NO
 ENABLE_TESTABILITY = YES

+ 1 - 1
config/Tests-Test.xcconfig

@@ -12,5 +12,5 @@ SWIFT_DISABLE_SAFETY_CHECKS = YES
 SWIFT_OPTIMIZATION_LEVEL = -O
 
 METAL_ENABLE_DEBUG_INFO = NO
-ONLY_ACTIVE_ARCH = YES
+ONLY_ACTIVE_ARCH = NO
 VALIDATE_PRODUCT = YES