mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-05-17 20:20:34 +00:00
c5d7097fc1
Change dylib to framework
7 lines
91 B
Plaintext
7 lines
91 B
Plaintext
framework module plist {
|
|
umbrella header "plist.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|