Skip to content

Commit 452c283

Browse files
陈玉国陈玉国
authored andcommitted
Release 0.5.4
1 parent 57de3cc commit 452c283

File tree

26 files changed

+17
-10
lines changed

26 files changed

+17
-10
lines changed

SensorsFocus.podspec

Lines changed: 1 addition & 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.3'
3+
s.version = '0.5.4'
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' }

SensorsFocus/SensorsFocus.xcframework/Info.plist

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_i386_x86_64-simulator</string>
9+
<string>ios-arm64_x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>SensorsFocus.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>i386</string>
1615
<string>x86_64</string>
1716
</array>
1817
<key>SupportedPlatform</key>
@@ -22,14 +21,12 @@
2221
</dict>
2322
<dict>
2423
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_armv7_armv7s</string>
24+
<string>ios-arm64</string>
2625
<key>LibraryPath</key>
2726
<string>SensorsFocus.framework</string>
2827
<key>SupportedArchitectures</key>
2928
<array>
3029
<string>arm64</string>
31-
<string>armv7</string>
32-
<string>armv7s</string>
3330
</array>
3431
<key>SupportedPlatform</key>
3532
<string>ios</string>

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

File renamed without changes.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ NS_ASSUME_NONNULL_BEGIN
4646
//default to YES, if set to NO, will not pre-download image
4747
@property (nonatomic, assign) BOOL preloadImage;
4848

49+
/// set placeholder image while image items in popup was downloading
50+
@property (nonatomic, strong, nullable) NSData *placeholderImage;
51+
52+
@property (nonatomic, copy, nullable) NSString *placeholderImageName;
53+
4954
@end
5055

5156
NS_ASSUME_NONNULL_END

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

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.
Binary file not shown.

SensorsFocus/SensorsFocus.xcframework/ios-arm64_armv7_armv7s/SensorsFocus.framework/Modules/module.modulemap renamed to SensorsFocus/SensorsFocus.xcframework/ios-arm64/SensorsFocus.framework/Modules/module.modulemap

File renamed without changes.
Binary file not shown.

0 commit comments

Comments
 (0)