modify mac bug

Signed-off-by: ding_dong_dong <dingdongdong4@huawei.com>
This commit is contained in:
ding_dong_dong 2024-10-29 10:39:59 +08:00
parent c816ba6af2
commit 1118599fd3

View File

@ -53,7 +53,7 @@ public:
struct ApplicationInfo {
bool isSystemApp = true;
int32_t apiTargetVersion = 9;
int32_t apiTargetVersion = API_VERSION;
};
class ContextMock {