Skip to content

Commit 57bc05d

Browse files
author
Wonday
committed
upgrade aliyun ios SDK to v1.9.9
1 parent 7de5a40 commit 57bc05d

File tree

6 files changed

+129
-8
lines changed

6 files changed

+129
-8
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
//
2+
// EMASBeaconService.h
3+
// AlicloudBeacon
4+
//
5+
// Created by junmo on 2017/7/6.
6+
// Copyright © 2017年 junmo. All rights reserved.
7+
//
8+
9+
#ifndef EMASBeaconService_h
10+
#define EMASBeaconService_h
11+
12+
@interface EMASBeaconConfiguration : NSObject
13+
14+
- (instancetype)initWithData:(NSData *)data;
15+
- (id)getConfigureItemByKey:(NSString *)key;
16+
17+
@end
18+
19+
typedef void (^AlicloudBeaconCallbackHandler)(BOOL res, NSError *error);
20+
21+
@interface EMASBeaconService : NSObject
22+
23+
- (instancetype)initWithAppKey:(NSString *)appKey
24+
appSecret:(NSString *)appSecret
25+
SDKVersion:(NSString *)SDKVersion
26+
SDKID:(NSString *)SDKID;
27+
28+
- (instancetype)initWithAppKey:(NSString *)appKey
29+
appSecret:(NSString *)appSecret
30+
SDKVersion:(NSString *)SDKVersion
31+
SDKID:(NSString *)SDKID
32+
extension:(NSDictionary *)extension;
33+
34+
- (void)enableLog:(BOOL)enabled;
35+
- (BOOL)isLogEnabled;
36+
37+
//- (void)getBeaconConfigByKey:(NSString *)key
38+
// completionHandler:(void(^)(EMASBeaconConfiguration *configuration, NSError *error))completionHandler;
39+
40+
- (void)getBeaconConfigStringByKey:(NSString *)key
41+
completionHandler:(void(^)(NSString *result, NSError *error))completionHandler;
42+
43+
@end
44+
45+
#endif /* EMASBeaconService_h */
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>BuildMachineOSBuild</key>
6+
<string>17A405</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>English</string>
9+
<key>CFBundleExecutable</key>
10+
<string>UTDID</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>Taobao.UTDID</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>UTDID</string>
17+
<key>CFBundlePackageType</key>
18+
<string>FMWK</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>1.1.0.17-SNAPSHOT</string>
21+
<key>CFBundleSignature</key>
22+
<string>????</string>
23+
<key>CFBundleSupportedPlatforms</key>
24+
<array>
25+
<string>iPhoneOS</string>
26+
</array>
27+
<key>CFBundleVersion</key>
28+
<string>1</string>
29+
<key>DTCompiler</key>
30+
<string>com.apple.compilers.llvm.clang.1_0</string>
31+
<key>DTPlatformBuild</key>
32+
<string>15A372</string>
33+
<key>DTPlatformName</key>
34+
<string>iphoneos</string>
35+
<key>DTPlatformVersion</key>
36+
<string>11.0</string>
37+
<key>DTSDKBuild</key>
38+
<string>15A372</string>
39+
<key>DTSDKName</key>
40+
<string>iphoneos11.0</string>
41+
<key>DTXcode</key>
42+
<string>0900</string>
43+
<key>DTXcodeBuild</key>
44+
<string>9A235</string>
45+
<key>MinimumOSVersion</key>
46+
<string>4.3</string>
47+
<key>UIDeviceFamily</key>
48+
<array>
49+
<integer>1</integer>
50+
</array>
51+
</dict>
52+
</plist>

ios/libs/UTMini.framework/Headers/UT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
* pageEnter来处理,funcType=2101,则调用ctrlClicked处理
2525
*
2626
*/
27-
+(void) h5UT:(NSDictionary *) dataDict view:(UIWebView *) pView viewController:(UIViewController *) pViewController;
27+
+(void) h5UT:(NSDictionary *) dataDict view:(UIView *) pView viewController:(UIViewController *) pViewController;
2828

2929
@end
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
//
2+
// UTTeamWork.h
3+
// UTMini
4+
//
5+
// Created by ljianfeng on 2019/9/29.
6+
// Copyright © 2019 alibaba. All rights reserved.
7+
//
8+
9+
#import <Foundation/Foundation.h>
10+
11+
NS_ASSUME_NONNULL_BEGIN
12+
13+
@interface UTTeamWork : NSObject
14+
/**
15+
* @brief 自定义https上传域名
16+
*
17+
* @param url 指定的https上传域名,比如以https://开头
18+
*
19+
* @warning 调用说明:需要在初始化UT之前调用(setAppkey之前)
20+
*/
21+
+ (void)setHttpsUploadUrl:(NSString *)url;
22+
@end
23+
24+
NS_ASSUME_NONNULL_END

ios/libs/UTMini.framework/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>17A405</string>
6+
<string>17G65</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>English</string>
99
<key>CFBundleExecutable</key>
@@ -29,19 +29,19 @@
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
32-
<string>15A372</string>
32+
<string>16B91</string>
3333
<key>DTPlatformName</key>
3434
<string>iphoneos</string>
3535
<key>DTPlatformVersion</key>
36-
<string>11.0</string>
36+
<string>12.1</string>
3737
<key>DTSDKBuild</key>
38-
<string>15A372</string>
38+
<string>16B91</string>
3939
<key>DTSDKName</key>
40-
<string>iphoneos11.0</string>
40+
<string>iphoneos12.1</string>
4141
<key>DTXcode</key>
42-
<string>0900</string>
42+
<string>1010</string>
4343
<key>DTXcodeBuild</key>
44-
<string>9A235</string>
44+
<string>10B61</string>
4545
<key>MinimumOSVersion</key>
4646
<string>5.0</string>
4747
<key>UIDeviceFamily</key>

ios/libs/UTMini.framework/UTMini

3.69 MB
Binary file not shown.

0 commit comments

Comments
 (0)