Skip to content

Commit

Permalink
feat: release 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Nov 15, 2022
1 parent e44ed7c commit 35204ef
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Core/GrowingAPM.m
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -114,7 +114,7 @@ + (void)setupMonitors {
}

#ifdef GROWING_APM_UI
[GrowingApplicationLifecycle setup];
[GrowingULAppLifecycle setup];
[GrowingAPMUIMonitor setup];
#endif

Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion GrowingAPM.podspec
Original file line number Diff line number Diff line change
@@ -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提供移动端性能采集分析功能,包括崩溃分析、启动分析、页面加载分析等。
Expand Down
14 changes: 7 additions & 7 deletions UIMonitor/GrowingAPMUIMonitor.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>GrowingAPMUIMonitor.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>GrowingAPMUIMonitor.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 35204ef

Please sign in to comment.