|
|
@@ -25,6 +25,7 @@
|
|
|
4212ABC521AD3C3200BE4E45 /* RADataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 4212ABC421AD3C3200BE4E45 /* RADataProvider.m */; };
|
|
|
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 */; };
|
|
|
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 */; };
|
|
|
@@ -86,6 +87,8 @@
|
|
|
4212ABC821AD450900BE4E45 /* RAShareItemProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RAShareItemProvider.m; sourceTree = "<group>"; };
|
|
|
4212ABC921AD450900BE4E45 /* LPShareActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LPShareActivity.h; sourceTree = "<group>"; };
|
|
|
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>"; };
|
|
|
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>"; };
|
|
|
@@ -237,6 +240,16 @@
|
|
|
path = ../../../common/Share;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 4214C4A221B25EA40091A528 /* NSString */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 4214C4A321B25EC20091A528 /* NSString+RAJavascript.h */,
|
|
|
+ 4214C4A421B25EC20091A528 /* NSString+RAJavascript.m */,
|
|
|
+ );
|
|
|
+ name = NSString;
|
|
|
+ path = ../../../common/NSString;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
4277784C21AFB96700BCF7FA /* MapNavigation */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -355,6 +368,7 @@
|
|
|
7106E80721A684F20056DD20 /* APEX CRM */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 4214C4A221B25EA40091A528 /* NSString */,
|
|
|
4277784C21AFB96700BCF7FA /* MapNavigation */,
|
|
|
42A8A22021AE8603003B854B /* UIImage */,
|
|
|
42A8A20821AE7828003B854B /* InfinitePhoto */,
|
|
|
@@ -523,6 +537,7 @@
|
|
|
7106E84021AD1B0D0056DD20 /* ZipArchive.mm in Sources */,
|
|
|
7106E82621A698D20056DD20 /* RAWKWebView.m in Sources */,
|
|
|
4212AB9421AD22AB00BE4E45 /* RAExceptionHandler.m in Sources */,
|
|
|
+ 4214C4A521B25EC20091A528 /* NSString+RAJavascript.m in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|