diff --git a/Core/GrowingAPM.m b/Core/GrowingAPM.m
index a36342c..77d0da1 100644
--- a/Core/GrowingAPM.m
+++ b/Core/GrowingAPM.m
@@ -24,11 +24,11 @@
#endif
#import "GrowingAPM+Private.h"
-#import "GrowingApplicationLifecycle.h"
+#import "GrowingULAppLifecycle.h"
// -------- UI MONITOR --------
#ifdef GROWING_APM_UI
-#import "GrowingTimeUtil.h"
+#import "GrowingULTimeUtil.h"
#ifdef GROWING_APM_UI_SOURCE
#import "GrowingAPMUIMonitor.h"
@@ -114,7 +114,7 @@ + (void)setupMonitors {
}
#ifdef GROWING_APM_UI
- [GrowingApplicationLifecycle setup];
+ [GrowingULAppLifecycle setup];
[GrowingAPMUIMonitor setup];
#endif
diff --git a/CrashMonitor/GrowingAPMCrashMonitor.xcframework/ios-arm64_armv7/GrowingAPMCrashMonitor.framework/GrowingAPMCrashMonitor b/CrashMonitor/GrowingAPMCrashMonitor.xcframework/ios-arm64_armv7/GrowingAPMCrashMonitor.framework/GrowingAPMCrashMonitor
index 25a2f3a..a40f8d9 100644
Binary files a/CrashMonitor/GrowingAPMCrashMonitor.xcframework/ios-arm64_armv7/GrowingAPMCrashMonitor.framework/GrowingAPMCrashMonitor and b/CrashMonitor/GrowingAPMCrashMonitor.xcframework/ios-arm64_armv7/GrowingAPMCrashMonitor.framework/GrowingAPMCrashMonitor differ
diff --git a/CrashMonitor/GrowingAPMCrashMonitor.xcframework/ios-arm64_i386_x86_64-simulator/GrowingAPMCrashMonitor.framework/GrowingAPMCrashMonitor b/CrashMonitor/GrowingAPMCrashMonitor.xcframework/ios-arm64_i386_x86_64-simulator/GrowingAPMCrashMonitor.framework/GrowingAPMCrashMonitor
index 8f9baed..85a148a 100644
Binary files a/CrashMonitor/GrowingAPMCrashMonitor.xcframework/ios-arm64_i386_x86_64-simulator/GrowingAPMCrashMonitor.framework/GrowingAPMCrashMonitor and b/CrashMonitor/GrowingAPMCrashMonitor.xcframework/ios-arm64_i386_x86_64-simulator/GrowingAPMCrashMonitor.framework/GrowingAPMCrashMonitor differ
diff --git a/GrowingAPM.podspec b/GrowingAPM.podspec
index b7fb2e4..a5aac9b 100644
--- a/GrowingAPM.podspec
+++ b/GrowingAPM.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GrowingAPM'
- s.version = '0.0.10'
+ s.version = '0.0.11'
s.summary = 'iOS SDK of GrowingIO.'
s.description = <<-DESC
GrowingAPM提供移动端性能采集分析功能,包括崩溃分析、启动分析、页面加载分析等。
diff --git a/UIMonitor/GrowingAPMUIMonitor.xcframework/Info.plist b/UIMonitor/GrowingAPMUIMonitor.xcframework/Info.plist
index c80a1d7..1a9f876 100644
--- a/UIMonitor/GrowingAPMUIMonitor.xcframework/Info.plist
+++ b/UIMonitor/GrowingAPMUIMonitor.xcframework/Info.plist
@@ -6,32 +6,32 @@
LibraryIdentifier
- ios-arm64_i386_x86_64-simulator
+ ios-arm64_armv7
LibraryPath
GrowingAPMUIMonitor.framework
SupportedArchitectures
arm64
- i386
- x86_64
+ armv7
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
LibraryIdentifier
- ios-arm64_armv7
+ ios-arm64_i386_x86_64-simulator
LibraryPath
GrowingAPMUIMonitor.framework
SupportedArchitectures
arm64
- armv7
+ i386
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
CFBundlePackageType
diff --git a/UIMonitor/GrowingAPMUIMonitor.xcframework/ios-arm64_armv7/GrowingAPMUIMonitor.framework/GrowingAPMUIMonitor b/UIMonitor/GrowingAPMUIMonitor.xcframework/ios-arm64_armv7/GrowingAPMUIMonitor.framework/GrowingAPMUIMonitor
index b744838..9cf0b23 100644
Binary files a/UIMonitor/GrowingAPMUIMonitor.xcframework/ios-arm64_armv7/GrowingAPMUIMonitor.framework/GrowingAPMUIMonitor and b/UIMonitor/GrowingAPMUIMonitor.xcframework/ios-arm64_armv7/GrowingAPMUIMonitor.framework/GrowingAPMUIMonitor differ
diff --git a/UIMonitor/GrowingAPMUIMonitor.xcframework/ios-arm64_i386_x86_64-simulator/GrowingAPMUIMonitor.framework/GrowingAPMUIMonitor b/UIMonitor/GrowingAPMUIMonitor.xcframework/ios-arm64_i386_x86_64-simulator/GrowingAPMUIMonitor.framework/GrowingAPMUIMonitor
index 1303869..1eacba2 100644
Binary files a/UIMonitor/GrowingAPMUIMonitor.xcframework/ios-arm64_i386_x86_64-simulator/GrowingAPMUIMonitor.framework/GrowingAPMUIMonitor and b/UIMonitor/GrowingAPMUIMonitor.xcframework/ios-arm64_i386_x86_64-simulator/GrowingAPMUIMonitor.framework/GrowingAPMUIMonitor differ