Browse Source

1、删除mobile-action中配置的framework参数
2、超级客户端mobile-action增加openBrowser插件

liuql6 6 years ago
parent
commit
4fc971edfd
33 changed files with 199 additions and 511 deletions
  1. 0 2
      IpuCommon/Frameworks/WadeMobile.framework/Headers/WDActionConfig.h
  2. BIN
      IpuCommon/Frameworks/WadeMobile.framework/Info.plist
  3. BIN
      IpuCommon/Frameworks/WadeMobile.framework/WadeMobile
  4. 1 0
      SuperMenu/Res/config/mobile-action.xml
  5. 3 3
      SuperMenu/Res/config/mobile-config.xml
  6. 0 124
      SuperMenu/SuperMenu.xcodeproj/project.pbxproj
  7. 1 1
      SuperMenu/SuperMenu.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  8. BIN
      SuperMenu/SuperMenu.xcworkspace/xcuserdata/benny.xcuserdatad/UserInterfaceState.xcuserstate
  9. 1 1
      SuperMenu/SuperMenu/Info.plist
  10. BIN
      WadeMobileFunc/WadeMobileFunc.xcodeproj/project.xcworkspace/xcuserdata/benny.xcuserdatad/UserInterfaceState.xcuserstate
  11. 3 3
      WadeMobileFunc/WadeMobileFunc.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  12. 1 1
      display-center/ReactNative/node_modules/react-native-camera/ios/RNCamera.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  13. 2 2
      display-center/ReactNative/node_modules/react-native/Libraries/ART/ART.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  14. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  15. 2 2
      display-center/ReactNative/node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  16. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/CameraRoll/RCTCameraRoll.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  17. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  18. 2 2
      display-center/ReactNative/node_modules/react-native/Libraries/Image/RCTImage.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  19. 2 2
      display-center/ReactNative/node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  20. 2 2
      display-center/ReactNative/node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  21. 2 2
      display-center/ReactNative/node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  22. 2 2
      display-center/ReactNative/node_modules/react-native/Libraries/PushNotificationIOS/RCTPushNotification.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  23. 2 2
      display-center/ReactNative/node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  24. 2 2
      display-center/ReactNative/node_modules/react-native/Libraries/Text/RCTText.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  25. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  26. 4 4
      display-center/ReactNative/node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  27. 16 16
      display-center/ReactNative/node_modules/react-native/React/React.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist
  28. 126 116
      display-center/Res/config/mobile-action.xml
  29. 5 4
      display-center/Res/config/mobile-config.xml
  30. 0 202
      display-center/display-center.xcodeproj/project.pbxproj
  31. BIN
      display-center/display-center.xcworkspace/xcuserdata/benny.xcuserdatad/UserInterfaceState.xcuserstate
  32. 13 11
      display-center/display-center/Info.plist
  33. 3 1
      display-center/display-center/ViewController.m

+ 0 - 2
IpuCommon/Frameworks/WadeMobile.framework/Headers/WDActionConfig.h

25
25
26
+ (NSString *)getMethod:(NSString *)action;
26
+ (NSString *)getMethod:(NSString *)action;
27
27
28
+ (NSString *)getFramework:(NSString *)action;
29
30
@end
28
@end

BIN
IpuCommon/Frameworks/WadeMobile.framework/Info.plist


BIN
IpuCommon/Frameworks/WadeMobile.framework/WadeMobile


+ 1 - 0
SuperMenu/Res/config/mobile-action.xml

45
    <action name="closeWindow" class="WDFMobileUI" method="closeWindow"/>
45
    <action name="closeWindow" class="WDFMobileUI" method="closeWindow"/>
46
    <action name="clearBackStack" class="WDFMobileUI" method="clearBackStack"/>
46
    <action name="clearBackStack" class="WDFMobileUI" method="clearBackStack"/>
47
    <action name="openSlidingMenu" class="WDFMobileUI" method="openSlidingMenu"/>
47
    <action name="openSlidingMenu" class="WDFMobileUI" method="openSlidingMenu"/>
48
    <action name="openBrowser" class="WDFMobileUI" method="openBrowser"/>
48
    
49
    
49
    <!--WDFMobileNetwork-->
50
    <!--WDFMobileNetwork-->
50
    <action name="httpGet" class="WDFMobileNetwork" method="httpGet"/>
51
    <action name="httpGet" class="WDFMobileNetwork" method="httpGet"/>

+ 3 - 3
SuperMenu/Res/config/mobile-config.xml

1
<?xml version="1.0" encoding="utf-8"?>
1
<?xml version="1.0" encoding="utf-8"?>
2
<configs>
2
<configs>
3
    <!--ipu秀 appstore-->
3
    <!--ipu秀 appstore-->
4
<!--    <config name="request_host" value="http://aiipu.com:8083"/>-->
4
    <config name="request_host" value="http://aiipu.com:8083"/>
5
<!--    <config name="request_path" value="/superapp"/>-->
5
<!--    <config name="request_path" value="/superapp"/>-->
6
6
7
    <!--  wangyj  -->
7
    <!--  wangyj  -->
13
<!--    <config name="request_path" value="/superapp"/>-->
13
<!--    <config name="request_path" value="/superapp"/>-->
14
14
15
    <!--lfl-->
15
    <!--lfl-->
16
    <config name="request_host" value="http://192.168.31.239:8080"/>
16
<!--    <config name="request_host" value="http://192.168.31.239:8080"/>-->
17
<!--    <config name="request_host" value="http://172.20.10.4:8080"/>-->
17
<!--    <config name="request_host" value="http://172.20.10.4:8080"/>-->
18
    <config name="request_path" value="/superapp"/>
18
    <config name="request_path" value="/superapp-new"/>
19
19
20
    
20
    
21
    <config name="request_servlet" value="/mobiledata"/>
21
    <config name="request_servlet" value="/mobiledata"/>

+ 0 - 124
SuperMenu/SuperMenu.xcodeproj/project.pbxproj

34
		EAEBF4691E9C25D3008DCFEB /* RemoteWebVC.m in Sources */ = {isa = PBXBuildFile; fileRef = EAEBF4681E9C25D3008DCFEB /* RemoteWebVC.m */; };
34
		EAEBF4691E9C25D3008DCFEB /* RemoteWebVC.m in Sources */ = {isa = PBXBuildFile; fileRef = EAEBF4681E9C25D3008DCFEB /* RemoteWebVC.m */; };
35
/* End PBXBuildFile section */
35
/* End PBXBuildFile section */
36
36
37
/* Begin PBXContainerItemProxy section */
38
		045F40A421AE3D0C008155CE /* PBXContainerItemProxy */ = {
39
			isa = PBXContainerItemProxy;
40
			containerPortal = 045F409B21AE3D0B008155CE /* WadeMobile.xcodeproj */;
41
			proxyType = 2;
42
			remoteGlobalIDString = 614A1CD61B2142130099793B;
43
			remoteInfo = WadeMobile;
44
		};
45
		045F40A621AE3D0C008155CE /* PBXContainerItemProxy */ = {
46
			isa = PBXContainerItemProxy;
47
			containerPortal = 045F409B21AE3D0B008155CE /* WadeMobile.xcodeproj */;
48
			proxyType = 2;
49
			remoteGlobalIDString = 614A1CE11B2142130099793B;
50
			remoteInfo = WadeMobileTests;
51
		};
52
		045F40A821AE3D0C008155CE /* PBXContainerItemProxy */ = {
53
			isa = PBXContainerItemProxy;
54
			containerPortal = 045F409B21AE3D0B008155CE /* WadeMobile.xcodeproj */;
55
			proxyType = 2;
56
			remoteGlobalIDString = E2D93A741B89BA2800D1DE7C;
57
			remoteInfo = WadeMobileBundle;
58
		};
59
		045F40AA21AE3D0C008155CE /* PBXContainerItemProxy */ = {
60
			isa = PBXContainerItemProxy;
61
			containerPortal = 045F409B21AE3D0B008155CE /* WadeMobile.xcodeproj */;
62
			proxyType = 2;
63
			remoteGlobalIDString = 0A791C221FD102C0003CD586;
64
			remoteInfo = WadeMobileTestUnit;
65
		};
66
		045F40B321AE3D1B008155CE /* PBXContainerItemProxy */ = {
67
			isa = PBXContainerItemProxy;
68
			containerPortal = 045F40AC21AE3D1B008155CE /* WadeMobileFunc.xcodeproj */;
69
			proxyType = 2;
70
			remoteGlobalIDString = E2DE1AD41B42DD9500762141;
71
			remoteInfo = WadeMobileFunc;
72
		};
73
		045F40B521AE3D1B008155CE /* PBXContainerItemProxy */ = {
74
			isa = PBXContainerItemProxy;
75
			containerPortal = 045F40AC21AE3D1B008155CE /* WadeMobileFunc.xcodeproj */;
76
			proxyType = 2;
77
			remoteGlobalIDString = 0AE1E0841C7EE95900FCCD24;
78
			remoteInfo = WadeMobileFuncTests;
79
		};
80
/* End PBXContainerItemProxy section */
81
82
/* Begin PBXCopyFilesBuildPhase section */
37
/* Begin PBXCopyFilesBuildPhase section */
83
		EA45A5B21E0777C0001275C9 /* Embed Frameworks */ = {
38
		EA45A5B21E0777C0001275C9 /* Embed Frameworks */ = {
84
			isa = PBXCopyFilesBuildPhase;
39
			isa = PBXCopyFilesBuildPhase;
104
		045BF82B218AEDD800235C80 /* WadeMobileFunc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WadeMobileFunc.framework; path = ../IpuCommon/Frameworks/WadeMobileFunc.framework; sourceTree = "<group>"; };
59
		045BF82B218AEDD800235C80 /* WadeMobileFunc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WadeMobileFunc.framework; path = ../IpuCommon/Frameworks/WadeMobileFunc.framework; sourceTree = "<group>"; };
105
		045BF82C218AEDD800235C80 /* WadeMobile.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WadeMobile.framework; path = ../IpuCommon/Frameworks/WadeMobile.framework; sourceTree = "<group>"; };
60
		045BF82C218AEDD800235C80 /* WadeMobile.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WadeMobile.framework; path = ../IpuCommon/Frameworks/WadeMobile.framework; sourceTree = "<group>"; };
106
		045E1FF22175E2E400F0D45A /* SuperMenu_Enterprise-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "SuperMenu_Enterprise-Info.plist"; path = "/Users/mac/work/asiainfo/ios-share/SuperMenu/SuperMenu_Enterprise-Info.plist"; sourceTree = "<absolute>"; };
61
		045E1FF22175E2E400F0D45A /* SuperMenu_Enterprise-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "SuperMenu_Enterprise-Info.plist"; path = "/Users/mac/work/asiainfo/ios-share/SuperMenu/SuperMenu_Enterprise-Info.plist"; sourceTree = "<absolute>"; };
107
		045F409B21AE3D0B008155CE /* WadeMobile.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WadeMobile.xcodeproj; path = ../../ios/WadeMobile/WadeMobile.xcodeproj; sourceTree = "<group>"; };
108
		045F40AC21AE3D1B008155CE /* WadeMobileFunc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WadeMobileFunc.xcodeproj; path = ../WadeMobileFunc/WadeMobileFunc.xcodeproj; sourceTree = "<group>"; };
109
		0A6DB49020736B1C0004056F /* SuperMenuSetting.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SuperMenuSetting.h; sourceTree = "<group>"; };
62
		0A6DB49020736B1C0004056F /* SuperMenuSetting.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SuperMenuSetting.h; sourceTree = "<group>"; };
110
		0A6DB49120736B1C0004056F /* SuperMenuSetting.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SuperMenuSetting.m; sourceTree = "<group>"; };
63
		0A6DB49120736B1C0004056F /* SuperMenuSetting.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SuperMenuSetting.m; sourceTree = "<group>"; };
111
		0A780E611EE8EACF004AE072 /* IpuQrCode.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuQrCode.framework; path = ../IpuCommon/Frameworks/IpuQrCode.framework; sourceTree = "<group>"; };
64
		0A780E611EE8EACF004AE072 /* IpuQrCode.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuQrCode.framework; path = ../IpuCommon/Frameworks/IpuQrCode.framework; sourceTree = "<group>"; };
150
/* End PBXFrameworksBuildPhase section */
103
/* End PBXFrameworksBuildPhase section */
151
104
152
/* Begin PBXGroup section */
105
/* Begin PBXGroup section */
153
		045F409C21AE3D0B008155CE /* Products */ = {
154
			isa = PBXGroup;
155
			children = (
156
				045F40A521AE3D0C008155CE /* WadeMobile.framework */,
157
				045F40A721AE3D0C008155CE /* WadeMobileTests.xctest */,
158
				045F40A921AE3D0C008155CE /* WadeMobileBundle.bundle */,
159
				045F40AB21AE3D0C008155CE /* WadeMobileTestUnit.xctest */,
160
			);
161
			name = Products;
162
			sourceTree = "<group>";
163
		};
164
		045F40AD21AE3D1B008155CE /* Products */ = {
165
			isa = PBXGroup;
166
			children = (
167
				045F40B421AE3D1B008155CE /* WadeMobileFunc.framework */,
168
				045F40B621AE3D1B008155CE /* WadeMobileFuncTests.xctest */,
169
			);
170
			name = Products;
171
			sourceTree = "<group>";
172
		};
173
		0A780E601EE8EAB0004AE072 /* Framework */ = {
106
		0A780E601EE8EAB0004AE072 /* Framework */ = {
174
			isa = PBXGroup;
107
			isa = PBXGroup;
175
			children = (
108
			children = (
189
		EA45A5831E077735001275C9 = {
122
		EA45A5831E077735001275C9 = {
190
			isa = PBXGroup;
123
			isa = PBXGroup;
191
			children = (
124
			children = (
192
				045F40AC21AE3D1B008155CE /* WadeMobileFunc.xcodeproj */,
193
				045F409B21AE3D0B008155CE /* WadeMobile.xcodeproj */,
194
				0429A29921805EA8003CEE83 /* Res */,
125
				0429A29921805EA8003CEE83 /* Res */,
195
				0A780E601EE8EAB0004AE072 /* Framework */,
126
				0A780E601EE8EAB0004AE072 /* Framework */,
196
				EA45A58E1E077735001275C9 /* SuperMenu */,
127
				EA45A58E1E077735001275C9 /* SuperMenu */,
311
			mainGroup = EA45A5831E077735001275C9;
242
			mainGroup = EA45A5831E077735001275C9;
312
			productRefGroup = EA45A58D1E077735001275C9 /* Products */;
243
			productRefGroup = EA45A58D1E077735001275C9 /* Products */;
313
			projectDirPath = "";
244
			projectDirPath = "";
314
			projectReferences = (
315
				{
316
					ProductGroup = 045F409C21AE3D0B008155CE /* Products */;
317
					ProjectRef = 045F409B21AE3D0B008155CE /* WadeMobile.xcodeproj */;
318
				},
319
				{
320
					ProductGroup = 045F40AD21AE3D1B008155CE /* Products */;
321
					ProjectRef = 045F40AC21AE3D1B008155CE /* WadeMobileFunc.xcodeproj */;
322
				},
323
			);
324
			projectRoot = "";
245
			projectRoot = "";
325
			targets = (
246
			targets = (
326
				EA45A58B1E077735001275C9 /* SuperMenu */,
247
				EA45A58B1E077735001275C9 /* SuperMenu */,
328
		};
249
		};
329
/* End PBXProject section */
250
/* End PBXProject section */
330
251
331
/* Begin PBXReferenceProxy section */
332
		045F40A521AE3D0C008155CE /* WadeMobile.framework */ = {
333
			isa = PBXReferenceProxy;
334
			fileType = wrapper.framework;
335
			path = WadeMobile.framework;
336
			remoteRef = 045F40A421AE3D0C008155CE /* PBXContainerItemProxy */;
337
			sourceTree = BUILT_PRODUCTS_DIR;
338
		};
339
		045F40A721AE3D0C008155CE /* WadeMobileTests.xctest */ = {
340
			isa = PBXReferenceProxy;
341
			fileType = wrapper.cfbundle;
342
			path = WadeMobileTests.xctest;
343
			remoteRef = 045F40A621AE3D0C008155CE /* PBXContainerItemProxy */;
344
			sourceTree = BUILT_PRODUCTS_DIR;
345
		};
346
		045F40A921AE3D0C008155CE /* WadeMobileBundle.bundle */ = {
347
			isa = PBXReferenceProxy;
348
			fileType = wrapper.cfbundle;
349
			path = WadeMobileBundle.bundle;
350
			remoteRef = 045F40A821AE3D0C008155CE /* PBXContainerItemProxy */;
351
			sourceTree = BUILT_PRODUCTS_DIR;
352
		};
353
		045F40AB21AE3D0C008155CE /* WadeMobileTestUnit.xctest */ = {
354
			isa = PBXReferenceProxy;
355
			fileType = wrapper.cfbundle;
356
			path = WadeMobileTestUnit.xctest;
357
			remoteRef = 045F40AA21AE3D0C008155CE /* PBXContainerItemProxy */;
358
			sourceTree = BUILT_PRODUCTS_DIR;
359
		};
360
		045F40B421AE3D1B008155CE /* WadeMobileFunc.framework */ = {
361
			isa = PBXReferenceProxy;
362
			fileType = wrapper.framework;
363
			path = WadeMobileFunc.framework;
364
			remoteRef = 045F40B321AE3D1B008155CE /* PBXContainerItemProxy */;
365
			sourceTree = BUILT_PRODUCTS_DIR;
366
		};
367
		045F40B621AE3D1B008155CE /* WadeMobileFuncTests.xctest */ = {
368
			isa = PBXReferenceProxy;
369
			fileType = wrapper.cfbundle;
370
			path = WadeMobileFuncTests.xctest;
371
			remoteRef = 045F40B521AE3D1B008155CE /* PBXContainerItemProxy */;
372
			sourceTree = BUILT_PRODUCTS_DIR;
373
		};
374
/* End PBXReferenceProxy section */
375
376
/* Begin PBXResourcesBuildPhase section */
252
/* Begin PBXResourcesBuildPhase section */
377
		EA45A58A1E077735001275C9 /* Resources */ = {
253
		EA45A58A1E077735001275C9 /* Resources */ = {
378
			isa = PBXResourcesBuildPhase;
254
			isa = PBXResourcesBuildPhase;

+ 1 - 1
SuperMenu/SuperMenu.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

12
		<key>SuperMenu.xcscheme_^#shared#^_</key>
12
		<key>SuperMenu.xcscheme_^#shared#^_</key>
13
		<dict>
13
		<dict>
14
			<key>orderHint</key>
14
			<key>orderHint</key>
15
			<integer>0</integer>
15
			<integer>3</integer>
16
		</dict>
16
		</dict>
17
	</dict>
17
	</dict>
18
</dict>
18
</dict>

BIN
SuperMenu/SuperMenu.xcworkspace/xcuserdata/benny.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
SuperMenu/SuperMenu/Info.plist

17
	<key>CFBundlePackageType</key>
17
	<key>CFBundlePackageType</key>
18
	<string>APPL</string>
18
	<string>APPL</string>
19
	<key>CFBundleShortVersionString</key>
19
	<key>CFBundleShortVersionString</key>
20
	<string>1.0.5</string>
20
	<string>3.0</string>
21
	<key>CFBundleSignature</key>
21
	<key>CFBundleSignature</key>
22
	<string>????</string>
22
	<string>????</string>
23
	<key>CFBundleURLTypes</key>
23
	<key>CFBundleURLTypes</key>

BIN
WadeMobileFunc/WadeMobileFunc.xcodeproj/project.xcworkspace/xcuserdata/benny.xcuserdatad/UserInterfaceState.xcuserstate


+ 3 - 3
WadeMobileFunc/WadeMobileFunc.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

7
		<key>WadeMobileFunc.xcscheme</key>
7
		<key>WadeMobileFunc.xcscheme</key>
8
		<dict>
8
		<dict>
9
			<key>orderHint</key>
9
			<key>orderHint</key>
10
			<integer>1</integer>
10
			<integer>0</integer>
11
		</dict>
11
		</dict>
12
		<key>WadeMobileFunc4Appstore.xcscheme</key>
12
		<key>WadeMobileFunc4Appstore.xcscheme</key>
13
		<dict>
13
		<dict>
14
			<key>isShown</key>
14
			<key>isShown</key>
15
			<false/>
15
			<false/>
16
			<key>orderHint</key>
16
			<key>orderHint</key>
17
			<integer>6</integer>
17
			<integer>2</integer>
18
		</dict>
18
		</dict>
19
		<key>WadeMobileFuncAggregate.xcscheme</key>
19
		<key>WadeMobileFuncAggregate.xcscheme</key>
20
		<dict>
20
		<dict>
21
			<key>isShown</key>
21
			<key>isShown</key>
22
			<false/>
22
			<false/>
23
			<key>orderHint</key>
23
			<key>orderHint</key>
24
			<integer>4</integer>
24
			<integer>1</integer>
25
		</dict>
25
		</dict>
26
	</dict>
26
	</dict>
27
	<key>SuppressBuildableAutocreation</key>
27
	<key>SuppressBuildableAutocreation</key>

+ 1 - 1
display-center/ReactNative/node_modules/react-native-camera/ios/RNCamera.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

12
		<key>RNCamera.xcscheme_^#shared#^_</key>
12
		<key>RNCamera.xcscheme_^#shared#^_</key>
13
		<dict>
13
		<dict>
14
			<key>orderHint</key>
14
			<key>orderHint</key>
15
			<integer>23</integer>
15
			<integer>24</integer>
16
		</dict>
16
		</dict>
17
	</dict>
17
	</dict>
18
</dict>
18
</dict>

+ 2 - 2
display-center/ReactNative/node_modules/react-native/Libraries/ART/ART.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

14
			<key>isShown</key>
14
			<key>isShown</key>
15
			<false/>
15
			<false/>
16
			<key>orderHint</key>
16
			<key>orderHint</key>
17
			<integer>20</integer>
17
			<integer>22</integer>
18
		</dict>
18
		</dict>
19
		<key>ART.xcscheme</key>
19
		<key>ART.xcscheme</key>
20
		<dict>
20
		<dict>
24
		<key>ART.xcscheme_^#shared#^_</key>
24
		<key>ART.xcscheme_^#shared#^_</key>
25
		<dict>
25
		<dict>
26
			<key>orderHint</key>
26
			<key>orderHint</key>
27
			<integer>25</integer>
27
			<integer>26</integer>
28
		</dict>
28
		</dict>
29
	</dict>
29
	</dict>
30
	<key>SuppressBuildableAutocreation</key>
30
	<key>SuppressBuildableAutocreation</key>

+ 1 - 1
display-center/ReactNative/node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

12
		<key>RCTActionSheet.xcscheme_^#shared#^_</key>
12
		<key>RCTActionSheet.xcscheme_^#shared#^_</key>
13
		<dict>
13
		<dict>
14
			<key>orderHint</key>
14
			<key>orderHint</key>
15
			<integer>22</integer>
15
			<integer>25</integer>
16
		</dict>
16
		</dict>
17
	</dict>
17
	</dict>
18
</dict>
18
</dict>

+ 2 - 2
display-center/ReactNative/node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

14
			<key>isShown</key>
14
			<key>isShown</key>
15
			<false/>
15
			<false/>
16
			<key>orderHint</key>
16
			<key>orderHint</key>
17
			<integer>19</integer>
17
			<integer>21</integer>
18
		</dict>
18
		</dict>
19
		<key>RCTBlob.xcscheme</key>
19
		<key>RCTBlob.xcscheme</key>
20
		<dict>
20
		<dict>
24
		<key>RCTBlob.xcscheme_^#shared#^_</key>
24
		<key>RCTBlob.xcscheme_^#shared#^_</key>
25
		<dict>
25
		<dict>
26
			<key>orderHint</key>
26
			<key>orderHint</key>
27
			<integer>24</integer>
27
			<integer>27</integer>
28
		</dict>
28
		</dict>
29
	</dict>
29
	</dict>
30
	<key>SuppressBuildableAutocreation</key>
30
	<key>SuppressBuildableAutocreation</key>

+ 1 - 1
display-center/ReactNative/node_modules/react-native/Libraries/CameraRoll/RCTCameraRoll.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

12
		<key>RCTCameraRoll.xcscheme_^#shared#^_</key>
12
		<key>RCTCameraRoll.xcscheme_^#shared#^_</key>
13
		<dict>
13
		<dict>
14
			<key>orderHint</key>
14
			<key>orderHint</key>
15
			<integer>26</integer>
15
			<integer>28</integer>
16
		</dict>
16
		</dict>
17
	</dict>
17
	</dict>
18
</dict>
18
</dict>

+ 1 - 1
display-center/ReactNative/node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

12
		<key>RCTGeolocation.xcscheme_^#shared#^_</key>
12
		<key>RCTGeolocation.xcscheme_^#shared#^_</key>
13
		<dict>
13
		<dict>
14
			<key>orderHint</key>
14
			<key>orderHint</key>
15
			<integer>27</integer>
15
			<integer>29</integer>
16
		</dict>
16
		</dict>
17
	</dict>
17
	</dict>
18
</dict>
18
</dict>

+ 2 - 2
display-center/ReactNative/node_modules/react-native/Libraries/Image/RCTImage.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

14
			<key>isShown</key>
14
			<key>isShown</key>
15
			<false/>
15
			<false/>
16
			<key>orderHint</key>
16
			<key>orderHint</key>
17
			<integer>18</integer>
17
			<integer>20</integer>
18
		</dict>
18
		</dict>
19
		<key>RCTImage.xcscheme</key>
19
		<key>RCTImage.xcscheme</key>
20
		<dict>
20
		<dict>
24
		<key>RCTImage.xcscheme_^#shared#^_</key>
24
		<key>RCTImage.xcscheme_^#shared#^_</key>
25
		<dict>
25
		<dict>
26
			<key>orderHint</key>
26
			<key>orderHint</key>
27
			<integer>28</integer>
27
			<integer>30</integer>
28
		</dict>
28
		</dict>
29
	</dict>
29
	</dict>
30
	<key>SuppressBuildableAutocreation</key>
30
	<key>SuppressBuildableAutocreation</key>

+ 2 - 2
display-center/ReactNative/node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

14
			<key>isShown</key>
14
			<key>isShown</key>
15
			<false/>
15
			<false/>
16
			<key>orderHint</key>
16
			<key>orderHint</key>
17
			<integer>17</integer>
17
			<integer>19</integer>
18
		</dict>
18
		</dict>
19
		<key>RCTLinking.xcscheme</key>
19
		<key>RCTLinking.xcscheme</key>
20
		<dict>
20
		<dict>
24
		<key>RCTLinking.xcscheme_^#shared#^_</key>
24
		<key>RCTLinking.xcscheme_^#shared#^_</key>
25
		<dict>
25
		<dict>
26
			<key>orderHint</key>
26
			<key>orderHint</key>
27
			<integer>29</integer>
27
			<integer>31</integer>
28
		</dict>
28
		</dict>
29
	</dict>
29
	</dict>
30
	<key>SuppressBuildableAutocreation</key>
30
	<key>SuppressBuildableAutocreation</key>

+ 2 - 2
display-center/ReactNative/node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

14
			<key>isShown</key>
14
			<key>isShown</key>
15
			<false/>
15
			<false/>
16
			<key>orderHint</key>
16
			<key>orderHint</key>
17
			<integer>16</integer>
17
			<integer>18</integer>
18
		</dict>
18
		</dict>
19
		<key>RCTAnimation.xcscheme</key>
19
		<key>RCTAnimation.xcscheme</key>
20
		<dict>
20
		<dict>
24
		<key>RCTAnimation.xcscheme_^#shared#^_</key>
24
		<key>RCTAnimation.xcscheme_^#shared#^_</key>
25
		<dict>
25
		<dict>
26
			<key>orderHint</key>
26
			<key>orderHint</key>
27
			<integer>37</integer>
27
			<integer>39</integer>
28
		</dict>
28
		</dict>
29
	</dict>
29
	</dict>
30
	<key>SuppressBuildableAutocreation</key>
30
	<key>SuppressBuildableAutocreation</key>

+ 2 - 2
display-center/ReactNative/node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

14
			<key>isShown</key>
14
			<key>isShown</key>
15
			<false/>
15
			<false/>
16
			<key>orderHint</key>
16
			<key>orderHint</key>
17
			<integer>1</integer>
17
			<integer>3</integer>
18
		</dict>
18
		</dict>
19
		<key>RCTNetwork.xcscheme</key>
19
		<key>RCTNetwork.xcscheme</key>
20
		<dict>
20
		<dict>
24
		<key>RCTNetwork.xcscheme_^#shared#^_</key>
24
		<key>RCTNetwork.xcscheme_^#shared#^_</key>
25
		<dict>
25
		<dict>
26
			<key>orderHint</key>
26
			<key>orderHint</key>
27
			<integer>38</integer>
27
			<integer>40</integer>
28
		</dict>
28
		</dict>
29
	</dict>
29
	</dict>
30
	<key>SuppressBuildableAutocreation</key>
30
	<key>SuppressBuildableAutocreation</key>

+ 2 - 2
display-center/ReactNative/node_modules/react-native/Libraries/PushNotificationIOS/RCTPushNotification.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

14
			<key>isShown</key>
14
			<key>isShown</key>
15
			<false/>
15
			<false/>
16
			<key>orderHint</key>
16
			<key>orderHint</key>
17
			<integer>21</integer>
17
			<integer>23</integer>
18
		</dict>
18
		</dict>
19
		<key>RCTPushNotification.xcscheme</key>
19
		<key>RCTPushNotification.xcscheme</key>
20
		<dict>
20
		<dict>
24
		<key>RCTPushNotification.xcscheme_^#shared#^_</key>
24
		<key>RCTPushNotification.xcscheme_^#shared#^_</key>
25
		<dict>
25
		<dict>
26
			<key>orderHint</key>
26
			<key>orderHint</key>
27
			<integer>39</integer>
27
			<integer>41</integer>
28
		</dict>
28
		</dict>
29
	</dict>
29
	</dict>
30
	<key>SuppressBuildableAutocreation</key>
30
	<key>SuppressBuildableAutocreation</key>

+ 2 - 2
display-center/ReactNative/node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

14
			<key>isShown</key>
14
			<key>isShown</key>
15
			<false/>
15
			<false/>
16
			<key>orderHint</key>
16
			<key>orderHint</key>
17
			<integer>15</integer>
17
			<integer>17</integer>
18
		</dict>
18
		</dict>
19
		<key>RCTSettings.xcscheme</key>
19
		<key>RCTSettings.xcscheme</key>
20
		<dict>
20
		<dict>
24
		<key>RCTSettings.xcscheme_^#shared#^_</key>
24
		<key>RCTSettings.xcscheme_^#shared#^_</key>
25
		<dict>
25
		<dict>
26
			<key>orderHint</key>
26
			<key>orderHint</key>
27
			<integer>40</integer>
27
			<integer>42</integer>
28
		</dict>
28
		</dict>
29
	</dict>
29
	</dict>
30
	<key>SuppressBuildableAutocreation</key>
30
	<key>SuppressBuildableAutocreation</key>

+ 2 - 2
display-center/ReactNative/node_modules/react-native/Libraries/Text/RCTText.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

14
			<key>isShown</key>
14
			<key>isShown</key>
15
			<false/>
15
			<false/>
16
			<key>orderHint</key>
16
			<key>orderHint</key>
17
			<integer>13</integer>
17
			<integer>15</integer>
18
		</dict>
18
		</dict>
19
		<key>RCTText.xcscheme</key>
19
		<key>RCTText.xcscheme</key>
20
		<dict>
20
		<dict>
24
		<key>RCTText.xcscheme_^#shared#^_</key>
24
		<key>RCTText.xcscheme_^#shared#^_</key>
25
		<dict>
25
		<dict>
26
			<key>orderHint</key>
26
			<key>orderHint</key>
27
			<integer>14</integer>
27
			<integer>16</integer>
28
		</dict>
28
		</dict>
29
	</dict>
29
	</dict>
30
	<key>SuppressBuildableAutocreation</key>
30
	<key>SuppressBuildableAutocreation</key>

+ 1 - 1
display-center/ReactNative/node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

12
		<key>RCTVibration.xcscheme_^#shared#^_</key>
12
		<key>RCTVibration.xcscheme_^#shared#^_</key>
13
		<dict>
13
		<dict>
14
			<key>orderHint</key>
14
			<key>orderHint</key>
15
			<integer>41</integer>
15
			<integer>43</integer>
16
		</dict>
16
		</dict>
17
	</dict>
17
	</dict>
18
</dict>
18
</dict>

+ 4 - 4
display-center/ReactNative/node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

14
			<key>isShown</key>
14
			<key>isShown</key>
15
			<false/>
15
			<false/>
16
			<key>orderHint</key>
16
			<key>orderHint</key>
17
			<integer>10</integer>
17
			<integer>12</integer>
18
		</dict>
18
		</dict>
19
		<key>RCTWebSocket.xcscheme</key>
19
		<key>RCTWebSocket.xcscheme</key>
20
		<dict>
20
		<dict>
24
		<key>RCTWebSocket.xcscheme_^#shared#^_</key>
24
		<key>RCTWebSocket.xcscheme_^#shared#^_</key>
25
		<dict>
25
		<dict>
26
			<key>orderHint</key>
26
			<key>orderHint</key>
27
			<integer>42</integer>
27
			<integer>44</integer>
28
		</dict>
28
		</dict>
29
		<key>fishhook-tvOS.xcscheme</key>
29
		<key>fishhook-tvOS.xcscheme</key>
30
		<dict>
30
		<dict>
36
			<key>isShown</key>
36
			<key>isShown</key>
37
			<false/>
37
			<false/>
38
			<key>orderHint</key>
38
			<key>orderHint</key>
39
			<integer>12</integer>
39
			<integer>14</integer>
40
		</dict>
40
		</dict>
41
		<key>fishhook.xcscheme</key>
41
		<key>fishhook.xcscheme</key>
42
		<dict>
42
		<dict>
46
		<key>fishhook.xcscheme_^#shared#^_</key>
46
		<key>fishhook.xcscheme_^#shared#^_</key>
47
		<dict>
47
		<dict>
48
			<key>orderHint</key>
48
			<key>orderHint</key>
49
			<integer>43</integer>
49
			<integer>45</integer>
50
		</dict>
50
		</dict>
51
	</dict>
51
	</dict>
52
	<key>SuppressBuildableAutocreation</key>
52
	<key>SuppressBuildableAutocreation</key>

+ 16 - 16
display-center/ReactNative/node_modules/react-native/React/React.xcodeproj/xcuserdata/benny.xcuserdatad/xcschemes/xcschememanagement.plist

14
			<key>isShown</key>
14
			<key>isShown</key>
15
			<false/>
15
			<false/>
16
			<key>orderHint</key>
16
			<key>orderHint</key>
17
			<integer>3</integer>
17
			<integer>5</integer>
18
		</dict>
18
		</dict>
19
		<key>React.xcscheme</key>
19
		<key>React.xcscheme</key>
20
		<dict>
20
		<dict>
24
		<key>React.xcscheme_^#shared#^_</key>
24
		<key>React.xcscheme_^#shared#^_</key>
25
		<dict>
25
		<dict>
26
			<key>orderHint</key>
26
			<key>orderHint</key>
27
			<integer>2</integer>
27
			<integer>4</integer>
28
		</dict>
28
		</dict>
29
		<key>cxxreact-tvOS.xcscheme</key>
29
		<key>cxxreact-tvOS.xcscheme</key>
30
		<dict>
30
		<dict>
36
			<key>isShown</key>
36
			<key>isShown</key>
37
			<false/>
37
			<false/>
38
			<key>orderHint</key>
38
			<key>orderHint</key>
39
			<integer>5</integer>
39
			<integer>7</integer>
40
		</dict>
40
		</dict>
41
		<key>cxxreact.xcscheme</key>
41
		<key>cxxreact.xcscheme</key>
42
		<dict>
42
		<dict>
46
		<key>cxxreact.xcscheme_^#shared#^_</key>
46
		<key>cxxreact.xcscheme_^#shared#^_</key>
47
		<dict>
47
		<dict>
48
			<key>orderHint</key>
48
			<key>orderHint</key>
49
			<integer>31</integer>
49
			<integer>33</integer>
50
		</dict>
50
		</dict>
51
		<key>double-conversion-tvOS.xcscheme</key>
51
		<key>double-conversion-tvOS.xcscheme</key>
52
		<dict>
52
		<dict>
58
			<key>isShown</key>
58
			<key>isShown</key>
59
			<false/>
59
			<false/>
60
			<key>orderHint</key>
60
			<key>orderHint</key>
61
			<integer>9</integer>
61
			<integer>11</integer>
62
		</dict>
62
		</dict>
63
		<key>double-conversion.xcscheme</key>
63
		<key>double-conversion.xcscheme</key>
64
		<dict>
64
		<dict>
68
		<key>double-conversion.xcscheme_^#shared#^_</key>
68
		<key>double-conversion.xcscheme_^#shared#^_</key>
69
		<dict>
69
		<dict>
70
			<key>orderHint</key>
70
			<key>orderHint</key>
71
			<integer>32</integer>
71
			<integer>37</integer>
72
		</dict>
72
		</dict>
73
		<key>jschelpers-tvOS.xcscheme</key>
73
		<key>jschelpers-tvOS.xcscheme</key>
74
		<dict>
74
		<dict>
80
			<key>isShown</key>
80
			<key>isShown</key>
81
			<false/>
81
			<false/>
82
			<key>orderHint</key>
82
			<key>orderHint</key>
83
			<integer>6</integer>
83
			<integer>8</integer>
84
		</dict>
84
		</dict>
85
		<key>jschelpers.xcscheme</key>
85
		<key>jschelpers.xcscheme</key>
86
		<dict>
86
		<dict>
90
		<key>jschelpers.xcscheme_^#shared#^_</key>
90
		<key>jschelpers.xcscheme_^#shared#^_</key>
91
		<dict>
91
		<dict>
92
			<key>orderHint</key>
92
			<key>orderHint</key>
93
			<integer>33</integer>
93
			<integer>34</integer>
94
		</dict>
94
		</dict>
95
		<key>jsinspector-tvOS.xcscheme</key>
95
		<key>jsinspector-tvOS.xcscheme</key>
96
		<dict>
96
		<dict>
102
			<key>isShown</key>
102
			<key>isShown</key>
103
			<false/>
103
			<false/>
104
			<key>orderHint</key>
104
			<key>orderHint</key>
105
			<integer>7</integer>
105
			<integer>9</integer>
106
		</dict>
106
		</dict>
107
		<key>jsinspector.xcscheme</key>
107
		<key>jsinspector.xcscheme</key>
108
		<dict>
108
		<dict>
112
		<key>jsinspector.xcscheme_^#shared#^_</key>
112
		<key>jsinspector.xcscheme_^#shared#^_</key>
113
		<dict>
113
		<dict>
114
			<key>orderHint</key>
114
			<key>orderHint</key>
115
			<integer>34</integer>
115
			<integer>35</integer>
116
		</dict>
116
		</dict>
117
		<key>privatedata-tvOS.xcscheme</key>
117
		<key>privatedata-tvOS.xcscheme</key>
118
		<dict>
118
		<dict>
124
			<key>isShown</key>
124
			<key>isShown</key>
125
			<false/>
125
			<false/>
126
			<key>orderHint</key>
126
			<key>orderHint</key>
127
			<integer>11</integer>
127
			<integer>13</integer>
128
		</dict>
128
		</dict>
129
		<key>privatedata.xcscheme</key>
129
		<key>privatedata.xcscheme</key>
130
		<dict>
130
		<dict>
134
		<key>privatedata.xcscheme_^#shared#^_</key>
134
		<key>privatedata.xcscheme_^#shared#^_</key>
135
		<dict>
135
		<dict>
136
			<key>orderHint</key>
136
			<key>orderHint</key>
137
			<integer>36</integer>
137
			<integer>38</integer>
138
		</dict>
138
		</dict>
139
		<key>third-party-tvOS.xcscheme</key>
139
		<key>third-party-tvOS.xcscheme</key>
140
		<dict>
140
		<dict>
146
			<key>isShown</key>
146
			<key>isShown</key>
147
			<false/>
147
			<false/>
148
			<key>orderHint</key>
148
			<key>orderHint</key>
149
			<integer>8</integer>
149
			<integer>10</integer>
150
		</dict>
150
		</dict>
151
		<key>third-party.xcscheme</key>
151
		<key>third-party.xcscheme</key>
152
		<dict>
152
		<dict>
156
		<key>third-party.xcscheme_^#shared#^_</key>
156
		<key>third-party.xcscheme_^#shared#^_</key>
157
		<dict>
157
		<dict>
158
			<key>orderHint</key>
158
			<key>orderHint</key>
159
			<integer>35</integer>
159
			<integer>36</integer>
160
		</dict>
160
		</dict>
161
		<key>yoga-tvOS.xcscheme</key>
161
		<key>yoga-tvOS.xcscheme</key>
162
		<dict>
162
		<dict>
168
			<key>isShown</key>
168
			<key>isShown</key>
169
			<false/>
169
			<false/>
170
			<key>orderHint</key>
170
			<key>orderHint</key>
171
			<integer>4</integer>
171
			<integer>6</integer>
172
		</dict>
172
		</dict>
173
		<key>yoga.xcscheme</key>
173
		<key>yoga.xcscheme</key>
174
		<dict>
174
		<dict>
178
		<key>yoga.xcscheme_^#shared#^_</key>
178
		<key>yoga.xcscheme_^#shared#^_</key>
179
		<dict>
179
		<dict>
180
			<key>orderHint</key>
180
			<key>orderHint</key>
181
			<integer>30</integer>
181
			<integer>32</integer>
182
		</dict>
182
		</dict>
183
	</dict>
183
	</dict>
184
	<key>SuppressBuildableAutocreation</key>
184
	<key>SuppressBuildableAutocreation</key>

+ 126 - 116
display-center/Res/config/mobile-action.xml

1
<?xml version="1.0" encoding="utf-8"?>
1
<?xml version="1.0" encoding="utf-8"?>
2
<actions>
2
<actions>
3
	<action name="sms"   class="WDFMobileBasic" method="sms"   framework="WadeMobileFunc"/>
4
    <action name="call"  class="WDFMobileBasic" method="call"  framework="WadeMobileFunc"/>
5
    <action name="beep"  class="WDFMobileBasic" method="beep"  framework="WadeMobileFunc"/>
6
    <action name="shock" class="WDFMobileBasic" method="shock" framework="WadeMobileFunc"/>
7
    <action name="email" class="WDFMobileBasic" method="email" framework="WadeMobileFunc"/>
8
    
9
    <action name="getNetInfo"    class="WDFMobileBasic" method="getNetInfo"    framework="WadeMobileFunc"/>
10
    <action name="getSysInfo"    class="WDFMobileBasic" method="osVersion"     framework="WadeMobileFunc"/>
11
    <action name="deviceVersion" class="WDFMobileBasic" method="deviceVersion" framework="WadeMobileFunc"/>
12
    <action name="openApp"       class="WDFMobileBasic" method="openApp"       framework="WadeMobileFunc"/>
13
    <action name="openOuterApp"  class="WDFMobileBasic" method="openOuterApp"  framework="WadeMobileFunc"/>
14
    <action name="close"         class="WDFMobileBasic" method="closeApp"      framework="WadeMobileFunc"/>
3
	<action name="sms"   class="WDFMobileBasic" method="sms"/>
4
    <action name="call"  class="WDFMobileBasic" method="call"/>
5
    <action name="beep"  class="WDFMobileBasic" method="beep"/>
6
    <action name="shock" class="WDFMobileBasic" method="shock"/>
7
    <action name="email" class="WDFMobileBasic" method="email"/>
8
    
9
    <action name="getNetInfo"    class="WDFMobileBasic" method="getNetInfo"/>
10
    <action name="getSysInfo"    class="WDFMobileBasic" method="osVersion"/>
11
    <action name="deviceVersion" class="WDFMobileBasic" method="deviceVersion"/>
12
    <action name="openApp"       class="WDFMobileBasic" method="openApp"/>
13
    <action name="openOuterApp"  class="WDFMobileBasic" method="openOuterApp"/>
14
    <action name="close"         class="WDFMobileBasic" method="closeApp"/>
15
    
15
    
16
    <!-- get ternimal type -->
16
    <!-- get ternimal type -->
17
    <action name="getTerminalType"  class="WDFMobileBasic"   method="getTerminalType" framework="WadeMobileFunc"/>
18
    
19
    <action name="getDate"      class="WDFMobileUI" method="date"         framework="WadeMobileFunc"/>
20
    <action name="tip"          class="WDFMobileUI" method="tip"          framework="WadeMobileFunc"/>
21
    <action name="alert"        class="WDFMobileUI" method="alert"        framework="WadeMobileFunc"/>
22
    <action name="loadingStart" class="WDFMobileUI" method="loadingStart" framework="WadeMobileFunc"/>
23
    <action name="loadingStop"  class="WDFMobileUI" method="loadingStop"  framework="WadeMobileFunc"/>
24
    <action name="getPage"      class="WDFMobileUI" method="getPage"      framework="WadeMobileFunc"/>
25
    
26
    <action name="httpGet"      class="WDFMobileNetwork"    method="httpGet"      framework="WadeMobileFunc"/>
27
    <action name="httpRequest"  class="WDFMobileNetwork"    method="httpRequest"  framework="WadeMobileFunc"/>
28
    <action name="dataRequest"  class="WDFMobileNetwork"    method="dataRequest"  framework="WadeMobileFunc"/>
29
    <action name="openPage"     class="WDFMobileUI"         method="openPage"     framework="WadeMobileFunc"/>
30
    <action name="openUrl"      class="WDFMobileUI"         method="openUrl"      framework="WadeMobileFunc"/>
31
    <action name="openTemplate" class="WDFMobileUI"         method="openTemplate" framework="WadeMobileFunc"/>
32
    <action name="getTemplate"  class="WDFMobileUI"         method="getTemplate"  framework="WadeMobileFunc"/>
33
    <action name="loadPage"     class="WDFMobileUI"         method="loadPage"     framework="WadeMobileFunc"/>
34
    <action name="loadTemplate" class="WDFMobileUI"         method="loadTemplate" framework="WadeMobileFunc"/>
35
    
36
    <action name="getPhoto"         class="WDFMobileCamera" method="getPhotoViaCamera"       framework="WadeMobileFunc"/>
37
    <action name="getPicture"       class="WDFMobileCamera" method="getPhotoViaPhotoLibrary" framework="WadeMobileFunc"/>
38
    <action name="getBase64Picture" class="WDFMobileCamera" method="getBase64Picture"        framework="WadeMobileFunc"/>
17
    <action name="getTerminalType"  class="WDFMobileBasic" method="getTerminalType"/>
18
    
19
    <action name="getDate"      class="WDFMobileUI" method="date"/>
20
    <action name="tip"          class="WDFMobileUI" method="tip"/>
21
    <action name="alert"        class="WDFMobileUI" method="alert"/>
22
    <action name="loadingStart" class="WDFMobileUI" method="loadingStart"/>
23
    <action name="loadingStop"  class="WDFMobileUI" method="loadingStop"/>
24
    <action name="getPage"      class="WDFMobileUI" method="getPage"/>
25
    
26
    <action name="httpGet"      class="WDFMobileNetwork" method="httpGet"/>
27
    <action name="httpRequest"  class="WDFMobileNetwork" method="httpRequest"/>
28
    <action name="dataRequest"  class="WDFMobileNetwork" method="dataRequest"/>
29
    <action name="openPage"     class="WDFMobileUI"      method="openPage"/>
30
    <action name="openUrl"      class="WDFMobileUI"      method="openUrl"/>
31
    <action name="openTemplate" class="WDFMobileUI"      method="openTemplate"/>
32
    <action name="getTemplate"  class="WDFMobileUI"      method="getTemplate"/>
33
    <action name="loadPage"     class="WDFMobileUI"      method="loadPage"/>
34
    <action name="loadTemplate" class="WDFMobileUI"      method="loadTemplate"/>
35
    
36
    <action name="getPhoto"         class="WDFMobileCamera" method="getPhotoViaCamera"/>
37
    <action name="getPicture"       class="WDFMobileCamera" method="getPhotoViaPhotoLibrary"/>
38
    <action name="getBase64Picture" class="WDFMobileCamera" method="getBase64Picture"/>
39
<!--    -->
39
<!--    -->
40
    <action name="scanSingle"   class="IpuQrCode" method="scanSingle"   framework="IpuQrCode"/>
41
    <action name="scanQrCode"   class="IpuQrCode" method="scanSingle"   framework="IpuQrCode"/>
42
    <action name="scanMultiple" class="IpuQrCode" method="scanMultiple" framework="IpuQrCode"/>
43
    <action name="createQrCode" class="IpuQrCode" method="createQrCode" framework="IpuQrCode"/>
40
    <action name="scanSingle"   class="IpuQrCode" method="scanSingle"/>
41
    <action name="scanQrCode"   class="IpuQrCode" method="scanSingle"/>
42
    <action name="scanMultiple" class="IpuQrCode" method="scanMultiple"/>
43
    <action name="createQrCode" class="IpuQrCode" method="createQrCode"/>
44
44
45
    <action name="audioRecord" class="WDFMobileAudio" method="recordAudio" framework="WadeMobileFunc"/>
46
    <action name="audioPlay"   class="WDFMobileAudio" method="playAudio"   framework="WadeMobileFunc"/>
47
    
48
    <action name="setMemoryCache"     class="WDFMobileStorage" method="setMemoryCache"     framework="WadeMobileFunc"/>
49
    <action name="getMemoryCache"     class="WDFMobileStorage" method="getMemoryCache"     framework="WadeMobileFunc"/>
50
    <action name="removeMemoryCache"  class="WDFMobileStorage" method="removeMemoryCache"  framework="WadeMobileFunc"/>
51
    <action name="clearMemoryCache"   class="WDFMobileStorage" method="clearMemoryCache"   framework="WadeMobileFunc"/>
52
    <action name="setOfflineCache"    class="WDFMobileStorage" method="setOfflineCache"    framework="WadeMobileFunc"/>
53
    <action name="getOfflineCache"    class="WDFMobileStorage" method="getOfflineCache"    framework="WadeMobileFunc"/>
54
    <action name="removeOfflineCache" class="WDFMobileStorage" method="removeOfflineCache" framework="WadeMobileFunc"/>
55
    <action name="clearOfflineCache"  class="WDFMobileStorage" method="clearOfflineCache"  framework="WadeMobileFunc"/>
45
    <action name="audioRecord" class="WDFMobileAudio" method="recordAudio"/>
46
    <action name="audioPlay"   class="WDFMobileAudio" method="playAudio"/>
47
    
48
    <action name="setMemoryCache"     class="WDFMobileStorage" method="setMemoryCache"/>
49
    <action name="getMemoryCache"     class="WDFMobileStorage" method="getMemoryCache"/>
50
    <action name="removeMemoryCache"  class="WDFMobileStorage" method="removeMemoryCache"/>
51
    <action name="clearMemoryCache"   class="WDFMobileStorage" method="clearMemoryCache"/>
52
    <action name="setOfflineCache"    class="WDFMobileStorage" method="setOfflineCache"/>
53
    <action name="getOfflineCache"    class="WDFMobileStorage" method="getOfflineCache"/>
54
    <action name="removeOfflineCache" class="WDFMobileStorage" method="removeOfflineCache"/>
55
    <action name="clearOfflineCache"  class="WDFMobileStorage" method="clearOfflineCache"/>
56
56
57
    <action name="getDirection"    class="WDFMobileFile" method="getDirection"    framework="WadeMobileFunc"/>
58
    <action name="writeFile"       class="WDFMobileFile" method="writeFile"       framework="WadeMobileFunc"/>
59
    <action name="appendFile"      class="WDFMobileFile" method="appendFile"      framework="WadeMobileFunc"/>
60
    <action name="readFile"        class="WDFMobileFile" method="readFile"        framework="WadeMobileFunc"/>
61
    <action name="openFile"        class="WDFMobileFile" method="openFile"        framework="WadeMobileFunc"/>
62
    <action name="deleteFile"      class="WDFMobileFile" method="deleteFile"      framework="WadeMobileFunc"/>
63
    <action name="getAllFile"      class="WDFMobileFile" method="getAllFile"      framework="WadeMobileFunc"/>
64
    <action name="cleanResource"   class="WDFMobileFile" method="cleanResource"   framework="WadeMobileFunc"/>
65
    <action name="getRelativePath" class="WDFMobileFile" method="getRelativePath" framework="WadeMobileFunc"/>
66
    
67
    <action name="positionCity"   class="IpuMap" method="positionCity"   framework="IpuMap"/>
68
    <action name="location"       class="IpuMap" method="location"       framework="IpuMap"/>
69
    <action name="selectLocation" class="IpuMap" method="selectLocation" framework="IpuMap"/>
70
    <action name="markMap"        class="IpuMap" method="markMap"        framework="IpuMap"/>
71
    
72
    <action name="back"             class="WDFMobileUI" method="back"             framework="WadeMobileFunc"/>
73
    <action name="backWithCallback" class="WDFMobileUI" method="backWithCallback" framework="WadeMobileFunc"/>
74
    <action name="openDialog"       class="WDFMobileUI" method="openDialog"       framework="WadeMobileFunc"/>
75
    <action name="closeDialog"      class="WDFMobileUI" method="closeDialog"      framework="WadeMobileFunc"/>
76
    <action name="openWindow"       class="WDFMobileUI" method="openWindow"       framework="WadeMobileFunc"/>
77
    <action name="closeWindow"      class="WDFMobileUI" method="closeWindow"      framework="WadeMobileFunc"/>
78
    <action name="openSlidingMenu"  class="WDFMobileUI" method="openSlidingMenu"  framework="WadeMobileFunc"/>
79
    
80
    <action name="shareByBluetooth" class="WDFMobileNetwork" method="shareByBluetooth" framework="WadeMobileFunc"/>
81
    <action name="httpDownloadFile" class="WDFMobileNetwork" method="httpDownloadFile" framework="WadeMobileFunc"/>
57
    <action name="getDirection"    class="WDFMobileFile" method="getDirection"/>
58
    <action name="writeFile"       class="WDFMobileFile" method="writeFile"/>
59
    <action name="appendFile"      class="WDFMobileFile" method="appendFile"/>
60
    <action name="readFile"        class="WDFMobileFile" method="readFile"/>
61
    <action name="openFile"        class="WDFMobileFile" method="openFile"/>
62
    <action name="deleteFile"      class="WDFMobileFile" method="deleteFile"/>
63
    <action name="getAllFile"      class="WDFMobileFile" method="getAllFile"/>
64
    <action name="cleanResource"   class="WDFMobileFile" method="cleanResource"/>
65
    <action name="getRelativePath" class="WDFMobileFile" method="getRelativePath"/>
66
    
67
    <action name="positionCity"   class="IpuMap" method="positionCity"/>
68
    <action name="location"       class="IpuMap" method="location"/>
69
    <action name="selectLocation" class="IpuMap" method="selectLocation"/>
70
    <action name="markMap"        class="IpuMap" method="markMap"/>
71
    
72
    <action name="baiduLocation"    class="IpuBDMapPlugin" method="baiduLocation"/>
73
    <action name="clickBaiduMap"    class="IpuBDMapPlugin" method="clickBaiduMap"/>
74
    <action name="baiduMapLocation" class="IpuBDMapPlugin" method="baiduMapLocation"/>
75
    <action name="baiduMapPosition" class="IpuBDMapPlugin" method="baiduMapPosition"/>
76
    <action name="addPolygon"       class="IpuBDMapPlugin" method="addPolygon"/>
77
    <action name="poiCitySearch"    class="IpuBDMapPlugin" method="poiCitySearch"/>
78
    <action name="poiNearbySearch"  class="IpuBDMapPlugin" method="poiNearbySearch"/>
79
    <action name="poiBoundsSearch"  class="IpuBDMapPlugin" method="poiBoundsSearch"/>
80
    <action name="lbsLocalSearch"   class="IpuBDMapPlugin" method="lbsLocalSearch"/>
81
    <action name="lbsNearbySearch"  class="IpuBDMapPlugin" method="lbsNearbySearch"/>
82
    <action name="lbsBoundsSearch"  class="IpuBDMapPlugin" method="lbsBoundsSearch"/>
83
    
84
    <action name="back"             class="WDFMobileUI" method="back"/>
85
    <action name="backWithCallback" class="WDFMobileUI" method="backWithCallback"/>
86
    <action name="openDialog"       class="WDFMobileUI" method="openDialog"/>
87
    <action name="closeDialog"      class="WDFMobileUI" method="closeDialog"/>
88
    <action name="openWindow"       class="WDFMobileUI" method="openWindow"/>
89
    <action name="closeWindow"      class="WDFMobileUI" method="closeWindow"/>
90
    <action name="openSlidingMenu"  class="WDFMobileUI" method="openSlidingMenu"/>
91
    
92
    <action name="shareByBluetooth" class="WDFMobileNetwork" method="shareByBluetooth"/>
93
    <action name="httpDownloadFile" class="WDFMobileNetwork" method="httpDownloadFile"/>
82
    
94
    
83
    <!-- contacts -->
95
    <!-- contacts -->
84
    <action name="getContacts"      class="WDFMobileContacts" method="getContacts"      framework="WadeMobileFunc"/>
85
    <action name="shareImageBymail" class="WDFMobileMail"     method="shareImageBymail" framework="WadeMobileFunc"/>
96
    <action name="getContacts"      class="WDFMobileContacts" method="getContacts"/>
97
    <action name="shareImageBymail" class="WDFMobileMail"     method="shareImageBymail"/>
86
    
98
    
87
    <!--  Camera -->
99
    <!--  Camera -->
88
    <action name="takePicture" class="WDFCamera" method="takePicture" framework="WadeMobileFunc"/>
89
    <action name="recordVideo" class="WDFCamera" method="recordVideo" framework="WadeMobileFunc"/>
90
    <action name="playVideo"   class="WDFCamera" method="playVideo"   framework="WadeMobileFunc"/>
100
    <action name="takePicture" class="WDFCamera" method="takePicture"/>
101
    <action name="recordVideo" class="WDFCamera" method="recordVideo"/>
102
    <action name="playVideo"   class="WDFCamera" method="playVideo"/>
91
    
103
    
92
    <!--  Custom Camera -->
104
    <!--  Custom Camera -->
93
    <action name="getIdentifyPhoto"   class="WDFCustomCamera"   method="getIdentifyPhoto"/>
105
    <action name="getIdentifyPhoto" class="WDFCustomCamera" method="getIdentifyPhoto"/>
94
    
106
    
95
    <!-- Upload File -->
107
    <!-- Upload File -->
96
    <action name="uploadWithServlet"   class="WDFUploadDownload" method="uploadWithServletByAFN"   framework="WadeMobileFunc"/>
108
    <action name="uploadWithServlet"   class="WDFUploadDownload" method="uploadWithServletByAFN"/>
97
    <!-- Download File -->
109
    <!-- Download File -->
98
    <action name="downloadWithServlet" class="WDFUploadDownload" method="downloadWithServletByAFN" framework="WadeMobileFunc"/>
110
    <action name="downloadWithServlet" class="WDFUploadDownload" method="downloadWithServletByAFN"/>
99
    <!-- Upload File -->
111
    <!-- Upload File -->
100
    <action name="uploadFile"          class="WDFUploadDownload" method="uploadFileByAFN"          framework="WadeMobileFunc"/>
112
    <action name="uploadFile"          class="WDFUploadDownload" method="uploadFileByAFN"/>
101
    <!-- Download File -->
113
    <!-- Download File -->
102
    <action name="downloadFile"        class="WDFUploadDownload" method="downloadFileByAFN"        framework="WadeMobileFunc"/>
114
    <action name="downloadFile"        class="WDFUploadDownload" method="downloadFileByAFN"/>
103
    
115
    
104
    <!-- operate for database -->
116
    <!-- operate for database -->
105
    <action name="execSQL" class="WDFMobileDatabase" method="execSql"    framework="WadeMobileFunc"/>
106
    <action name="insert"  class="WDFMobileDatabase" method="insertData" framework="WadeMobileFunc"/>
107
    <action name="delete"  class="WDFMobileDatabase" method="deleteData" framework="WadeMobileFunc"/>
108
    <action name="update"  class="WDFMobileDatabase" method="updateData" framework="WadeMobileFunc"/>
109
    <action name="select"  class="WDFMobileDatabase" method="selectData" framework="WadeMobileFunc"/>
117
    <action name="execSQL" class="WDFMobileDatabase" method="execSql"/>
118
    <action name="insert"  class="WDFMobileDatabase" method="insertData"/>
119
    <action name="delete"  class="WDFMobileDatabase" method="deleteData"/>
120
    <action name="update"  class="WDFMobileDatabase" method="updateData"/>
121
    <action name="select"  class="WDFMobileDatabase" method="selectData"/>
110
    
122
    
111
    <!-- operate for push -->
123
    <!-- operate for push -->
112
    <action name="registerForPush"    class="WDFMobilePush" method="registerForPush"    framework="WadeMobileFunc"/>
113
    <action name="unregisterForPush"  class="WDFMobilePush" method="unregisterForPush"  framework="WadeMobileFunc"/>
114
    <action name="sendText"           class="WDFMobilePush" method="sendText"           framework="WadeMobileFunc"/>
115
    <action name="setCallbackForPush" class="WDFMobilePush" method="setCallbackForPush" framework="WadeMobileFunc"/>
124
    <action name="registerForPush"    class="WDFMobilePush" method="registerForPush"/>
125
    <action name="unregisterForPush"  class="WDFMobilePush" method="unregisterForPush"/>
126
    <action name="sendText"           class="WDFMobilePush" method="sendText"/>
127
    <action name="setCallbackForPush" class="WDFMobilePush" method="setCallbackForPush"/>
116
    
128
    
117
    <!-- push for yunba -->
129
    <!-- push for yunba -->
118
    <action name="registerForPushWithYunba"    class="IpuPushYunba" method="registerForPush"    framework="WadeMobileFunc"/>
119
    <action name="unregisterForPushWithYunba"  class="IpuPushYunba" method="unregisterForPush"  framework="WadeMobileFunc"/>
120
    <action name="sendTextWithYunba"           class="IpuPushYunba" method="sendText"           framework="WadeMobileFunc"/>
121
    <action name="setCallbackForPushWithYunba"  class="IpuPushYunba" method="setCallbackForPush" framework="WadeMobileFunc"/>
130
    <action name="registerForPushWithYunba"    class="IpuPushYunba" method="registerForPush"/>
131
    <action name="unregisterForPushWithYunba"  class="IpuPushYunba" method="unregisterForPush"/>
132
    <action name="sendTextWithYunba"           class="IpuPushYunba" method="sendText"/>
133
    <action name="setCallbackForPushWithYunba" class="IpuPushYunba" method="setCallbackForPush"/>
122
    
134
    
123
    <!-- push for jiguang -->
135
    <!-- push for jiguang -->
124
    <action name="registerForPushWithJpush"   class="IpuPushJPush" method="registerForPush"          framework="IpuPush"/>
125
    <action name="unregisterForPushWithJpush"  class="IpuPushJPush" method="unregisterForPush"        framework="IpuPush"/>
126
    <action name="setJpushTags"   class="IpuPushJPush" method="setPushWithTags"          framework="IpuPush"/>
127
    <action name="setJpushAlias"   class="IpuPushJPush" method="setPushWithAlias"         framework="IpuPush"/>
136
    <action name="registerForPushWithJpush"   class="IpuPushJPush" method="registerForPush"/>
137
    <action name="unregisterForPushWithJpush" class="IpuPushJPush" method="unregisterForPush"/>
138
    <action name="setJpushTags"               class="IpuPushJPush" method="setPushWithTags"/>
139
    <action name="setJpushAlias"              class="IpuPushJPush" method="setPushWithAlias"/>
128
    
140
    
129
    <!-- voice recognition -->
141
    <!-- voice recognition -->
130
    <action name="startListen" class="IpuVoicePlugin" method="startListen" framework="IpuVoice"></action>
142
    <action name="startListen" class="IpuVoicePlugin" method="startListen"></action>
131
    
143
    
132
<!-- QQ -->
144
<!-- QQ -->
133
    <action name="shareTextQQFriend" class="WDFSocial" method="shareTextQQFriend" framework="WadeMobileFunc"></action>
134
<!--    <action name="shareFileQQFriend" class="WDFSocial" method="shareImageQQFriend"></action>-->
145
    <action name="shareTextQQFriend" class="WDFSocial" method="shareTextQQFriend"></action>
135
146
136
<!-- Wechat -->
147
<!-- Wechat -->
137
    <action name="shareTextWeChatFriend" class="WDFSocial" method="shareTextWechatFriend" framework="WadeMobileFunc"></action>
138
<!--    <action name="shareFileWeChatFriend" class="WDFSocial" method="shareImageWechatFriend"></action>-->
148
    <action name="shareTextWeChatFriend" class="WDFSocial" method="shareTextWechatFriend"></action>
139
149
140
    <action name="shareFileQQFriend"     class="WDFSocial" method="shareFileQQFriend"     framework="WadeMobileFunc"></action>
141
    <action name="shareFileWeChatFriend" class="WDFSocial" method="shareFileWeChatFriend" framework="WadeMobileFunc"></action>
150
    <action name="shareFileQQFriend"     class="WDFSocial" method="shareFileQQFriend"></action>
151
    <action name="shareFileWeChatFriend" class="WDFSocial" method="shareFileWeChatFriend"></action>
142
152
143
    <action name="shareTextMore" class="WDFSocial" method="shareTextMore" framework="WadeMobileFunc"></action>
144
    <action name="shareFileMore" class="WDFSocial" method="shareFileMore" framework="WadeMobileFunc"></action>
153
    <action name="shareTextMore" class="WDFSocial" method="shareTextMore"></action>
154
    <action name="shareFileMore" class="WDFSocial" method="shareFileMore"></action>
145
    
155
    
146
<!-- 缓存图片 -->
156
<!-- 缓存图片 -->
147
    <action name="setImageWithURL"  class="WDFImageCache" method="setImageWithURL"  framework="WadeMobileFunc"></action>
148
    <action name="setImageWithURLs"  class="WDFImageCache" method="setImageWithURLs"  framework="WadeMobileFunc"></action>
149
    <action name="clearImageCache"  class="WDFImageCache" method="clearImageCache"  framework="WadeMobileFunc"></action>
150
    <action name="saveImageToAlbum" class="WDFImageCache" method="saveImageToAlbum" framework="WadeMobileFunc"></action>
157
    <action name="setImageWithURL"  class="WDFImageCache" method="setImageWithURL"></action>
158
    <action name="setImageWithURLs" class="WDFImageCache" method="setImageWithURLs"></action>
159
    <action name="clearImageCache"  class="WDFImageCache" method="clearImageCache"></action>
160
    <action name="saveImageToAlbum" class="WDFImageCache" method="saveImageToAlbum"></action>
151
    
161
    
152
    <action name="openRN" class="WDRNPlugin" method="openRN" framework="IpuRNKit"/>
162
    <action name="openRN" class="WDRNPlugin" method="openRN"/>
153
    
163
    
154
    <!-- 从客户端缓存获取资源版本号 -->
164
    <!-- 从客户端缓存获取资源版本号 -->
155
    <action name="getClientResourceVersion" class="WDFResourceVersion" method="getClientResourceVersion"></action>
165
    <action name="getClientResourceVersion" class="WDFResourceVersion" method="getClientResourceVersion"></action>
156
    
166
    
157
    <!-- 指纹解锁 -->
167
    <!-- 指纹解锁 -->
158
    <action name="isSupportFingerprintAuthentication" class="IpuAuthentication" method="isSupportFingerprintAuthentication"></action>
168
    <action name="isSupportFingerprintAuthentication" class="IpuAuthentication" method="isSupportFingerprintAuthentication"></action>
159
    <action name="fingerprintAuthentication" class="IpuAuthentication" method="fingerprintAuthentication"></action>
169
    <action name="fingerprintAuthentication"          class="IpuAuthentication" method="fingerprintAuthentication"></action>
160
    
170
    
161
</actions>
171
</actions>

+ 5 - 4
display-center/Res/config/mobile-config.xml

11
<!--    <config name="request_host" value="http://192.168.253.10:8080"/>-->
11
<!--    <config name="request_host" value="http://192.168.253.10:8080"/>-->
12
<!--    <config name="request_path" value="/show"/>-->
12
<!--    <config name="request_path" value="/show"/>-->
13
13
14
    <config name="request_host" value="http://192.168.31.239:8080"/>
15
    <config name="request_path" value="/show"/>
14
<!--    <config name="request_host" value="http://192.168.31.239:8080"/>-->
15
<!--    <config name="request_path" value="/show"/>-->
16
16
17
<!--    <config name="res_host"     value="10.13.10.135:8080"/>-->
17
<!--    <config name="res_host"     value="10.13.10.135:8080"/>-->
18
<!--    <config name="request_path" value="/show-server"/>-->
18
<!--    <config name="request_path" value="/show-server"/>-->
19
19
20
<!--    <config name="request_host" value="http://www.aiipu.com:8083"/>-->
21
<!--    <config name="request_path" value="/show"/>-->
20
    <config name="request_host" value="http://www.aiipu.com:8083"/>
21
    <config name="request_path" value="/show"/>
22
22
23
    <config name="request_servlet" value="/mobiledata"/>
23
    <config name="request_servlet" value="/mobiledata"/>
24
    <config name="loading_page" value="Res/local/welcome.html"/>
24
    <config name="loading_page" value="Res/local/welcome.html"/>
25
    <config name="app_path" value="/display-center"/>
25
    <config name="app_path" value="/display-center"/>
26
    <config name="map_key" value="4747e75515c8bc2cd25ba484a4159dab"/>
26
    <config name="map_key" value="4747e75515c8bc2cd25ba484a4159dab"/>
27
    <config name="baidu_map_key" value="6QKAivEVgaAz0a4B9xSoqES3iUeGKKKT"/>
27
    <config name="yunba_push_key" value="5630418ff085fc471efdf2c9"/>
28
    <config name="yunba_push_key" value="5630418ff085fc471efdf2c9"/>
28
    
29
    
29
    <config name="j_push_key" value="7a0c9757e1994c72f51696d3"/>
30
    <config name="j_push_key" value="7a0c9757e1994c72f51696d3"/>

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

88
/* End PBXBuildFile section */
88
/* End PBXBuildFile section */
89
89
90
/* Begin PBXContainerItemProxy section */
90
/* Begin PBXContainerItemProxy section */
91
		04714E0A21AFD0BB008ADE2F /* PBXContainerItemProxy */ = {
92
			isa = PBXContainerItemProxy;
93
			containerPortal = 04714DD621AFD0BA008ADE2F /* WadeMobile.xcodeproj */;
94
			proxyType = 2;
95
			remoteGlobalIDString = 614A1CD61B2142130099793B;
96
			remoteInfo = WadeMobile;
97
		};
98
		04714E0C21AFD0BB008ADE2F /* PBXContainerItemProxy */ = {
99
			isa = PBXContainerItemProxy;
100
			containerPortal = 04714DD621AFD0BA008ADE2F /* WadeMobile.xcodeproj */;
101
			proxyType = 2;
102
			remoteGlobalIDString = 614A1CE11B2142130099793B;
103
			remoteInfo = WadeMobileTests;
104
		};
105
		04714E0E21AFD0BB008ADE2F /* PBXContainerItemProxy */ = {
106
			isa = PBXContainerItemProxy;
107
			containerPortal = 04714DD621AFD0BA008ADE2F /* WadeMobile.xcodeproj */;
108
			proxyType = 2;
109
			remoteGlobalIDString = E2D93A741B89BA2800D1DE7C;
110
			remoteInfo = WadeMobileBundle;
111
		};
112
		04714E1021AFD0BB008ADE2F /* PBXContainerItemProxy */ = {
113
			isa = PBXContainerItemProxy;
114
			containerPortal = 04714DD621AFD0BA008ADE2F /* WadeMobile.xcodeproj */;
115
			proxyType = 2;
116
			remoteGlobalIDString = 0A791C221FD102C0003CD586;
117
			remoteInfo = WadeMobileTestUnit;
118
		};
119
		04714E2421AFD63F008ADE2F /* PBXContainerItemProxy */ = {
120
			isa = PBXContainerItemProxy;
121
			containerPortal = 04714E1D21AFD63F008ADE2F /* WadeMobileFunc.xcodeproj */;
122
			proxyType = 2;
123
			remoteGlobalIDString = E2DE1AD41B42DD9500762141;
124
			remoteInfo = WadeMobileFunc;
125
		};
126
		04714E2621AFD63F008ADE2F /* PBXContainerItemProxy */ = {
127
			isa = PBXContainerItemProxy;
128
			containerPortal = 04714E1D21AFD63F008ADE2F /* WadeMobileFunc.xcodeproj */;
129
			proxyType = 2;
130
			remoteGlobalIDString = 0AE1E0841C7EE95900FCCD24;
131
			remoteInfo = WadeMobileFuncTests;
132
		};
133
		0480E9A621B795F6007C4588 /* PBXContainerItemProxy */ = {
134
			isa = PBXContainerItemProxy;
135
			containerPortal = 0480E9A121B795F5007C4588 /* IpuMap.xcodeproj */;
136
			proxyType = 2;
137
			remoteGlobalIDString = B2461A1D20E0807800BE2236;
138
			remoteInfo = IpuMap;
139
		};
140
		0480E9A821B795F6007C4588 /* PBXContainerItemProxy */ = {
141
			isa = PBXContainerItemProxy;
142
			containerPortal = 0480E9A121B795F5007C4588 /* IpuMap.xcodeproj */;
143
			proxyType = 2;
144
			remoteGlobalIDString = B2FC01FA20E1CCE9009ECF6B;
145
			remoteInfo = IpuMapBundle;
146
		};
147
		0483A34421B0D76500FF4EFF /* PBXContainerItemProxy */ = {
148
			isa = PBXContainerItemProxy;
149
			containerPortal = 0483A33A21B0D76400FF4EFF /* IpuPush.xcodeproj */;
150
			proxyType = 2;
151
			remoteGlobalIDString = 0A159C231D2B4BD70025166A;
152
			remoteInfo = IpuPush;
153
		};
154
		0483A34621B0D76500FF4EFF /* PBXContainerItemProxy */ = {
155
			isa = PBXContainerItemProxy;
156
			containerPortal = 0483A33A21B0D76400FF4EFF /* IpuPush.xcodeproj */;
157
			proxyType = 2;
158
			remoteGlobalIDString = 0A159C2D1D2B4BD70025166A;
159
			remoteInfo = IpuPushTests;
160
		};
161
		B25B8FDF21901B0C001A240E /* PBXContainerItemProxy */ = {
91
		B25B8FDF21901B0C001A240E /* PBXContainerItemProxy */ = {
162
			isa = PBXContainerItemProxy;
92
			isa = PBXContainerItemProxy;
163
			containerPortal = B25B8FD821901B0C001A240E /* RCTWebSocket.xcodeproj */;
93
			containerPortal = B25B8FD821901B0C001A240E /* RCTWebSocket.xcodeproj */;
489
		0429A206218046E2003CEE83 /* WadeMobileFuncBundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = WadeMobileFuncBundle.bundle; path = ../IpuCommon/Frameworks/WadeMobileFuncBundle.bundle; sourceTree = "<group>"; };
419
		0429A206218046E2003CEE83 /* WadeMobileFuncBundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = WadeMobileFuncBundle.bundle; path = ../IpuCommon/Frameworks/WadeMobileFuncBundle.bundle; sourceTree = "<group>"; };
490
		0429A2332180484E003CEE83 /* fontawesome-webfont.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "fontawesome-webfont.ttf"; path = "../IpuCommon/Frameworks/fontawesome-webfont.ttf"; sourceTree = "<group>"; };
420
		0429A2332180484E003CEE83 /* fontawesome-webfont.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "fontawesome-webfont.ttf"; path = "../IpuCommon/Frameworks/fontawesome-webfont.ttf"; sourceTree = "<group>"; };
491
		0460E86220AA9C1300CCFDA4 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; };
421
		0460E86220AA9C1300CCFDA4 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; };
492
		04714DD621AFD0BA008ADE2F /* WadeMobile.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WadeMobile.xcodeproj; path = ../../ios/WadeMobile/WadeMobile.xcodeproj; sourceTree = "<group>"; };
493
		04714E1D21AFD63F008ADE2F /* WadeMobileFunc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WadeMobileFunc.xcodeproj; path = ../WadeMobileFunc/WadeMobileFunc.xcodeproj; sourceTree = "<group>"; };
494
		0480E9A121B795F5007C4588 /* IpuMap.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = IpuMap.xcodeproj; path = "../../ios-plugin/IpuMap/IpuMap.xcodeproj"; sourceTree = "<group>"; };
495
		0483A33A21B0D76400FF4EFF /* IpuPush.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = IpuPush.xcodeproj; path = "../../ios-plugin/IpuPush/IpuPush.xcodeproj"; sourceTree = "<group>"; };
496
		B247A76B20E0D33A00117A38 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
422
		B247A76B20E0D33A00117A38 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
497
		B247A76D20E0D34100117A38 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
423
		B247A76D20E0D34100117A38 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
498
		B247A76F20E0D34700117A38 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
424
		B247A76F20E0D34700117A38 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
653
			name = Frameworks;
579
			name = Frameworks;
654
			sourceTree = "<group>";
580
			sourceTree = "<group>";
655
		};
581
		};
656
		04714DD721AFD0BA008ADE2F /* Products */ = {
657
			isa = PBXGroup;
658
			children = (
659
				04714E0B21AFD0BB008ADE2F /* WadeMobile.framework */,
660
				04714E0D21AFD0BB008ADE2F /* WadeMobileTests.xctest */,
661
				04714E0F21AFD0BB008ADE2F /* WadeMobileBundle.bundle */,
662
				04714E1121AFD0BB008ADE2F /* WadeMobileTestUnit.xctest */,
663
			);
664
			name = Products;
665
			sourceTree = "<group>";
666
		};
667
		04714E1E21AFD63F008ADE2F /* Products */ = {
668
			isa = PBXGroup;
669
			children = (
670
				04714E2521AFD63F008ADE2F /* WadeMobileFunc.framework */,
671
				04714E2721AFD63F008ADE2F /* WadeMobileFuncTests.xctest */,
672
			);
673
			name = Products;
674
			sourceTree = "<group>";
675
		};
676
		0480E9A221B795F5007C4588 /* Products */ = {
677
			isa = PBXGroup;
678
			children = (
679
				0480E9A721B795F6007C4588 /* IpuMap.framework */,
680
				0480E9A921B795F6007C4588 /* IpuMapBundle.bundle */,
681
			);
682
			name = Products;
683
			sourceTree = "<group>";
684
		};
685
		0483A33B21B0D76400FF4EFF /* Products */ = {
686
			isa = PBXGroup;
687
			children = (
688
				0483A34521B0D76500FF4EFF /* IpuPush.framework */,
689
				0483A34721B0D76500FF4EFF /* IpuPushTests.xctest */,
690
			);
691
			name = Products;
692
			sourceTree = "<group>";
693
		};
694
		B254174121A5329B00ABCE93 /* IpuRN */ = {
582
		B254174121A5329B00ABCE93 /* IpuRN */ = {
695
			isa = PBXGroup;
583
			isa = PBXGroup;
696
			children = (
584
			children = (
914
		EA8712331ECD8B580045E19A = {
802
		EA8712331ECD8B580045E19A = {
915
			isa = PBXGroup;
803
			isa = PBXGroup;
916
			children = (
804
			children = (
917
				0480E9A121B795F5007C4588 /* IpuMap.xcodeproj */,
918
				0483A33A21B0D76400FF4EFF /* IpuPush.xcodeproj */,
919
				04714E1D21AFD63F008ADE2F /* WadeMobileFunc.xcodeproj */,
920
				04714DD621AFD0BA008ADE2F /* WadeMobile.xcodeproj */,
921
				B254174121A5329B00ABCE93 /* IpuRN */,
805
				B254174121A5329B00ABCE93 /* IpuRN */,
922
				B2FC4B14219178DD008F7621 /* anticon.ttf */,
806
				B2FC4B14219178DD008F7621 /* anticon.ttf */,
923
				B2E8BECF2176C2A600A06A13 /* AMap.bundle */,
807
				B2E8BECF2176C2A600A06A13 /* AMap.bundle */,
1035
					ProjectRef = B25B90B821903F2E001A240E /* ART.xcodeproj */;
919
					ProjectRef = B25B90B821903F2E001A240E /* ART.xcodeproj */;
1036
				},
920
				},
1037
				{
921
				{
1038
					ProductGroup = 0480E9A221B795F5007C4588 /* Products */;
1039
					ProjectRef = 0480E9A121B795F5007C4588 /* IpuMap.xcodeproj */;
1040
				},
1041
				{
1042
					ProductGroup = 0483A33B21B0D76400FF4EFF /* Products */;
1043
					ProjectRef = 0483A33A21B0D76400FF4EFF /* IpuPush.xcodeproj */;
1044
				},
1045
				{
1046
					ProductGroup = B25B90C221903F41001A240E /* Products */;
922
					ProductGroup = B25B90C221903F41001A240E /* Products */;
1047
					ProjectRef = B25B90C121903F41001A240E /* RCTActionSheet.xcodeproj */;
923
					ProjectRef = B25B90C121903F41001A240E /* RCTActionSheet.xcodeproj */;
1048
				},
924
				},
1102
					ProductGroup = B2FC4AD62191392D008F7621 /* Products */;
978
					ProductGroup = B2FC4AD62191392D008F7621 /* Products */;
1103
					ProjectRef = B2FC4AD52191392D008F7621 /* RNCamera.xcodeproj */;
979
					ProjectRef = B2FC4AD52191392D008F7621 /* RNCamera.xcodeproj */;
1104
				},
980
				},
1105
				{
1106
					ProductGroup = 04714DD721AFD0BA008ADE2F /* Products */;
1107
					ProjectRef = 04714DD621AFD0BA008ADE2F /* WadeMobile.xcodeproj */;
1108
				},
1109
				{
1110
					ProductGroup = 04714E1E21AFD63F008ADE2F /* Products */;
1111
					ProjectRef = 04714E1D21AFD63F008ADE2F /* WadeMobileFunc.xcodeproj */;
1112
				},
1113
			);
981
			);
1114
			projectRoot = "";
982
			projectRoot = "";
1115
			targets = (
983
			targets = (
1119
/* End PBXProject section */
987
/* End PBXProject section */
1120
988
1121
/* Begin PBXReferenceProxy section */
989
/* Begin PBXReferenceProxy section */
1122
		04714E0B21AFD0BB008ADE2F /* WadeMobile.framework */ = {
1123
			isa = PBXReferenceProxy;
1124
			fileType = wrapper.framework;
1125
			path = WadeMobile.framework;
1126
			remoteRef = 04714E0A21AFD0BB008ADE2F /* PBXContainerItemProxy */;
1127
			sourceTree = BUILT_PRODUCTS_DIR;
1128
		};
1129
		04714E0D21AFD0BB008ADE2F /* WadeMobileTests.xctest */ = {
1130
			isa = PBXReferenceProxy;
1131
			fileType = wrapper.cfbundle;
1132
			path = WadeMobileTests.xctest;
1133
			remoteRef = 04714E0C21AFD0BB008ADE2F /* PBXContainerItemProxy */;
1134
			sourceTree = BUILT_PRODUCTS_DIR;
1135
		};
1136
		04714E0F21AFD0BB008ADE2F /* WadeMobileBundle.bundle */ = {
1137
			isa = PBXReferenceProxy;
1138
			fileType = wrapper.cfbundle;
1139
			path = WadeMobileBundle.bundle;
1140
			remoteRef = 04714E0E21AFD0BB008ADE2F /* PBXContainerItemProxy */;
1141
			sourceTree = BUILT_PRODUCTS_DIR;
1142
		};
1143
		04714E1121AFD0BB008ADE2F /* WadeMobileTestUnit.xctest */ = {
1144
			isa = PBXReferenceProxy;
1145
			fileType = wrapper.cfbundle;
1146
			path = WadeMobileTestUnit.xctest;
1147
			remoteRef = 04714E1021AFD0BB008ADE2F /* PBXContainerItemProxy */;
1148
			sourceTree = BUILT_PRODUCTS_DIR;
1149
		};
1150
		04714E2521AFD63F008ADE2F /* WadeMobileFunc.framework */ = {
1151
			isa = PBXReferenceProxy;
1152
			fileType = wrapper.framework;
1153
			path = WadeMobileFunc.framework;
1154
			remoteRef = 04714E2421AFD63F008ADE2F /* PBXContainerItemProxy */;
1155
			sourceTree = BUILT_PRODUCTS_DIR;
1156
		};
1157
		04714E2721AFD63F008ADE2F /* WadeMobileFuncTests.xctest */ = {
1158
			isa = PBXReferenceProxy;
1159
			fileType = wrapper.cfbundle;
1160
			path = WadeMobileFuncTests.xctest;
1161
			remoteRef = 04714E2621AFD63F008ADE2F /* PBXContainerItemProxy */;
1162
			sourceTree = BUILT_PRODUCTS_DIR;
1163
		};
1164
		0480E9A721B795F6007C4588 /* IpuMap.framework */ = {
1165
			isa = PBXReferenceProxy;
1166
			fileType = wrapper.framework;
1167
			path = IpuMap.framework;
1168
			remoteRef = 0480E9A621B795F6007C4588 /* PBXContainerItemProxy */;
1169
			sourceTree = BUILT_PRODUCTS_DIR;
1170
		};
1171
		0480E9A921B795F6007C4588 /* IpuMapBundle.bundle */ = {
1172
			isa = PBXReferenceProxy;
1173
			fileType = wrapper.cfbundle;
1174
			path = IpuMapBundle.bundle;
1175
			remoteRef = 0480E9A821B795F6007C4588 /* PBXContainerItemProxy */;
1176
			sourceTree = BUILT_PRODUCTS_DIR;
1177
		};
1178
		0483A34521B0D76500FF4EFF /* IpuPush.framework */ = {
1179
			isa = PBXReferenceProxy;
1180
			fileType = wrapper.framework;
1181
			path = IpuPush.framework;
1182
			remoteRef = 0483A34421B0D76500FF4EFF /* PBXContainerItemProxy */;
1183
			sourceTree = BUILT_PRODUCTS_DIR;
1184
		};
1185
		0483A34721B0D76500FF4EFF /* IpuPushTests.xctest */ = {
1186
			isa = PBXReferenceProxy;
1187
			fileType = wrapper.cfbundle;
1188
			path = IpuPushTests.xctest;
1189
			remoteRef = 0483A34621B0D76500FF4EFF /* PBXContainerItemProxy */;
1190
			sourceTree = BUILT_PRODUCTS_DIR;
1191
		};
1192
		B25B8FE021901B0C001A240E /* libRCTWebSocket.a */ = {
990
		B25B8FE021901B0C001A240E /* libRCTWebSocket.a */ = {
1193
			isa = PBXReferenceProxy;
991
			isa = PBXReferenceProxy;
1194
			fileType = archive.ar;
992
			fileType = archive.ar;

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


+ 13 - 11
display-center/display-center/Info.plist

59
		<true/>
59
		<true/>
60
	</dict>
60
	</dict>
61
	<key>NSBluetoothPeripheralUsageDescription</key>
61
	<key>NSBluetoothPeripheralUsageDescription</key>
62
	<string>是否许允“超级客户端”使用蓝牙?</string>
62
	<string>是否许允“IPU秀”使用蓝牙?</string>
63
	<key>NSCalendarsUsageDescription</key>
63
	<key>NSCalendarsUsageDescription</key>
64
	<string>是否允许“超级客户端”使用日历?</string>
64
	<string>是否允许“IPU秀”使用日历?</string>
65
	<key>NSCameraUsageDescription</key>
65
	<key>NSCameraUsageDescription</key>
66
	<string>是否允许“超级客户端”使用您的相机?</string>
66
	<string>是否允许“IPU秀”使用您的相机?</string>
67
	<key>NSContactsUsageDescription</key>
67
	<key>NSContactsUsageDescription</key>
68
	<string>是否允许“超级客户端”访问您的通讯录?</string>
69
	<key>NSLocationAlwaysUsageDescription</key>
70
	<string>是否允许“超级客户端”访问您的地理位置?</string>
71
	<key>NSLocationWhenInUseUsageDescription</key>
72
	<string>是否允许“超级客户端”访问您的地理位置?</string>
68
	<string>是否允许“IPU秀”访问您的通讯录?</string>
73
	<key>NSMicrophoneUsageDescription</key>
69
	<key>NSMicrophoneUsageDescription</key>
74
	<string>是否允许“超级客户端”使用您的麦克风?</string>
70
	<string>是否允许“IPU秀”使用您的麦克风?</string>
75
	<key>NSPhotoLibraryAddUsageDescription</key>
71
	<key>NSPhotoLibraryAddUsageDescription</key>
76
	<string>是否允许保存图片到相册?</string>
72
	<string>是否允许“IPU秀”保存图片到相册?</string>
77
	<key>NSPhotoLibraryUsageDescription</key>
73
	<key>NSPhotoLibraryUsageDescription</key>
78
	<string>是否允许“超级客户端”访问您的相册?</string>
74
	<string>是否允许“IPU秀”访问您的相册?</string>
75
	<key>NSLocationWhenInUseUsageDescription</key>
76
	<string>是否允许“IPU秀”访问您的地理位置?</string>
77
	<key>NSLocationAlwaysUsageDescription</key>
78
	<string>是否允许“IPU秀”访问您的地理位置?</string>
79
	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
80
	<string>是否允许“IPU秀”访问您的地理位置?</string>
79
	<key>UIAppFonts</key>
81
	<key>UIAppFonts</key>
80
	<array>
82
	<array>
81
		<string>fontawesome-webfont.ttf</string>
83
		<string>fontawesome-webfont.ttf</string>

+ 3 - 1
display-center/display-center/ViewController.m

90
    }
90
    }
91
}
91
}
92
92
93
93
- (UIStatusBarStyle)preferredStatusBarStyle{
94
    return UIStatusBarStyleLightContent;
95
}
94
96
95
@end
97
@end