Skip to content

Commit

Permalink
Clean up CryptoSwift references (realm#2522)
Browse files Browse the repository at this point in the history
* Clean up CryptoSwift references

* Add a changelog entry

* Remove unused import
  • Loading branch information
jpsim authored Dec 20, 2018
1 parent bf5adc2 commit 2d0d569
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@
[submodule "Carthage/Checkouts/Yams"]
path = Carthage/Checkouts/Yams
url = https://github.com/jpsim/Yams.git
[submodule "Carthage/Checkouts/CryptoSwift"]
path = Carthage/Checkouts/CryptoSwift
url = https://github.com/krzyzanowskim/CryptoSwift.git
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
[Daniel Metzing](https://github.com/dirtydanee)
[#2499](https://github.com/realm/SwiftLint/issues/2499)

* Fix an error when pulling SwiftLint as a dependency using Carthage.
[JP Simard](https://github.com/jpsim)

## 0.29.1: There’s Always More Laundry

#### Breaking
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github "Carthage/Commandant" "0.15.0"
github "antitypical/Result" "4.0.0"
github "drmohundro/SWXMLHash" "4.7.5"
github "drmohundro/SWXMLHash" "4.7.6"
github "jpsim/SourceKitten" "0.22.0"
github "jpsim/Yams" "1.0.1"
github "jspahrsummers/xcconfigs" "0.12"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Foundation
import SourceKittenFramework

public struct LegacyHashingRule: ASTRule, ConfigurationProviderRule, AutomaticTestableRule {
Expand Down
9 changes: 0 additions & 9 deletions SwiftLint.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,6 @@
8F6B3153213CDCD100858E44 /* UnusedPrivateDeclarationRule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UnusedPrivateDeclarationRule.swift; sourceTree = "<group>"; };
8F715B82213B528B00427BD9 /* UnusedImportRule.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnusedImportRule.swift; sourceTree = "<group>"; };
8F8050811FFE0CBB006F5B93 /* Configuration+IndentationStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Configuration+IndentationStyle.swift"; sourceTree = "<group>"; };
8FB2AE2E21A1F99200D380F3 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8FC8523A2117BDDE0015269B /* ExplicitSelfRule.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExplicitSelfRule.swift; sourceTree = "<group>"; };
8FC9F5101F4B8E48006826C1 /* IsDisjointRule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IsDisjointRule.swift; sourceTree = "<group>"; };
8FD216CB205584AF008ED13F /* CharacterSet+SwiftLint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CharacterSet+SwiftLint.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1171,14 +1170,6 @@
path = Idiomatic;
sourceTree = "<group>";
};
8FB2AE2D21A1F99200D380F3 /* Frameworks */ = {
isa = PBXGroup;
children = (
8FB2AE2E21A1F99200D380F3 /* CryptoSwift.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
D0D1210F19E87861005E4BAA = {
isa = PBXGroup;
children = (
Expand Down

0 comments on commit 2d0d569

Please sign in to comment.