|
|
@@ -26,6 +26,7 @@
|
|
|
4212ABCB21AD450A00BE4E45 /* RAShareItemProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 4212ABC821AD450900BE4E45 /* RAShareItemProvider.m */; };
|
|
|
4212ABCC21AD450A00BE4E45 /* LPShareActivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 4212ABCA21AD450900BE4E45 /* LPShareActivity.m */; };
|
|
|
4214C4A521B25EC20091A528 /* NSString+RAJavascript.m in Sources */ = {isa = PBXBuildFile; fileRef = 4214C4A421B25EC20091A528 /* NSString+RAJavascript.m */; };
|
|
|
+ 4219F1DC21C1FE5400D81DDC /* UIView+RAConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 4219F1DB21C1FE5400D81DDC /* UIView+RAConstraint.m */; };
|
|
|
4277784F21AFB98600BCF7FA /* RAMapNavigateHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4277784E21AFB98600BCF7FA /* RAMapNavigateHandler.m */; };
|
|
|
42A8A21321AE7828003B854B /* RAPhotoPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42A8A20B21AE7828003B854B /* RAPhotoPreviewController.m */; };
|
|
|
42A8A21421AE7828003B854B /* PhotoList.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 42A8A20D21AE7828003B854B /* PhotoList.storyboard */; };
|
|
|
@@ -97,6 +98,8 @@
|
|
|
4212ABCA21AD450900BE4E45 /* LPShareActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LPShareActivity.m; sourceTree = "<group>"; };
|
|
|
4214C4A321B25EC20091A528 /* NSString+RAJavascript.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSString+RAJavascript.h"; sourceTree = "<group>"; };
|
|
|
4214C4A421B25EC20091A528 /* NSString+RAJavascript.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSString+RAJavascript.m"; sourceTree = "<group>"; };
|
|
|
+ 4219F1DA21C1FE5400D81DDC /* UIView+RAConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+RAConstraint.h"; sourceTree = "<group>"; };
|
|
|
+ 4219F1DB21C1FE5400D81DDC /* UIView+RAConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+RAConstraint.m"; sourceTree = "<group>"; };
|
|
|
4277784D21AFB98600BCF7FA /* RAMapNavigateHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAMapNavigateHandler.h; sourceTree = "<group>"; };
|
|
|
4277784E21AFB98600BCF7FA /* RAMapNavigateHandler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAMapNavigateHandler.m; sourceTree = "<group>"; };
|
|
|
42A8A20A21AE7828003B854B /* RAPhotoPreviewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RAPhotoPreviewController.h; sourceTree = "<group>"; };
|
|
|
@@ -271,6 +274,16 @@
|
|
|
path = ../../../common/NSString;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 4219F1D921C1FE5400D81DDC /* LayoutConstraint */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 4219F1DA21C1FE5400D81DDC /* UIView+RAConstraint.h */,
|
|
|
+ 4219F1DB21C1FE5400D81DDC /* UIView+RAConstraint.m */,
|
|
|
+ );
|
|
|
+ name = LayoutConstraint;
|
|
|
+ path = ../../../common/LayoutConstraint;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
4277784C21AFB96700BCF7FA /* MapNavigation */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -425,6 +438,7 @@
|
|
|
7106E80721A684F20056DD20 /* APEX CRM */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 4219F1D921C1FE5400D81DDC /* LayoutConstraint */,
|
|
|
42F53F9521B65255008EAEFC /* PresentationController */,
|
|
|
42F53F8A21B651B6008EAEFC /* DatePicker */,
|
|
|
42F53F7F21B617E3008EAEFC /* signature */,
|
|
|
@@ -591,6 +605,7 @@
|
|
|
4212AB9221AD22AB00BE4E45 /* RACameraViewController.m in Sources */,
|
|
|
7106E83C21AD1B070056DD20 /* ioapi.c in Sources */,
|
|
|
7106E80D21A684F20056DD20 /* ViewController.m in Sources */,
|
|
|
+ 4219F1DC21C1FE5400D81DDC /* UIView+RAConstraint.m in Sources */,
|
|
|
7106E84421AF71310056DD20 /* NSDictionary+Extension.m in Sources */,
|
|
|
4212ABC021AD389200BE4E45 /* RAReachability.m in Sources */,
|
|
|
42F53F9421B651B6008EAEFC /* RADatePickerViewController.m in Sources */,
|