Browse Source

更新IPUMobileFunc.framework

liuql6 4 years ago
parent
commit
4c0f662bab

+ 6 - 0
IPUCommon/IPUMobile.framework/Headers/IPUNetWork.h

@ -8,8 +8,14 @@
8 8
9 9
#import <Foundation/Foundation.h>
10 10
11
typedef void(^IPUFileDownloadCompletin)(BOOL success, NSError *error);
12
11 13
@interface IPUNetWork : NSObject
12 14
15
+ (void)asyncDownloadFile:(NSString *)fileUrl
16
                     path:(NSString *)filePath
17
               completion:(IPUFileDownloadCompletin)completion;
18
13 19
+ (void)downloadFile:(NSString *)fileUrl
14 20
                path:(NSString *)filePath
15 21
               error:(NSError **)downloadError;

BIN
IPUCommon/IPUMobile.framework/IPUMobile


BIN
IPUCommon/IPUMobile.framework/Info.plist


+ 8 - 2
IPUCommon/IPUMobileFunc.framework/Headers/IPUAuthenticationPlugin.h

@ -25,6 +25,12 @@
25 25
- (void)fingerprintAuthentication:(NSArray *)params;
26 26
27 27
#pragma mark - GestureAuthentication
28
/**
29
 设置手势锁颜色:常规颜色、选中颜色、错误颜色
30
 
31
 @param params <#params description#>
32
 */
33
-(void)styleGestureLock:(NSArray *)params;
28 34
29 35
/**
30 36
 设置手势锁
@ -41,7 +47,7 @@
41 47
- (void)validateGestureLock:(NSArray *)params;
42 48
43 49
/**
44
 验证手势密码
50
 修改手势密码
45 51
46 52
 @param params <#params description#>
47 53
 */
@ -57,6 +63,6 @@
57 63
/*
58 64
 判断是否设置原生手势锁
59 65
 */
60
- (void)isSetGestureLock:(NSArray *)params;
66
-(void)isSetGestureLock:(NSArray *)params;
61 67
62 68
@end

+ 0 - 1
IPUCommon/IPUMobileFunc.framework/Headers/IPUMobileFunc.h

@ -36,7 +36,6 @@ FOUNDATION_EXPORT const unsigned char IPUMobileFuncVersionString[];
36 36
#import <IPUMobileFunc/IPUCustomCameraPlugin.h>
37 37
#import <IPUMobileFunc/IPUUploadDownloadPlugin.h>
38 38
#import <IPUMobileFunc/IPUAuthenticationPlugin.h>
39
#import <IPUMobileFunc/IPUResourceVersionPlugin.h>
40 39
#import <IPUMobileFunc/IPUVideoRecordPlugin.h>
41 40
#import <IPUMobileFunc/IPUVerifyCodePlugin.h>
42 41
#import <IPUMobileFunc/IPUServiceChangePlugin.h>

+ 17 - 0
IPUCommon/IPUMobileFunc.framework/Headers/IPUSystemPermissionPlugin.h

@ -0,0 +1,17 @@
1
//
2
//  IPUSystemPermissionPlugin.h
3
//  IPUMobileFunc
4
//
5
//  Created by 秋林 on 2019/1/18.
6
//  Copyright © 2019 Asiainfo. All rights reserved.
7
//
8
9
#import <IPUMobile/IPUMobile.h>
10
11
NS_ASSUME_NONNULL_BEGIN
12
13
@interface IPUSystemPermissionPlugin : IPUPlugin
14
15
@end
16
17
NS_ASSUME_NONNULL_END

BIN
IPUCommon/IPUMobileFunc.framework/IPUMobileFunc


BIN
IPUCommon/IPUMobileFunc.framework/Info.plist


BIN
IPUCommon/IPUMobileUI.framework/IPUMobileUI


BIN
IPUCommon/IPUMobileUI.framework/Info.plist


+ 0 - 8
IPUMobileFunc/IPUMobileFunc.xcodeproj/project.pbxproj

@ -34,8 +34,6 @@
34 34
		B26A208623CC609800844692 /* IPUImageCompress.m in Sources */ = {isa = PBXBuildFile; fileRef = B26A208423CC609800844692 /* IPUImageCompress.m */; };
35 35
		B26A20A023CD9E0200844692 /* UIImage+IPUCompress.h in Headers */ = {isa = PBXBuildFile; fileRef = B26A209E23CD9E0200844692 /* UIImage+IPUCompress.h */; settings = {ATTRIBUTES = (Public, ); }; };
36 36
		B26A20A123CD9E0200844692 /* UIImage+IPUCompress.m in Sources */ = {isa = PBXBuildFile; fileRef = B26A209F23CD9E0200844692 /* UIImage+IPUCompress.m */; };
37
		B26B106C23C81C58007B13FA /* IPUDatePlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = B26B106A23C81C58007B13FA /* IPUDatePlugin.h */; settings = {ATTRIBUTES = (Public, ); }; };
38
		B26B106D23C81C58007B13FA /* IPUDatePlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = B26B106B23C81C58007B13FA /* IPUDatePlugin.m */; };
39 37
		B271C33922ADE4AC0030F3C9 /* IPUUploadDownloadUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B271C33722ADE4AB0030F3C9 /* IPUUploadDownloadUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
40 38
		B271C33A22ADE4AC0030F3C9 /* IPUUploadDownloadUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = B271C33822ADE4AB0030F3C9 /* IPUUploadDownloadUtil.m */; };
41 39
		B273BFDE2468F0C800A96CEE /* IPUVerifyCodePlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = B273BFDC2468F0C800A96CEE /* IPUVerifyCodePlugin.h */; settings = {ATTRIBUTES = (Public, ); }; };
@ -135,8 +133,6 @@
135 133
		B26A208423CC609800844692 /* IPUImageCompress.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPUImageCompress.m; sourceTree = "<group>"; };
136 134
		B26A209E23CD9E0200844692 /* UIImage+IPUCompress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIImage+IPUCompress.h"; sourceTree = "<group>"; };
137 135
		B26A209F23CD9E0200844692 /* UIImage+IPUCompress.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIImage+IPUCompress.m"; sourceTree = "<group>"; };
138
		B26B106A23C81C58007B13FA /* IPUDatePlugin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPUDatePlugin.h; sourceTree = "<group>"; };
139
		B26B106B23C81C58007B13FA /* IPUDatePlugin.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPUDatePlugin.m; sourceTree = "<group>"; };
140 136
		B271C33722ADE4AB0030F3C9 /* IPUUploadDownloadUtil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPUUploadDownloadUtil.h; sourceTree = "<group>"; };
141 137
		B271C33822ADE4AB0030F3C9 /* IPUUploadDownloadUtil.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPUUploadDownloadUtil.m; sourceTree = "<group>"; };
142 138
		B273BFDC2468F0C800A96CEE /* IPUVerifyCodePlugin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPUVerifyCodePlugin.h; sourceTree = "<group>"; };
@ -305,8 +301,6 @@
305 301
				B2EB0F1423A7287D00EBB34D /* IPUSocialPlugin.m */,
306 302
				B2D5191B23B5ADE1008086A7 /* IPUBMapPlugin.h */,
307 303
				B2D5191C23B5ADE1008086A7 /* IPUBMapPlugin.m */,
308
				B26B106A23C81C58007B13FA /* IPUDatePlugin.h */,
309
				B26B106B23C81C58007B13FA /* IPUDatePlugin.m */,
310 304
				045994CF24247BBF0002F4A3 /* IPUScreenCapture.h */,
311 305
				045994D024247BBF0002F4A3 /* IPUScreenCapture.m */,
312 306
				B273BFDC2468F0C800A96CEE /* IPUVerifyCodePlugin.h */,
@ -411,7 +405,6 @@
411 405
				B28E56BE21F1BB2C00422D15 /* IPUNetworkPlugin.h in Headers */,
412 406
				B2EB0F1F23A7287E00EBB34D /* IPUQRCodePlugin.h in Headers */,
413 407
				B28E56A221F1B0C900422D15 /* IPUDatabasePlugin.h in Headers */,
414
				B26B106C23C81C58007B13FA /* IPUDatePlugin.h in Headers */,
415 408
				B28E56D221F1C39700422D15 /* IPUSystemPermissionPlugin.h in Headers */,
416 409
				B28E56B621F1B92A00422D15 /* IPUFilePlugin.h in Headers */,
417 410
				B28E56A621F1B24F00422D15 /* IPUContactsPlugin.h in Headers */,
@ -504,7 +497,6 @@
504 497
			buildActionMask = 2147483647;
505 498
			files = (
506 499
				B281A33922CC83C600D69B25 /* IPUDatabasePlugin.m in Sources */,
507
				B26B106D23C81C58007B13FA /* IPUDatePlugin.m in Sources */,
508 500
				B2464E8922CF2C4E002A159E /* IPUNetworkUtil.m in Sources */,
509 501
				B28E569B21F1AE0600422D15 /* IPUImageCachePlugin.m in Sources */,
510 502
				B281A33822CC815E00D69B25 /* IPUUploadDownloadPlugin.m in Sources */,

+ 0 - 1
IPUMobileFunc/IPUMobileFunc/IPUMobileFunc.h

@ -36,7 +36,6 @@ FOUNDATION_EXPORT const unsigned char IPUMobileFuncVersionString[];
36 36
#import <IPUMobileFunc/IPUCustomCameraPlugin.h>
37 37
#import <IPUMobileFunc/IPUUploadDownloadPlugin.h>
38 38
#import <IPUMobileFunc/IPUAuthenticationPlugin.h>
39
#import <IPUMobileFunc/IPUResourceVersionPlugin.h>
40 39
#import <IPUMobileFunc/IPUVideoRecordPlugin.h>
41 40
#import <IPUMobileFunc/IPUVerifyCodePlugin.h>
42 41
#import <IPUMobileFunc/IPUServiceChangePlugin.h>

+ 0 - 157
display-center/display-center.xcodeproj/project.pbxproj

@ -136,55 +136,6 @@
136 136
/* End PBXBuildFile section */
137 137
138 138
/* Begin PBXContainerItemProxy section */
139
		044B46472679EBB500D54426 /* PBXContainerItemProxy */ = {
140
			isa = PBXContainerItemProxy;
141
			containerPortal = 044B463C2679EBB500D54426 /* IPUMobileUI.xcodeproj */;
142
			proxyType = 2;
143
			remoteGlobalIDString = B2EE437621EF1062004EE6A9;
144
			remoteInfo = IPUMobileUI;
145
		};
146
		044B46492679EBB500D54426 /* PBXContainerItemProxy */ = {
147
			isa = PBXContainerItemProxy;
148
			containerPortal = 044B463C2679EBB500D54426 /* IPUMobileUI.xcodeproj */;
149
			proxyType = 2;
150
			remoteGlobalIDString = B281A35E22CD9CEB00D69B25;
151
			remoteInfo = IPUMobileUIResource;
152
		};
153
		044B468F2679EE2B00D54426 /* PBXContainerItemProxy */ = {
154
			isa = PBXContainerItemProxy;
155
			containerPortal = 044B468B2679EE2B00D54426 /* IpuLib.xcodeproj */;
156
			proxyType = 2;
157
			remoteGlobalIDString = B2445B5D21F0AD8F007AB82E;
158
			remoteInfo = IPULib;
159
		};
160
		044B46992679F19900D54426 /* PBXContainerItemProxy */ = {
161
			isa = PBXContainerItemProxy;
162
			containerPortal = 044B46952679F19900D54426 /* IPUMobileFunc.xcodeproj */;
163
			proxyType = 2;
164
			remoteGlobalIDString = B256EE2221F079F10096C446;
165
			remoteInfo = IPUMobileFunc;
166
		};
167
		044ECC49267897750058E619 /* PBXContainerItemProxy */ = {
168
			isa = PBXContainerItemProxy;
169
			containerPortal = 044ECC43267897750058E619 /* IPUMobile.xcodeproj */;
170
			proxyType = 2;
171
			remoteGlobalIDString = B24C203B218BDADB00373B7C;
172
			remoteInfo = IPUMobile;
173
		};
174
		044ECC4B267897750058E619 /* PBXContainerItemProxy */ = {
175
			isa = PBXContainerItemProxy;
176
			containerPortal = 044ECC43267897750058E619 /* IPUMobile.xcodeproj */;
177
			proxyType = 2;
178
			remoteGlobalIDString = B24C2044218BDADC00373B7C;
179
			remoteInfo = IPUMobileTests;
180
		};
181
		044ECC4D267897750058E619 /* PBXContainerItemProxy */ = {
182
			isa = PBXContainerItemProxy;
183
			containerPortal = 044ECC43267897750058E619 /* IPUMobile.xcodeproj */;
184
			proxyType = 2;
185
			remoteGlobalIDString = B2EE434821EF05C9004EE6A9;
186
			remoteInfo = IPUMobileResource;
187
		};
188 139
		B20C6CB32296334800AECAA6 /* PBXContainerItemProxy */ = {
189 140
			isa = PBXContainerItemProxy;
190 141
			containerPortal = B20C6CA82296334800AECAA6 /* React.xcodeproj */;
@ -500,10 +451,6 @@
500 451
/* End PBXCopyFilesBuildPhase section */
501 452
502 453
/* Begin PBXFileReference section */
503
		044B463C2679EBB500D54426 /* IPUMobileUI.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = IPUMobileUI.xcodeproj; path = ../../ios/IPUMobileUI/IPUMobileUI.xcodeproj; sourceTree = "<group>"; };
504
		044B468B2679EE2B00D54426 /* IpuLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = IpuLib.xcodeproj; path = ../IpuLib/IpuLib.xcodeproj; sourceTree = "<group>"; };
505
		044B46952679F19900D54426 /* IPUMobileFunc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = IPUMobileFunc.xcodeproj; path = ../IPUMobileFunc/IPUMobileFunc.xcodeproj; sourceTree = "<group>"; };
506
		044ECC43267897750058E619 /* IPUMobile.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = IPUMobile.xcodeproj; path = ../../ios/IPUMobile/IPUMobile.xcodeproj; sourceTree = "<group>"; };
507 454
		A71ACCEC242B3D5A000B0B14 /* IPUFaceCheckPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IPUFaceCheckPlugin.m; sourceTree = "<group>"; };
508 455
		A71ACD15242B3D5C000B0B14 /* IPUFaceCheckPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IPUFaceCheckPlugin.h; sourceTree = "<group>"; };
509 456
		A72371392541625100160E1D /* PTAFNetworking.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PTAFNetworking.framework; path = ../IPUCommon/PTAFNetworking.framework; sourceTree = "<group>"; };
@ -706,41 +653,6 @@
706 653
/* End PBXFrameworksBuildPhase section */
707 654
708 655
/* Begin PBXGroup section */
709
		044B463D2679EBB500D54426 /* Products */ = {
710
			isa = PBXGroup;
711
			children = (
712
				044B46482679EBB500D54426 /* IPUMobileUI.framework */,
713
				044B464A2679EBB500D54426 /* IPUMobileUIResource.bundle */,
714
			);
715
			name = Products;
716
			sourceTree = "<group>";
717
		};
718
		044B468C2679EE2B00D54426 /* Products */ = {
719
			isa = PBXGroup;
720
			children = (
721
				044B46902679EE2B00D54426 /* IPULib.framework */,
722
			);
723
			name = Products;
724
			sourceTree = "<group>";
725
		};
726
		044B46962679F19900D54426 /* Products */ = {
727
			isa = PBXGroup;
728
			children = (
729
				044B469A2679F19900D54426 /* IPUMobileFunc.framework */,
730
			);
731
			name = Products;
732
			sourceTree = "<group>";
733
		};
734
		044ECC44267897750058E619 /* Products */ = {
735
			isa = PBXGroup;
736
			children = (
737
				044ECC4A267897750058E619 /* IPUMobile.framework */,
738
				044ECC4C267897750058E619 /* IPUMobileTests.xctest */,
739
				044ECC4E267897750058E619 /* IPUMobileResource.bundle */,
740
			);
741
			name = Products;
742
			sourceTree = "<group>";
743
		};
744 656
		0460E86120AA9C1300CCFDA4 /* Frameworks */ = {
745 657
			isa = PBXGroup;
746 658
			children = (
@ -1006,10 +918,6 @@
1006 918
		EA8712331ECD8B580045E19A = {
1007 919
			isa = PBXGroup;
1008 920
			children = (
1009
				044B46952679F19900D54426 /* IPUMobileFunc.xcodeproj */,
1010
				044B468B2679EE2B00D54426 /* IpuLib.xcodeproj */,
1011
				044B463C2679EBB500D54426 /* IPUMobileUI.xcodeproj */,
1012
				044ECC43267897750058E619 /* IPUMobile.xcodeproj */,
1013 921
				B20C89C02397CC1300471783 /* ShareResources */,
1014 922
				B2D2F61A21FE9B1A00E4D83A /* Resources */,
1015 923
				B2984F3C213672570084C507 /* ReactNativeLibs */,
@ -1140,22 +1048,6 @@
1140 1048
					ProjectRef = B20C6CE62296367200AECAA6 /* ART.xcodeproj */;
1141 1049
				},
1142 1050
				{
1143
					ProductGroup = 044B468C2679EE2B00D54426 /* Products */;
1144
					ProjectRef = 044B468B2679EE2B00D54426 /* IpuLib.xcodeproj */;
1145
				},
1146
				{
1147
					ProductGroup = 044ECC44267897750058E619 /* Products */;
1148
					ProjectRef = 044ECC43267897750058E619 /* IPUMobile.xcodeproj */;
1149
				},
1150
				{
1151
					ProductGroup = 044B46962679F19900D54426 /* Products */;
1152
					ProjectRef = 044B46952679F19900D54426 /* IPUMobileFunc.xcodeproj */;
1153
				},
1154
				{
1155
					ProductGroup = 044B463D2679EBB500D54426 /* Products */;
1156
					ProjectRef = 044B463C2679EBB500D54426 /* IPUMobileUI.xcodeproj */;
1157
				},
1158
				{
1159 1051
					ProductGroup = B20C6CF3229636E400AECAA6 /* Products */;
1160 1052
					ProjectRef = B20C6CF2229636E400AECAA6 /* RCTAnimation.xcodeproj */;
1161 1053
				},
@ -1216,55 +1108,6 @@
1216 1108
/* End PBXProject section */
1217 1109
1218 1110
/* Begin PBXReferenceProxy section */
1219
		044B46482679EBB500D54426 /* IPUMobileUI.framework */ = {
1220
			isa = PBXReferenceProxy;
1221
			fileType = wrapper.framework;
1222
			path = IPUMobileUI.framework;
1223
			remoteRef = 044B46472679EBB500D54426 /* PBXContainerItemProxy */;
1224
			sourceTree = BUILT_PRODUCTS_DIR;
1225
		};
1226
		044B464A2679EBB500D54426 /* IPUMobileUIResource.bundle */ = {
1227
			isa = PBXReferenceProxy;
1228
			fileType = wrapper.cfbundle;
1229
			path = IPUMobileUIResource.bundle;
1230
			remoteRef = 044B46492679EBB500D54426 /* PBXContainerItemProxy */;
1231
			sourceTree = BUILT_PRODUCTS_DIR;
1232
		};
1233
		044B46902679EE2B00D54426 /* IPULib.framework */ = {
1234
			isa = PBXReferenceProxy;
1235
			fileType = wrapper.framework;
1236
			path = IPULib.framework;
1237
			remoteRef = 044B468F2679EE2B00D54426 /* PBXContainerItemProxy */;
1238
			sourceTree = BUILT_PRODUCTS_DIR;
1239
		};
1240
		044B469A2679F19900D54426 /* IPUMobileFunc.framework */ = {
1241
			isa = PBXReferenceProxy;
1242
			fileType = wrapper.framework;
1243
			path = IPUMobileFunc.framework;
1244
			remoteRef = 044B46992679F19900D54426 /* PBXContainerItemProxy */;
1245
			sourceTree = BUILT_PRODUCTS_DIR;
1246
		};
1247
		044ECC4A267897750058E619 /* IPUMobile.framework */ = {
1248
			isa = PBXReferenceProxy;
1249
			fileType = wrapper.framework;
1250
			path = IPUMobile.framework;
1251
			remoteRef = 044ECC49267897750058E619 /* PBXContainerItemProxy */;
1252
			sourceTree = BUILT_PRODUCTS_DIR;
1253
		};
1254
		044ECC4C267897750058E619 /* IPUMobileTests.xctest */ = {
1255
			isa = PBXReferenceProxy;
1256
			fileType = wrapper.cfbundle;
1257
			path = IPUMobileTests.xctest;
1258
			remoteRef = 044ECC4B267897750058E619 /* PBXContainerItemProxy */;
1259
			sourceTree = BUILT_PRODUCTS_DIR;
1260
		};
1261
		044ECC4E267897750058E619 /* IPUMobileResource.bundle */ = {
1262
			isa = PBXReferenceProxy;
1263
			fileType = wrapper.cfbundle;
1264
			path = IPUMobileResource.bundle;
1265
			remoteRef = 044ECC4D267897750058E619 /* PBXContainerItemProxy */;
1266
			sourceTree = BUILT_PRODUCTS_DIR;
1267
		};
1268 1111
		B20C6CB42296334800AECAA6 /* libReact.a */ = {
1269 1112
			isa = PBXReferenceProxy;
1270 1113
			fileType = archive.ar;

BIN
display-center/display-center.xcworkspace/xcuserdata/benny.xcuserdatad/UserInterfaceState.xcuserstate