This commit is contained in:
DDIsFriend
2023-09-14 10:52:14 +08:00
parent b29a664fe0
commit 261665e83f
23 changed files with 8262 additions and 7504 deletions

View File

@@ -0,0 +1,12 @@
framework module Bugly {
umbrella header "Bugly.h"
export *
module * { export * }
link framework "Foundation"
link framework "Security"
link framework "SystemConfiguration"
link "c++"
link "z"
}