Skip to content

Commit 247bcb9

Browse files
陈玉国陈玉国
authored andcommitted
Release 0.6.0
1 parent bf45851 commit 247bcb9

File tree

29 files changed

+80
-12
lines changed

29 files changed

+80
-12
lines changed

SensorsFocus.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SensorsFocus'
3-
s.version = '0.5.5'
3+
s.version = '0.6.0'
44
s.summary = 'The official iOS SDK of Sensors Focus.'
55
s.homepage = 'http://www.sensorsdata.cn'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
@@ -12,6 +12,7 @@ Pod::Spec.new do |s|
1212
s.cocoapods_version = '>= 1.5.0'
1313
s.ios.framework = 'UIKit', 'Foundation'
1414
s.dependency 'SensorsAnalyticsSDK', '>=4.2.0'
15+
s.dependency 'SensorsDiagnosis'
1516
s.pod_target_xcconfig = { 'PRODUCT_BUNDLE_IDENTIFIER': 'com.sensorsdata.SensorsFocus'}
1617

1718
base_dir = 'SensorsFocus/'

SensorsFocus/SensorsFocus.xcframework/Info.plist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,26 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64</string>
9+
<string>ios-arm64_armv7</string>
1010
<key>LibraryPath</key>
1111
<string>SensorsFocus.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15+
<string>armv7</string>
1516
</array>
1617
<key>SupportedPlatform</key>
1718
<string>ios</string>
1819
</dict>
1920
<dict>
2021
<key>LibraryIdentifier</key>
21-
<string>ios-arm64_x86_64-simulator</string>
22+
<string>ios-arm64_i386_x86_64-simulator</string>
2223
<key>LibraryPath</key>
2324
<string>SensorsFocus.framework</string>
2425
<key>SupportedArchitectures</key>
2526
<array>
2627
<string>arm64</string>
28+
<string>i386</string>
2729
<string>x86_64</string>
2830
</array>
2931
<key>SupportedPlatform</key>
Binary file not shown.
Binary file not shown.

SensorsFocus/SensorsFocus.xcframework/ios-arm64/SensorsFocus.framework/Headers/SFCampaign.h renamed to SensorsFocus/SensorsFocus.xcframework/ios-arm64_armv7/SensorsFocus.framework/Headers/SFCampaign.h

File renamed without changes.

SensorsFocus/SensorsFocus.xcframework/ios-arm64/SensorsFocus.framework/Headers/SFConfigOptions.h renamed to SensorsFocus/SensorsFocus.xcframework/ios-arm64_armv7/SensorsFocus.framework/Headers/SFConfigOptions.h

File renamed without changes.

SensorsFocus/SensorsFocus.xcframework/ios-arm64/SensorsFocus.framework/Headers/SFInteractionProtocol.h renamed to SensorsFocus/SensorsFocus.xcframework/ios-arm64_armv7/SensorsFocus.framework/Headers/SFInteractionProtocol.h

File renamed without changes.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#ifdef __OBJC__
2+
#import <UIKit/UIKit.h>
3+
#else
4+
#ifndef FOUNDATION_EXPORT
5+
#if defined(__cplusplus)
6+
#define FOUNDATION_EXPORT extern "C"
7+
#else
8+
#define FOUNDATION_EXPORT extern
9+
#endif
10+
#endif
11+
#endif
12+
13+
#import "SensorsFocus.h"
14+
#import "SensorsFocusActionModel.h"
15+
#import "SFCampaign.h"
16+
#import "SFConfigOptions.h"
17+
#import "SFInteractionProtocol.h"
18+
19+
FOUNDATION_EXPORT double SensorsFocusVersionNumber;
20+
FOUNDATION_EXPORT const unsigned char SensorsFocusVersionString[];
21+

SensorsFocus/SensorsFocus.xcframework/ios-arm64/SensorsFocus.framework/Headers/SensorsFocus.h renamed to SensorsFocus/SensorsFocus.xcframework/ios-arm64_armv7/SensorsFocus.framework/Headers/SensorsFocus.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ NS_ASSUME_NONNULL_BEGIN
5353
/// SDK Version
5454
+ (NSString *)SDKVersion;
5555

56+
57+
/// disable diagnostic info collection
58+
@property(class, nonatomic, assign) BOOL disableDiagnosticsCollection;
59+
5660
@end
5761

5862
NS_ASSUME_NONNULL_END

SensorsFocus/SensorsFocus.xcframework/ios-arm64/SensorsFocus.framework/Headers/SensorsFocusActionModel.h renamed to SensorsFocus/SensorsFocus.xcframework/ios-arm64_armv7/SensorsFocus.framework/Headers/SensorsFocusActionModel.h

File renamed without changes.

0 commit comments

Comments
 (0)