Skip to content

Commit e2bc81b

Browse files
committed
Remove playground. Didn't work since Xcode 12
1 parent 234a354 commit e2bc81b

File tree

10 files changed

+1
-210
lines changed

10 files changed

+1
-210
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- Adds OCB Authenticated-Encryption Algorithm (RFC7253)
33
- build-framework.sh output CryptoSwift.xcframework
44
- Xcode 12.2 maintenance updates
5+
- Removed CryptoSwift.playground (couldn't make it work since Xcode 12 update)
56

67
1.3.2
78
- Swift 5.3 update (Xcode 12)

CryptoSwift.playground/Contents.swift

Lines changed: 0 additions & 171 deletions
This file was deleted.

CryptoSwift.playground/contents.xcplayground

Lines changed: 0 additions & 4 deletions
This file was deleted.

CryptoSwift.playground/playground.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

CryptoSwift.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

CryptoSwift.xcworkspace/xcshareddata/CryptoSwift.xcscmblueprint

Whitespace-only changes.

CryptoSwift.xcworkspace/xcshareddata/IDETemplateMacros.plist

Lines changed: 0 additions & 1 deletion
This file was deleted.

CryptoSwift.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 0 additions & 8 deletions
This file was deleted.

CryptoSwift.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ In the project, you'll find [single scheme](https://mxcl.dev/PromiseKit/news/201
194194
* [AES-GCM](#aes-gcm)
195195
* [Authenticated Encryption with Associated Data (AEAD)](#aead)
196196

197-
also check [Playground](/CryptoSwift.playground/Contents.swift)
198-
199197
##### Basics
200198

201199
```swift
@@ -428,8 +426,6 @@ do {
428426
}
429427
```
430428

431-
See [Playground](/CryptoSwift.playground/Contents.swift) for sample code that work with stream.
432-
433429
###### AES Advanced usage
434430
```swift
435431
let input: Array<UInt8> = [0,1,2,3,4,5,6,7,8,9]

0 commit comments

Comments
 (0)