|
@@ -30,6 +30,12 @@
|
|
|
421F3EB621F9B951001A4BB9 /* RAEmptyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 421F3EB021F9B951001A4BB9 /* RAEmptyView.m */; };
|
|
421F3EB621F9B951001A4BB9 /* RAEmptyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 421F3EB021F9B951001A4BB9 /* RAEmptyView.m */; };
|
|
|
421F3EB721F9B951001A4BB9 /* UIScrollView+Empty.m in Sources */ = {isa = PBXBuildFile; fileRef = 421F3EB321F9B951001A4BB9 /* UIScrollView+Empty.m */; };
|
|
421F3EB721F9B951001A4BB9 /* UIScrollView+Empty.m in Sources */ = {isa = PBXBuildFile; fileRef = 421F3EB321F9B951001A4BB9 /* UIScrollView+Empty.m */; };
|
|
|
421F3EB821F9B951001A4BB9 /* RAEmptyDataView.m in Sources */ = {isa = PBXBuildFile; fileRef = 421F3EB421F9B951001A4BB9 /* RAEmptyDataView.m */; };
|
|
421F3EB821F9B951001A4BB9 /* RAEmptyDataView.m in Sources */ = {isa = PBXBuildFile; fileRef = 421F3EB421F9B951001A4BB9 /* RAEmptyDataView.m */; };
|
|
|
|
|
+ 42201EE5220046F9008AEADE /* CRMUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 42201EE4220046F9008AEADE /* CRMUser.m */; };
|
|
|
|
|
+ 42201EF022004FA7008AEADE /* NSString+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 42201EE722004FA7008AEADE /* NSString+Base64.m */; };
|
|
|
|
|
+ 42201EF122004FA7008AEADE /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 42201EE822004FA7008AEADE /* LICENSE */; };
|
|
|
|
|
+ 42201EF222004FA7008AEADE /* AESCrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = 42201EE922004FA7008AEADE /* AESCrypt.m */; };
|
|
|
|
|
+ 42201EF322004FA7008AEADE /* NSData+CommonCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 42201EEE22004FA7008AEADE /* NSData+CommonCrypto.m */; };
|
|
|
|
|
+ 42201EF422004FA7008AEADE /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 42201EEF22004FA7008AEADE /* NSData+Base64.m */; };
|
|
|
4232521721C491B600C77851 /* RAContactHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4232521621C491B600C77851 /* RAContactHelper.m */; };
|
|
4232521721C491B600C77851 /* RAContactHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4232521621C491B600C77851 /* RAContactHelper.m */; };
|
|
|
4277784F21AFB98600BCF7FA /* RAMapNavigateHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4277784E21AFB98600BCF7FA /* RAMapNavigateHandler.m */; };
|
|
4277784F21AFB98600BCF7FA /* RAMapNavigateHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4277784E21AFB98600BCF7FA /* RAMapNavigateHandler.m */; };
|
|
|
42A8A21321AE7828003B854B /* RAPhotoPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42A8A20B21AE7828003B854B /* RAPhotoPreviewController.m */; };
|
|
42A8A21321AE7828003B854B /* RAPhotoPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42A8A20B21AE7828003B854B /* RAPhotoPreviewController.m */; };
|
|
@@ -111,6 +117,17 @@
|
|
|
421F3EB321F9B951001A4BB9 /* UIScrollView+Empty.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+Empty.m"; sourceTree = "<group>"; };
|
|
421F3EB321F9B951001A4BB9 /* UIScrollView+Empty.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+Empty.m"; sourceTree = "<group>"; };
|
|
|
421F3EB421F9B951001A4BB9 /* RAEmptyDataView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RAEmptyDataView.m; sourceTree = "<group>"; };
|
|
421F3EB421F9B951001A4BB9 /* RAEmptyDataView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RAEmptyDataView.m; sourceTree = "<group>"; };
|
|
|
421F3EB521F9B951001A4BB9 /* UIScrollView+Empty.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+Empty.h"; sourceTree = "<group>"; };
|
|
421F3EB521F9B951001A4BB9 /* UIScrollView+Empty.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+Empty.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 42201EE3220046F9008AEADE /* CRMUser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CRMUser.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 42201EE4220046F9008AEADE /* CRMUser.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CRMUser.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 42201EE722004FA7008AEADE /* NSString+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+Base64.m"; sourceTree = "<group>"; };
|
|
|
|
|
+ 42201EE822004FA7008AEADE /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
|
|
|
|
|
+ 42201EE922004FA7008AEADE /* AESCrypt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AESCrypt.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 42201EEA22004FA7008AEADE /* NSData+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+Base64.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 42201EEB22004FA7008AEADE /* NSData+CommonCrypto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+CommonCrypto.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 42201EEC22004FA7008AEADE /* AESCrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AESCrypt.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 42201EED22004FA7008AEADE /* NSString+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+Base64.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 42201EEE22004FA7008AEADE /* NSData+CommonCrypto.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+CommonCrypto.m"; sourceTree = "<group>"; };
|
|
|
|
|
+ 42201EEF22004FA7008AEADE /* NSData+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+Base64.m"; sourceTree = "<group>"; };
|
|
|
4232521521C491B600C77851 /* RAContactHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAContactHelper.h; sourceTree = "<group>"; };
|
|
4232521521C491B600C77851 /* RAContactHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAContactHelper.h; sourceTree = "<group>"; };
|
|
|
4232521621C491B600C77851 /* RAContactHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAContactHelper.m; sourceTree = "<group>"; };
|
|
4232521621C491B600C77851 /* RAContactHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAContactHelper.m; sourceTree = "<group>"; };
|
|
|
4277784D21AFB98600BCF7FA /* RAMapNavigateHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAMapNavigateHandler.h; sourceTree = "<group>"; };
|
|
4277784D21AFB98600BCF7FA /* RAMapNavigateHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAMapNavigateHandler.h; sourceTree = "<group>"; };
|
|
@@ -321,6 +338,32 @@
|
|
|
path = "../../../common/UIScrollVIew+Empty";
|
|
path = "../../../common/UIScrollVIew+Empty";
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
|
};
|
|
};
|
|
|
|
|
+ 42201EE2220046E1008AEADE /* User */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 42201EE3220046F9008AEADE /* CRMUser.h */,
|
|
|
|
|
+ 42201EE4220046F9008AEADE /* CRMUser.m */,
|
|
|
|
|
+ );
|
|
|
|
|
+ path = User;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+ 42201EE622004FA7008AEADE /* AES */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 42201EEC22004FA7008AEADE /* AESCrypt.h */,
|
|
|
|
|
+ 42201EE922004FA7008AEADE /* AESCrypt.m */,
|
|
|
|
|
+ 42201EE822004FA7008AEADE /* LICENSE */,
|
|
|
|
|
+ 42201EEA22004FA7008AEADE /* NSData+Base64.h */,
|
|
|
|
|
+ 42201EEF22004FA7008AEADE /* NSData+Base64.m */,
|
|
|
|
|
+ 42201EEB22004FA7008AEADE /* NSData+CommonCrypto.h */,
|
|
|
|
|
+ 42201EEE22004FA7008AEADE /* NSData+CommonCrypto.m */,
|
|
|
|
|
+ 42201EED22004FA7008AEADE /* NSString+Base64.h */,
|
|
|
|
|
+ 42201EE722004FA7008AEADE /* NSString+Base64.m */,
|
|
|
|
|
+ );
|
|
|
|
|
+ name = AES;
|
|
|
|
|
+ path = ../../../common/AES;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
4232521421C491A000C77851 /* Contact */ = {
|
|
4232521421C491A000C77851 /* Contact */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
@@ -485,6 +528,8 @@
|
|
|
7106E80721A684F20056DD20 /* APEX CRM */ = {
|
|
7106E80721A684F20056DD20 /* APEX CRM */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 42201EE622004FA7008AEADE /* AES */,
|
|
|
|
|
+ 42201EE2220046E1008AEADE /* User */,
|
|
|
421F3EAE21F9B951001A4BB9 /* EmptyView */,
|
|
421F3EAE21F9B951001A4BB9 /* EmptyView */,
|
|
|
421F3EB121F9B951001A4BB9 /* UIScrollVIew+Empty */,
|
|
421F3EB121F9B951001A4BB9 /* UIScrollVIew+Empty */,
|
|
|
4232521421C491A000C77851 /* Contact */,
|
|
4232521421C491A000C77851 /* Contact */,
|
|
@@ -620,6 +665,7 @@
|
|
|
42F53F8621B617E4008EAEFC /* signature.storyboard in Resources */,
|
|
42F53F8621B617E4008EAEFC /* signature.storyboard in Resources */,
|
|
|
4212AB8E21AD22AB00BE4E45 /* QRCode.storyboard in Resources */,
|
|
4212AB8E21AD22AB00BE4E45 /* QRCode.storyboard in Resources */,
|
|
|
7106E81021A684F20056DD20 /* Main.storyboard in Resources */,
|
|
7106E81021A684F20056DD20 /* Main.storyboard in Resources */,
|
|
|
|
|
+ 42201EF122004FA7008AEADE /* LICENSE in Resources */,
|
|
|
4212ABA321AD2B7300BE4E45 /* Localizable.strings in Resources */,
|
|
4212ABA321AD2B7300BE4E45 /* Localizable.strings in Resources */,
|
|
|
4212AB9121AD22AB00BE4E45 /* camera.xcassets in Resources */,
|
|
4212AB9121AD22AB00BE4E45 /* camera.xcassets in Resources */,
|
|
|
42A8A21421AE7828003B854B /* PhotoList.storyboard in Resources */,
|
|
42A8A21421AE7828003B854B /* PhotoList.storyboard in Resources */,
|
|
@@ -637,9 +683,11 @@
|
|
|
files = (
|
|
files = (
|
|
|
4277784F21AFB98600BCF7FA /* RAMapNavigateHandler.m in Sources */,
|
|
4277784F21AFB98600BCF7FA /* RAMapNavigateHandler.m in Sources */,
|
|
|
4212ABCC21AD450A00BE4E45 /* LPShareActivity.m in Sources */,
|
|
4212ABCC21AD450A00BE4E45 /* LPShareActivity.m in Sources */,
|
|
|
|
|
+ 42201EF322004FA7008AEADE /* NSData+CommonCrypto.m in Sources */,
|
|
|
421F3EB821F9B951001A4BB9 /* RAEmptyDataView.m in Sources */,
|
|
421F3EB821F9B951001A4BB9 /* RAEmptyDataView.m in Sources */,
|
|
|
4212AB9821AD25C800BE4E45 /* RAPreviewController.m in Sources */,
|
|
4212AB9821AD25C800BE4E45 /* RAPreviewController.m in Sources */,
|
|
|
42F53F8821B617E4008EAEFC /* SignatureView.m in Sources */,
|
|
42F53F8821B617E4008EAEFC /* SignatureView.m in Sources */,
|
|
|
|
|
+ 42201EE5220046F9008AEADE /* CRMUser.m in Sources */,
|
|
|
4212ABC521AD3C3200BE4E45 /* RADataProvider.m in Sources */,
|
|
4212ABC521AD3C3200BE4E45 /* RADataProvider.m in Sources */,
|
|
|
42A8A21F21AE842E003B854B /* RAPhotoModel.m in Sources */,
|
|
42A8A21F21AE842E003B854B /* RAPhotoModel.m in Sources */,
|
|
|
7106E83D21AD1B070056DD20 /* zip.c in Sources */,
|
|
7106E83D21AD1B070056DD20 /* zip.c in Sources */,
|
|
@@ -670,11 +718,14 @@
|
|
|
7106E82F21AD1ACD0056DD20 /* RAUtils.m in Sources */,
|
|
7106E82F21AD1ACD0056DD20 /* RAUtils.m in Sources */,
|
|
|
42A8A21321AE7828003B854B /* RAPhotoPreviewController.m in Sources */,
|
|
42A8A21321AE7828003B854B /* RAPhotoPreviewController.m in Sources */,
|
|
|
7106E80A21A684F20056DD20 /* AppDelegate.m in Sources */,
|
|
7106E80A21A684F20056DD20 /* AppDelegate.m in Sources */,
|
|
|
|
|
+ 42201EF222004FA7008AEADE /* AESCrypt.m in Sources */,
|
|
|
4212AB9321AD22AB00BE4E45 /* RATakePhotoPreviewController.m in Sources */,
|
|
4212AB9321AD22AB00BE4E45 /* RATakePhotoPreviewController.m in Sources */,
|
|
|
7106E84021AD1B0D0056DD20 /* ZipArchive.mm in Sources */,
|
|
7106E84021AD1B0D0056DD20 /* ZipArchive.mm in Sources */,
|
|
|
7106E82621A698D20056DD20 /* RAWKWebView.m in Sources */,
|
|
7106E82621A698D20056DD20 /* RAWKWebView.m in Sources */,
|
|
|
|
|
+ 42201EF422004FA7008AEADE /* NSData+Base64.m in Sources */,
|
|
|
4212AB9421AD22AB00BE4E45 /* RAExceptionHandler.m in Sources */,
|
|
4212AB9421AD22AB00BE4E45 /* RAExceptionHandler.m in Sources */,
|
|
|
4214C4A521B25EC20091A528 /* NSString+RAJavascript.m in Sources */,
|
|
4214C4A521B25EC20091A528 /* NSString+RAJavascript.m in Sources */,
|
|
|
|
|
+ 42201EF022004FA7008AEADE /* NSString+Base64.m in Sources */,
|
|
|
42F53F8921B617E4008EAEFC /* SignatureViewController.m in Sources */,
|
|
42F53F8921B617E4008EAEFC /* SignatureViewController.m in Sources */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|