Skip to content

Commit

Permalink
upgrade aliyun ios SDK to v1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Nov 3, 2019
1 parent 7de5a40 commit 57bc05d
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 8 deletions.
45 changes: 45 additions & 0 deletions ios/libs/AlicloudUtils.framework/Headers/EMASBeaconService.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
//
// EMASBeaconService.h
// AlicloudBeacon
//
// Created by junmo on 2017/7/6.
// Copyright © 2017年 junmo. All rights reserved.
//

#ifndef EMASBeaconService_h
#define EMASBeaconService_h

@interface EMASBeaconConfiguration : NSObject

- (instancetype)initWithData:(NSData *)data;
- (id)getConfigureItemByKey:(NSString *)key;

@end

typedef void (^AlicloudBeaconCallbackHandler)(BOOL res, NSError *error);

@interface EMASBeaconService : NSObject

- (instancetype)initWithAppKey:(NSString *)appKey
appSecret:(NSString *)appSecret
SDKVersion:(NSString *)SDKVersion
SDKID:(NSString *)SDKID;

- (instancetype)initWithAppKey:(NSString *)appKey
appSecret:(NSString *)appSecret
SDKVersion:(NSString *)SDKVersion
SDKID:(NSString *)SDKID
extension:(NSDictionary *)extension;

- (void)enableLog:(BOOL)enabled;
- (BOOL)isLogEnabled;

//- (void)getBeaconConfigByKey:(NSString *)key
// completionHandler:(void(^)(EMASBeaconConfiguration *configuration, NSError *error))completionHandler;

- (void)getBeaconConfigStringByKey:(NSString *)key
completionHandler:(void(^)(NSString *result, NSError *error))completionHandler;

@end

#endif /* EMASBeaconService_h */
52 changes: 52 additions & 0 deletions ios/libs/UTDID.framework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>17A405</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>UTDID</string>
<key>CFBundleIdentifier</key>
<string>Taobao.UTDID</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>UTDID</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0.17-SNAPSHOT</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>15A372</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTPlatformVersion</key>
<string>11.0</string>
<key>DTSDKBuild</key>
<string>15A372</string>
<key>DTSDKName</key>
<string>iphoneos11.0</string>
<key>DTXcode</key>
<string>0900</string>
<key>DTXcodeBuild</key>
<string>9A235</string>
<key>MinimumOSVersion</key>
<string>4.3</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/libs/UTMini.framework/Headers/UT.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
* pageEnter来处理,funcType=2101,则调用ctrlClicked处理
*
*/
+(void) h5UT:(NSDictionary *) dataDict view:(UIWebView *) pView viewController:(UIViewController *) pViewController;
+(void) h5UT:(NSDictionary *) dataDict view:(UIView *) pView viewController:(UIViewController *) pViewController;

@end
24 changes: 24 additions & 0 deletions ios/libs/UTMini.framework/Headers/UTTeamWork.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
//
// UTTeamWork.h
// UTMini
//
// Created by ljianfeng on 2019/9/29.
// Copyright © 2019 alibaba. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface UTTeamWork : NSObject
/**
* @brief 自定义https上传域名
*
* @param url 指定的https上传域名,比如以https://开头
*
* @warning 调用说明:需要在初始化UT之前调用(setAppkey之前)
*/
+ (void)setHttpsUploadUrl:(NSString *)url;
@end

NS_ASSUME_NONNULL_END
14 changes: 7 additions & 7 deletions ios/libs/UTMini.framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>17A405</string>
<string>17G65</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand All @@ -29,19 +29,19 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>15A372</string>
<string>16B91</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTPlatformVersion</key>
<string>11.0</string>
<string>12.1</string>
<key>DTSDKBuild</key>
<string>15A372</string>
<string>16B91</string>
<key>DTSDKName</key>
<string>iphoneos11.0</string>
<string>iphoneos12.1</string>
<key>DTXcode</key>
<string>0900</string>
<string>1010</string>
<key>DTXcodeBuild</key>
<string>9A235</string>
<string>10B61</string>
<key>MinimumOSVersion</key>
<string>5.0</string>
<key>UIDeviceFamily</key>
Expand Down
Binary file modified ios/libs/UTMini.framework/UTMini
Binary file not shown.

0 comments on commit 57bc05d

Please sign in to comment.