Skip to content

Commit e65ccb2

Browse files
committed
Release 4.9.0
1 parent 768d4eb commit e65ccb2

File tree

571 files changed

+180
-6875
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

571 files changed

+180
-6875
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@
580580
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
581581
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
582582
CODE_SIGN_ENTITLEMENTS = SensorsData/SensorsData.entitlements;
583+
CODE_SIGN_IDENTITY = "Apple Development";
583584
CODE_SIGN_STYLE = Automatic;
584585
DEVELOPMENT_TEAM = 75FYWDWHL5;
585586
INFOPLIST_FILE = "$(SRCROOT)/SensorsData/Info.plist";
@@ -590,6 +591,7 @@
590591
);
591592
PRODUCT_BUNDLE_IDENTIFIER = cn.sensorsdata.SensorsData;
592593
PRODUCT_NAME = "$(TARGET_NAME)";
594+
PROVISIONING_PROFILE_SPECIFIER = "";
593595
TARGETED_DEVICE_FAMILY = "1,2";
594596
};
595597
name = Debug;
@@ -600,6 +602,7 @@
600602
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
601603
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
602604
CODE_SIGN_ENTITLEMENTS = SensorsData/SensorsData.entitlements;
605+
CODE_SIGN_IDENTITY = "Apple Development";
603606
CODE_SIGN_STYLE = Automatic;
604607
DEVELOPMENT_TEAM = 75FYWDWHL5;
605608
INFOPLIST_FILE = "$(SRCROOT)/SensorsData/Info.plist";
@@ -610,6 +613,7 @@
610613
);
611614
PRODUCT_BUNDLE_IDENTIFIER = cn.sensorsdata.SensorsData;
612615
PRODUCT_NAME = "$(TARGET_NAME)";
616+
PROVISIONING_PROFILE_SPECIFIER = "";
613617
TARGETED_DEVICE_FAMILY = "1,2";
614618
};
615619
name = Release;

SensorsAnalyticsSDK.podspec

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
Pod::Spec.new do |s|
22
s.name = "SensorsAnalyticsSDK"
3-
s.version = "4.8.3"
3+
s.version = "4.9.0"
44
s.summary = "The official iOS SDK of Sensors Analytics."
55
s.homepage = "http://www.sensorsdata.cn"
66
s.source = { :git => 'https://github.com/sensorsdata/sa-sdk-ios.git', :tag => "v#{s.version}" }
7-
s.license = { :type => "Apache License, Version 2.0" }
8-
s.author = { "Yuhan ZOU" => "[email protected]" }
7+
s.license = {
8+
:type => 'Commercial',
9+
:file => 'LICENSE'
10+
}
11+
s.author = { "caojiang" => "[email protected]" }
912
s.ios.deployment_target = '9.0'
1013
s.osx.deployment_target = '10.13'
1114
s.tvos.deployment_target = '12.0'
15+
s.watchos.deployment_target = "7.0"
1216
s.default_subspec = 'Core'
13-
s.frameworks = 'Foundation', 'SystemConfiguration'
17+
s.frameworks = 'Foundation'
18+
s.libraries = "icucore", "z"
1419

1520
# 限制 CocoaPods 版本
1621
s.cocoapods_version = '>= 1.12.0'
1722

18-
s.libraries = 'icucore', 'z'
19-
2023
s.subspec '__Store' do |store|
2124
store.source_files = 'SensorsAnalyticsSDK/Store/*.{h,m}'
2225
store.public_header_files = 'SensorsAnalyticsSDK/Store/SABaseStoreManager.h', 'SensorsAnalyticsSDK/Store/SAStorePlugin.h', 'SensorsAnalyticsSDK/Store/SAAESStorePlugin.h'
@@ -27,7 +30,10 @@ Pod::Spec.new do |s|
2730
base.source_files = core_dir + "**/*.{h,m}"
2831
base.exclude_files = core_dir + 'SAAlertController.{h,m}', core_dir + 'HookDelegate/**/*.{h,m}'
2932
base.public_header_files = core_dir + "SensorsAnalyticsSDK.h", core_dir + "SensorsAnalyticsExtension.h", core_dir + "SensorsAnalyticsSDK+Public.h", core_dir + "SASecurityPolicy.h", core_dir + "SAConfigOptions.h", core_dir + "SAConstants.h", core_dir + "PropertyPlugin/SAPropertyPlugin.h"
30-
base.ios.frameworks = 'CoreTelephony'
33+
base.ios.frameworks = 'CoreTelephony', "SystemConfiguration"
34+
base.osx.frameworks = "SystemConfiguration"
35+
base.tvos.frameworks = "SystemConfiguration"
36+
base.watchos.frameworks = "WatchKit"
3137
base.dependency 'SensorsAnalyticsSDK/__Store'
3238
base.resource_bundle = { 'SensorsAnalyticsSDK' => 'SensorsAnalyticsSDK/Resources/**/*'}
3339
end
@@ -47,6 +53,7 @@ Pod::Spec.new do |s|
4753
core.ios.dependency 'SensorsAnalyticsSDK/Visualized'
4854
core.osx.dependency 'SensorsAnalyticsSDK/Common'
4955
core.tvos.dependency 'SensorsAnalyticsSDK/Base'
56+
core.watchos.dependency 'SensorsAnalyticsSDK/Base'
5057
end
5158

5259
# 全埋点

SensorsAnalyticsSDK/AppExtension/SAAppExtensionDataManager.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
// Created by 向作为 on 2018/1/18.
66
// Copyright © 2015-2022 Sensors Data Co., Ltd. All rights reserved.
77
//
8-
// Licensed under the Apache License, Version 2.0 (the "License");
9-
// you may not use this file except in compliance with the License.
10-
// You may obtain a copy of the License at
11-
//
12-
// http://www.apache.org/licenses/LICENSE-2.0
13-
//
14-
// Unless required by applicable law or agreed to in writing, software
15-
// distributed under the License is distributed on an "AS IS" BASIS,
16-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
// See the License for the specific language governing permissions and
18-
// limitations under the License.
19-
//
208

219
#import <Foundation/Foundation.h>
2210

SensorsAnalyticsSDK/AppExtension/SAAppExtensionDataManager.m

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
// Created by 向作为 on 2018/1/18.
66
// Copyright © 2015-2022 Sensors Data Co., Ltd. All rights reserved.
77
//
8-
// Licensed under the Apache License, Version 2.0 (the "License");
9-
// you may not use this file except in compliance with the License.
10-
// You may obtain a copy of the License at
11-
//
12-
// http://www.apache.org/licenses/LICENSE-2.0
13-
//
14-
// Unless required by applicable law or agreed to in writing, software
15-
// distributed under the License is distributed on an "AS IS" BASIS,
16-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
// See the License for the specific language governing permissions and
18-
// limitations under the License.
19-
//
208

219
#if ! __has_feature(objc_arc)
2210
#error This file must be compiled with ARC. Either turn on ARC for the project or use -fobjc-arc flag on this file.

SensorsAnalyticsSDK/AppExtension/SensorsAnalyticsSDK+SAAppExtension.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
// Created by 陈玉国 on 2022/5/16.
66
// Copyright © 2015-2022 Sensors Data Co., Ltd. All rights reserved.
77
//
8-
// Licensed under the Apache License, Version 2.0 (the "License");
9-
// you may not use this file except in compliance with the License.
10-
// You may obtain a copy of the License at
11-
//
12-
// http://www.apache.org/licenses/LICENSE-2.0
13-
//
14-
// Unless required by applicable law or agreed to in writing, software
15-
// distributed under the License is distributed on an "AS IS" BASIS,
16-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
// See the License for the specific language governing permissions and
18-
// limitations under the License.
19-
//
208

219
#import "SensorsAnalyticsSDK.h"
2210

SensorsAnalyticsSDK/AppExtension/SensorsAnalyticsSDK+SAAppExtension.m

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
// Created by 陈玉国 on 2022/5/16.
66
// Copyright © 2015-2022 Sensors Data Co., Ltd. All rights reserved.
77
//
8-
// Licensed under the Apache License, Version 2.0 (the "License");
9-
// you may not use this file except in compliance with the License.
10-
// You may obtain a copy of the License at
11-
//
12-
// http://www.apache.org/licenses/LICENSE-2.0
13-
//
14-
// Unless required by applicable law or agreed to in writing, software
15-
// distributed under the License is distributed on an "AS IS" BASIS,
16-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
// See the License for the specific language governing permissions and
18-
// limitations under the License.
19-
//
208

219
#if ! __has_feature(objc_arc)
2210
#error This file must be compiled with ARC. Either turn on ARC for the project or use -fobjc-arc flag on this file.

SensorsAnalyticsSDK/AppPush/SAAppPushConstants.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
// Created by 陈玉国 on 2021/1/18.
66
// Copyright © 2015-2022 Sensors Data Co., Ltd. All rights reserved.
77
//
8-
// Licensed under the Apache License, Version 2.0 (the "License");
9-
// you may not use this file except in compliance with the License.
10-
// You may obtain a copy of the License at
11-
//
12-
// http://www.apache.org/licenses/LICENSE-2.0
13-
//
14-
// Unless required by applicable law or agreed to in writing, software
15-
// distributed under the License is distributed on an "AS IS" BASIS,
16-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
// See the License for the specific language governing permissions and
18-
// limitations under the License.
19-
//
208

219
#import <Foundation/Foundation.h>
2210

SensorsAnalyticsSDK/AppPush/SAAppPushConstants.m

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
// Created by 陈玉国 on 2021/1/18.
66
// Copyright © 2015-2022 Sensors Data Co., Ltd. All rights reserved.
77
//
8-
// Licensed under the Apache License, Version 2.0 (the "License");
9-
// you may not use this file except in compliance with the License.
10-
// You may obtain a copy of the License at
11-
//
12-
// http://www.apache.org/licenses/LICENSE-2.0
13-
//
14-
// Unless required by applicable law or agreed to in writing, software
15-
// distributed under the License is distributed on an "AS IS" BASIS,
16-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
// See the License for the specific language governing permissions and
18-
// limitations under the License.
19-
//
208

219
#if ! __has_feature(objc_arc)
2210
#error This file must be compiled with ARC. Either turn on ARC for the project or use -fobjc-arc flag on this file.

SensorsAnalyticsSDK/AppPush/SAAppPushManager.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
// Created by 陈玉国 on 2021/1/18.
66
// Copyright © 2015-2022 Sensors Data Co., Ltd. All rights reserved.
77
//
8-
// Licensed under the Apache License, Version 2.0 (the "License");
9-
// you may not use this file except in compliance with the License.
10-
// You may obtain a copy of the License at
11-
//
12-
// http://www.apache.org/licenses/LICENSE-2.0
13-
//
14-
// Unless required by applicable law or agreed to in writing, software
15-
// distributed under the License is distributed on an "AS IS" BASIS,
16-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
// See the License for the specific language governing permissions and
18-
// limitations under the License.
19-
//
208

219
#import <Foundation/Foundation.h>
2210
#import "SAModuleProtocol.h"

SensorsAnalyticsSDK/AppPush/SAAppPushManager.m

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
// Created by 陈玉国 on 2021/1/18.
66
// Copyright © 2015-2022 Sensors Data Co., Ltd. All rights reserved.
77
//
8-
// Licensed under the Apache License, Version 2.0 (the "License");
9-
// you may not use this file except in compliance with the License.
10-
// You may obtain a copy of the License at
11-
//
12-
// http://www.apache.org/licenses/LICENSE-2.0
13-
//
14-
// Unless required by applicable law or agreed to in writing, software
15-
// distributed under the License is distributed on an "AS IS" BASIS,
16-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
// See the License for the specific language governing permissions and
18-
// limitations under the License.
19-
//
208

219
#if ! __has_feature(objc_arc)
2210
#error This file must be compiled with ARC. Either turn on ARC for the project or use -fobjc-arc flag on this file.

0 commit comments

Comments
 (0)