I hereby claim:
- I am Sephiroth87 on github.
- I am fabior (https://keybase.io/fabior) on keybase.
- I have a public key whose fingerprint is 1AA1 0313 067F 08DD 03EE 5DD9 4336 96A0 DCCC 8BBD
To claim this, I am signing this object:
let conversionMap: [Character: Character] = [ | |
"\u{0021}" : "\u{00A1}", | |
"\u{0022}" : "\u{201E}", | |
"\u{0026}" : "\u{214B}", | |
"\u{0027}" : "\u{002C}", | |
"\u{0028}" : "\u{0029}", | |
"\u{002E}" : "\u{02D9}", | |
"\u{0033}" : "\u{0190}", | |
"\u{0034}" : "\u{152D}", | |
"\u{0036}" : "\u{0039}", |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/swift | |
import Foundation | |
do { | |
let mainPath = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/" | |
let betaPath = "/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/" | |
try FileManager.default.contentsOfDirectory(atPath: betaPath).forEach { | |
if !FileManager.default.fileExists(atPath: mainPath + $0) { | |
print(betaPath + $0) |