Commit 175468bd by 李威

细节

parent 3807f2b4
......@@ -1045,8 +1045,8 @@
isa = PBXGroup;
children = (
39FF54FF2BF1BB6D007D2FC5 /* YModemUtil.h */,
39FF55002BF1BB6D007D2FC5 /* YModem.c */,
39FF55012BF1BB6D007D2FC5 /* YModemUtil.m */,
39FF55002BF1BB6D007D2FC5 /* YModem.c */,
39FF55022BF1BB6D007D2FC5 /* YModem.h */,
);
path = YModem;
......
......@@ -3,4 +3,22 @@
uuid = "A5958A80-317D-49F0-AE28-91C51D24B77C"
type = "0"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "A780A0EA-6207-4FF5-A63C-51F03B0D8C64"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "DJMHomeTY/Page/DRFacial/Controller/DXHFXVC.m"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "351"
endingLineNumber = "351"
landmarkName = "-deviceControlWithTag:"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
......@@ -739,14 +739,14 @@
XHGetDataManager.machineVersion = [NSString stringWithFormat:@"V%ld.%ld",versions,versions1];
NSLog(@"XHGetDataManager.machineVersion:%@",XHGetDataManager.machineVersion);
// if(!self.isChecked){
// [self checkDeviceVersionWithResult:^(BOOL isUpdate) {
//
// } binUrl:^(NSString *url) {
//
// }];
// }
// [self bindMyDevice];
if(!self.isChecked){
[self checkDeviceVersionWithResult:^(BOOL isUpdate) {
} binUrl:^(NSString *url) {
}];
}
[self bindMyDevice];
}
//版本号
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment