fix: allow uploads to appstore connect (#13)

Change dylib to framework
This commit is contained in:
khcrysalis
2025-06-08 09:49:13 -07:00
committed by GitHub
parent cebe417bd7
commit c5d7097fc1
3 changed files with 71 additions and 23 deletions

View File

@@ -0,0 +1,6 @@
framework module plist {
umbrella header "plist.h"
export *
module * { export * }
}