Skip to content

Commit

Permalink
Release 4.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
王洋洋 committed May 12, 2023
1 parent dc0b5e0 commit 519702d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions SensorsAnalyticsSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = { :type => "Apache License, Version 2.0" }
s.author = { "Yuhan ZOU" => "[email protected]" }
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.osx.deployment_target = '10.13'
s.default_subspec = 'Core'
s.frameworks = 'Foundation', 'SystemConfiguration'

Expand All @@ -23,7 +23,6 @@ Pod::Spec.new do |s|
b.source_files = core_dir + "**/*.{h,m}"
b.exclude_files = core_dir + "SAAlertController.h", core_dir + "SAAlertController.m"
b.public_header_files = core_dir + "SensorsAnalyticsSDK.h", core_dir + "SensorsAnalyticsSDK+Public.h", core_dir + "SASecurityPolicy.h", core_dir + "SAConfigOptions.h", core_dir + "SAConstants.h", core_dir + "PropertyPlugin/SAPropertyPlugin.h"
b.resource = 'SensorsAnalyticsSDK/SensorsAnalyticsSDK.bundle'
b.ios.frameworks = 'CoreTelephony'
b.dependency 'SensorsAnalyticsSDK/__Store'
end
Expand Down
2 changes: 1 addition & 1 deletion SensorsAnalyticsSDK/UIRelated/UIVIew+SensorsAnalytics.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// UIVIew+SensorsAnalytics.h
// UIView+SensorsAnalytics.h
// SensorsAnalyticsSDK
//
// Created by 陈玉国 on 2022/8/29.
Expand Down
2 changes: 1 addition & 1 deletion SensorsAnalyticsSDK/UIRelated/UIVIew+SensorsAnalytics.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// UIVIew+SensorsAnalytics.m
// UIView+SensorsAnalytics.m
// SensorsAnalyticsSDK
//
// Created by 陈玉国 on 2022/8/29.
Expand Down
2 changes: 1 addition & 1 deletion SensorsAnalyticsSDK/UIRelated/UIView+SAElementContent.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#endif

#import "UIView+SAElementContent.h"
#import "UIVIew+SensorsAnalytics.h"
#import "UIView+SensorsAnalytics.h"

@implementation UIView (SAElementContent)

Expand Down

0 comments on commit 519702d

Please sign in to comment.