Skip to content

Commit

Permalink
Release 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
王洋洋 committed May 26, 2022
1 parent 8d3241e commit 88f1c1f
Show file tree
Hide file tree
Showing 26 changed files with 188 additions and 733 deletions.
149 changes: 2 additions & 147 deletions Example/Example.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

2 changes: 0 additions & 2 deletions Example/SensorsData/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#import "AppDelegate.h"
#import <SensorsAnalyticsSDK/SensorsAnalyticsSDK.h>
#import <SensorsAnalyticsExtension/SensorsAnalyticsExtension.h>

static NSString* Sa_Default_ServerURL = @"http://sdk-test.cloud.sensorsdata.cn:8006/sa?project=default&token=95c73ae661f85aa0";

Expand Down Expand Up @@ -111,7 +110,6 @@ - (void)applicationDidBecomeActive:(UIApplication *)application {
//[[SAAppExtensionDataManager sharedInstance]readAllEventsWithGroupIdentifier:NULL];
//[[SAAppExtensionDataManager sharedInstance]writeEvent:@"eee" properties:@"" groupIdentifier:@"ff"];
//[[SAAppExtensionDataManager sharedInstance]fileDataCountForGroupIdentifier:@"ff"];
[[SAAppExtensionDataManager sharedInstance]fileDataArrayWithPath:@"fff" limit:-1];
}

- (void)applicationWillTerminate:(UIApplication *)application {
Expand Down
39 changes: 0 additions & 39 deletions Example/SensorsDataExtention/Info.plist

This file was deleted.

30 changes: 0 additions & 30 deletions Example/SensorsDataExtention/MainInterface.storyboard

This file was deleted.

10 changes: 0 additions & 10 deletions Example/SensorsDataExtention/SensorsDataExtention.entitlements

This file was deleted.

26 changes: 0 additions & 26 deletions Example/SensorsDataExtention/ShareViewController.h

This file was deleted.

55 changes: 0 additions & 55 deletions Example/SensorsDataExtention/ShareViewController.m

This file was deleted.

31 changes: 0 additions & 31 deletions SensorsAnalyticsExtension/SensorsAnalyticsExtension.h

This file was deleted.

10 changes: 8 additions & 2 deletions SensorsAnalyticsSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SensorsAnalyticsSDK"
s.version = "4.3.0"
s.version = "4.3.1"
s.summary = "The official iOS SDK of Sensors Analytics."
s.homepage = "http://www.sensorsdata.cn"
s.source = { :git => 'https://github.com/sensorsdata/sa-sdk-ios.git', :tag => "v#{s.version}" }
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
core_dir = "SensorsAnalyticsSDK/Core/"
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 + "SAAppExtensionDataManager.h", core_dir + "SASecurityPolicy.h", core_dir + "SAConfigOptions.h", core_dir + "SAConstants.h", core_dir + "PropertyPlugin/SAPropertyPluginProtocol.h"
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/SAPropertyPluginProtocol.h"
b.ios.resource = 'SensorsAnalyticsSDK/SensorsAnalyticsSDK.bundle'
b.ios.frameworks = 'CoreTelephony'
b.dependency 'SensorsAnalyticsSDK/__Store'
Expand Down Expand Up @@ -112,4 +112,10 @@ Pod::Spec.new do |s|
w.public_header_files = 'SensorsAnalyticsSDK/WKWebView/SensorsAnalyticsSDK+WKWebView.h'
end

s.subspec 'ApplicationExtension' do |e|
e.dependency 'SensorsAnalyticsSDK/Extension'
e.source_files = 'SensorsAnalyticsSDK/AppExtension/*.{h,m}'
e.public_header_files = 'SensorsAnalyticsSDK/AppExtension/SensorsAnalyticsSDK+SAAppExtension.h'
end

end
Loading

0 comments on commit 88f1c1f

Please sign in to comment.