Browse Source

完善代码作判空处理

liufl5 6 years ago
parent
commit
ceaa618496
42 changed files with 454 additions and 326 deletions
  1. 1 1
      IpuCommon/Frameworks/IpuCount.framework/Headers/IpuCommonUtil.h
  2. 1 0
      IpuCommon/Frameworks/IpuCount.framework/Headers/IpuCountConstant.h
  3. 1 1
      IpuCommon/Frameworks/IpuCount.framework/Headers/IpuCountReport.h
  4. BIN
      IpuCommon/Frameworks/IpuCount.framework/Info.plist
  5. BIN
      IpuCommon/Frameworks/IpuCount.framework/IpuCount
  6. BIN
      IpuCommon/Frameworks/IpuLib.framework/Info.plist
  7. BIN
      IpuCommon/Frameworks/IpuLib.framework/IpuLib
  8. BIN
      IpuCommon/Frameworks/IpuMap.framework/Info.plist
  9. BIN
      IpuCommon/Frameworks/IpuMap.framework/IpuMap
  10. BIN
      IpuCommon/Frameworks/IpuPush.framework/Info.plist
  11. BIN
      IpuCommon/Frameworks/IpuPush.framework/IpuPush
  12. BIN
      IpuCommon/Frameworks/WadeMobile.framework/Info.plist
  13. BIN
      IpuCommon/Frameworks/WadeMobile.framework/WadeMobile
  14. BIN
      IpuCommon/Frameworks/WadeMobileFunc.framework/Info.plist
  15. BIN
      IpuCommon/Frameworks/WadeMobileFunc.framework/WadeMobileFunc
  16. 21 2
      IpuCommon/Frameworks/WadeMobileFunc.framework/_CodeSignature/CodeResources
  17. BIN
      IpuCommon/Frameworks/fontawesome-webfont.ttf
  18. 3 3
      IpuLib/IpuLib.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  19. 17 22
      SuperMenu/Res/config/count-config.xml
  20. 8 5
      SuperMenu/Res/config/mobile-action.xml
  21. 7 6
      SuperMenu/Res/config/mobile-config.xml
  22. 145 34
      SuperMenu/SuperMenu.xcodeproj/project.pbxproj
  23. BIN
      SuperMenu/SuperMenu.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate
  24. 204 205
      SuperMenu/SuperMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
  25. BIN
      SuperMenu/SuperMenu.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate
  26. 9 9
      SuperMenu/SuperMenu/AppDelegate.m
  27. 1 1
      SuperMenu/SuperMenu/Info.plist
  28. 4 4
      SuperMenu/SuperMenu/ViewController.m
  29. 7 10
      SuperMenu/SuperMenu/multiple/AppManagePlugin.m
  30. 5 5
      WadeMobileFunc/WadeMobileFunc.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
  31. 3 3
      WadeMobileFunc/WadeMobileFunc.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  32. 3 1
      WadeMobileFunc/WadeMobileFunc/WDFMobileStorage.m
  33. 1 1
      WadeMobileFunc/WadeMobileFunc/WDFMobileUI.m
  34. 1 1
      display-center/ReactNative/node_modules/react-native-camera/ios/RNCamera.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  35. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/ART/ART.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  36. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  37. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/CameraRoll/RCTCameraRoll.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  38. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  39. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/Image/RCTImage.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  40. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  41. 6 6
      display-center/ReactNative/node_modules/react-native/React/React.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  42. BIN
      display-center/display-center.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate

+ 1 - 1
IpuCommon/Frameworks/IpuCount.framework/Headers/IpuCommonUtil.h

@ -33,7 +33,7 @@
33 33
/*
34 34
 计算时间差
35 35
 */
36
+ (NSTimeInterval)intervalForStarTime:(NSString *)starTime EndTime:(NSString *)endTime;
36
+ (NSString *)intervalForStarTime:(NSString *)starTime EndTime:(NSString *)endTime;
37 37
38 38
#pragma mark - 设备信息相关
39 39
/*

+ 1 - 0
IpuCommon/Frameworks/IpuCount.framework/Headers/IpuCountConstant.h

@ -19,6 +19,7 @@
19 19
//#define SERVER_PORT 9000
20 20
21 21
#define SERVER_ADDRESS @"192.168.31.239"
22
//#define SERVER_ADDRESS @"192.168.1.103"
22 23
#define SERVER_PORT 9100
23 24
24 25
#define COUNT_SERVICE_URL @"count_service_url"

+ 1 - 1
IpuCommon/Frameworks/IpuCount.framework/Headers/IpuCountReport.h

@ -40,6 +40,6 @@
40 40
 *页面请求日志封装:ipu_page
41 41
 格式:LOG_TYPE + LOG_KEY + LOG_SEND_TIME + START_TIME + DURATION + PAGE_ACTION + PARAM + LAST_PAGE_ACTION + STATUS + EXCEPTION_NAME + EXCEPTION_CLASS + EXCEPTION_METHOD
42 42
 **/
43
+ (void)reportPageInfo:(NSString *)startTime action:(NSString *)action params:(NSString *)params className:(NSString *)className exception:(NSException *)exp;
43
+ (void)reportPageInfo:(NSString *)startTime action:(NSString *)action lastAction:(NSString *)lastAction params:(NSString *)params className:(NSString *)className exception:(NSException *)exp;
44 44
45 45
@end

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


BIN
IpuCommon/Frameworks/IpuCount.framework/IpuCount


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


BIN
IpuCommon/Frameworks/IpuLib.framework/IpuLib


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


BIN
IpuCommon/Frameworks/IpuMap.framework/IpuMap


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


BIN
IpuCommon/Frameworks/IpuPush.framework/IpuPush


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


BIN
IpuCommon/Frameworks/WadeMobile.framework/WadeMobile


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


BIN
IpuCommon/Frameworks/WadeMobileFunc.framework/WadeMobileFunc


+ 21 - 2
IpuCommon/Frameworks/WadeMobileFunc.framework/_CodeSignature/CodeResources

@ -122,7 +122,7 @@
122 122
		</data>
123 123
		<key>Info.plist</key>
124 124
		<data>
125
		mukXrzHV/uzMcFxcZ09wdq3kAmI=
125
		j316aZXORULqel5XnmWdm0rhUHg=
126 126
		</data>
127 127
	</dict>
128 128
	<key>files2</key>
@ -449,7 +449,7 @@
449 449
	</dict>
450 450
	<key>rules</key>
451 451
	<dict>
452
		<key>^.*</key>
452
		<key>^</key>
453 453
		<true/>
454 454
		<key>^.*\.lproj/</key>
455 455
		<dict>
@ -480,6 +480,11 @@
480 480
			<key>weight</key>
481 481
			<real>11</real>
482 482
		</dict>
483
		<key>^</key>
484
		<dict>
485
			<key>weight</key>
486
			<real>20</real>
487
		</dict>
483 488
		<key>^(.*/)?\.DS_Store$</key>
484 489
		<dict>
485 490
			<key>omit</key>
@ -487,6 +492,13 @@
487 492
			<key>weight</key>
488 493
			<real>2000</real>
489 494
		</dict>
495
		<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
496
		<dict>
497
			<key>nested</key>
498
			<true/>
499
			<key>weight</key>
500
			<real>10</real>
501
		</dict>
490 502
		<key>^.*</key>
491 503
		<true/>
492 504
		<key>^.*\.lproj/</key>
@ -522,6 +534,13 @@
522 534
			<key>weight</key>
523 535
			<real>20</real>
524 536
		</dict>
537
		<key>^[^/]+$</key>
538
		<dict>
539
			<key>nested</key>
540
			<true/>
541
			<key>weight</key>
542
			<real>10</real>
543
		</dict>
525 544
		<key>^embedded\.provisionprofile$</key>
526 545
		<dict>
527 546
			<key>weight</key>

BIN
IpuCommon/Frameworks/fontawesome-webfont.ttf


+ 3 - 3
IpuLib/IpuLib.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist

@ -7,17 +7,17 @@
7 7
		<key>IpuLib.xcscheme</key>
8 8
		<dict>
9 9
			<key>orderHint</key>
10
			<integer>8</integer>
10
			<integer>16</integer>
11 11
		</dict>
12 12
		<key>IpuLib4Appstore.xcscheme</key>
13 13
		<dict>
14 14
			<key>orderHint</key>
15
			<integer>9</integer>
15
			<integer>19</integer>
16 16
		</dict>
17 17
		<key>IpuLib4Develop.xcscheme</key>
18 18
		<dict>
19 19
			<key>orderHint</key>
20
			<integer>10</integer>
20
			<integer>20</integer>
21 21
		</dict>
22 22
	</dict>
23 23
</dict>

+ 17 - 22
SuperMenu/Res/config/count-config.xml

@ -1,29 +1,24 @@
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<config>
3
<!--    <monitor class="IpuPluginMonitor">-->
4
<!--        <count class="WDFMobileDatabase">-->
5
<!--            <method>execSql:</method>-->
6
<!--        </count>-->
7
<!--        <count class="AppManagePlugin">-->
8
<!--            <method>initAppConfig:</method>-->
9
<!--        </count>-->
10
<!--        <count class="WDFMobileStorage">-->
11
<!--            <method>setMemoryCache:</method>-->
12
<!--            <method>getMemoryCache:</method>-->
13
<!--        </count>-->
14
<!--    </monitor>-->
15
<!--    -->
16
<!--    <monitor class="IpuPageMonitor">-->
17
<!--        <count class="WDFMobileUI">-->
18
<!--            <method>openUrl:</method>-->
19
<!--            <method>openPage:</method>-->
20
<!--            <method>openTemplate:</method>-->
21
<!--        </count>-->
22
<!--    </monitor>-->
23
    
3
4
    <!--    插件调用插码   -->
5
    <monitor class="IpuPluginMonitor">
6
        <!--监听IPU框架所有插件-->
7
        <count class="WDPluginManager">
8
            <method>execute:action:arrayParam:callback:</method>
9
        </count>
10
    </monitor>
11
12
    <!--    打开页面插码   -->
13
    <monitor class="IpuPageMonitor">
14
        <count class="WDFMobileUI">
15
            <method>openPage:data:isCurrView:</method>
16
            <method>openTemplate:withData:isCurr:</method>
17
        </count>
18
    </monitor>
19
24 20
    <monitor class="IpuDataMonitor">
25 21
        <count class="WDFMobileNetwork">
26
<!--            <method>dataRequest:</method>-->
27 22
            <method>dataRequest:params:</method>
28 23
        </count>
29 24
    </monitor>

+ 8 - 5
SuperMenu/Res/config/mobile-action.xml

@ -8,13 +8,13 @@
8 8
    <action name="openIpuApp"       class="AppManagePlugin"     method="openIpuApp"/>
9 9
    <action name="openRemoteURL"    class="AppManagePlugin"     method="openRemoteURL"/>
10 10
    <action name="closeIpuApp"    class="AppManagePlugin"     method="closeIpuApp"/>
11
<!--    <action name="openRemoteURL"    class="WDFMobileUI"     method="openUrl"/>-->
11
    <action name="openRemoteURL"    class="WDFMobileUI"     method="openUrl"/>
12 12
13 13
    <action name="initNfc"          class="AppManagePlugin"     method="initNfc"/>
14 14
    <action name="reLogin"          class="AppManagePlugin"     method="reLogin"/>
15 15
    <action name="getChoice"        class="AppManagePlugin"     method="getChoice"/>
16 16
    <action name="closeIpuApp"      class="AppManagePlugin"     method="closeIpuApp"/>
17
<!--    <action name="openNative"       class="AppManagePlugin"     method="openNative"/>-->
17
    <action name="openNative"       class="AppManagePlugin"     method="openNative"/>
18 18
19 19
    <!--WDFMobileBasic-->
20 20
	<action name="sms" class="WDFMobileBasic" method="sms"/>
@ -53,9 +53,12 @@
53 53
    <action name="openBrowser" class="WDFMobileUI" method="openBrowser"/>
54 54
    
55 55
    <!--WDFMobileNetwork-->
56
    <action name="httpGet" class="WDFMobileNetwork" method="httpGet"/>
57
    <action name="httpRequest" class="WDFMobileNetwork" method="httpRequest"/>
58
    <action name="dataRequest" class="WDFMobileNetwork" method="dataRequest"/>
56
<!--    <action name="httpGet" class="WDFMobileNetwork" method="httpGet"/>-->
57
<!--    <action name="httpRequest" class="WDFMobileNetwork" method="httpRequest"/>-->
58
<!--    <action name="dataRequest" class="WDFMobileNetwork" method="dataRequest"/>-->
59
    <action name="httpGet" class="WDFMobileNetwork" method="httpGet" singleton="false"/>
60
    <action name="httpRequest" class="WDFMobileNetwork" method="httpRequest" singleton="false"/>
61
    <action name="dataRequest" class="WDFMobileNetwork" method="dataRequest" singleton="false"/>
59 62
    <action name="shareByBluetooth" class="WDFMobileNetwork" method="shareByBluetooth"/>
60 63
    <action name="httpDownloadFile" class="WDFMobileNetwork" method="httpDownloadFile"/>
61 64
    

+ 7 - 6
SuperMenu/Res/config/mobile-config.xml

@ -1,8 +1,8 @@
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<configs>
3 3
    <!--appstore 正式环境-->
4
    <config name="request_host" value="http://aiipu.com:8083"/>
5
    <config name="request_path" value="/superapp"/>
4
<!--    <config name="request_host" value="http://aiipu.com:8083"/>-->
5
<!--    <config name="request_path" value="/superapp"/>-->
6 6
7 7
    <!--ghh-->
8 8
<!--    <config name="request_host" value="http://10.13.10.94:8080"/>-->
@ -26,13 +26,14 @@
26 26
<!--    <config name="request_path" value="/superapp"/>-->
27 27
28 28
    <!--lfl-->
29
<!--    <config name="request_host" value="http://192.168.31.239:8080"/>-->
30
<!--    <config name="request_host" value="http://172.20.10.4:8080"/>-->
31
<!--    <config name="request_path" value="/superapp"/>-->
29
    <config name="request_host" value="http://192.168.31.239:8080"/>
30
<!--    <config name="request_host" value="http://192.168.3.115:8080"/>-->
31
<!--    <config name="request_host" value="http://192.168.1.103:8080"/>-->
32
    <config name="request_path" value="/superapp"/>
32 33
33 34
    
34 35
    <config name="request_servlet" value="/mobiledata"/>
35
    <config name="loading_page" value="Res/local1/welcome.html"/>
36
    <config name="loading_page" value="Res/local/welcome.html"/>
36 37
    <config name="app_path" value="/supermenu"/>
37 38
    <config name="map_key" value="a398a7ff784be37c5df597386765d34c"/>
38 39
    <config name="yunba_push_key" value="5630418ff085fc471efdf2c9"/>

+ 145 - 34
SuperMenu/SuperMenu.xcodeproj/project.pbxproj

@ -8,19 +8,24 @@
8 8
9 9
/* Begin PBXBuildFile section */
10 10
		0429A27121805C34003CEE83 /* WadeMobileBundle.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 0429A26E21805C34003CEE83 /* WadeMobileBundle.bundle */; };
11
		0429A27521805C34003CEE83 /* fontawesome-webfont.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0429A27021805C34003CEE83 /* fontawesome-webfont.ttf */; };
12 11
		0429A29A21805EA8003CEE83 /* Res in Resources */ = {isa = PBXBuildFile; fileRef = 0429A29921805EA8003CEE83 /* Res */; };
13
		04635DDB2223E3150073DE0A /* IpuCount.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04635DDA2223E3150073DE0A /* IpuCount.framework */; };
14
		0468917C21C9080700EE1411 /* IpuPush.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0468917B21C9080700EE1411 /* IpuPush.framework */; };
15 12
		0468917E21C9081600EE1411 /* WadeMobile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0468917D21C9081600EE1411 /* WadeMobile.framework */; };
16 13
		0468917F21C9082C00EE1411 /* WadeMobile.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0468917D21C9081600EE1411 /* WadeMobile.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
17
		0468918021C9082C00EE1411 /* IpuPush.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0468917B21C9080700EE1411 /* IpuPush.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
18 14
		0474DA06225DC96A00D4F94A /* IPUCountLogPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 0474DA05225DC96A00D4F94A /* IPUCountLogPlugin.m */; };
19
		0A780E621EE8EACF004AE072 /* IpuQrCode.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A780E611EE8EACF004AE072 /* IpuQrCode.framework */; };
20
		0A780E631EE8EAD4004AE072 /* IpuQrCode.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0A780E611EE8EACF004AE072 /* IpuQrCode.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
15
		04D7A043228EA441005AC1BE /* WadeMobileFuncBundle.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04D7A042228EA440005AC1BE /* WadeMobileFuncBundle.bundle */; };
16
		04D7A04B228EA7B8005AC1BE /* IpuQrCodeBundle.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04D7A044228EA7B7005AC1BE /* IpuQrCodeBundle.bundle */; };
17
		04D7A04C228EA7B8005AC1BE /* IpuCount.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04D7A045228EA7B7005AC1BE /* IpuCount.framework */; };
18
		04D7A04D228EA7B8005AC1BE /* IpuBDMap.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04D7A046228EA7B7005AC1BE /* IpuBDMap.framework */; };
19
		04D7A04E228EA7B8005AC1BE /* IpuMap.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04D7A047228EA7B8005AC1BE /* IpuMap.framework */; };
20
		04D7A04F228EA7B8005AC1BE /* IpuQrCode.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04D7A048228EA7B8005AC1BE /* IpuQrCode.framework */; };
21
		04D7A050228EA7B8005AC1BE /* IpuPush.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04D7A049228EA7B8005AC1BE /* IpuPush.framework */; };
22
		04D7A051228EA7B8005AC1BE /* IpuMapBundle.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04D7A04A228EA7B8005AC1BE /* IpuMapBundle.bundle */; };
23
		04D7A052228EA7D0005AC1BE /* IpuBDMap.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04D7A046228EA7B7005AC1BE /* IpuBDMap.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
24
		04D7A053228EA7D0005AC1BE /* IpuCount.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04D7A045228EA7B7005AC1BE /* IpuCount.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
25
		04D7A054228EA7D0005AC1BE /* IpuMap.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04D7A047228EA7B8005AC1BE /* IpuMap.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
26
		04D7A056228EA7D0005AC1BE /* IpuPush.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04D7A049228EA7B8005AC1BE /* IpuPush.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
27
		04D7A057228EA7D0005AC1BE /* IpuQrCode.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04D7A048228EA7B8005AC1BE /* IpuQrCode.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
21 28
		0ADE48431FF6181A009961EF /* SubViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ADE48421FF6181A009961EF /* SubViewController.m */; };
22
		B24886B821BFA1A3005AFB7C /* IpuMap.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA9AB3251E1DF3B1009CDEB6 /* IpuMap.framework */; };
23
		B24886B921BFA1F0005AFB7C /* IpuMap.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = EA9AB3251E1DF3B1009CDEB6 /* IpuMap.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
24 29
		B28C9DAD21C383340006191A /* icon_suspend_center@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B28C9DA221C383340006191A /* icon_suspend_center@2x.png */; };
25 30
		B28C9DAF21C383340006191A /* IPUSuspendButton.m in Sources */ = {isa = PBXBuildFile; fileRef = B28C9DA421C383340006191A /* IPUSuspendButton.m */; };
26 31
		B28C9DB221C383340006191A /* UIButton+SuspendAddition.m in Sources */ = {isa = PBXBuildFile; fileRef = B28C9DA821C383340006191A /* UIButton+SuspendAddition.m */; };
@ -35,7 +40,6 @@
35 40
		B2EC034621C73932004F38B6 /* WadeMobileFunc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 045BF82B218AEDD800235C80 /* WadeMobileFunc.framework */; };
36 41
		B2EC034721C7393A004F38B6 /* WadeMobileFunc.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 045BF82B218AEDD800235C80 /* WadeMobileFunc.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
37 42
		B2EE3FD021EC8997004EE6A9 /* IPUSuspendButtonPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = B2EE3FCE21EC8996004EE6A9 /* IPUSuspendButtonPlugin.m */; };
38
		B2F3A11C22363C3200A1A848 /* IpuCount.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04635DDA2223E3150073DE0A /* IpuCount.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
39 43
		EA3F49BE1E890B4B003C86BD /* AppMenuSettingPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = EA3F49BD1E890B4B003C86BD /* AppMenuSettingPlugin.m */; };
40 44
		EA45A5911E077735001275C9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = EA45A5901E077735001275C9 /* main.m */; };
41 45
		EA45A5941E077735001275C9 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EA45A5931E077735001275C9 /* AppDelegate.m */; };
@ -48,7 +52,6 @@
48 52
		EA45A5B01E0777C0001275C9 /* WadeMobileUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA45A5A91E0777BF001275C9 /* WadeMobileUI.framework */; };
49 53
		EA45A5B11E0777C0001275C9 /* WadeMobileUI.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = EA45A5A91E0777BF001275C9 /* WadeMobileUI.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
50 54
		EA45A5C11E1391EC001275C9 /* AppManagePlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = EA45A5C01E1391EC001275C9 /* AppManagePlugin.m */; };
51
		EA9AB3291E1DF3CB009CDEB6 /* IpuMapBundle.bundle in Resources */ = {isa = PBXBuildFile; fileRef = EA9AB3281E1DF3CB009CDEB6 /* IpuMapBundle.bundle */; };
52 55
/* End PBXBuildFile section */
53 56
54 57
/* Begin PBXContainerItemProxy section */
@ -150,6 +153,41 @@
150 153
			remoteGlobalIDString = 0AE1E0841C7EE95900FCCD24;
151 154
			remoteInfo = WadeMobileFuncTests;
152 155
		};
156
		04D7A073228EAA5E005AC1BE /* PBXContainerItemProxy */ = {
157
			isa = PBXContainerItemProxy;
158
			containerPortal = 04D7A06C228EAA5E005AC1BE /* WadeMobileUI.xcodeproj */;
159
			proxyType = 2;
160
			remoteGlobalIDString = E2E37D731B21F3090047D5D3;
161
			remoteInfo = WadeMobileUI;
162
		};
163
		04D7A075228EAA5E005AC1BE /* PBXContainerItemProxy */ = {
164
			isa = PBXContainerItemProxy;
165
			containerPortal = 04D7A06C228EAA5E005AC1BE /* WadeMobileUI.xcodeproj */;
166
			proxyType = 2;
167
			remoteGlobalIDString = E2E37D7E1B21F3090047D5D3;
168
			remoteInfo = WadeMobileUITests;
169
		};
170
		04D7A07E228EB528005AC1BE /* PBXContainerItemProxy */ = {
171
			isa = PBXContainerItemProxy;
172
			containerPortal = 04D7A077228EB527005AC1BE /* IpuQrCode.xcodeproj */;
173
			proxyType = 2;
174
			remoteGlobalIDString = E2164EC31B4D71A0001DDCA5;
175
			remoteInfo = IpuQrCode;
176
		};
177
		04D7A080228EB528005AC1BE /* PBXContainerItemProxy */ = {
178
			isa = PBXContainerItemProxy;
179
			containerPortal = 04D7A077228EB527005AC1BE /* IpuQrCode.xcodeproj */;
180
			proxyType = 2;
181
			remoteGlobalIDString = E2164ECE1B4D71A0001DDCA5;
182
			remoteInfo = IpuQrCodeTests;
183
		};
184
		04D7A082228EB528005AC1BE /* PBXContainerItemProxy */ = {
185
			isa = PBXContainerItemProxy;
186
			containerPortal = 04D7A077228EB527005AC1BE /* IpuQrCode.xcodeproj */;
187
			proxyType = 2;
188
			remoteGlobalIDString = 0A35A5921D34DA900087BBCA;
189
			remoteInfo = IpuQrCodeBundle;
190
		};
153 191
/* End PBXContainerItemProxy section */
154 192
155 193
/* Begin PBXCopyFilesBuildPhase section */
@ -159,12 +197,13 @@
159 197
			dstPath = "";
160 198
			dstSubfolderSpec = 10;
161 199
			files = (
162
				B2F3A11C22363C3200A1A848 /* IpuCount.framework in Embed Frameworks */,
200
				04D7A052228EA7D0005AC1BE /* IpuBDMap.framework in Embed Frameworks */,
201
				04D7A053228EA7D0005AC1BE /* IpuCount.framework in Embed Frameworks */,
202
				04D7A054228EA7D0005AC1BE /* IpuMap.framework in Embed Frameworks */,
203
				04D7A056228EA7D0005AC1BE /* IpuPush.framework in Embed Frameworks */,
204
				04D7A057228EA7D0005AC1BE /* IpuQrCode.framework in Embed Frameworks */,
163 205
				0468917F21C9082C00EE1411 /* WadeMobile.framework in Embed Frameworks */,
164
				0468918021C9082C00EE1411 /* IpuPush.framework in Embed Frameworks */,
165 206
				B2EC034721C7393A004F38B6 /* WadeMobileFunc.framework in Embed Frameworks */,
166
				B24886B921BFA1F0005AFB7C /* IpuMap.framework in Embed Frameworks */,
167
				0A780E631EE8EAD4004AE072 /* IpuQrCode.framework in Embed Frameworks */,
168 207
				EA45A5AB1E0777BF001275C9 /* IpuLib.framework in Embed Frameworks */,
169 208
				EA45A5B11E0777C0001275C9 /* WadeMobileUI.framework in Embed Frameworks */,
170 209
			);
@ -175,22 +214,28 @@
175 214
176 215
/* Begin PBXFileReference section */
177 216
		0429A26E21805C34003CEE83 /* WadeMobileBundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = WadeMobileBundle.bundle; path = ../IpuCommon/Frameworks/WadeMobileBundle.bundle; sourceTree = "<group>"; };
178
		0429A27021805C34003CEE83 /* fontawesome-webfont.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "fontawesome-webfont.ttf"; path = "../IpuCommon/Frameworks/fontawesome-webfont.ttf"; sourceTree = "<group>"; };
179 217
		0429A29921805EA8003CEE83 /* Res */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Res; sourceTree = "<group>"; };
180 218
		045210DF2244DF5B0021FFDE /* WadeMobile.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WadeMobile.xcodeproj; path = ../../ios/WadeMobile/WadeMobile.xcodeproj; sourceTree = "<group>"; };
181 219
		045BF82B218AEDD800235C80 /* WadeMobileFunc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WadeMobileFunc.framework; path = ../IpuCommon/Frameworks/WadeMobileFunc.framework; sourceTree = "<group>"; };
182 220
		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>"; };
183
		04635DDA2223E3150073DE0A /* IpuCount.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuCount.framework; path = ../IpuCommon/Frameworks/IpuCount.framework; sourceTree = "<group>"; };
184 221
		046566942240945600E9BD7F /* IpuLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = IpuLib.xcodeproj; path = ../IpuLib/IpuLib.xcodeproj; sourceTree = "<group>"; };
185 222
		046566A92240946600E9BD7F /* IpuPush.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = IpuPush.xcodeproj; path = "../../ios-plugin/IpuPush/IpuPush.xcodeproj"; sourceTree = "<group>"; };
186 223
		046566B32240947800E9BD7F /* IpuCount.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = IpuCount.xcodeproj; path = "../../ios-plugin/IpuCount/IpuCount.xcodeproj"; sourceTree = "<group>"; };
187
		0468917B21C9080700EE1411 /* IpuPush.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuPush.framework; path = ../IpuCommon/Frameworks/IpuPush.framework; sourceTree = "<group>"; };
188 224
		0468917D21C9081600EE1411 /* WadeMobile.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WadeMobile.framework; path = ../IpuCommon/Frameworks/WadeMobile.framework; sourceTree = "<group>"; };
189 225
		0474D9E5225DAE1400D4F94A /* IpuMap.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = IpuMap.xcodeproj; path = "../../ios-plugin/IpuMap/IpuMap.xcodeproj"; sourceTree = "<group>"; };
190 226
		0474DA04225DC96A00D4F94A /* IPUCountLogPlugin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPUCountLogPlugin.h; sourceTree = "<group>"; };
191 227
		0474DA05225DC96A00D4F94A /* IPUCountLogPlugin.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPUCountLogPlugin.m; sourceTree = "<group>"; };
192 228
		04773062223F9ADA00709882 /* WadeMobileFunc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WadeMobileFunc.xcodeproj; path = ../WadeMobileFunc/WadeMobileFunc.xcodeproj; sourceTree = "<group>"; };
193
		0A780E611EE8EACF004AE072 /* IpuQrCode.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuQrCode.framework; path = ../IpuCommon/Frameworks/IpuQrCode.framework; sourceTree = "<group>"; };
229
		04D7A042228EA440005AC1BE /* WadeMobileFuncBundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = WadeMobileFuncBundle.bundle; path = ../IpuCommon/Frameworks/WadeMobileFuncBundle.bundle; sourceTree = "<group>"; };
230
		04D7A044228EA7B7005AC1BE /* IpuQrCodeBundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = IpuQrCodeBundle.bundle; path = ../IpuCommon/Frameworks/IpuQrCodeBundle.bundle; sourceTree = "<group>"; };
231
		04D7A045228EA7B7005AC1BE /* IpuCount.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuCount.framework; path = ../IpuCommon/Frameworks/IpuCount.framework; sourceTree = "<group>"; };
232
		04D7A046228EA7B7005AC1BE /* IpuBDMap.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuBDMap.framework; path = ../IpuCommon/Frameworks/IpuBDMap.framework; sourceTree = "<group>"; };
233
		04D7A047228EA7B8005AC1BE /* IpuMap.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuMap.framework; path = ../IpuCommon/Frameworks/IpuMap.framework; sourceTree = "<group>"; };
234
		04D7A048228EA7B8005AC1BE /* IpuQrCode.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuQrCode.framework; path = ../IpuCommon/Frameworks/IpuQrCode.framework; sourceTree = "<group>"; };
235
		04D7A049228EA7B8005AC1BE /* IpuPush.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuPush.framework; path = ../IpuCommon/Frameworks/IpuPush.framework; sourceTree = "<group>"; };
236
		04D7A04A228EA7B8005AC1BE /* IpuMapBundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = IpuMapBundle.bundle; path = ../IpuCommon/Frameworks/IpuMapBundle.bundle; sourceTree = "<group>"; };
237
		04D7A06C228EAA5E005AC1BE /* WadeMobileUI.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WadeMobileUI.xcodeproj; path = ../../ios/WadeMobileUI/WadeMobileUI.xcodeproj; sourceTree = "<group>"; };
238
		04D7A077228EB527005AC1BE /* IpuQrCode.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = IpuQrCode.xcodeproj; path = "../../ios-plugin/IpuQrCode/IpuQrCode.xcodeproj"; sourceTree = "<group>"; };
194 239
		0ADE48411FF6181A009961EF /* SubViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SubViewController.h; sourceTree = "<group>"; };
195 240
		0ADE48421FF6181A009961EF /* SubViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SubViewController.m; sourceTree = "<group>"; };
196 241
		B28C9DA021C383340006191A /* IPUSuspendEventItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IPUSuspendEventItem.h; sourceTree = "<group>"; };
@ -228,8 +273,6 @@
228 273
		EA45A5B31E0777DA001275C9 /* SuperMenu.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = SuperMenu.entitlements; sourceTree = "<group>"; };
229 274
		EA45A5BF1E1391EC001275C9 /* AppManagePlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppManagePlugin.h; sourceTree = "<group>"; };
230 275
		EA45A5C01E1391EC001275C9 /* AppManagePlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppManagePlugin.m; sourceTree = "<group>"; };
231
		EA9AB3251E1DF3B1009CDEB6 /* IpuMap.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuMap.framework; path = ../IpuCommon/Frameworks/IpuMap.framework; sourceTree = "<group>"; };
232
		EA9AB3281E1DF3CB009CDEB6 /* IpuMapBundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = IpuMapBundle.bundle; path = ../IpuCommon/Frameworks/IpuMapBundle.bundle; sourceTree = "<group>"; };
233 276
/* End PBXFileReference section */
234 277
235 278
/* Begin PBXFrameworksBuildPhase section */
@ -237,14 +280,15 @@
237 280
			isa = PBXFrameworksBuildPhase;
238 281
			buildActionMask = 2147483647;
239 282
			files = (
283
				04D7A04C228EA7B8005AC1BE /* IpuCount.framework in Frameworks */,
240 284
				B2EC034621C73932004F38B6 /* WadeMobileFunc.framework in Frameworks */,
285
				04D7A04E228EA7B8005AC1BE /* IpuMap.framework in Frameworks */,
286
				04D7A050228EA7B8005AC1BE /* IpuPush.framework in Frameworks */,
287
				04D7A04F228EA7B8005AC1BE /* IpuQrCode.framework in Frameworks */,
288
				04D7A04D228EA7B8005AC1BE /* IpuBDMap.framework in Frameworks */,
241 289
				0468917E21C9081600EE1411 /* WadeMobile.framework in Frameworks */,
242 290
				EA45A5AA1E0777BF001275C9 /* IpuLib.framework in Frameworks */,
243 291
				EA45A5B01E0777C0001275C9 /* WadeMobileUI.framework in Frameworks */,
244
				0A780E621EE8EACF004AE072 /* IpuQrCode.framework in Frameworks */,
245
				04635DDB2223E3150073DE0A /* IpuCount.framework in Frameworks */,
246
				0468917C21C9080700EE1411 /* IpuPush.framework in Frameworks */,
247
				B24886B821BFA1A3005AFB7C /* IpuMap.framework in Frameworks */,
248 292
			);
249 293
			runOnlyForDeploymentPostprocessing = 0;
250 294
		};
@ -307,18 +351,39 @@
307 351
			name = Products;
308 352
			sourceTree = "<group>";
309 353
		};
354
		04D7A06D228EAA5E005AC1BE /* Products */ = {
355
			isa = PBXGroup;
356
			children = (
357
				04D7A074228EAA5E005AC1BE /* WadeMobileUI.framework */,
358
				04D7A076228EAA5E005AC1BE /* WadeMobileUITests.xctest */,
359
			);
360
			name = Products;
361
			sourceTree = "<group>";
362
		};
363
		04D7A078228EB527005AC1BE /* Products */ = {
364
			isa = PBXGroup;
365
			children = (
366
				04D7A07F228EB528005AC1BE /* IpuQrCode.framework */,
367
				04D7A081228EB528005AC1BE /* IpuQrCodeTests.xctest */,
368
				04D7A083228EB528005AC1BE /* IpuQrCodeBundle.bundle */,
369
			);
370
			name = Products;
371
			sourceTree = "<group>";
372
		};
310 373
		0A780E601EE8EAB0004AE072 /* Framework */ = {
311 374
			isa = PBXGroup;
312 375
			children = (
313
				04635DDA2223E3150073DE0A /* IpuCount.framework */,
314
				0468917D21C9081600EE1411 /* WadeMobile.framework */,
315
				0468917B21C9080700EE1411 /* IpuPush.framework */,
316 376
				045BF82B218AEDD800235C80 /* WadeMobileFunc.framework */,
317
				0429A27021805C34003CEE83 /* fontawesome-webfont.ttf */,
377
				04D7A042228EA440005AC1BE /* WadeMobileFuncBundle.bundle */,
378
				0468917D21C9081600EE1411 /* WadeMobile.framework */,
318 379
				0429A26E21805C34003CEE83 /* WadeMobileBundle.bundle */,
319
				0A780E611EE8EACF004AE072 /* IpuQrCode.framework */,
320
				EA9AB3281E1DF3CB009CDEB6 /* IpuMapBundle.bundle */,
321
				EA9AB3251E1DF3B1009CDEB6 /* IpuMap.framework */,
380
				04D7A046228EA7B7005AC1BE /* IpuBDMap.framework */,
381
				04D7A045228EA7B7005AC1BE /* IpuCount.framework */,
382
				04D7A047228EA7B8005AC1BE /* IpuMap.framework */,
383
				04D7A04A228EA7B8005AC1BE /* IpuMapBundle.bundle */,
384
				04D7A049228EA7B8005AC1BE /* IpuPush.framework */,
385
				04D7A048228EA7B8005AC1BE /* IpuQrCode.framework */,
386
				04D7A044228EA7B7005AC1BE /* IpuQrCodeBundle.bundle */,
322 387
				EA45A5A61E0777BF001275C9 /* IpuLib.framework */,
323 388
				EA45A5A91E0777BF001275C9 /* WadeMobileUI.framework */,
324 389
			);
@ -360,6 +425,8 @@
360 425
		EA45A5831E077735001275C9 = {
361 426
			isa = PBXGroup;
362 427
			children = (
428
				04D7A077228EB527005AC1BE /* IpuQrCode.xcodeproj */,
429
				04D7A06C228EAA5E005AC1BE /* WadeMobileUI.xcodeproj */,
363 430
				0474D9E5225DAE1400D4F94A /* IpuMap.xcodeproj */,
364 431
				045210DF2244DF5B0021FFDE /* WadeMobile.xcodeproj */,
365 432
				046566B32240947800E9BD7F /* IpuCount.xcodeproj */,
@ -499,6 +566,10 @@
499 566
					ProjectRef = 046566A92240946600E9BD7F /* IpuPush.xcodeproj */;
500 567
				},
501 568
				{
569
					ProductGroup = 04D7A078228EB527005AC1BE /* Products */;
570
					ProjectRef = 04D7A077228EB527005AC1BE /* IpuQrCode.xcodeproj */;
571
				},
572
				{
502 573
					ProductGroup = 045210E02244DF5B0021FFDE /* Products */;
503 574
					ProjectRef = 045210DF2244DF5B0021FFDE /* WadeMobile.xcodeproj */;
504 575
				},
@ -506,6 +577,10 @@
506 577
					ProductGroup = 04773063223F9ADA00709882 /* Products */;
507 578
					ProjectRef = 04773062223F9ADA00709882 /* WadeMobileFunc.xcodeproj */;
508 579
				},
580
				{
581
					ProductGroup = 04D7A06D228EAA5E005AC1BE /* Products */;
582
					ProjectRef = 04D7A06C228EAA5E005AC1BE /* WadeMobileUI.xcodeproj */;
583
				},
509 584
			);
510 585
			projectRoot = "";
511 586
			targets = (
@ -613,6 +688,41 @@
613 688
			remoteRef = 0477306B223F9ADA00709882 /* PBXContainerItemProxy */;
614 689
			sourceTree = BUILT_PRODUCTS_DIR;
615 690
		};
691
		04D7A074228EAA5E005AC1BE /* WadeMobileUI.framework */ = {
692
			isa = PBXReferenceProxy;
693
			fileType = wrapper.framework;
694
			path = WadeMobileUI.framework;
695
			remoteRef = 04D7A073228EAA5E005AC1BE /* PBXContainerItemProxy */;
696
			sourceTree = BUILT_PRODUCTS_DIR;
697
		};
698
		04D7A076228EAA5E005AC1BE /* WadeMobileUITests.xctest */ = {
699
			isa = PBXReferenceProxy;
700
			fileType = wrapper.cfbundle;
701
			path = WadeMobileUITests.xctest;
702
			remoteRef = 04D7A075228EAA5E005AC1BE /* PBXContainerItemProxy */;
703
			sourceTree = BUILT_PRODUCTS_DIR;
704
		};
705
		04D7A07F228EB528005AC1BE /* IpuQrCode.framework */ = {
706
			isa = PBXReferenceProxy;
707
			fileType = wrapper.framework;
708
			path = IpuQrCode.framework;
709
			remoteRef = 04D7A07E228EB528005AC1BE /* PBXContainerItemProxy */;
710
			sourceTree = BUILT_PRODUCTS_DIR;
711
		};
712
		04D7A081228EB528005AC1BE /* IpuQrCodeTests.xctest */ = {
713
			isa = PBXReferenceProxy;
714
			fileType = wrapper.cfbundle;
715
			path = IpuQrCodeTests.xctest;
716
			remoteRef = 04D7A080228EB528005AC1BE /* PBXContainerItemProxy */;
717
			sourceTree = BUILT_PRODUCTS_DIR;
718
		};
719
		04D7A083228EB528005AC1BE /* IpuQrCodeBundle.bundle */ = {
720
			isa = PBXReferenceProxy;
721
			fileType = wrapper.cfbundle;
722
			path = IpuQrCodeBundle.bundle;
723
			remoteRef = 04D7A082228EB528005AC1BE /* PBXContainerItemProxy */;
724
			sourceTree = BUILT_PRODUCTS_DIR;
725
		};
616 726
/* End PBXReferenceProxy section */
617 727
618 728
/* Begin PBXResourcesBuildPhase section */
@ -623,13 +733,14 @@
623 733
				0429A29A21805EA8003CEE83 /* Res in Resources */,
624 734
				B28C9DE321C3A3180006191A /* icon_rank@2x.png in Resources */,
625 735
				B2B079A921E86B2200F1C911 /* IPUSuspendEvents.plist in Resources */,
626
				EA9AB3291E1DF3CB009CDEB6 /* IpuMapBundle.bundle in Resources */,
627 736
				B28C9DE221C3A3180006191A /* icon_about_app@2x.png in Resources */,
737
				04D7A043228EA441005AC1BE /* WadeMobileFuncBundle.bundle in Resources */,
628 738
				EA45A59F1E077735001275C9 /* LaunchScreen.storyboard in Resources */,
629 739
				B28C9DDF21C394960006191A /* icon_back_suspend@2x.png in Resources */,
630
				0429A27521805C34003CEE83 /* fontawesome-webfont.ttf in Resources */,
631 740
				B28C9DAD21C383340006191A /* icon_suspend_center@2x.png in Resources */,
632 741
				EA45A59C1E077735001275C9 /* Assets.xcassets in Resources */,
742
				04D7A051228EA7B8005AC1BE /* IpuMapBundle.bundle in Resources */,
743
				04D7A04B228EA7B8005AC1BE /* IpuQrCodeBundle.bundle in Resources */,
633 744
				0429A27121805C34003CEE83 /* WadeMobileBundle.bundle in Resources */,
634 745
				EA45A59A1E077735001275C9 /* Main.storyboard in Resources */,
635 746
				B28C9DDC21C394960006191A /* icon_app_set@2x.png in Resources */,
@ -806,7 +917,7 @@
806 917
				OTHER_LDFLAGS = "-ObjC";
807 918
				PRODUCT_BUNDLE_IDENTIFIER = com.ai.prd.ipu.superapp;
808 919
				PRODUCT_NAME = "$(TARGET_NAME)";
809
				PROVISIONING_PROFILE = "0d69603e-c0cf-4b47-9a72-f174e6f6c554";
920
				PROVISIONING_PROFILE = "130e2eb8-1d5b-47ce-b064-2d460d6e024e";
810 921
				PROVISIONING_PROFILE_SPECIFIER = ipu_superapp_dis;
811 922
			};
812 923
			name = Release;

BIN
SuperMenu/SuperMenu.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate


+ 204 - 205
SuperMenu/SuperMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@ -26,7 +26,7 @@
26 26
            ignoreCount = "0"
27 27
            continueAfterRunningActions = "No"
28 28
            filePath = "SuperMenu/multiple/SubViewController.m"
29
            timestampString = "574081169.643162"
29
            timestampString = "579774251.62379"
30 30
            startingColumnNumber = "9223372036854775807"
31 31
            endingColumnNumber = "9223372036854775807"
32 32
            startingLineNumber = "24"
@ -41,22 +41,6 @@
41 41
            shouldBeEnabled = "Yes"
42 42
            ignoreCount = "0"
43 43
            continueAfterRunningActions = "No"
44
            filePath = "SuperMenu/multiple/SubViewController.m"
45
            timestampString = "574081169.643229"
46
            startingColumnNumber = "9223372036854775807"
47
            endingColumnNumber = "9223372036854775807"
48
            startingLineNumber = "52"
49
            endingLineNumber = "52"
50
            landmarkName = "-openIndexPage"
51
            landmarkType = "7">
52
         </BreakpointContent>
53
      </BreakpointProxy>
54
      <BreakpointProxy
55
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
56
         <BreakpointContent
57
            shouldBeEnabled = "Yes"
58
            ignoreCount = "0"
59
            continueAfterRunningActions = "No"
60 44
            filePath = "../../ios/WadeMobile/WadeMobile/frame/WDAppDelegate.m"
61 45
            timestampString = "574138275.385758"
62 46
            startingColumnNumber = "9223372036854775807"
@ -297,29 +281,13 @@
297 281
            shouldBeEnabled = "Yes"
298 282
            ignoreCount = "0"
299 283
            continueAfterRunningActions = "No"
300
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileNetwork.m"
301
            timestampString = "574681247.686125"
302
            startingColumnNumber = "9223372036854775807"
303
            endingColumnNumber = "9223372036854775807"
304
            startingLineNumber = "65"
305
            endingLineNumber = "65"
306
            landmarkName = "-httpRequest:"
307
            landmarkType = "7">
308
         </BreakpointContent>
309
      </BreakpointProxy>
310
      <BreakpointProxy
311
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
312
         <BreakpointContent
313
            shouldBeEnabled = "Yes"
314
            ignoreCount = "0"
315
            continueAfterRunningActions = "No"
316 284
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileUI.m"
317
            timestampString = "575196812.290174"
285
            timestampString = "580207365.971871"
318 286
            startingColumnNumber = "9223372036854775807"
319 287
            endingColumnNumber = "9223372036854775807"
320 288
            startingLineNumber = "769"
321 289
            endingLineNumber = "769"
322
            landmarkName = "-getPage:"
290
            landmarkName = "-openSlidingMenu:"
323 291
            landmarkType = "7">
324 292
         </BreakpointContent>
325 293
      </BreakpointProxy>
@ -330,7 +298,7 @@
330 298
            ignoreCount = "0"
331 299
            continueAfterRunningActions = "No"
332 300
            filePath = "../../ios/WadeMobile/WadeMobile/frame/template/WDTemplateWebView.m"
333
            timestampString = "566896325.234219"
301
            timestampString = "580207365.972618"
334 302
            startingColumnNumber = "9223372036854775807"
335 303
            endingColumnNumber = "9223372036854775807"
336 304
            startingLineNumber = "80"
@ -447,8 +415,8 @@
447 415
            endingColumnNumber = "9223372036854775807"
448 416
            startingLineNumber = "430"
449 417
            endingLineNumber = "430"
450
            landmarkName = "-fadeFromView:toView:duration:"
451
            landmarkType = "7">
418
            landmarkName = "WDFlipperView"
419
            landmarkType = "3">
452 420
         </BreakpointContent>
453 421
      </BreakpointProxy>
454 422
      <BreakpointProxy
@ -463,8 +431,8 @@
463 431
            endingColumnNumber = "9223372036854775807"
464 432
            startingLineNumber = "379"
465 433
            endingLineNumber = "379"
466
            landmarkName = "-scaleOutFromView:toView:duration:"
467
            landmarkType = "7">
434
            landmarkName = "WDFlipperView"
435
            landmarkType = "3">
468 436
         </BreakpointContent>
469 437
      </BreakpointProxy>
470 438
      <BreakpointProxy
@ -479,8 +447,8 @@
479 447
            endingColumnNumber = "9223372036854775807"
480 448
            startingLineNumber = "328"
481 449
            endingLineNumber = "328"
482
            landmarkName = "-scaleInFromView:toView:duration:"
483
            landmarkType = "7">
450
            landmarkName = "WDFlipperView"
451
            landmarkType = "3">
484 452
         </BreakpointContent>
485 453
      </BreakpointProxy>
486 454
      <BreakpointProxy
@ -495,8 +463,8 @@
495 463
            endingColumnNumber = "9223372036854775807"
496 464
            startingLineNumber = "307"
497 465
            endingLineNumber = "307"
498
            landmarkName = "-slipFromView:toView:duration:"
499
            landmarkType = "7">
466
            landmarkName = "WDFlipperView"
467
            landmarkType = "3">
500 468
         </BreakpointContent>
501 469
      </BreakpointProxy>
502 470
      <BreakpointProxy
@ -511,8 +479,8 @@
511 479
            endingColumnNumber = "9223372036854775807"
512 480
            startingLineNumber = "271"
513 481
            endingLineNumber = "271"
514
            landmarkName = "-pushOutFromView:toView:duration:"
515
            landmarkType = "7">
482
            landmarkName = "WDFlipperView"
483
            landmarkType = "3">
516 484
         </BreakpointContent>
517 485
      </BreakpointProxy>
518 486
      <BreakpointProxy
@ -522,7 +490,7 @@
522 490
            ignoreCount = "0"
523 491
            continueAfterRunningActions = "No"
524 492
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileUI.m"
525
            timestampString = "575196812.290645"
493
            timestampString = "580207365.972846"
526 494
            startingColumnNumber = "9223372036854775807"
527 495
            endingColumnNumber = "9223372036854775807"
528 496
            startingLineNumber = "166"
@ -538,12 +506,12 @@
538 506
            ignoreCount = "0"
539 507
            continueAfterRunningActions = "No"
540 508
            filePath = "../../ios-plugin/IpuCount/IpuCount/proxy/IpuProxyEngine.m"
541
            timestampString = "572347542.893419"
509
            timestampString = "579447745.007666"
542 510
            startingColumnNumber = "9223372036854775807"
543 511
            endingColumnNumber = "9223372036854775807"
544 512
            startingLineNumber = "332"
545 513
            endingLineNumber = "332"
546
            landmarkName = "impWithParam07"
514
            landmarkName = "impWithParam08"
547 515
            landmarkType = "9">
548 516
         </BreakpointContent>
549 517
      </BreakpointProxy>
@ -554,12 +522,12 @@
554 522
            ignoreCount = "0"
555 523
            continueAfterRunningActions = "No"
556 524
            filePath = "../../ios-plugin/IpuCount/IpuCount/proxy/IpuProxyEngine.m"
557
            timestampString = "572347542.893473"
525
            timestampString = "579447745.007985"
558 526
            startingColumnNumber = "9223372036854775807"
559 527
            endingColumnNumber = "9223372036854775807"
560 528
            startingLineNumber = "419"
561 529
            endingLineNumber = "419"
562
            landmarkName = "impWithParam06"
530
            landmarkName = "impWithParam07"
563 531
            landmarkType = "9">
564 532
         </BreakpointContent>
565 533
      </BreakpointProxy>
@ -570,28 +538,12 @@
570 538
            ignoreCount = "0"
571 539
            continueAfterRunningActions = "No"
572 540
            filePath = "../../ios-plugin/IpuCount/IpuCount/proxy/IpuProxyEngine.m"
573
            timestampString = "572347542.893515"
541
            timestampString = "579447745.008206"
574 542
            startingColumnNumber = "9223372036854775807"
575 543
            endingColumnNumber = "9223372036854775807"
576 544
            startingLineNumber = "504"
577 545
            endingLineNumber = "504"
578
            landmarkName = "impWithParam05"
579
            landmarkType = "9">
580
         </BreakpointContent>
581
      </BreakpointProxy>
582
      <BreakpointProxy
583
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
584
         <BreakpointContent
585
            shouldBeEnabled = "Yes"
586
            ignoreCount = "0"
587
            continueAfterRunningActions = "No"
588
            filePath = "../../ios-plugin/IpuCount/IpuCount/proxy/IpuProxyEngine.m"
589
            timestampString = "572347542.893553"
590
            startingColumnNumber = "9223372036854775807"
591
            endingColumnNumber = "9223372036854775807"
592
            startingLineNumber = "898"
593
            endingLineNumber = "898"
594
            landmarkName = "impWithParam00"
546
            landmarkName = "impWithParam06"
595 547
            landmarkType = "9">
596 548
         </BreakpointContent>
597 549
      </BreakpointProxy>
@ -602,12 +554,12 @@
602 554
            ignoreCount = "0"
603 555
            continueAfterRunningActions = "No"
604 556
            filePath = "../../ios-plugin/IpuCount/IpuCount/proxy/IpuProxyEngine.m"
605
            timestampString = "572347542.893591"
557
            timestampString = "579447745.008417"
606 558
            startingColumnNumber = "9223372036854775807"
607 559
            endingColumnNumber = "9223372036854775807"
608 560
            startingLineNumber = "348"
609 561
            endingLineNumber = "348"
610
            landmarkName = "impWithParam07"
562
            landmarkName = "impWithParam08"
611 563
            landmarkType = "9">
612 564
         </BreakpointContent>
613 565
      </BreakpointProxy>
@ -618,12 +570,12 @@
618 570
            ignoreCount = "0"
619 571
            continueAfterRunningActions = "No"
620 572
            filePath = "../../ios-plugin/IpuCount/IpuCount/proxy/IpuProxyEngine.m"
621
            timestampString = "572347542.893627"
573
            timestampString = "579447745.0086271"
622 574
            startingColumnNumber = "9223372036854775807"
623 575
            endingColumnNumber = "9223372036854775807"
624 576
            startingLineNumber = "434"
625 577
            endingLineNumber = "434"
626
            landmarkName = "impWithParam06"
578
            landmarkName = "impWithParam07"
627 579
            landmarkType = "9">
628 580
         </BreakpointContent>
629 581
      </BreakpointProxy>
@ -634,12 +586,12 @@
634 586
            ignoreCount = "0"
635 587
            continueAfterRunningActions = "No"
636 588
            filePath = "../../ios-plugin/IpuCount/IpuCount/proxy/IpuProxyEngine.m"
637
            timestampString = "572347542.893663"
589
            timestampString = "579447745.008834"
638 590
            startingColumnNumber = "9223372036854775807"
639 591
            endingColumnNumber = "9223372036854775807"
640 592
            startingLineNumber = "518"
641 593
            endingLineNumber = "518"
642
            landmarkName = "impWithParam05"
594
            landmarkName = "impWithParam06"
643 595
            landmarkType = "9">
644 596
         </BreakpointContent>
645 597
      </BreakpointProxy>
@ -650,28 +602,12 @@
650 602
            ignoreCount = "0"
651 603
            continueAfterRunningActions = "No"
652 604
            filePath = "../../ios-plugin/IpuCount/IpuCount/proxy/IpuProxyEngine.m"
653
            timestampString = "572347542.893697"
605
            timestampString = "579447745.0090359"
654 606
            startingColumnNumber = "9223372036854775807"
655 607
            endingColumnNumber = "9223372036854775807"
656 608
            startingLineNumber = "600"
657 609
            endingLineNumber = "600"
658
            landmarkName = "impWithParam04"
659
            landmarkType = "9">
660
         </BreakpointContent>
661
      </BreakpointProxy>
662
      <BreakpointProxy
663
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
664
         <BreakpointContent
665
            shouldBeEnabled = "Yes"
666
            ignoreCount = "0"
667
            continueAfterRunningActions = "No"
668
            filePath = "../../ios-plugin/IpuCount/IpuCount/proxy/IpuProxyEngine.m"
669
            timestampString = "572347542.893733"
670
            startingColumnNumber = "9223372036854775807"
671
            endingColumnNumber = "9223372036854775807"
672
            startingLineNumber = "680"
673
            endingLineNumber = "680"
674
            landmarkName = "impWithParam03"
610
            landmarkName = "impWithParam05"
675 611
            landmarkType = "9">
676 612
         </BreakpointContent>
677 613
      </BreakpointProxy>
@ -682,7 +618,7 @@
682 618
            ignoreCount = "0"
683 619
            continueAfterRunningActions = "No"
684 620
            filePath = "../../ios-plugin/IpuCount/IpuCount/util/IpuCountUDPHelper.m"
685
            timestampString = "576566988.307092"
621
            timestampString = "579426515.926054"
686 622
            startingColumnNumber = "9223372036854775807"
687 623
            endingColumnNumber = "9223372036854775807"
688 624
            startingLineNumber = "126"
@ -801,6 +737,38 @@
801 737
            endingLineNumber = "472"
802 738
            landmarkName = "-downloadFile:"
803 739
            landmarkType = "7">
740
            <Locations>
741
               <Location
742
                  shouldBeEnabled = "Yes"
743
                  ignoreCount = "0"
744
                  continueAfterRunningActions = "No"
745
                  symbolName = "-[WDFUploadDownload downloadFile:]"
746
                  moduleName = "WadeMobileFunc"
747
                  usesParentBreakpointCondition = "Yes"
748
                  urlString = "file:///Users/mac/work/asiainfo/ios-share/WadeMobileFunc/WadeMobileFunc/WDFUploadDownload.m"
749
                  timestampString = "580207366.41363"
750
                  startingColumnNumber = "9223372036854775807"
751
                  endingColumnNumber = "9223372036854775807"
752
                  startingLineNumber = "472"
753
                  endingLineNumber = "472"
754
                  offsetFromSymbolStart = "49">
755
               </Location>
756
               <Location
757
                  shouldBeEnabled = "Yes"
758
                  ignoreCount = "0"
759
                  continueAfterRunningActions = "No"
760
                  symbolName = "-[WDFUploadDownload downloadFile:]"
761
                  moduleName = "WadeMobileFunc"
762
                  usesParentBreakpointCondition = "Yes"
763
                  urlString = "file:///Users/mac/work/asiainfo/ios-share/WadeMobileFunc/WadeMobileFunc/WDFUploadDownload.m"
764
                  timestampString = "580207366.415465"
765
                  startingColumnNumber = "9223372036854775807"
766
                  endingColumnNumber = "9223372036854775807"
767
                  startingLineNumber = "472"
768
                  endingLineNumber = "472"
769
                  offsetFromSymbolStart = "215">
770
               </Location>
771
            </Locations>
804 772
         </BreakpointContent>
805 773
      </BreakpointProxy>
806 774
      <BreakpointProxy
@ -825,54 +793,6 @@
825 793
            shouldBeEnabled = "Yes"
826 794
            ignoreCount = "0"
827 795
            continueAfterRunningActions = "No"
828
            filePath = "SuperMenu/multiple/AppManagePlugin.m"
829
            timestampString = "576745700.545729"
830
            startingColumnNumber = "9223372036854775807"
831
            endingColumnNumber = "9223372036854775807"
832
            startingLineNumber = "329"
833
            endingLineNumber = "329"
834
            landmarkName = "-reLogin:"
835
            landmarkType = "7">
836
         </BreakpointContent>
837
      </BreakpointProxy>
838
      <BreakpointProxy
839
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
840
         <BreakpointContent
841
            shouldBeEnabled = "Yes"
842
            ignoreCount = "0"
843
            continueAfterRunningActions = "No"
844
            filePath = "SuperMenu/multiple/AppManagePlugin.m"
845
            timestampString = "576745700.5457979"
846
            startingColumnNumber = "9223372036854775807"
847
            endingColumnNumber = "9223372036854775807"
848
            startingLineNumber = "338"
849
            endingLineNumber = "338"
850
            landmarkName = "-reLogin:"
851
            landmarkType = "7">
852
         </BreakpointContent>
853
      </BreakpointProxy>
854
      <BreakpointProxy
855
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
856
         <BreakpointContent
857
            shouldBeEnabled = "Yes"
858
            ignoreCount = "0"
859
            continueAfterRunningActions = "No"
860
            filePath = "SuperMenu/multiple/AppManagePlugin.m"
861
            timestampString = "576745700.5458421"
862
            startingColumnNumber = "9223372036854775807"
863
            endingColumnNumber = "9223372036854775807"
864
            startingLineNumber = "354"
865
            endingLineNumber = "354"
866
            landmarkName = "AppManagePlugin"
867
            landmarkType = "3">
868
         </BreakpointContent>
869
      </BreakpointProxy>
870
      <BreakpointProxy
871
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
872
         <BreakpointContent
873
            shouldBeEnabled = "Yes"
874
            ignoreCount = "0"
875
            continueAfterRunningActions = "No"
876 796
            filePath = "../../ios/WadeMobile/WadeMobile/frame/WDPluginResult.m"
877 797
            timestampString = "574221982.71937"
878 798
            startingColumnNumber = "9223372036854775807"
@ -985,22 +905,6 @@
985 905
            shouldBeEnabled = "Yes"
986 906
            ignoreCount = "0"
987 907
            continueAfterRunningActions = "No"
988
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileUI.m"
989
            timestampString = "575196812.29114"
990
            startingColumnNumber = "9223372036854775807"
991
            endingColumnNumber = "9223372036854775807"
992
            startingLineNumber = "192"
993
            endingLineNumber = "192"
994
            landmarkName = "-openUrl:"
995
            landmarkType = "7">
996
         </BreakpointContent>
997
      </BreakpointProxy>
998
      <BreakpointProxy
999
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1000
         <BreakpointContent
1001
            shouldBeEnabled = "Yes"
1002
            ignoreCount = "0"
1003
            continueAfterRunningActions = "No"
1004 908
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileBasic.m"
1005 909
            timestampString = "576566988.307539"
1006 910
            startingColumnNumber = "9223372036854775807"
@ -1034,29 +938,13 @@
1034 938
            ignoreCount = "0"
1035 939
            continueAfterRunningActions = "No"
1036 940
            filePath = "../../ios/WadeMobile/WadeMobile/frame/template/IpuTemplateSubController.m"
1037
            timestampString = "576744120.3029031"
1038
            startingColumnNumber = "9223372036854775807"
1039
            endingColumnNumber = "9223372036854775807"
1040
            startingLineNumber = "69"
1041
            endingLineNumber = "69"
1042
            landmarkName = "-showWWANUpdateAlert"
1043
            landmarkType = "7">
1044
         </BreakpointContent>
1045
      </BreakpointProxy>
1046
      <BreakpointProxy
1047
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1048
         <BreakpointContent
1049
            shouldBeEnabled = "Yes"
1050
            ignoreCount = "0"
1051
            continueAfterRunningActions = "No"
1052
            filePath = "../../ios/WadeMobile/WadeMobile/frame/template/IpuTemplateSubController.m"
1053 941
            timestampString = "576744120.302951"
1054 942
            startingColumnNumber = "9223372036854775807"
1055 943
            endingColumnNumber = "9223372036854775807"
1056 944
            startingLineNumber = "94"
1057 945
            endingLineNumber = "94"
1058
            landmarkName = "-checkNetworkStatus"
1059
            landmarkType = "7">
946
            landmarkName = "IpuTemplateSubController"
947
            landmarkType = "3">
1060 948
         </BreakpointContent>
1061 949
      </BreakpointProxy>
1062 950
      <BreakpointProxy
@ -1121,6 +1009,53 @@
1121 1009
            endingLineNumber = "202"
1122 1010
            landmarkName = "-alertUpdateResource"
1123 1011
            landmarkType = "7">
1012
            <Locations>
1013
               <Location
1014
                  shouldBeEnabled = "Yes"
1015
                  ignoreCount = "0"
1016
                  continueAfterRunningActions = "No"
1017
                  symbolName = "-[WDTemplateMainController alertUpdateResource]"
1018
                  moduleName = "WadeMobile"
1019
                  usesParentBreakpointCondition = "Yes"
1020
                  urlString = "file:///Users/mac/work/asiainfo/ios/WadeMobile/WadeMobile/frame/template/WDTemplateMainController.m"
1021
                  timestampString = "580207366.52825"
1022
                  startingColumnNumber = "9223372036854775807"
1023
                  endingColumnNumber = "9223372036854775807"
1024
                  startingLineNumber = "202"
1025
                  endingLineNumber = "202"
1026
                  offsetFromSymbolStart = "160">
1027
               </Location>
1028
               <Location
1029
                  shouldBeEnabled = "Yes"
1030
                  ignoreCount = "0"
1031
                  continueAfterRunningActions = "No"
1032
                  symbolName = "__47-[WDTemplateMainController alertUpdateResource]_block_invoke"
1033
                  moduleName = "WadeMobile"
1034
                  usesParentBreakpointCondition = "Yes"
1035
                  urlString = "file:///Users/mac/work/asiainfo/ios/WadeMobile/WadeMobile/frame/template/WDTemplateMainController.m"
1036
                  timestampString = "580207366.530982"
1037
                  startingColumnNumber = "9223372036854775807"
1038
                  endingColumnNumber = "9223372036854775807"
1039
                  startingLineNumber = "203"
1040
                  endingLineNumber = "203"
1041
                  offsetFromSymbolStart = "69">
1042
               </Location>
1043
               <Location
1044
                  shouldBeEnabled = "Yes"
1045
                  ignoreCount = "0"
1046
                  continueAfterRunningActions = "No"
1047
                  symbolName = "__destroy_helper_block_.142"
1048
                  moduleName = "WadeMobile"
1049
                  usesParentBreakpointCondition = "Yes"
1050
                  urlString = "file:///Users/mac/work/asiainfo/ios/WadeMobile/WadeMobile/frame/template/WDTemplateMainController.m"
1051
                  timestampString = "580207366.532976"
1052
                  startingColumnNumber = "9223372036854775807"
1053
                  endingColumnNumber = "9223372036854775807"
1054
                  startingLineNumber = "202"
1055
                  endingLineNumber = "202"
1056
                  offsetFromSymbolStart = "16">
1057
               </Location>
1058
            </Locations>
1124 1059
         </BreakpointContent>
1125 1060
      </BreakpointProxy>
1126 1061
      <BreakpointProxy
@ -1178,7 +1113,7 @@
1178 1113
            ignoreCount = "0"
1179 1114
            continueAfterRunningActions = "No"
1180 1115
            filePath = "SuperMenu/ViewController.m"
1181
            timestampString = "576745700.546083"
1116
            timestampString = "580035664.0012079"
1182 1117
            startingColumnNumber = "9223372036854775807"
1183 1118
            endingColumnNumber = "9223372036854775807"
1184 1119
            startingLineNumber = "177"
@ -1194,13 +1129,13 @@
1194 1129
            ignoreCount = "0"
1195 1130
            continueAfterRunningActions = "No"
1196 1131
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileUI.m"
1197
            timestampString = "575196812.291522"
1132
            timestampString = "580207365.973726"
1198 1133
            startingColumnNumber = "9223372036854775807"
1199 1134
            endingColumnNumber = "9223372036854775807"
1200 1135
            startingLineNumber = "561"
1201 1136
            endingLineNumber = "561"
1202
            landmarkName = "-loadingStart:title:isCanceable:"
1203
            landmarkType = "7">
1137
            landmarkName = "WDFMobileUI"
1138
            landmarkType = "3">
1204 1139
         </BreakpointContent>
1205 1140
      </BreakpointProxy>
1206 1141
      <BreakpointProxy
@ -1210,12 +1145,12 @@
1210 1145
            ignoreCount = "0"
1211 1146
            continueAfterRunningActions = "No"
1212 1147
            filePath = "SuperMenu/multiple/AppManagePlugin.m"
1213
            timestampString = "576745700.5461431"
1148
            timestampString = "576745700.546185"
1214 1149
            startingColumnNumber = "9223372036854775807"
1215 1150
            endingColumnNumber = "9223372036854775807"
1216
            startingLineNumber = "81"
1217
            endingLineNumber = "81"
1218
            landmarkName = "-openIpuApp:"
1151
            startingLineNumber = "271"
1152
            endingLineNumber = "271"
1153
            landmarkName = "-openNativeApp:url:"
1219 1154
            landmarkType = "7">
1220 1155
         </BreakpointContent>
1221 1156
      </BreakpointProxy>
@ -1225,14 +1160,14 @@
1225 1160
            shouldBeEnabled = "Yes"
1226 1161
            ignoreCount = "0"
1227 1162
            continueAfterRunningActions = "No"
1228
            filePath = "SuperMenu/multiple/AppManagePlugin.m"
1229
            timestampString = "576745700.546185"
1163
            filePath = "SuperMenu/multiple/IPUCountLogPlugin.m"
1164
            timestampString = "576744251.719043"
1230 1165
            startingColumnNumber = "9223372036854775807"
1231 1166
            endingColumnNumber = "9223372036854775807"
1232
            startingLineNumber = "271"
1233
            endingLineNumber = "271"
1234
            landmarkName = "AppManagePlugin"
1235
            landmarkType = "3">
1167
            startingLineNumber = "18"
1168
            endingLineNumber = "18"
1169
            landmarkName = "-closeCountLog:"
1170
            landmarkType = "7">
1236 1171
         </BreakpointContent>
1237 1172
      </BreakpointProxy>
1238 1173
      <BreakpointProxy
@ -1241,13 +1176,13 @@
1241 1176
            shouldBeEnabled = "Yes"
1242 1177
            ignoreCount = "0"
1243 1178
            continueAfterRunningActions = "No"
1244
            filePath = "SuperMenu/multiple/IPUCountLogPlugin.m"
1245
            timestampString = "576744251.719043"
1179
            filePath = "../../ios-plugin/IpuCount/IpuCount/monitor/IpuDataMonitor.m"
1180
            timestampString = "579449014.976009"
1246 1181
            startingColumnNumber = "9223372036854775807"
1247 1182
            endingColumnNumber = "9223372036854775807"
1248
            startingLineNumber = "18"
1249
            endingLineNumber = "18"
1250
            landmarkName = "-closeCountLog:"
1183
            startingLineNumber = "60"
1184
            endingLineNumber = "60"
1185
            landmarkName = "-afterReturnAdvice:params:className:"
1251 1186
            landmarkType = "7">
1252 1187
         </BreakpointContent>
1253 1188
      </BreakpointProxy>
@ -1257,13 +1192,29 @@
1257 1192
            shouldBeEnabled = "Yes"
1258 1193
            ignoreCount = "0"
1259 1194
            continueAfterRunningActions = "No"
1260
            filePath = "../../ios-plugin/IpuCount/IpuCount/config/IpuCountConfig.m"
1261
            timestampString = "576745700.546281"
1195
            filePath = "../../ios-plugin/IpuCount/IpuCount/monitor/IpuDataMonitor.m"
1196
            timestampString = "579449014.976355"
1262 1197
            startingColumnNumber = "9223372036854775807"
1263 1198
            endingColumnNumber = "9223372036854775807"
1264
            startingLineNumber = "41"
1265
            endingLineNumber = "41"
1266
            landmarkName = "-openCountLog"
1199
            startingLineNumber = "49"
1200
            endingLineNumber = "49"
1201
            landmarkName = "-afterReturnAdvice:params:className:"
1202
            landmarkType = "7">
1203
         </BreakpointContent>
1204
      </BreakpointProxy>
1205
      <BreakpointProxy
1206
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1207
         <BreakpointContent
1208
            shouldBeEnabled = "Yes"
1209
            ignoreCount = "0"
1210
            continueAfterRunningActions = "No"
1211
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileUI.m"
1212
            timestampString = "580207365.974005"
1213
            startingColumnNumber = "9223372036854775807"
1214
            endingColumnNumber = "9223372036854775807"
1215
            startingLineNumber = "275"
1216
            endingLineNumber = "275"
1217
            landmarkName = "-openTemplate:"
1267 1218
            landmarkType = "7">
1268 1219
         </BreakpointContent>
1269 1220
      </BreakpointProxy>
@ -1273,13 +1224,61 @@
1273 1224
            shouldBeEnabled = "Yes"
1274 1225
            ignoreCount = "0"
1275 1226
            continueAfterRunningActions = "No"
1276
            filePath = "../../ios-plugin/IpuCount/IpuCount/config/IpuCountConfig.m"
1277
            timestampString = "576745700.546613"
1227
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileNetwork.m"
1228
            timestampString = "579447665.853376"
1278 1229
            startingColumnNumber = "9223372036854775807"
1279 1230
            endingColumnNumber = "9223372036854775807"
1280
            startingLineNumber = "47"
1281
            endingLineNumber = "47"
1282
            landmarkName = "-closeCountLog"
1231
            startingLineNumber = "19"
1232
            endingLineNumber = "19"
1233
            landmarkName = "-httpGet:"
1234
            landmarkType = "7">
1235
         </BreakpointContent>
1236
      </BreakpointProxy>
1237
      <BreakpointProxy
1238
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1239
         <BreakpointContent
1240
            shouldBeEnabled = "Yes"
1241
            ignoreCount = "0"
1242
            continueAfterRunningActions = "No"
1243
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileNetwork.m"
1244
            timestampString = "579447665.853687"
1245
            startingColumnNumber = "9223372036854775807"
1246
            endingColumnNumber = "9223372036854775807"
1247
            startingLineNumber = "66"
1248
            endingLineNumber = "66"
1249
            landmarkName = "-httpRequest:"
1250
            landmarkType = "7">
1251
         </BreakpointContent>
1252
      </BreakpointProxy>
1253
      <BreakpointProxy
1254
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1255
         <BreakpointContent
1256
            shouldBeEnabled = "Yes"
1257
            ignoreCount = "0"
1258
            continueAfterRunningActions = "No"
1259
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileUI.m"
1260
            timestampString = "580207365.974243"
1261
            startingColumnNumber = "9223372036854775807"
1262
            endingColumnNumber = "9223372036854775807"
1263
            startingLineNumber = "260"
1264
            endingLineNumber = "260"
1265
            landmarkName = "-openTemplate:"
1266
            landmarkType = "7">
1267
         </BreakpointContent>
1268
      </BreakpointProxy>
1269
      <BreakpointProxy
1270
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
1271
         <BreakpointContent
1272
            shouldBeEnabled = "Yes"
1273
            ignoreCount = "0"
1274
            continueAfterRunningActions = "No"
1275
            filePath = "../../ios/WadeMobile/WadeMobile/common/app/WDAutoUpdate.m"
1276
            timestampString = "580207365.974471"
1277
            startingColumnNumber = "9223372036854775807"
1278
            endingColumnNumber = "9223372036854775807"
1279
            startingLineNumber = "17"
1280
            endingLineNumber = "17"
1281
            landmarkName = "+update"
1283 1282
            landmarkType = "7">
1284 1283
         </BreakpointContent>
1285 1284
      </BreakpointProxy>

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


+ 9 - 9
SuperMenu/SuperMenu/AppDelegate.m

@ -29,14 +29,14 @@
29 29
- (id)createViewController {
30 30
    //NSUserDefaults中的值重新设置,确保应用退出重启后数据的一致性;
31 31
    //确保该段代码在所有  行为分析日志发送方法  之前执行
32
    BOOL closeCountLog = [[NSUserDefaults standardUserDefaults] boolForKey:@"IPUCOUNT_CLOSE_LOG"];
33
    if (closeCountLog==YES) {
34
        [[IpuCountConfig sharedManager] closeCountLog];
35
    }else{
36
        [[IpuCountConfig sharedManager] openCountLog];
37
    }
38
    //发送启动日志
39
    [IpuCountReport reportAppStartWithRemark1:nil Remark2:nil];
32
//    BOOL closeCountLog = [[NSUserDefaults standardUserDefaults] boolForKey:@"IPUCOUNT_CLOSE_LOG"];
33
//    if (closeCountLog==YES) {
34
//        [[IpuCountConfig sharedManager] closeCountLog];
35
//    }else{
36
//        [[IpuCountConfig sharedManager] openCountLog];
37
//    }
38
//    //发送启动日志
39
//    [IpuCountReport reportAppStartWithRemark1:nil Remark2:nil];
40 40
    
41 41
    /*资源在远程的场景*/
42 42
    ViewController* rootCtrl = [[ViewController alloc] init];
@ -52,7 +52,7 @@
52 52
    [super applicationWillResignActive:application];
53 53
    
54 54
    //发送退出日志
55
    [IpuCountReport reportOperWithType:OPERATE_EXIT remark1:nil remark2:nil];
55
//    [IpuCountReport reportOperWithType:OPERATE_EXIT remark1:nil remark2:nil];
56 56
    
57 57
    //极光推送角标设置为0(一定要在这个代理方法里面执行下面的代码,否则不生效)
58 58
    UILocalNotification *notification = [[UILocalNotification alloc] init];

+ 1 - 1
SuperMenu/SuperMenu/Info.plist

@ -17,7 +17,7 @@
17 17
	<key>CFBundlePackageType</key>
18 18
	<string>APPL</string>
19 19
	<key>CFBundleShortVersionString</key>
20
	<string>3.0</string>
20
	<string>1.0.5.1</string>
21 21
	<key>CFBundleSignature</key>
22 22
	<string>????</string>
23 23
	<key>CFBundleURLTypes</key>

+ 4 - 4
SuperMenu/SuperMenu/ViewController.m

@ -34,11 +34,11 @@
34 34
        [WDPluginManager execute:self action:@"openPage" arrayParam:params callback:@"openPage1"];
35 35
    }
36 36
    
37
    //添加悬浮按钮
38
    [self setupSuspendButton];
37
//    //添加悬浮按钮
38
//    [self setupSuspendButton];
39 39
40
    //添加动态插码
41
    [IpuProxy setupProxys];
40
//    //添加动态插码
41
//    [IpuProxy setupProxys];
42 42
}
43 43
#pragma mark - 和助手手势密码
44 44
/*

+ 7 - 10
SuperMenu/SuperMenu/multiple/AppManagePlugin.m

@ -93,24 +93,23 @@
93 93
        [IpuMultipleManager setMultiple:YES];
94 94
        [IpuMultipleManager getCurrAppConfig].welcomePage = [dic objectForKey:@"MENU_WELCOME_PAGE"];
95 95
        [IpuMultipleManager getCurrAppConfig].indexPage = [dic objectForKey:@"MENU_PAGE_ACTION"];
96
        [IpuMultipleManager getCurrAppConfig].extParam = [dic objectForKey:@"EXT_PARAM"];
96 97
    }
97 98
    
98 99
    //4.打开页面
99 100
    rootVC = (ViewController *)self.getViewController;
100
    IpuTemplateSubController *vc = [[IpuTemplateSubController alloc] init];
101
    //    SubViewController *vc = [[SubViewController alloc] init]; //辽宁改造,在子页面第一次打开时需要登录
101
    IpuTemplateSubController *vc;
102
    if ([IpuMultipleManager getCurrAppConfig].extParam) {
103
        vc = [[IpuTemplateSubController alloc] initControllerWithParam:[IpuMultipleManager getCurrAppConfig].extParam];
104
    }else{
105
        vc = [[IpuTemplateSubController alloc] init];
106
    }
102 107
    
103 108
    [WDTemplateManager downloadResourceOnView:rootVC callback:^{
104 109
        [rootVC presentViewController:vc animated:YES completion:^{
105 110
            [vc initController];
106 111
        }];
107 112
    }];
108
    
109
    //    [rootVC presentViewController:vc animated:NO completion:^{
110
    //        [vc loadSubApp:[self getSubAppParams]];
111
    //        [vc loadSubAppPage:[IpuMultipleManager getCurrIndexPage] withParam:nil];
112
    
113
    //    }];
114 113
}
115 114
116 115
- (void)closeIpuApp:(NSArray *)args {
@ -119,8 +118,6 @@
119 118
        callbackStr = args[0];
120 119
    }
121 120
    UIViewController *vc = (UIViewController *)self.wademobile;
122
    NSLog(@"vc================%@",vc);
123
    NSLog(@"vc1111111================%@",[self getViewController]);
124 121
    if([vc isKindOfClass:[IpuTemplateSubController class]])
125 122
        [vc dismissViewControllerAnimated:YES completion:^{
126 123
            [IpuMultipleManager setMultiple:NO];

+ 5 - 5
WadeMobileFunc/WadeMobileFunc.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@ -26,12 +26,12 @@
26 26
                  moduleName = "WadeMobileFunc"
27 27
                  usesParentBreakpointCondition = "Yes"
28 28
                  urlString = "file:///Users/mac/work/asiainfo/ios-share/WadeMobileFunc/WadeMobileFunc/WDFSocial.m"
29
                  timestampString = "579060348.947536"
29
                  timestampString = "580207366.434123"
30 30
                  startingColumnNumber = "9223372036854775807"
31 31
                  endingColumnNumber = "9223372036854775807"
32 32
                  startingLineNumber = "291"
33 33
                  endingLineNumber = "291"
34
                  offsetFromSymbolStart = "1132">
34
                  offsetFromSymbolStart = "1142">
35 35
               </Location>
36 36
               <Location
37 37
                  shouldBeEnabled = "Yes"
@ -41,12 +41,12 @@
41 41
                  moduleName = "WadeMobileFunc"
42 42
                  usesParentBreakpointCondition = "Yes"
43 43
                  urlString = "file:///Users/mac/work/asiainfo/ios-share/WadeMobileFunc/WadeMobileFunc/WDFSocial.m"
44
                  timestampString = "579060348.949478"
44
                  timestampString = "580207366.435868"
45 45
                  startingColumnNumber = "9223372036854775807"
46 46
                  endingColumnNumber = "9223372036854775807"
47 47
                  startingLineNumber = "292"
48 48
                  endingLineNumber = "292"
49
                  offsetFromSymbolStart = "52">
49
                  offsetFromSymbolStart = "39">
50 50
               </Location>
51 51
               <Location
52 52
                  shouldBeEnabled = "Yes"
@ -56,7 +56,7 @@
56 56
                  moduleName = "WadeMobileFunc"
57 57
                  usesParentBreakpointCondition = "Yes"
58 58
                  urlString = "file:///Users/mac/work/asiainfo/ios-share/WadeMobileFunc/WadeMobileFunc/WDFSocial.m"
59
                  timestampString = "579060348.951408"
59
                  timestampString = "580207366.437659"
60 60
                  startingColumnNumber = "9223372036854775807"
61 61
                  endingColumnNumber = "9223372036854775807"
62 62
                  startingLineNumber = "291"

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

@ -7,17 +7,17 @@
7 7
		<key>WadeMobileFunc.xcscheme</key>
8 8
		<dict>
9 9
			<key>orderHint</key>
10
			<integer>11</integer>
10
			<integer>21</integer>
11 11
		</dict>
12 12
		<key>WadeMobileFunc4Appstore.xcscheme</key>
13 13
		<dict>
14 14
			<key>orderHint</key>
15
			<integer>6</integer>
15
			<integer>23</integer>
16 16
		</dict>
17 17
		<key>WadeMobileFuncAggregate.xcscheme</key>
18 18
		<dict>
19 19
			<key>orderHint</key>
20
			<integer>7</integer>
20
			<integer>22</integer>
21 21
		</dict>
22 22
	</dict>
23 23
</dict>

+ 3 - 1
WadeMobileFunc/WadeMobileFunc/WDFMobileStorage.m

@ -55,7 +55,7 @@ static NSString* const DES_KEY = @"87382947";
55 55
}
56 56
57 57
- (id)getMemoryCache:(id)key defValue:(id)defvalue {
58
    if (!key) {
58
    if (key==nil || key==[NSNull null]) {//add by lfl:新增判空处理
59 59
        return nil;
60 60
    }
61 61
    NSMutableDictionary *cache = [self getCache];
@ -88,6 +88,7 @@ static NSString* const DES_KEY = @"87382947";
88 88
        for (NSString *k in keys) {
89 89
            [map put:k object:[self getMemoryCache:k defValue:defvalue]];
90 90
        }
91
//        NSLog(@"[map toString]==============%@",[map toString]);
91 92
        [self callback:[map toString]];
92 93
    } else {
93 94
        id value = [self getMemoryCache:key defValue:defvalue];
@ -97,6 +98,7 @@ static NSString* const DES_KEY = @"87382947";
97 98
        if ([value isKindOfClass:[WDDataMap class]]) {
98 99
            value = [((WDDataMap*)value) toString];
99 100
        }
101
//        NSLog(@"value==============%@",value);
100 102
        [self callback:value];
101 103
    }
102 104
}

+ 1 - 1
WadeMobileFunc/WadeMobileFunc/WDFMobileUI.m

@ -271,7 +271,7 @@
271 271
    if([param count] > 2 && param[2] != [NSNull null] ){
272 272
        isCurr = [@"true" isEqualToString:param[2]];
273 273
    }
274
    
274
    NSLog(@"WDFMobileUI执行openTemplate:插件========pageAction:%@,,,pageParam:%@",pageAction,pageParam);
275 275
    [self openTemplate:pageAction withData:pageParam isCurr:isCurr];
276 276
}
277 277

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

@ -7,7 +7,7 @@
7 7
		<key>RNCamera.xcscheme</key>
8 8
		<dict>
9 9
			<key>orderHint</key>
10
			<integer>21</integer>
10
			<integer>22</integer>
11 11
		</dict>
12 12
	</dict>
13 13
</dict>

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

@ -17,7 +17,7 @@
17 17
		<key>ART.xcscheme</key>
18 18
		<dict>
19 19
			<key>orderHint</key>
20
			<integer>22</integer>
20
			<integer>21</integer>
21 21
		</dict>
22 22
	</dict>
23 23
</dict>

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

@ -17,7 +17,7 @@
17 17
		<key>RCTBlob.xcscheme</key>
18 18
		<dict>
19 19
			<key>orderHint</key>
20
			<integer>23</integer>
20
			<integer>24</integer>
21 21
		</dict>
22 22
	</dict>
23 23
</dict>

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

@ -7,7 +7,7 @@
7 7
		<key>RCTCameraRoll.xcscheme</key>
8 8
		<dict>
9 9
			<key>orderHint</key>
10
			<integer>24</integer>
10
			<integer>25</integer>
11 11
		</dict>
12 12
	</dict>
13 13
</dict>

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

@ -7,7 +7,7 @@
7 7
		<key>RCTGeolocation.xcscheme</key>
8 8
		<dict>
9 9
			<key>orderHint</key>
10
			<integer>25</integer>
10
			<integer>26</integer>
11 11
		</dict>
12 12
	</dict>
13 13
</dict>

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

@ -17,7 +17,7 @@
17 17
		<key>RCTImage.xcscheme</key>
18 18
		<dict>
19 19
			<key>orderHint</key>
20
			<integer>26</integer>
20
			<integer>27</integer>
21 21
		</dict>
22 22
	</dict>
23 23
</dict>

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

@ -17,7 +17,7 @@
17 17
		<key>RCTLinking.xcscheme</key>
18 18
		<dict>
19 19
			<key>orderHint</key>
20
			<integer>27</integer>
20
			<integer>28</integer>
21 21
		</dict>
22 22
	</dict>
23 23
</dict>

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

@ -37,7 +37,7 @@
37 37
		<key>cxxreact.xcscheme</key>
38 38
		<dict>
39 39
			<key>orderHint</key>
40
			<integer>29</integer>
40
			<integer>23</integer>
41 41
		</dict>
42 42
		<key>double-conversion-tvOS.xcscheme</key>
43 43
		<dict>
@ -52,7 +52,7 @@
52 52
		<key>double-conversion.xcscheme</key>
53 53
		<dict>
54 54
			<key>orderHint</key>
55
			<integer>33</integer>
55
			<integer>30</integer>
56 56
		</dict>
57 57
		<key>jschelpers-tvOS.xcscheme</key>
58 58
		<dict>
@ -67,7 +67,7 @@
67 67
		<key>jschelpers.xcscheme</key>
68 68
		<dict>
69 69
			<key>orderHint</key>
70
			<integer>30</integer>
70
			<integer>31</integer>
71 71
		</dict>
72 72
		<key>jsinspector-tvOS.xcscheme</key>
73 73
		<dict>
@ -82,7 +82,7 @@
82 82
		<key>jsinspector.xcscheme</key>
83 83
		<dict>
84 84
			<key>orderHint</key>
85
			<integer>31</integer>
85
			<integer>32</integer>
86 86
		</dict>
87 87
		<key>privatedata-tvOS.xcscheme</key>
88 88
		<dict>
@ -112,7 +112,7 @@
112 112
		<key>third-party.xcscheme</key>
113 113
		<dict>
114 114
			<key>orderHint</key>
115
			<integer>32</integer>
115
			<integer>33</integer>
116 116
		</dict>
117 117
		<key>yoga-tvOS.xcscheme</key>
118 118
		<dict>
@ -127,7 +127,7 @@
127 127
		<key>yoga.xcscheme</key>
128 128
		<dict>
129 129
			<key>orderHint</key>
130
			<integer>28</integer>
130
			<integer>29</integer>
131 131
		</dict>
132 132
	</dict>
133 133
	<key>SuppressBuildableAutocreation</key>

BIN
display-center/display-center.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate