hstdt
hstdt
@soumyamahunt In my case, many values have default value, I don't want to encode everything to a large json(this can be done by @IgnoreEncoding now). Based on this, some other...
@soumyamahunt Sorry for the late reply🥲, I was on vacation last week. I have a SwiftUI app ``` Content(File/Folder) FileDocument including a info.json FileDocumentStruct ``` And It's unnecessary to encode...
And after unused value filtered, default value will take effect with this [pull request](https://github.com/SwiftyLab/MetaCodable/pull/87) ```swift @Codable public final class SomeClass2 { public var value1: Bool @IgnoreEncoding(if: { ($0 as SomeClass2).value1...
@corinnaSchultz Here's my rough way to make it compilable. (ENV : OS X 10.10.5, Xcode 7.2.1) 1.command1.py  `self.getMacSdkDir()` should return `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk` but '/Developer/SDKs/MacOSX10.10.sdk` with an error:  It is...