-
Notifications
You must be signed in to change notification settings - Fork 5
swift 4 fixes - updates. #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Convert to Xcode 8 and Swift 3
|
actually - this is failing with |
|
I have a fix. tidwall/DeflateSwift#8 will update PR. |
|
fyi - afro is using python's kaitai wrapper to read apple's apfs - would love to get this working with swift program if anyone is interested to collaborate. https://github.com/cugu/afro/tree/master/afro/libapfs |
|
@mothlike - if we use the pythonscala template as a swift template -> swift I'm happy to help / draft / refine this together to get the apfs.fsk file to parse out with this library. I'm probably going to manually build this out tomorrow into swift file anyway. it seems there's one extra attribute hasattr that's used in this python file (there's this old code that's attempting to port this function to swift |
work in progress - use kaitai-io/kaitai_struct_swift_runtime#2
|
I threw this code up - it's just a skeleton right now (and needs camel casing). https://github.com/johndpope/kaitai-apfs-swift/blob/master/SwiftKaitai/SwiftKaitai/APFS.swift any pointers would be appreciated on piggy backing off the kaitai_struct_swift_runtime |
|
heads up - getting closer to having a worker apfs parser - https://github.com/johndpope/kaitai-apfs-swift. we should be able to cherry pick some of the code into /scala swift template generator. |
No description provided.