Gradinariu Tiberiu
04/28/2025, 3:03 PMApp Designers
05/02/2025, 8:20 AMframework module ServiceCore {
umbrella header "ServiceCore.h"
export *
module * { export * }
framework module ServiceCommon {
umbrella header "ServiceCommon.h"
export *
module * { export * }
}
link framework "UIKit"
link framework "SystemConfiguration"
link framework "CoreGraphics"
link "System"
link "sqlite3"
link "z"
use AnalyticsCommon
}
From here: https://developer.apple.com/forums/thread/42737Gradinariu Tiberiu
05/05/2025, 10:04 AMGradinariu Tiberiu
05/15/2025, 12:09 PM