ソースを参照

行为分析框架依赖去除

liufl5 6 年 前
コミット
bc0913fff3
共有28 個のファイルを変更した385 個の追加72 個の削除を含む
  1. BIN
      IpuCommon/Frameworks/IpuCount.framework/IpuCount
  2. 29 0
      IpuCommon/Frameworks/WadeMobile.framework/Headers/WDNetMainController.h
  3. 13 0
      IpuCommon/Frameworks/WadeMobile.framework/Headers/WDNetWebView.h
  4. BIN
      IpuCommon/Frameworks/WadeMobile.framework/Info.plist
  5. BIN
      IpuCommon/Frameworks/WadeMobile.framework/WadeMobile
  6. 18 4
      SuperMenu/Res/config/count-config.xml
  7. 6 6
      SuperMenu/SuperMenu.xcodeproj/project.pbxproj
  8. BIN
      SuperMenu/SuperMenu.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate
  9. 153 9
      SuperMenu/SuperMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
  10. 1 1
      SuperMenu/SuperMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  11. 1 0
      SuperMenu/SuperMenu/AppDelegate.m
  12. 0 4
      WadeMobileFunc/WadeMobileFunc.xcodeproj/project.pbxproj
  13. 5 5
      WadeMobileFunc/WadeMobileFunc.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
  14. 3 3
      WadeMobileFunc/WadeMobileFunc.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  15. 1 1
      display-center/ReactNative/node_modules/react-native-camera/ios/RNCamera.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  16. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  17. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/Image/RCTImage.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  18. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  19. 2 2
      display-center/ReactNative/node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  20. 2 2
      display-center/ReactNative/node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  21. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  22. 2 2
      display-center/ReactNative/node_modules/react-native/Libraries/Text/RCTText.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  23. 3 3
      display-center/ReactNative/node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  24. 10 10
      display-center/ReactNative/node_modules/react-native/React/React.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  25. 116 0
      display-center/display-center.xcodeproj/project.pbxproj
  26. BIN
      display-center/display-center.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate
  27. 15 15
      display-center/display-center.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
  28. 1 1
      display-center/display-center.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist

BIN
IpuCommon/Frameworks/IpuCount.framework/IpuCount


+ 29 - 0
IpuCommon/Frameworks/WadeMobile.framework/Headers/WDNetMainController.h

@ -0,0 +1,29 @@
1
//
2
//  WDNetMainController.h
3
//  WadeMobile
4
//
5
//  Created by 天堂之镜 on 16/5/5.
6
//  Copyright © 2016年 asiainfo. All rights reserved.
7
//
8
9
#import "WDViewController.h"
10
11
@class WDMobileWebView;
12
13
@interface WDNetMainController : WDViewController
14
15
@property(nonatomic, assign, readonly, getter = isLoadingIndexPage) BOOL loadingIndexPath;
16
17
@property(nonatomic, weak) UIView *contentView;
18
19
@property(nonatomic, weak) WDMobileWebView *webView;
20
21
- (UIColor *)topViewBackgroundColor;
22
23
- (NSString *)loadErrorHtmlMessage:(NSError *)error;
24
25
- (void)startLoadIndexPage;
26
27
- (void)finishLoadIndexPage;
28
29
@end

+ 13 - 0
IpuCommon/Frameworks/WadeMobile.framework/Headers/WDNetWebView.h

@ -0,0 +1,13 @@
1
//
2
//  WDNetWebView.h
3
//  WadeMobile
4
//
5
//  Created by 天堂之镜 on 16/5/5.
6
//  Copyright © 2016年 asiainfo. All rights reserved.
7
//
8
9
#import "WDMobileWebView.h"
10
11
@interface WDNetWebView : WDMobileWebView
12
13
@end

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


BIN
IpuCommon/Frameworks/WadeMobile.framework/WadeMobile


+ 18 - 4
SuperMenu/Res/config/count-config.xml

@ -1,18 +1,32 @@
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<config>
3 3
    <monitor class="IpuPluginMonitor">
4
        <count class="WDPluginManager">
5
            <method>execute:action:arrayParam:callback:</method>
4
        <count class="WDFMobileDatabase">
5
            <method>execSql:</method>
6 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
<!--        <count class="WDFMobileUI">-->
15
<!--            <method>tip:</method>-->
16
<!--        </count>-->
7 17
    </monitor>
18
    
8 19
    <monitor class="IpuPageMonitor">
9 20
        <count class="WDFMobileUI">
10
            <method>openPage:data:isCurrView:</method>
21
            <method>openUrl:</method>
22
            <method>openPage:</method>
23
            <method>openTemplate:</method>
11 24
        </count>
12 25
    </monitor>
26
    
13 27
    <monitor class="IpuDataMonitor">
14 28
        <count class="WDFMobileNetwork">
15
            <method>dataRequest:params:</method>
29
            <method>dataRequest:</method>
16 30
        </count>
17 31
    </monitor>
18 32
    

+ 6 - 6
SuperMenu/SuperMenu.xcodeproj/project.pbxproj

@ -10,12 +10,12 @@
10 10
		0429A27121805C34003CEE83 /* WadeMobileBundle.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 0429A26E21805C34003CEE83 /* WadeMobileBundle.bundle */; };
11 11
		0429A27521805C34003CEE83 /* fontawesome-webfont.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0429A27021805C34003CEE83 /* fontawesome-webfont.ttf */; };
12 12
		0429A29A21805EA8003CEE83 /* Res in Resources */ = {isa = PBXBuildFile; fileRef = 0429A29921805EA8003CEE83 /* Res */; };
13
		04635DDB2223E3150073DE0A /* IpuCount.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04635DDA2223E3150073DE0A /* IpuCount.framework */; };
14
		04635DDC2223E3210073DE0A /* IpuCount.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04772A5B21ED7950002BC2C2 /* IpuCount.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
13 15
		0468917C21C9080700EE1411 /* IpuPush.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0468917B21C9080700EE1411 /* IpuPush.framework */; };
14 16
		0468917E21C9081600EE1411 /* WadeMobile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0468917D21C9081600EE1411 /* WadeMobile.framework */; };
15 17
		0468917F21C9082C00EE1411 /* WadeMobile.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0468917D21C9081600EE1411 /* WadeMobile.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
16 18
		0468918021C9082C00EE1411 /* IpuPush.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0468917B21C9080700EE1411 /* IpuPush.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
17
		0468918121C9082C00EE1411 /* IpuCount.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 048462A121C7815600A0D054 /* IpuCount.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
18
		048462A221C7815600A0D054 /* IpuCount.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 048462A121C7815600A0D054 /* IpuCount.framework */; };
19 19
		0A6DB49220736B1C0004056F /* SuperMenuSetting.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A6DB49120736B1C0004056F /* SuperMenuSetting.m */; };
20 20
		0A780E621EE8EACF004AE072 /* IpuQrCode.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A780E611EE8EACF004AE072 /* IpuQrCode.framework */; };
21 21
		0A780E631EE8EAD4004AE072 /* IpuQrCode.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0A780E611EE8EACF004AE072 /* IpuQrCode.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@ -132,9 +132,9 @@
132 132
			dstPath = "";
133 133
			dstSubfolderSpec = 10;
134 134
			files = (
135
				04635DDC2223E3210073DE0A /* IpuCount.framework in Embed Frameworks */,
135 136
				0468917F21C9082C00EE1411 /* WadeMobile.framework in Embed Frameworks */,
136 137
				0468918021C9082C00EE1411 /* IpuPush.framework in Embed Frameworks */,
137
				0468918121C9082C00EE1411 /* IpuCount.framework in Embed Frameworks */,
138 138
				B2EC034721C7393A004F38B6 /* WadeMobileFunc.framework in Embed Frameworks */,
139 139
				B24886B921BFA1F0005AFB7C /* IpuMap.framework in Embed Frameworks */,
140 140
				0A780E631EE8EAD4004AE072 /* IpuQrCode.framework in Embed Frameworks */,
@ -152,13 +152,13 @@
152 152
		0429A29921805EA8003CEE83 /* Res */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Res; sourceTree = "<group>"; };
153 153
		045BF82B218AEDD800235C80 /* WadeMobileFunc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WadeMobileFunc.framework; path = ../IpuCommon/Frameworks/WadeMobileFunc.framework; sourceTree = "<group>"; };
154 154
		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>"; };
155
		04635DDA2223E3150073DE0A /* IpuCount.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuCount.framework; path = ../IpuCommon/Frameworks/IpuCount.framework; sourceTree = "<group>"; };
155 156
		0466AD8721F7023A00EEC1B3 /* IpuPush.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = IpuPush.xcodeproj; path = "../../ios-plugin/IpuPush/IpuPush.xcodeproj"; sourceTree = "<group>"; };
156 157
		0468917B21C9080700EE1411 /* IpuPush.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuPush.framework; path = ../IpuCommon/Frameworks/IpuPush.framework; sourceTree = "<group>"; };
157 158
		0468917D21C9081600EE1411 /* WadeMobile.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WadeMobile.framework; path = ../IpuCommon/Frameworks/WadeMobile.framework; sourceTree = "<group>"; };
158 159
		04772A3921ED7932002BC2C2 /* WadeMobile.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WadeMobile.xcodeproj; path = ../../ios/WadeMobile/WadeMobile.xcodeproj; sourceTree = "<group>"; };
159 160
		04772A4A21ED7941002BC2C2 /* WadeMobileFunc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WadeMobileFunc.xcodeproj; path = ../WadeMobileFunc/WadeMobileFunc.xcodeproj; sourceTree = "<group>"; };
160 161
		04772A5521ED7950002BC2C2 /* IpuCount.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = IpuCount.xcodeproj; path = "../../ios-plugin/IpuCount/IpuCount.xcodeproj"; sourceTree = "<group>"; };
161
		048462A121C7815600A0D054 /* IpuCount.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuCount.framework; path = ../IpuCommon/Frameworks/IpuCount.framework; sourceTree = "<group>"; };
162 162
		0A6DB49020736B1C0004056F /* SuperMenuSetting.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SuperMenuSetting.h; sourceTree = "<group>"; };
163 163
		0A6DB49120736B1C0004056F /* SuperMenuSetting.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SuperMenuSetting.m; sourceTree = "<group>"; };
164 164
		0A780E611EE8EACF004AE072 /* IpuQrCode.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuQrCode.framework; path = ../IpuCommon/Frameworks/IpuQrCode.framework; sourceTree = "<group>"; };
@ -212,10 +212,10 @@
212 212
			files = (
213 213
				B2EC034621C73932004F38B6 /* WadeMobileFunc.framework in Frameworks */,
214 214
				0468917E21C9081600EE1411 /* WadeMobile.framework in Frameworks */,
215
				048462A221C7815600A0D054 /* IpuCount.framework in Frameworks */,
216 215
				EA45A5AA1E0777BF001275C9 /* IpuLib.framework in Frameworks */,
217 216
				EA45A5B01E0777C0001275C9 /* WadeMobileUI.framework in Frameworks */,
218 217
				0A780E621EE8EACF004AE072 /* IpuQrCode.framework in Frameworks */,
218
				04635DDB2223E3150073DE0A /* IpuCount.framework in Frameworks */,
219 219
				0468917C21C9080700EE1411 /* IpuPush.framework in Frameworks */,
220 220
				B24886B821BFA1A3005AFB7C /* IpuMap.framework in Frameworks */,
221 221
			);
@ -265,9 +265,9 @@
265 265
		0A780E601EE8EAB0004AE072 /* Framework */ = {
266 266
			isa = PBXGroup;
267 267
			children = (
268
				04635DDA2223E3150073DE0A /* IpuCount.framework */,
268 269
				0468917D21C9081600EE1411 /* WadeMobile.framework */,
269 270
				0468917B21C9080700EE1411 /* IpuPush.framework */,
270
				048462A121C7815600A0D054 /* IpuCount.framework */,
271 271
				045BF82B218AEDD800235C80 /* WadeMobileFunc.framework */,
272 272
				0429A27021805C34003CEE83 /* fontawesome-webfont.ttf */,
273 273
				0429A26E21805C34003CEE83 /* WadeMobileBundle.bundle */,

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


+ 153 - 9
SuperMenu/SuperMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@ -106,12 +106,12 @@
106 106
                  moduleName = "SuperMenu"
107 107
                  usesParentBreakpointCondition = "Yes"
108 108
                  urlString = "file:///Users/mac/work/asiainfo/ios-share/SuperMenu/SuperMenu/multiple/AppManagePlugin.m"
109
                  timestampString = "572412300.571894"
109
                  timestampString = "572777262.374526"
110 110
                  startingColumnNumber = "9223372036854775807"
111 111
                  endingColumnNumber = "9223372036854775807"
112 112
                  startingLineNumber = "285"
113 113
                  endingLineNumber = "285"
114
                  offsetFromSymbolStart = "39">
114
                  offsetFromSymbolStart = "60">
115 115
               </Location>
116 116
               <Location
117 117
                  shouldBeEnabled = "Yes"
@ -121,12 +121,12 @@
121 121
                  moduleName = "SuperMenu"
122 122
                  usesParentBreakpointCondition = "Yes"
123 123
                  urlString = "file:///Users/mac/work/asiainfo/ios-share/SuperMenu/SuperMenu/multiple/AppManagePlugin.m"
124
                  timestampString = "572412300.5753551"
124
                  timestampString = "572777262.376331"
125 125
                  startingColumnNumber = "9223372036854775807"
126 126
                  endingColumnNumber = "9223372036854775807"
127 127
                  startingLineNumber = "287"
128 128
                  endingLineNumber = "287"
129
                  offsetFromSymbolStart = "69">
129
                  offsetFromSymbolStart = "72">
130 130
               </Location>
131 131
            </Locations>
132 132
         </BreakpointContent>
@ -442,7 +442,7 @@
442 442
            ignoreCount = "0"
443 443
            continueAfterRunningActions = "No"
444 444
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileNetwork.m"
445
            timestampString = "572412300.4284641"
445
            timestampString = "572433984.255892"
446 446
            startingColumnNumber = "9223372036854775807"
447 447
            endingColumnNumber = "9223372036854775807"
448 448
            startingLineNumber = "65"
@ -458,7 +458,7 @@
458 458
            ignoreCount = "0"
459 459
            continueAfterRunningActions = "No"
460 460
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileUI.m"
461
            timestampString = "572412300.428533"
461
            timestampString = "572433984.255964"
462 462
            startingColumnNumber = "9223372036854775807"
463 463
            endingColumnNumber = "9223372036854775807"
464 464
            startingLineNumber = "752"
@ -666,7 +666,7 @@
666 666
            ignoreCount = "0"
667 667
            continueAfterRunningActions = "No"
668 668
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileUI.m"
669
            timestampString = "572412300.4287651"
669
            timestampString = "572433984.256325"
670 670
            startingColumnNumber = "9223372036854775807"
671 671
            endingColumnNumber = "9223372036854775807"
672 672
            startingLineNumber = "166"
@ -826,7 +826,7 @@
826 826
            ignoreCount = "0"
827 827
            continueAfterRunningActions = "No"
828 828
            filePath = "../../ios-plugin/IpuCount/IpuCount/util/IpuCountUDPHelper.m"
829
            timestampString = "572412300.428948"
829
            timestampString = "572433984.256597"
830 830
            startingColumnNumber = "9223372036854775807"
831 831
            endingColumnNumber = "9223372036854775807"
832 832
            startingLineNumber = "120"
@ -842,7 +842,7 @@
842 842
            ignoreCount = "0"
843 843
            continueAfterRunningActions = "No"
844 844
            filePath = "../../ios-plugin/IpuCount/IpuCount/util/IpuCountUDPHelper.m"
845
            timestampString = "572412300.428992"
845
            timestampString = "572433984.25667"
846 846
            startingColumnNumber = "9223372036854775807"
847 847
            endingColumnNumber = "9223372036854775807"
848 848
            startingLineNumber = "41"
@ -851,5 +851,149 @@
851 851
            landmarkType = "7">
852 852
         </BreakpointContent>
853 853
      </BreakpointProxy>
854
      <BreakpointProxy
855
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
856
         <BreakpointContent
857
            shouldBeEnabled = "Yes"
858
            ignoreCount = "0"
859
            continueAfterRunningActions = "No"
860
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFUploadDownload.m"
861
            timestampString = "572423400.44523"
862
            startingColumnNumber = "9223372036854775807"
863
            endingColumnNumber = "9223372036854775807"
864
            startingLineNumber = "28"
865
            endingLineNumber = "28"
866
            landmarkName = "-uploadWithServletByUnirest:"
867
            landmarkType = "7">
868
         </BreakpointContent>
869
      </BreakpointProxy>
870
      <BreakpointProxy
871
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
872
         <BreakpointContent
873
            shouldBeEnabled = "Yes"
874
            ignoreCount = "0"
875
            continueAfterRunningActions = "No"
876
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFUploadDownload.m"
877
            timestampString = "572423400.445572"
878
            startingColumnNumber = "9223372036854775807"
879
            endingColumnNumber = "9223372036854775807"
880
            startingLineNumber = "117"
881
            endingLineNumber = "117"
882
            landmarkName = "-downloadWithServletByUnirest:"
883
            landmarkType = "7">
884
         </BreakpointContent>
885
      </BreakpointProxy>
886
      <BreakpointProxy
887
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
888
         <BreakpointContent
889
            shouldBeEnabled = "Yes"
890
            ignoreCount = "0"
891
            continueAfterRunningActions = "No"
892
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFUploadDownload.m"
893
            timestampString = "572423400.445805"
894
            startingColumnNumber = "9223372036854775807"
895
            endingColumnNumber = "9223372036854775807"
896
            startingLineNumber = "204"
897
            endingLineNumber = "204"
898
            landmarkName = "-uploadWithServletByAFN:"
899
            landmarkType = "7">
900
         </BreakpointContent>
901
      </BreakpointProxy>
902
      <BreakpointProxy
903
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
904
         <BreakpointContent
905
            shouldBeEnabled = "Yes"
906
            ignoreCount = "0"
907
            continueAfterRunningActions = "No"
908
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFUploadDownload.m"
909
            timestampString = "572423400.446041"
910
            startingColumnNumber = "9223372036854775807"
911
            endingColumnNumber = "9223372036854775807"
912
            startingLineNumber = "288"
913
            endingLineNumber = "288"
914
            landmarkName = "-downloadWithServletByAFN:"
915
            landmarkType = "7">
916
         </BreakpointContent>
917
      </BreakpointProxy>
918
      <BreakpointProxy
919
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
920
         <BreakpointContent
921
            shouldBeEnabled = "Yes"
922
            ignoreCount = "0"
923
            continueAfterRunningActions = "No"
924
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFUploadDownload.m"
925
            timestampString = "572423400.44629"
926
            startingColumnNumber = "9223372036854775807"
927
            endingColumnNumber = "9223372036854775807"
928
            startingLineNumber = "373"
929
            endingLineNumber = "373"
930
            landmarkName = "-uploadFileByAFN:"
931
            landmarkType = "7">
932
         </BreakpointContent>
933
      </BreakpointProxy>
934
      <BreakpointProxy
935
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
936
         <BreakpointContent
937
            shouldBeEnabled = "Yes"
938
            ignoreCount = "0"
939
            continueAfterRunningActions = "No"
940
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFUploadDownload.m"
941
            timestampString = "572423400.44652"
942
            startingColumnNumber = "9223372036854775807"
943
            endingColumnNumber = "9223372036854775807"
944
            startingLineNumber = "414"
945
            endingLineNumber = "414"
946
            landmarkName = "-downloadFileByAFN:"
947
            landmarkType = "7">
948
         </BreakpointContent>
949
      </BreakpointProxy>
950
      <BreakpointProxy
951
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
952
         <BreakpointContent
953
            shouldBeEnabled = "Yes"
954
            ignoreCount = "0"
955
            continueAfterRunningActions = "No"
956
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFUploadDownload.m"
957
            timestampString = "572423400.446721"
958
            startingColumnNumber = "9223372036854775807"
959
            endingColumnNumber = "9223372036854775807"
960
            startingLineNumber = "472"
961
            endingLineNumber = "472"
962
            landmarkName = "-downloadFile:"
963
            landmarkType = "7">
964
            <Locations>
965
               <Location
966
                  shouldBeEnabled = "Yes"
967
                  ignoreCount = "0"
968
                  continueAfterRunningActions = "No"
969
                  symbolName = "-[WDFUploadDownload downloadFile:]"
970
                  moduleName = "WadeMobileFunc"
971
                  usesParentBreakpointCondition = "Yes"
972
                  urlString = "file:///Users/mac/work/asiainfo/ios-share/WadeMobileFunc/WadeMobileFunc/WDFUploadDownload.m"
973
                  timestampString = "572777262.780934"
974
                  startingColumnNumber = "9223372036854775807"
975
                  endingColumnNumber = "9223372036854775807"
976
                  startingLineNumber = "472"
977
                  endingLineNumber = "472"
978
                  offsetFromSymbolStart = "52">
979
               </Location>
980
               <Location
981
                  shouldBeEnabled = "Yes"
982
                  ignoreCount = "0"
983
                  continueAfterRunningActions = "No"
984
                  symbolName = "-[WDFUploadDownload downloadFile:]"
985
                  moduleName = "WadeMobileFunc"
986
                  usesParentBreakpointCondition = "Yes"
987
                  urlString = "file:///Users/mac/work/asiainfo/ios-share/WadeMobileFunc/WadeMobileFunc/WDFUploadDownload.m"
988
                  timestampString = "572777262.78284"
989
                  startingColumnNumber = "9223372036854775807"
990
                  endingColumnNumber = "9223372036854775807"
991
                  startingLineNumber = "472"
992
                  endingLineNumber = "472"
993
                  offsetFromSymbolStart = "232">
994
               </Location>
995
            </Locations>
996
         </BreakpointContent>
997
      </BreakpointProxy>
854 998
   </Breakpoints>
855 999
</Bucket>

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

@ -7,7 +7,7 @@
7 7
		<key>SuperMenu.xcscheme</key>
8 8
		<dict>
9 9
			<key>orderHint</key>
10
			<integer>2</integer>
10
			<integer>3</integer>
11 11
		</dict>
12 12
	</dict>
13 13
</dict>

+ 1 - 0
SuperMenu/SuperMenu/AppDelegate.m

@ -39,6 +39,7 @@
39 39
    
40 40
    //发送操作日志到UDP服务器
41 41
    [IpuCountReport reportOperWithType:OPERATE_EXIT remark1:nil remark2:nil];
42
//    [IpuCountReport reportOperWithType:OPERATE_UPDATE remark1:nil remark2:nil];
42 43
}
43 44
44 45
- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {

+ 0 - 4
WadeMobileFunc/WadeMobileFunc.xcodeproj/project.pbxproj

@ -90,7 +90,6 @@
90 90
		B2E8BEC12175D89700A06A13 /* WDFImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = B2E8BEB32175D89600A06A13 /* WDFImagePickerController.m */; };
91 91
		B2E8BEC22175D89700A06A13 /* WDFImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E8BEB42175D89700A06A13 /* WDFImagePickerController.h */; settings = {ATTRIBUTES = (Public, ); }; };
92 92
		B2E8BEC32175D89700A06A13 /* WDFCamera.m in Sources */ = {isa = PBXBuildFile; fileRef = B2E8BEB52175D89700A06A13 /* WDFCamera.m */; };
93
		B2EC034421C7340B004F38B6 /* IpuCount.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2EC034321C7340B004F38B6 /* IpuCount.framework */; };
94 93
		E271859B1C7EEBDC0004FE5D /* WadeMobileFuncTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E271859A1C7EEBDC0004FE5D /* WadeMobileFuncTests.m */; };
95 94
		E2D121851C75BEF40086E9C2 /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = E2D121841C75BEF40086E9C2 /* libsqlite3.dylib */; };
96 95
		E2D30F021C8C45060040A850 /* WDFUNIRestUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = E2D30F001C8C45060040A850 /* WDFUNIRestUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
@ -193,7 +192,6 @@
193 192
		B2E8BEB32175D89600A06A13 /* WDFImagePickerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WDFImagePickerController.m; path = camera/WDFImagePickerController.m; sourceTree = "<group>"; };
194 193
		B2E8BEB42175D89700A06A13 /* WDFImagePickerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WDFImagePickerController.h; path = camera/WDFImagePickerController.h; sourceTree = "<group>"; };
195 194
		B2E8BEB52175D89700A06A13 /* WDFCamera.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WDFCamera.m; path = camera/WDFCamera.m; sourceTree = "<group>"; };
196
		B2EC034321C7340B004F38B6 /* IpuCount.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuCount.framework; path = ../IpuCommon/Frameworks/IpuCount.framework; sourceTree = "<group>"; };
197 195
		E271859A1C7EEBDC0004FE5D /* WadeMobileFuncTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WadeMobileFuncTests.m; sourceTree = "<group>"; };
198 196
		E28436311C62EA450020641D /* IpuMap.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuMap.framework; path = ../IpuCommon/Frameworks/IpuMap.framework; sourceTree = "<group>"; };
199 197
		E2BECE1C1BF8F0390077807A /* IpuLib.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuLib.framework; path = ../IpuCommon/Frameworks/IpuLib.framework; sourceTree = "<group>"; };
@ -244,7 +242,6 @@
244 242
			isa = PBXFrameworksBuildPhase;
245 243
			buildActionMask = 2147483647;
246 244
			files = (
247
				B2EC034421C7340B004F38B6 /* IpuCount.framework in Frameworks */,
248 245
				B293F62C216F44AF005FAA99 /* WadeMobile.framework in Frameworks */,
249 246
				EA2F0CDC1D41C23400C4C447 /* MessageUI.framework in Frameworks */,
250 247
				E2DC49901C95C55A00D62C63 /* WadeMobileBundle.bundle in Frameworks */,
@ -404,7 +401,6 @@
404 401
		E2DE1B2D1B42DFA800762141 /* Frameworks */ = {
405 402
			isa = PBXGroup;
406 403
			children = (
407
				B2EC034321C7340B004F38B6 /* IpuCount.framework */,
408 404
				B293F62B216F44AF005FAA99 /* WadeMobile.framework */,
409 405
				EA2F0CDB1D41C23400C4C447 /* MessageUI.framework */,
410 406
				E2DC498F1C95C55A00D62C63 /* WadeMobileBundle.bundle */,

+ 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 = "572412300.730078"
29
                  timestampString = "572777262.685105"
30 30
                  startingColumnNumber = "9223372036854775807"
31 31
                  endingColumnNumber = "9223372036854775807"
32 32
                  startingLineNumber = "291"
33 33
                  endingLineNumber = "291"
34
                  offsetFromSymbolStart = "1142">
34
                  offsetFromSymbolStart = "1132">
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 = "572412300.732501"
44
                  timestampString = "572777262.687203"
45 45
                  startingColumnNumber = "9223372036854775807"
46 46
                  endingColumnNumber = "9223372036854775807"
47 47
                  startingLineNumber = "292"
48 48
                  endingLineNumber = "292"
49
                  offsetFromSymbolStart = "39">
49
                  offsetFromSymbolStart = "52">
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 = "572412300.734495"
59
                  timestampString = "572777262.688977"
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>9</integer>
10
			<integer>6</integer>
11 11
		</dict>
12 12
		<key>WadeMobileFunc4Appstore.xcscheme</key>
13 13
		<dict>
14 14
			<key>orderHint</key>
15
			<integer>6</integer>
15
			<integer>7</integer>
16 16
		</dict>
17 17
		<key>WadeMobileFuncAggregate.xcscheme</key>
18 18
		<dict>
19 19
			<key>orderHint</key>
20
			<integer>7</integer>
20
			<integer>8</integer>
21 21
		</dict>
22 22
	</dict>
23 23
</dict>

+ 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>22</integer>
10
			<integer>23</integer>
11 11
		</dict>
12 12
	</dict>
13 13
</dict>

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

@ -12,7 +12,7 @@
12 12
		<key>RCTBlob-tvOS.xcscheme_^#shared#^_</key>
13 13
		<dict>
14 14
			<key>orderHint</key>
15
			<integer>8</integer>
15
			<integer>10</integer>
16 16
		</dict>
17 17
		<key>RCTBlob.xcscheme</key>
18 18
		<dict>

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

@ -12,7 +12,7 @@
12 12
		<key>RCTImage-tvOS.xcscheme_^#shared#^_</key>
13 13
		<dict>
14 14
			<key>orderHint</key>
15
			<integer>9</integer>
15
			<integer>11</integer>
16 16
		</dict>
17 17
		<key>RCTImage.xcscheme</key>
18 18
		<dict>

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

@ -12,7 +12,7 @@
12 12
		<key>RCTLinking-tvOS.xcscheme_^#shared#^_</key>
13 13
		<dict>
14 14
			<key>orderHint</key>
15
			<integer>10</integer>
15
			<integer>12</integer>
16 16
		</dict>
17 17
		<key>RCTLinking.xcscheme</key>
18 18
		<dict>

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

@ -12,12 +12,12 @@
12 12
		<key>RCTAnimation-tvOS.xcscheme_^#shared#^_</key>
13 13
		<dict>
14 14
			<key>orderHint</key>
15
			<integer>7</integer>
15
			<integer>9</integer>
16 16
		</dict>
17 17
		<key>RCTAnimation.xcscheme</key>
18 18
		<dict>
19 19
			<key>orderHint</key>
20
			<integer>37</integer>
20
			<integer>38</integer>
21 21
		</dict>
22 22
	</dict>
23 23
</dict>

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

@ -12,12 +12,12 @@
12 12
		<key>RCTNetwork-tvOS.xcscheme_^#shared#^_</key>
13 13
		<dict>
14 14
			<key>orderHint</key>
15
			<integer>11</integer>
15
			<integer>13</integer>
16 16
		</dict>
17 17
		<key>RCTNetwork.xcscheme</key>
18 18
		<dict>
19 19
			<key>orderHint</key>
20
			<integer>38</integer>
20
			<integer>39</integer>
21 21
		</dict>
22 22
	</dict>
23 23
</dict>

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

@ -12,7 +12,7 @@
12 12
		<key>RCTSettings-tvOS.xcscheme_^#shared#^_</key>
13 13
		<dict>
14 14
			<key>orderHint</key>
15
			<integer>13</integer>
15
			<integer>14</integer>
16 16
		</dict>
17 17
		<key>RCTSettings.xcscheme</key>
18 18
		<dict>

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

@ -12,7 +12,7 @@
12 12
		<key>RCTText-tvOS.xcscheme_^#shared#^_</key>
13 13
		<dict>
14 14
			<key>orderHint</key>
15
			<integer>15</integer>
15
			<integer>16</integer>
16 16
		</dict>
17 17
		<key>RCTText.xcscheme</key>
18 18
		<dict>
@ -22,7 +22,7 @@
22 22
		<key>RCTText.xcscheme_^#shared#^_</key>
23 23
		<dict>
24 24
			<key>orderHint</key>
25
			<integer>14</integer>
25
			<integer>15</integer>
26 26
		</dict>
27 27
	</dict>
28 28
</dict>

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

@ -12,7 +12,7 @@
12 12
		<key>RCTWebSocket-tvOS.xcscheme_^#shared#^_</key>
13 13
		<dict>
14 14
			<key>orderHint</key>
15
			<integer>16</integer>
15
			<integer>17</integer>
16 16
		</dict>
17 17
		<key>RCTWebSocket.xcscheme</key>
18 18
		<dict>
@ -27,12 +27,12 @@
27 27
		<key>fishhook-tvOS.xcscheme_^#shared#^_</key>
28 28
		<dict>
29 29
			<key>orderHint</key>
30
			<integer>3</integer>
30
			<integer>5</integer>
31 31
		</dict>
32 32
		<key>fishhook.xcscheme</key>
33 33
		<dict>
34 34
			<key>orderHint</key>
35
			<integer>43</integer>
35
			<integer>36</integer>
36 36
		</dict>
37 37
	</dict>
38 38
</dict>

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

@ -12,7 +12,7 @@
12 12
		<key>React-tvOS.xcscheme_^#shared#^_</key>
13 13
		<dict>
14 14
			<key>orderHint</key>
15
			<integer>18</integer>
15
			<integer>19</integer>
16 16
		</dict>
17 17
		<key>React.xcscheme</key>
18 18
		<dict>
@ -22,7 +22,7 @@
22 22
		<key>React.xcscheme_^#shared#^_</key>
23 23
		<dict>
24 24
			<key>orderHint</key>
25
			<integer>17</integer>
25
			<integer>18</integer>
26 26
		</dict>
27 27
		<key>cxxreact-tvOS.xcscheme</key>
28 28
		<dict>
@ -32,7 +32,7 @@
32 32
		<key>cxxreact-tvOS.xcscheme_^#shared#^_</key>
33 33
		<dict>
34 34
			<key>orderHint</key>
35
			<integer>1</integer>
35
			<integer>2</integer>
36 36
		</dict>
37 37
		<key>cxxreact.xcscheme</key>
38 38
		<dict>
@ -47,7 +47,7 @@
47 47
		<key>double-conversion-tvOS.xcscheme_^#shared#^_</key>
48 48
		<dict>
49 49
			<key>orderHint</key>
50
			<integer>2</integer>
50
			<integer>4</integer>
51 51
		</dict>
52 52
		<key>double-conversion.xcscheme</key>
53 53
		<dict>
@ -62,7 +62,7 @@
62 62
		<key>jschelpers-tvOS.xcscheme_^#shared#^_</key>
63 63
		<dict>
64 64
			<key>orderHint</key>
65
			<integer>4</integer>
65
			<integer>6</integer>
66 66
		</dict>
67 67
		<key>jschelpers.xcscheme</key>
68 68
		<dict>
@ -77,7 +77,7 @@
77 77
		<key>jsinspector-tvOS.xcscheme_^#shared#^_</key>
78 78
		<dict>
79 79
			<key>orderHint</key>
80
			<integer>5</integer>
80
			<integer>7</integer>
81 81
		</dict>
82 82
		<key>jsinspector.xcscheme</key>
83 83
		<dict>
@ -92,12 +92,12 @@
92 92
		<key>privatedata-tvOS.xcscheme_^#shared#^_</key>
93 93
		<dict>
94 94
			<key>orderHint</key>
95
			<integer>6</integer>
95
			<integer>8</integer>
96 96
		</dict>
97 97
		<key>privatedata.xcscheme</key>
98 98
		<dict>
99 99
			<key>orderHint</key>
100
			<integer>36</integer>
100
			<integer>37</integer>
101 101
		</dict>
102 102
		<key>third-party-tvOS.xcscheme</key>
103 103
		<dict>
@ -107,7 +107,7 @@
107 107
		<key>third-party-tvOS.xcscheme_^#shared#^_</key>
108 108
		<dict>
109 109
			<key>orderHint</key>
110
			<integer>19</integer>
110
			<integer>20</integer>
111 111
		</dict>
112 112
		<key>third-party.xcscheme</key>
113 113
		<dict>
@ -122,7 +122,7 @@
122 122
		<key>yoga-tvOS.xcscheme_^#shared#^_</key>
123 123
		<dict>
124 124
			<key>orderHint</key>
125
			<integer>20</integer>
125
			<integer>21</integer>
126 126
		</dict>
127 127
		<key>yoga.xcscheme</key>
128 128
		<dict>

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

@ -99,6 +99,48 @@
99 99
/* End PBXBuildFile section */
100 100
101 101
/* Begin PBXContainerItemProxy section */
102
		04635D5C22237BC90073DE0A /* PBXContainerItemProxy */ = {
103
			isa = PBXContainerItemProxy;
104
			containerPortal = 04635D2B22237BC90073DE0A /* WadeMobile.xcodeproj */;
105
			proxyType = 2;
106
			remoteGlobalIDString = 614A1CD61B2142130099793B;
107
			remoteInfo = WadeMobile;
108
		};
109
		04635D5E22237BC90073DE0A /* PBXContainerItemProxy */ = {
110
			isa = PBXContainerItemProxy;
111
			containerPortal = 04635D2B22237BC90073DE0A /* WadeMobile.xcodeproj */;
112
			proxyType = 2;
113
			remoteGlobalIDString = 614A1CE11B2142130099793B;
114
			remoteInfo = WadeMobileTests;
115
		};
116
		04635D6022237BC90073DE0A /* PBXContainerItemProxy */ = {
117
			isa = PBXContainerItemProxy;
118
			containerPortal = 04635D2B22237BC90073DE0A /* WadeMobile.xcodeproj */;
119
			proxyType = 2;
120
			remoteGlobalIDString = E2D93A741B89BA2800D1DE7C;
121
			remoteInfo = WadeMobileBundle;
122
		};
123
		04635D6222237BC90073DE0A /* PBXContainerItemProxy */ = {
124
			isa = PBXContainerItemProxy;
125
			containerPortal = 04635D2B22237BC90073DE0A /* WadeMobile.xcodeproj */;
126
			proxyType = 2;
127
			remoteGlobalIDString = 0A791C221FD102C0003CD586;
128
			remoteInfo = WadeMobileTestUnit;
129
		};
130
		04635D6B22237BD60073DE0A /* PBXContainerItemProxy */ = {
131
			isa = PBXContainerItemProxy;
132
			containerPortal = 04635D6422237BD60073DE0A /* WadeMobileFunc.xcodeproj */;
133
			proxyType = 2;
134
			remoteGlobalIDString = E2DE1AD41B42DD9500762141;
135
			remoteInfo = WadeMobileFunc;
136
		};
137
		04635D6D22237BD60073DE0A /* PBXContainerItemProxy */ = {
138
			isa = PBXContainerItemProxy;
139
			containerPortal = 04635D6422237BD60073DE0A /* WadeMobileFunc.xcodeproj */;
140
			proxyType = 2;
141
			remoteGlobalIDString = 0AE1E0841C7EE95900FCCD24;
142
			remoteInfo = WadeMobileFuncTests;
143
		};
102 144
		B25B8FDF21901B0C001A240E /* PBXContainerItemProxy */ = {
103 145
			isa = PBXContainerItemProxy;
104 146
			containerPortal = B25B8FD821901B0C001A240E /* RCTWebSocket.xcodeproj */;
@ -410,6 +452,8 @@
410 452
		0429A206218046E2003CEE83 /* WadeMobileFuncBundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = WadeMobileFuncBundle.bundle; path = ../IpuCommon/Frameworks/WadeMobileFuncBundle.bundle; sourceTree = "<group>"; };
411 453
		0429A2332180484E003CEE83 /* fontawesome-webfont.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "fontawesome-webfont.ttf"; path = "../IpuCommon/Frameworks/fontawesome-webfont.ttf"; sourceTree = "<group>"; };
412 454
		0460E86220AA9C1300CCFDA4 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; };
455
		04635D2B22237BC90073DE0A /* WadeMobile.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WadeMobile.xcodeproj; path = ../../ios/WadeMobile/WadeMobile.xcodeproj; sourceTree = "<group>"; };
456
		04635D6422237BD60073DE0A /* WadeMobileFunc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WadeMobileFunc.xcodeproj; path = ../WadeMobileFunc/WadeMobileFunc.xcodeproj; sourceTree = "<group>"; };
413 457
		B21A88C121C8DD3700985486 /* icon_back_suspend@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon_back_suspend@2x.png"; sourceTree = "<group>"; };
414 458
		B247A76B20E0D33A00117A38 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
415 459
		B247A76D20E0D34100117A38 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
@ -590,6 +634,26 @@
590 634
			name = Frameworks;
591 635
			sourceTree = "<group>";
592 636
		};
637
		04635D2C22237BC90073DE0A /* Products */ = {
638
			isa = PBXGroup;
639
			children = (
640
				04635D5D22237BC90073DE0A /* WadeMobile.framework */,
641
				04635D5F22237BC90073DE0A /* WadeMobileTests.xctest */,
642
				04635D6122237BC90073DE0A /* WadeMobileBundle.bundle */,
643
				04635D6322237BC90073DE0A /* WadeMobileTestUnit.xctest */,
644
			);
645
			name = Products;
646
			sourceTree = "<group>";
647
		};
648
		04635D6522237BD60073DE0A /* Products */ = {
649
			isa = PBXGroup;
650
			children = (
651
				04635D6C22237BD60073DE0A /* WadeMobileFunc.framework */,
652
				04635D6E22237BD60073DE0A /* WadeMobileFuncTests.xctest */,
653
			);
654
			name = Products;
655
			sourceTree = "<group>";
656
		};
593 657
		B254174121A5329B00ABCE93 /* IpuRN */ = {
594 658
			isa = PBXGroup;
595 659
			children = (
@ -831,6 +895,8 @@
831 895
		EA8712331ECD8B580045E19A = {
832 896
			isa = PBXGroup;
833 897
			children = (
898
				04635D6422237BD60073DE0A /* WadeMobileFunc.xcodeproj */,
899
				04635D2B22237BC90073DE0A /* WadeMobile.xcodeproj */,
834 900
				B2E563B921E5E07A00B67E21 /* mapapi.bundle */,
835 901
				B2E5637921E4A39E00B67E21 /* BDMapLibs */,
836 902
				B2E563A821E4A39E00B67E21 /* IpuBDMap */,
@ -1002,6 +1068,14 @@
1002 1068
					ProductGroup = B2FC4AD62191392D008F7621 /* Products */;
1003 1069
					ProjectRef = B2FC4AD52191392D008F7621 /* RNCamera.xcodeproj */;
1004 1070
				},
1071
				{
1072
					ProductGroup = 04635D2C22237BC90073DE0A /* Products */;
1073
					ProjectRef = 04635D2B22237BC90073DE0A /* WadeMobile.xcodeproj */;
1074
				},
1075
				{
1076
					ProductGroup = 04635D6522237BD60073DE0A /* Products */;
1077
					ProjectRef = 04635D6422237BD60073DE0A /* WadeMobileFunc.xcodeproj */;
1078
				},
1005 1079
			);
1006 1080
			projectRoot = "";
1007 1081
			targets = (
@ -1011,6 +1085,48 @@
1011 1085
/* End PBXProject section */
1012 1086
1013 1087
/* Begin PBXReferenceProxy section */
1088
		04635D5D22237BC90073DE0A /* WadeMobile.framework */ = {
1089
			isa = PBXReferenceProxy;
1090
			fileType = wrapper.framework;
1091
			path = WadeMobile.framework;
1092
			remoteRef = 04635D5C22237BC90073DE0A /* PBXContainerItemProxy */;
1093
			sourceTree = BUILT_PRODUCTS_DIR;
1094
		};
1095
		04635D5F22237BC90073DE0A /* WadeMobileTests.xctest */ = {
1096
			isa = PBXReferenceProxy;
1097
			fileType = wrapper.cfbundle;
1098
			path = WadeMobileTests.xctest;
1099
			remoteRef = 04635D5E22237BC90073DE0A /* PBXContainerItemProxy */;
1100
			sourceTree = BUILT_PRODUCTS_DIR;
1101
		};
1102
		04635D6122237BC90073DE0A /* WadeMobileBundle.bundle */ = {
1103
			isa = PBXReferenceProxy;
1104
			fileType = wrapper.cfbundle;
1105
			path = WadeMobileBundle.bundle;
1106
			remoteRef = 04635D6022237BC90073DE0A /* PBXContainerItemProxy */;
1107
			sourceTree = BUILT_PRODUCTS_DIR;
1108
		};
1109
		04635D6322237BC90073DE0A /* WadeMobileTestUnit.xctest */ = {
1110
			isa = PBXReferenceProxy;
1111
			fileType = wrapper.cfbundle;
1112
			path = WadeMobileTestUnit.xctest;
1113
			remoteRef = 04635D6222237BC90073DE0A /* PBXContainerItemProxy */;
1114
			sourceTree = BUILT_PRODUCTS_DIR;
1115
		};
1116
		04635D6C22237BD60073DE0A /* WadeMobileFunc.framework */ = {
1117
			isa = PBXReferenceProxy;
1118
			fileType = wrapper.framework;
1119
			path = WadeMobileFunc.framework;
1120
			remoteRef = 04635D6B22237BD60073DE0A /* PBXContainerItemProxy */;
1121
			sourceTree = BUILT_PRODUCTS_DIR;
1122
		};
1123
		04635D6E22237BD60073DE0A /* WadeMobileFuncTests.xctest */ = {
1124
			isa = PBXReferenceProxy;
1125
			fileType = wrapper.cfbundle;
1126
			path = WadeMobileFuncTests.xctest;
1127
			remoteRef = 04635D6D22237BD60073DE0A /* PBXContainerItemProxy */;
1128
			sourceTree = BUILT_PRODUCTS_DIR;
1129
		};
1014 1130
		B25B8FE021901B0C001A240E /* libRCTWebSocket.a */ = {
1015 1131
			isa = PBXReferenceProxy;
1016 1132
			fileType = archive.ar;

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


+ 15 - 15
display-center/display-center.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@ -200,11 +200,11 @@
200 200
            ignoreCount = "0"
201 201
            continueAfterRunningActions = "No"
202 202
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileNetwork.m"
203
            timestampString = "566720296.4868881"
203
            timestampString = "572429925.9947619"
204 204
            startingColumnNumber = "9223372036854775807"
205 205
            endingColumnNumber = "9223372036854775807"
206
            startingLineNumber = "127"
207
            endingLineNumber = "127"
206
            startingLineNumber = "124"
207
            endingLineNumber = "124"
208 208
            landmarkName = "-dataRequestAsyn:"
209 209
            landmarkType = "7">
210 210
         </BreakpointContent>
@ -216,11 +216,11 @@
216 216
            ignoreCount = "0"
217 217
            continueAfterRunningActions = "No"
218 218
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileNetwork.m"
219
            timestampString = "566720296.4869421"
219
            timestampString = "572429925.994839"
220 220
            startingColumnNumber = "9223372036854775807"
221 221
            endingColumnNumber = "9223372036854775807"
222
            startingLineNumber = "184"
223
            endingLineNumber = "184"
222
            startingLineNumber = "181"
223
            endingLineNumber = "181"
224 224
            landmarkName = "-dataStrEncrypt:"
225 225
            landmarkType = "7">
226 226
         </BreakpointContent>
@ -232,11 +232,11 @@
232 232
            ignoreCount = "0"
233 233
            continueAfterRunningActions = "No"
234 234
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileNetwork.m"
235
            timestampString = "566720296.486982"
235
            timestampString = "572429925.994893"
236 236
            startingColumnNumber = "9223372036854775807"
237 237
            endingColumnNumber = "9223372036854775807"
238
            startingLineNumber = "198"
239
            endingLineNumber = "198"
238
            startingLineNumber = "195"
239
            endingLineNumber = "195"
240 240
            landmarkName = "-dataDecrypt:"
241 241
            landmarkType = "7">
242 242
         </BreakpointContent>
@ -248,11 +248,11 @@
248 248
            ignoreCount = "0"
249 249
            continueAfterRunningActions = "No"
250 250
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileNetwork.m"
251
            timestampString = "566720296.4870189"
251
            timestampString = "572429925.994943"
252 252
            startingColumnNumber = "9223372036854775807"
253 253
            endingColumnNumber = "9223372036854775807"
254
            startingLineNumber = "209"
255
            endingLineNumber = "209"
254
            startingLineNumber = "206"
255
            endingLineNumber = "206"
256 256
            landmarkName = "-dataStrDecrypt:"
257 257
            landmarkType = "7">
258 258
         </BreakpointContent>
@ -536,11 +536,11 @@
536 536
            ignoreCount = "0"
537 537
            continueAfterRunningActions = "No"
538 538
            filePath = "../WadeMobileFunc/WadeMobileFunc/WDFMobileNetwork.m"
539
            timestampString = "566720296.487205"
539
            timestampString = "572429925.995549"
540 540
            startingColumnNumber = "9223372036854775807"
541 541
            endingColumnNumber = "9223372036854775807"
542
            startingLineNumber = "103"
543
            endingLineNumber = "103"
542
            startingLineNumber = "100"
543
            endingLineNumber = "100"
544 544
            landmarkName = "-dataRequest:params:"
545 545
            landmarkType = "7">
546 546
         </BreakpointContent>

+ 1 - 1
display-center/display-center.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist

@ -7,7 +7,7 @@
7 7
		<key>display-center.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
	<key>SuppressBuildableAutocreation</key>