Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
陈玉国 authored and 陈玉国 committed Dec 30, 2024
1 parent 0ec5375 commit 67f6523
Show file tree
Hide file tree
Showing 78 changed files with 102 additions and 78 deletions.
2 changes: 1 addition & 1 deletion SensorsFocus.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SensorsFocus'
s.version = '0.7.1'
s.version = '0.7.2'
s.summary = 'The official iOS SDK of Sensors Focus.'
s.homepage = 'http://www.sensorsdata.cn'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>SensorsFocus.framework/SensorsFocus</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SensorsFocus.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SensorsFocus.framework/SensorsFocus</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SensorsFocus.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</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
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ NS_ASSUME_NONNULL_BEGIN
/// access token for gateway
@property (nonatomic, copy) NSString *accessToken;

/// organization ID for gateway
/// organization ID for gateway, if enableHttpEncrypt, ordID should not be empty
@property (nonatomic, copy) NSString *orgID;

/// enable http encrypt
@property (nonatomic, assign) BOOL enableHttpEncrypt;

@end

NS_ASSUME_NONNULL_END
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ NS_ASSUME_NONNULL_BEGIN
/// access token for gateway
@property (nonatomic, copy) NSString *accessToken;

/// organization ID for gateway
/// organization ID for gateway, if enableHttpEncrypt, ordID should not be empty
@property (nonatomic, copy) NSString *orgID;

/// enable http encrypt
@property (nonatomic, assign) BOOL enableHttpEncrypt;

@end

NS_ASSUME_NONNULL_END
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Headers/SFConfigOptions+ID3.h</key>
<data>
3U+L8w9k6m+JpV1bUPgNejrRGkQ=
ffc1wG9ZiI4Pm9V2PD6bwKrSswM=
</data>
<key>Headers/SFConfigOptions.h</key>
<data>
Expand Down Expand Up @@ -46,15 +46,15 @@
</data>
<key>Info.plist</key>
<data>
CalJxpc4dd8dt2KslxxekdH5zh4=
wUjMo2/61QSaZPXyXsdtKCgvPx8=
</data>
<key>Modules/module.modulemap</key>
<data>
+5O13uiOuKp0lJSo9URWQ21t/UY=
</data>
<key>SensorsFocus.bundle/Info.plist</key>
<data>
QhBR39kIvdOlaWLnUdTfLnVICYA=
IT5lnMfuEnt3PovBTPx5eyohHIo=
</data>
<key>SensorsFocus.bundle/PrivacyInfo.xcprivacy</key>
<data>
Expand Down Expand Up @@ -97,11 +97,11 @@
<dict>
<key>hash</key>
<data>
3U+L8w9k6m+JpV1bUPgNejrRGkQ=
ffc1wG9ZiI4Pm9V2PD6bwKrSswM=
</data>
<key>hash2</key>
<data>
8NAVZTh4tniUV61m5CARVvbU/NzcCcrrM94mRkd7LO8=
V9GZAmPP2YdU4B2zy59P5zHyVOlzibtYATnfMythHWc=
</data>
</dict>
<key>Headers/SFConfigOptions.h</key>
Expand Down Expand Up @@ -196,11 +196,11 @@
<dict>
<key>hash</key>
<data>
QhBR39kIvdOlaWLnUdTfLnVICYA=
IT5lnMfuEnt3PovBTPx5eyohHIo=
</data>
<key>hash2</key>
<data>
wDuioLqzYYXVzARQ+OwjqCk4f6lvtgg7P290dUHLtVA=
44L2waFiOatZELSQV3kiWL8vnnhLozCkI6iFoqQkv80=
</data>
</dict>
<key>SensorsFocus.bundle/PrivacyInfo.xcprivacy</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ NS_ASSUME_NONNULL_BEGIN
/// access token for gateway
@property (nonatomic, copy) NSString *accessToken;

/// organization ID for gateway
/// organization ID for gateway, if enableHttpEncrypt, ordID should not be empty
@property (nonatomic, copy) NSString *orgID;

/// enable http encrypt
@property (nonatomic, assign) BOOL enableHttpEncrypt;

@end

NS_ASSUME_NONNULL_END
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ NS_ASSUME_NONNULL_BEGIN
/// access token for gateway
@property (nonatomic, copy) NSString *accessToken;

/// organization ID for gateway
/// organization ID for gateway, if enableHttpEncrypt, ordID should not be empty
@property (nonatomic, copy) NSString *orgID;

/// enable http encrypt
@property (nonatomic, assign) BOOL enableHttpEncrypt;

@end

NS_ASSUME_NONNULL_END
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Headers/SFConfigOptions+ID3.h</key>
<data>
3U+L8w9k6m+JpV1bUPgNejrRGkQ=
ffc1wG9ZiI4Pm9V2PD6bwKrSswM=
</data>
<key>Headers/SFConfigOptions.h</key>
<data>
Expand Down Expand Up @@ -42,15 +42,15 @@
</data>
<key>Info.plist</key>
<data>
CalJxpc4dd8dt2KslxxekdH5zh4=
wUjMo2/61QSaZPXyXsdtKCgvPx8=
</data>
<key>Modules/module.modulemap</key>
<data>
+5O13uiOuKp0lJSo9URWQ21t/UY=
</data>
<key>SensorsFocus.bundle/Info.plist</key>
<data>
QhBR39kIvdOlaWLnUdTfLnVICYA=
IT5lnMfuEnt3PovBTPx5eyohHIo=
</data>
<key>SensorsFocus.bundle/PrivacyInfo.xcprivacy</key>
<data>
Expand Down Expand Up @@ -93,11 +93,11 @@
<dict>
<key>hash</key>
<data>
3U+L8w9k6m+JpV1bUPgNejrRGkQ=
ffc1wG9ZiI4Pm9V2PD6bwKrSswM=
</data>
<key>hash2</key>
<data>
8NAVZTh4tniUV61m5CARVvbU/NzcCcrrM94mRkd7LO8=
V9GZAmPP2YdU4B2zy59P5zHyVOlzibtYATnfMythHWc=
</data>
</dict>
<key>Headers/SFConfigOptions.h</key>
Expand Down Expand Up @@ -181,11 +181,11 @@
<dict>
<key>hash</key>
<data>
QhBR39kIvdOlaWLnUdTfLnVICYA=
IT5lnMfuEnt3PovBTPx5eyohHIo=
</data>
<key>hash2</key>
<data>
wDuioLqzYYXVzARQ+OwjqCk4f6lvtgg7P290dUHLtVA=
44L2waFiOatZELSQV3kiWL8vnnhLozCkI6iFoqQkv80=
</data>
</dict>
<key>SensorsFocus.bundle/PrivacyInfo.xcprivacy</key>
Expand Down
10 changes: 5 additions & 5 deletions SensorsFocus/Dynamic/SensorsFocus.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>SensorsFocus.framework/SensorsFocus</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SensorsFocus.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SensorsFocus.framework/SensorsFocus</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SensorsFocus.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
</data>
<key>Info.plist</key>
<data>
CalJxpc4dd8dt2KslxxekdH5zh4=
wUjMo2/61QSaZPXyXsdtKCgvPx8=
</data>
<key>Modules/module.modulemap</key>
<data>
+5O13uiOuKp0lJSo9URWQ21t/UY=
</data>
<key>SensorsFocus.bundle/Info.plist</key>
<data>
QhBR39kIvdOlaWLnUdTfLnVICYA=
IT5lnMfuEnt3PovBTPx5eyohHIo=
</data>
<key>SensorsFocus.bundle/PrivacyInfo.xcprivacy</key>
<data>
Expand Down Expand Up @@ -166,11 +166,11 @@
<dict>
<key>hash</key>
<data>
QhBR39kIvdOlaWLnUdTfLnVICYA=
IT5lnMfuEnt3PovBTPx5eyohHIo=
</data>
<key>hash2</key>
<data>
wDuioLqzYYXVzARQ+OwjqCk4f6lvtgg7P290dUHLtVA=
44L2waFiOatZELSQV3kiWL8vnnhLozCkI6iFoqQkv80=
</data>
</dict>
<key>SensorsFocus.bundle/PrivacyInfo.xcprivacy</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>SensorsFocus.framework/SensorsFocus</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SensorsFocus.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SensorsFocus.framework/SensorsFocus</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SensorsFocus.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
</data>
<key>Info.plist</key>
<data>
CalJxpc4dd8dt2KslxxekdH5zh4=
wUjMo2/61QSaZPXyXsdtKCgvPx8=
</data>
<key>Modules/module.modulemap</key>
<data>
+5O13uiOuKp0lJSo9URWQ21t/UY=
</data>
<key>SensorsFocus.bundle/Info.plist</key>
<data>
QhBR39kIvdOlaWLnUdTfLnVICYA=
IT5lnMfuEnt3PovBTPx5eyohHIo=
</data>
<key>SensorsFocus.bundle/PrivacyInfo.xcprivacy</key>
<data>
Expand Down Expand Up @@ -181,11 +181,11 @@
<dict>
<key>hash</key>
<data>
QhBR39kIvdOlaWLnUdTfLnVICYA=
IT5lnMfuEnt3PovBTPx5eyohHIo=
</data>
<key>hash2</key>
<data>
wDuioLqzYYXVzARQ+OwjqCk4f6lvtgg7P290dUHLtVA=
44L2waFiOatZELSQV3kiWL8vnnhLozCkI6iFoqQkv80=
</data>
</dict>
<key>SensorsFocus.bundle/PrivacyInfo.xcprivacy</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>SensorsFocus.framework/SensorsFocus</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SensorsFocus.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SensorsFocus.framework/SensorsFocus</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SensorsFocus.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</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
Loading

0 comments on commit 67f6523

Please sign in to comment.