|
|
|
@ -220,7 +220,6 @@
@@ -220,7 +220,6 @@
|
|
|
|
|
618E9D7A29472B950038735F /* RailNameTagCollectionCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 618E9D7929472B950038735F /* RailNameTagCollectionCell.m */; }; |
|
|
|
|
618E9D7D2948267F0038735F /* RailAddressViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 618E9D7C2948267F0038735F /* RailAddressViewController.m */; }; |
|
|
|
|
618E9D80294827E10038735F /* CLLocation+YCLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 618E9D7E294827E10038735F /* CLLocation+YCLocation.m */; }; |
|
|
|
|
618E9D8329486E560038735F /* RailSearchAddressVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 618E9D8229486E560038735F /* RailSearchAddressVC.m */; }; |
|
|
|
|
618E9D86294872830038735F /* RailSearchAddressTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 618E9D85294872830038735F /* RailSearchAddressTableViewCell.m */; }; |
|
|
|
|
618E9D8A2949BC160038735F /* TrackViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 618E9D892949BC160038735F /* TrackViewController.m */; }; |
|
|
|
|
618E9D962949C6F30038735F /* NSMutableArray+convenience.m in Sources */ = {isa = PBXBuildFile; fileRef = 618E9D8C2949C6F30038735F /* NSMutableArray+convenience.m */; }; |
|
|
|
@ -436,6 +435,7 @@
@@ -436,6 +435,7 @@
|
|
|
|
|
61D7AB182987B65400E982AA /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61D7AB172987B65300E982AA /* AudioToolbox.framework */; }; |
|
|
|
|
61D7AB1A2987B66200E982AA /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61D7AB192987B66200E982AA /* JavaScriptCore.framework */; }; |
|
|
|
|
61D7AB1C2987B69300E982AA /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61D7AB1B2987B69300E982AA /* SystemConfiguration.framework */; }; |
|
|
|
|
61EAAC382B240E9500B16081 /* RailSearchAddressVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 61EAAC372B240E9500B16081 /* RailSearchAddressVC.m */; }; |
|
|
|
|
61EDC14329447313003846D8 /* TimeSwitchModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 61EDC14229447313003846D8 /* TimeSwitchModel.m */; }; |
|
|
|
|
61EDC14629447802003846D8 /* PositionModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 61EDC14529447802003846D8 /* PositionModel.m */; }; |
|
|
|
|
7FF22BBE007BEA82E040AA14 /* Pods_LekangGuardTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 009A91CAD384C03DF0E8793F /* Pods_LekangGuardTests.framework */; }; |
|
|
|
@ -878,8 +878,6 @@
@@ -878,8 +878,6 @@
|
|
|
|
|
618E9D7C2948267F0038735F /* RailAddressViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RailAddressViewController.m; sourceTree = "<group>"; }; |
|
|
|
|
618E9D7E294827E10038735F /* CLLocation+YCLocation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CLLocation+YCLocation.m"; sourceTree = "<group>"; }; |
|
|
|
|
618E9D7F294827E10038735F /* CLLocation+YCLocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CLLocation+YCLocation.h"; sourceTree = "<group>"; }; |
|
|
|
|
618E9D8129486E560038735F /* RailSearchAddressVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RailSearchAddressVC.h; sourceTree = "<group>"; }; |
|
|
|
|
618E9D8229486E560038735F /* RailSearchAddressVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RailSearchAddressVC.m; sourceTree = "<group>"; }; |
|
|
|
|
618E9D84294872830038735F /* RailSearchAddressTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RailSearchAddressTableViewCell.h; sourceTree = "<group>"; }; |
|
|
|
|
618E9D85294872830038735F /* RailSearchAddressTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RailSearchAddressTableViewCell.m; sourceTree = "<group>"; }; |
|
|
|
|
618E9D882949BC160038735F /* TrackViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TrackViewController.h; sourceTree = "<group>"; }; |
|
|
|
@ -1305,6 +1303,8 @@
@@ -1305,6 +1303,8 @@
|
|
|
|
|
61D7AB172987B65300E982AA /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; |
|
|
|
|
61D7AB192987B66200E982AA /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; |
|
|
|
|
61D7AB1B2987B69300E982AA /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; |
|
|
|
|
61EAAC362B240E9500B16081 /* RailSearchAddressVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RailSearchAddressVC.h; sourceTree = "<group>"; }; |
|
|
|
|
61EAAC372B240E9500B16081 /* RailSearchAddressVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RailSearchAddressVC.m; sourceTree = "<group>"; }; |
|
|
|
|
61EDC14129447313003846D8 /* TimeSwitchModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TimeSwitchModel.h; sourceTree = "<group>"; }; |
|
|
|
|
61EDC14229447313003846D8 /* TimeSwitchModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TimeSwitchModel.m; sourceTree = "<group>"; }; |
|
|
|
|
61EDC14429447802003846D8 /* PositionModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PositionModel.h; sourceTree = "<group>"; }; |
|
|
|
@ -2509,8 +2509,8 @@
@@ -2509,8 +2509,8 @@
|
|
|
|
|
618E9D7C2948267F0038735F /* RailAddressViewController.m */, |
|
|
|
|
61BBF54C2A9EDA5000BCF091 /* MoreRailAddressViewController.h */, |
|
|
|
|
61BBF54D2A9EDA5000BCF091 /* MoreRailAddressViewController.m */, |
|
|
|
|
618E9D8129486E560038735F /* RailSearchAddressVC.h */, |
|
|
|
|
618E9D8229486E560038735F /* RailSearchAddressVC.m */, |
|
|
|
|
61EAAC362B240E9500B16081 /* RailSearchAddressVC.h */, |
|
|
|
|
61EAAC372B240E9500B16081 /* RailSearchAddressVC.m */, |
|
|
|
|
61B44DE32946D2580035E1CC /* Model */, |
|
|
|
|
61B44DE42946D25F0035E1CC /* View */, |
|
|
|
|
); |
|
|
|
@ -3609,6 +3609,7 @@
@@ -3609,6 +3609,7 @@
|
|
|
|
|
614F0D22296571F0007A912A /* UIScrollView+XHkeyboardControl.m in Sources */, |
|
|
|
|
61D478CE295C3371002FC2D4 /* DLSlideView.m in Sources */, |
|
|
|
|
61D7AB0A2987A2B700E982AA /* MZTimerLabel.m in Sources */, |
|
|
|
|
61EAAC382B240E9500B16081 /* RailSearchAddressVC.m in Sources */, |
|
|
|
|
613363A828F2A5F100BF4A14 /* EmailLoginViewController.m in Sources */, |
|
|
|
|
61D7AAE32987A28900E982AA /* UILabel+QMUI.m in Sources */, |
|
|
|
|
61CA2BE8293DEF2500605022 /* AlarmModel.m in Sources */, |
|
|
|
@ -3787,7 +3788,6 @@
@@ -3787,7 +3788,6 @@
|
|
|
|
|
614F0D11296571F0007A912A /* SETextMagnifierCaret.m in Sources */, |
|
|
|
|
611DEB2A293F458100B1ADD7 /* SOSTableViewCell.m in Sources */, |
|
|
|
|
61B440CD2927259700BB9EC7 /* GDMapView.m in Sources */, |
|
|
|
|
618E9D8329486E560038735F /* RailSearchAddressVC.m in Sources */, |
|
|
|
|
61D7AB0B2987A2B700E982AA /* LEOAlertView.m in Sources */, |
|
|
|
|
611DEB2D293F47A300B1ADD7 /* SOSModel.m in Sources */, |
|
|
|
|
61EDC14329447313003846D8 /* TimeSwitchModel.m in Sources */, |
|
|
|
@ -4254,7 +4254,7 @@
@@ -4254,7 +4254,7 @@
|
|
|
|
|
"$(PROJECT_DIR)/LekangGuard/Common/VoiceConvert/lib", |
|
|
|
|
"$(PROJECT_DIR)/LekangGuard/sdk/lib/ios", |
|
|
|
|
); |
|
|
|
|
MARKETING_VERSION = 1.0.1; |
|
|
|
|
MARKETING_VERSION = 1.0.2; |
|
|
|
|
ONLY_ACTIVE_ARCH = NO; |
|
|
|
|
OTHER_LDFLAGS = ( |
|
|
|
|
"$(inherited)", |
|
|
|
@ -4473,7 +4473,7 @@
@@ -4473,7 +4473,7 @@
|
|
|
|
|
"$(PROJECT_DIR)/LekangGuard/Common/VoiceConvert/lib", |
|
|
|
|
"$(PROJECT_DIR)/LekangGuard/sdk/lib/ios", |
|
|
|
|
); |
|
|
|
|
MARKETING_VERSION = 1.0.1; |
|
|
|
|
MARKETING_VERSION = 1.0.2; |
|
|
|
|
ONLY_ACTIVE_ARCH = NO; |
|
|
|
|
OTHER_LDFLAGS = ( |
|
|
|
|
"$(inherited)", |
|
|
|
|