Skip to content

Commit 8430c7b

Browse files
committed
Reorganize folders layout to satisfy Swift Package Manager and Xcode at the same time
1 parent 2380fc1 commit 8430c7b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+403
-417
lines changed

CryptoSwift.xcodeproj/project.pbxproj

Lines changed: 399 additions & 412 deletions
Large diffs are not rendered by default.
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
//TODO: func anyGenerator is renamed to AnyGenerator in Swift 2.2, until then it's just dirty hack for linux (because swift >= 2.2 is available for Linux)
1010
private func CS_AnyGenerator<Element>(body: () -> Element?) -> AnyGenerator<Element> {
11-
#if os(Linux)
11+
#if os(Linux)
1212
return AnyGenerator(body: body)
13-
#else
14-
return anyGenerator(body)
15-
#endif
13+
#else
14+
return anyGenerator(body)
15+
#endif
1616
}
1717

1818
struct BytesSequence: SequenceType {

0 commit comments

Comments
 (0)