mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
framework module AppCenterCrashes {
|
|
umbrella header "AppCenterCrashes.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
|
|
link framework "Foundation"
|
|
link "c++"
|
|
link "z"
|
|
}
|