Files
idevice/swift/plistinclude/module.modulemap
khcrysalis c5d7097fc1 fix: allow uploads to appstore connect (#13)
Change dylib to framework
2025-06-08 10:49:13 -06:00

7 lines
91 B
Plaintext

framework module plist {
umbrella header "plist.h"
export *
module * { export * }
}