|
@@ -8,6 +8,21 @@
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
|
71114A9D1EB1BCB400D2200C /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114A9C1EB1BCB400D2200C /* LoginViewController.m */; };
|
|
71114A9D1EB1BCB400D2200C /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114A9C1EB1BCB400D2200C /* LoginViewController.m */; };
|
|
|
|
|
+ 71114AA01EB1C3DE00D2200C /* NetworkUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114A9F1EB1C3DE00D2200C /* NetworkUtils.m */; };
|
|
|
|
|
+ 71114AA31EB1C40900D2200C /* RAINetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AA21EB1C40900D2200C /* RAINetwork.m */; };
|
|
|
|
|
+ 71114AA61EB1C50D00D2200C /* RAUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AA51EB1C50D00D2200C /* RAUtils.m */; };
|
|
|
|
|
+ 71114AB21EB1C5C800D2200C /* AESCrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AAA1EB1C5C800D2200C /* AESCrypt.m */; };
|
|
|
|
|
+ 71114AB31EB1C5C800D2200C /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 71114AAB1EB1C5C800D2200C /* LICENSE */; };
|
|
|
|
|
+ 71114AB41EB1C5C800D2200C /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AAD1EB1C5C800D2200C /* NSData+Base64.m */; };
|
|
|
|
|
+ 71114AB51EB1C5C800D2200C /* NSData+CommonCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AAF1EB1C5C800D2200C /* NSData+CommonCrypto.m */; };
|
|
|
|
|
+ 71114AB61EB1C5C800D2200C /* NSString+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AB11EB1C5C800D2200C /* NSString+Base64.m */; };
|
|
|
|
|
+ 71114ABC1EB1C73400D2200C /* ZipArchive.mm in Sources */ = {isa = PBXBuildFile; fileRef = 71114ABB1EB1C73400D2200C /* ZipArchive.mm */; };
|
|
|
|
|
+ 71114AC61EB1C73B00D2200C /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 71114ABE1EB1C73B00D2200C /* ioapi.c */; };
|
|
|
|
|
+ 71114AC71EB1C73B00D2200C /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = 71114AC01EB1C73B00D2200C /* mztools.c */; };
|
|
|
|
|
+ 71114AC81EB1C73B00D2200C /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 71114AC21EB1C73B00D2200C /* unzip.c */; };
|
|
|
|
|
+ 71114AC91EB1C73B00D2200C /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 71114AC41EB1C73B00D2200C /* zip.c */; };
|
|
|
|
|
+ 71114ACC1EB1C76E00D2200C /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 71114ACB1EB1C76E00D2200C /* libz.tbd */; };
|
|
|
|
|
+ 71114ACF1EB1C79300D2200C /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114ACE1EB1C79300D2200C /* Reachability.m */; };
|
|
|
71DCDC391EAF234E00BA045A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DCDC381EAF234E00BA045A /* main.m */; };
|
|
71DCDC391EAF234E00BA045A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DCDC381EAF234E00BA045A /* main.m */; };
|
|
|
71DCDC3C1EAF234E00BA045A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DCDC3B1EAF234E00BA045A /* AppDelegate.m */; };
|
|
71DCDC3C1EAF234E00BA045A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DCDC3B1EAF234E00BA045A /* AppDelegate.m */; };
|
|
|
71DCDC3F1EAF234E00BA045A /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DCDC3E1EAF234E00BA045A /* RootViewController.m */; };
|
|
71DCDC3F1EAF234E00BA045A /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DCDC3E1EAF234E00BA045A /* RootViewController.m */; };
|
|
@@ -20,6 +35,37 @@
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
|
71114A9B1EB1BCB400D2200C /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
|
|
71114A9B1EB1BCB400D2200C /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
|
|
|
71114A9C1EB1BCB400D2200C /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
|
|
71114A9C1EB1BCB400D2200C /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114A9E1EB1C3DE00D2200C /* NetworkUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NetworkUtils.h; path = "../../RedAnt ERP Mobile/common/NetworkUtils.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114A9F1EB1C3DE00D2200C /* NetworkUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NetworkUtils.m; path = "../../RedAnt ERP Mobile/common/NetworkUtils.m"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AA11EB1C40900D2200C /* RAINetwork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RAINetwork.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AA21EB1C40900D2200C /* RAINetwork.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RAINetwork.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AA41EB1C50D00D2200C /* RAUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAUtils.h; path = "../../RedAnt ERP Mobile/common/RAUtils.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AA51EB1C50D00D2200C /* RAUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAUtils.m; path = "../../RedAnt ERP Mobile/common/RAUtils.m"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AA91EB1C5C800D2200C /* AESCrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AESCrypt.h; path = "../../RedAnt ERP Mobile/common/AES/AESCrypt.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AAA1EB1C5C800D2200C /* AESCrypt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AESCrypt.m; path = "../../RedAnt ERP Mobile/common/AES/AESCrypt.m"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AAB1EB1C5C800D2200C /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = "../../RedAnt ERP Mobile/common/AES/LICENSE"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AAC1EB1C5C800D2200C /* NSData+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSData+Base64.h"; path = "../../RedAnt ERP Mobile/common/AES/NSData+Base64.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AAD1EB1C5C800D2200C /* NSData+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSData+Base64.m"; path = "../../RedAnt ERP Mobile/common/AES/NSData+Base64.m"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AAE1EB1C5C800D2200C /* NSData+CommonCrypto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSData+CommonCrypto.h"; path = "../../RedAnt ERP Mobile/common/AES/NSData+CommonCrypto.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AAF1EB1C5C800D2200C /* NSData+CommonCrypto.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSData+CommonCrypto.m"; path = "../../RedAnt ERP Mobile/common/AES/NSData+CommonCrypto.m"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AB01EB1C5C800D2200C /* NSString+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSString+Base64.h"; path = "../../RedAnt ERP Mobile/common/AES/NSString+Base64.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AB11EB1C5C800D2200C /* NSString+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSString+Base64.m"; path = "../../RedAnt ERP Mobile/common/AES/NSString+Base64.m"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AB71EB1C68B00D2200C /* const.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = const.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AB81EB1C6B700D2200C /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114ABA1EB1C73400D2200C /* ZipArchive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = "../../RedAnt ERP Mobile/common/zip/ZipArchive.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114ABB1EB1C73400D2200C /* ZipArchive.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ZipArchive.mm; path = "../../RedAnt ERP Mobile/common/zip/ZipArchive.mm"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114ABD1EB1C73B00D2200C /* crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crypt.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/crypt.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114ABE1EB1C73B00D2200C /* ioapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ioapi.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/ioapi.c"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114ABF1EB1C73B00D2200C /* ioapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/ioapi.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AC01EB1C73B00D2200C /* mztools.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mztools.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/mztools.c"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AC11EB1C73B00D2200C /* mztools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mztools.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/mztools.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AC21EB1C73B00D2200C /* unzip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unzip.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/unzip.c"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AC31EB1C73B00D2200C /* unzip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unzip.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/unzip.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AC41EB1C73B00D2200C /* zip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zip.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/zip.c"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114AC51EB1C73B00D2200C /* zip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = zip.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/zip.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114ACB1EB1C76E00D2200C /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
|
|
|
|
|
+ 71114ACD1EB1C79300D2200C /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Reachability.h; path = "../../RedAnt ERP Mobile/common/Reachability.h"; sourceTree = "<group>"; };
|
|
|
|
|
+ 71114ACE1EB1C79300D2200C /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Reachability.m; path = "../../RedAnt ERP Mobile/common/Reachability.m"; sourceTree = "<group>"; };
|
|
|
71DCDC341EAF234E00BA045A /* RA Image.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RA Image.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
71DCDC341EAF234E00BA045A /* RA Image.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RA Image.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
71DCDC381EAF234E00BA045A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
71DCDC381EAF234E00BA045A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
|
71DCDC3A1EAF234E00BA045A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
71DCDC3A1EAF234E00BA045A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
@@ -38,17 +84,74 @@
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
|
|
+ 71114ACC1EB1C76E00D2200C /* libz.tbd in Frameworks */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
/* Begin PBXGroup section */
|
|
|
|
|
+ 71114AA71EB1C51200D2200C /* util */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 71114AB91EB1C71E00D2200C /* zip */,
|
|
|
|
|
+ 71114AA81EB1C5C000D2200C /* aes */,
|
|
|
|
|
+ 71114AA41EB1C50D00D2200C /* RAUtils.h */,
|
|
|
|
|
+ 71114AA51EB1C50D00D2200C /* RAUtils.m */,
|
|
|
|
|
+ 71114ACD1EB1C79300D2200C /* Reachability.h */,
|
|
|
|
|
+ 71114ACE1EB1C79300D2200C /* Reachability.m */,
|
|
|
|
|
+ );
|
|
|
|
|
+ name = util;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+ 71114AA81EB1C5C000D2200C /* aes */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 71114AA91EB1C5C800D2200C /* AESCrypt.h */,
|
|
|
|
|
+ 71114AAA1EB1C5C800D2200C /* AESCrypt.m */,
|
|
|
|
|
+ 71114AAB1EB1C5C800D2200C /* LICENSE */,
|
|
|
|
|
+ 71114AAC1EB1C5C800D2200C /* NSData+Base64.h */,
|
|
|
|
|
+ 71114AAD1EB1C5C800D2200C /* NSData+Base64.m */,
|
|
|
|
|
+ 71114AAE1EB1C5C800D2200C /* NSData+CommonCrypto.h */,
|
|
|
|
|
+ 71114AAF1EB1C5C800D2200C /* NSData+CommonCrypto.m */,
|
|
|
|
|
+ 71114AB01EB1C5C800D2200C /* NSString+Base64.h */,
|
|
|
|
|
+ 71114AB11EB1C5C800D2200C /* NSString+Base64.m */,
|
|
|
|
|
+ );
|
|
|
|
|
+ name = aes;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+ 71114AB91EB1C71E00D2200C /* zip */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 71114ABD1EB1C73B00D2200C /* crypt.h */,
|
|
|
|
|
+ 71114ABE1EB1C73B00D2200C /* ioapi.c */,
|
|
|
|
|
+ 71114ABF1EB1C73B00D2200C /* ioapi.h */,
|
|
|
|
|
+ 71114AC01EB1C73B00D2200C /* mztools.c */,
|
|
|
|
|
+ 71114AC11EB1C73B00D2200C /* mztools.h */,
|
|
|
|
|
+ 71114AC21EB1C73B00D2200C /* unzip.c */,
|
|
|
|
|
+ 71114AC31EB1C73B00D2200C /* unzip.h */,
|
|
|
|
|
+ 71114AC41EB1C73B00D2200C /* zip.c */,
|
|
|
|
|
+ 71114AC51EB1C73B00D2200C /* zip.h */,
|
|
|
|
|
+ 71114ABA1EB1C73400D2200C /* ZipArchive.h */,
|
|
|
|
|
+ 71114ABB1EB1C73400D2200C /* ZipArchive.mm */,
|
|
|
|
|
+ );
|
|
|
|
|
+ name = zip;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+ 71114ACA1EB1C76E00D2200C /* Frameworks */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 71114ACB1EB1C76E00D2200C /* libz.tbd */,
|
|
|
|
|
+ );
|
|
|
|
|
+ name = Frameworks;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
71DCDC2B1EAF234E00BA045A = {
|
|
71DCDC2B1EAF234E00BA045A = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
71DCDC361EAF234E00BA045A /* RA Image */,
|
|
71DCDC361EAF234E00BA045A /* RA Image */,
|
|
|
71DCDC351EAF234E00BA045A /* Products */,
|
|
71DCDC351EAF234E00BA045A /* Products */,
|
|
|
|
|
+ 71114ACA1EB1C76E00D2200C /* Frameworks */,
|
|
|
);
|
|
);
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
|
};
|
|
};
|
|
@@ -63,6 +166,9 @@
|
|
|
71DCDC361EAF234E00BA045A /* RA Image */ = {
|
|
71DCDC361EAF234E00BA045A /* RA Image */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 71114AB71EB1C68B00D2200C /* const.h */,
|
|
|
|
|
+ 71114AB81EB1C6B700D2200C /* config.h */,
|
|
|
|
|
+ 71114AA71EB1C51200D2200C /* util */,
|
|
|
71DCDC4E1EAF34F800BA045A /* modes */,
|
|
71DCDC4E1EAF34F800BA045A /* modes */,
|
|
|
71DCDC3A1EAF234E00BA045A /* AppDelegate.h */,
|
|
71DCDC3A1EAF234E00BA045A /* AppDelegate.h */,
|
|
|
71DCDC3B1EAF234E00BA045A /* AppDelegate.m */,
|
|
71DCDC3B1EAF234E00BA045A /* AppDelegate.m */,
|
|
@@ -71,6 +177,10 @@
|
|
|
71114A9B1EB1BCB400D2200C /* LoginViewController.h */,
|
|
71114A9B1EB1BCB400D2200C /* LoginViewController.h */,
|
|
|
71114A9C1EB1BCB400D2200C /* LoginViewController.m */,
|
|
71114A9C1EB1BCB400D2200C /* LoginViewController.m */,
|
|
|
71DCDC401EAF234E00BA045A /* Main.storyboard */,
|
|
71DCDC401EAF234E00BA045A /* Main.storyboard */,
|
|
|
|
|
+ 71114A9E1EB1C3DE00D2200C /* NetworkUtils.h */,
|
|
|
|
|
+ 71114A9F1EB1C3DE00D2200C /* NetworkUtils.m */,
|
|
|
|
|
+ 71114AA11EB1C40900D2200C /* RAINetwork.h */,
|
|
|
|
|
+ 71114AA21EB1C40900D2200C /* RAINetwork.m */,
|
|
|
71DCDC431EAF234E00BA045A /* Assets.xcassets */,
|
|
71DCDC431EAF234E00BA045A /* Assets.xcassets */,
|
|
|
71DCDC451EAF234E00BA045A /* LaunchScreen.storyboard */,
|
|
71DCDC451EAF234E00BA045A /* LaunchScreen.storyboard */,
|
|
|
71DCDC481EAF234E00BA045A /* Info.plist */,
|
|
71DCDC481EAF234E00BA045A /* Info.plist */,
|
|
@@ -158,6 +268,7 @@
|
|
|
71DCDC441EAF234E00BA045A /* Assets.xcassets in Resources */,
|
|
71DCDC441EAF234E00BA045A /* Assets.xcassets in Resources */,
|
|
|
71DCDC501EAF353000BA045A /* modelist.json in Resources */,
|
|
71DCDC501EAF353000BA045A /* modelist.json in Resources */,
|
|
|
71DCDC421EAF234E00BA045A /* Main.storyboard in Resources */,
|
|
71DCDC421EAF234E00BA045A /* Main.storyboard in Resources */,
|
|
|
|
|
+ 71114AB31EB1C5C800D2200C /* LICENSE in Resources */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
@@ -168,10 +279,23 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
|
|
+ 71114AB21EB1C5C800D2200C /* AESCrypt.m in Sources */,
|
|
|
|
|
+ 71114AC61EB1C73B00D2200C /* ioapi.c in Sources */,
|
|
|
71114A9D1EB1BCB400D2200C /* LoginViewController.m in Sources */,
|
|
71114A9D1EB1BCB400D2200C /* LoginViewController.m in Sources */,
|
|
|
|
|
+ 71114AB51EB1C5C800D2200C /* NSData+CommonCrypto.m in Sources */,
|
|
|
|
|
+ 71114AC71EB1C73B00D2200C /* mztools.c in Sources */,
|
|
|
71DCDC3F1EAF234E00BA045A /* RootViewController.m in Sources */,
|
|
71DCDC3F1EAF234E00BA045A /* RootViewController.m in Sources */,
|
|
|
|
|
+ 71114AC81EB1C73B00D2200C /* unzip.c in Sources */,
|
|
|
|
|
+ 71114AA01EB1C3DE00D2200C /* NetworkUtils.m in Sources */,
|
|
|
|
|
+ 71114AA31EB1C40900D2200C /* RAINetwork.m in Sources */,
|
|
|
|
|
+ 71114AC91EB1C73B00D2200C /* zip.c in Sources */,
|
|
|
|
|
+ 71114AB61EB1C5C800D2200C /* NSString+Base64.m in Sources */,
|
|
|
|
|
+ 71114AA61EB1C50D00D2200C /* RAUtils.m in Sources */,
|
|
|
71DCDC3C1EAF234E00BA045A /* AppDelegate.m in Sources */,
|
|
71DCDC3C1EAF234E00BA045A /* AppDelegate.m in Sources */,
|
|
|
71DCDC391EAF234E00BA045A /* main.m in Sources */,
|
|
71DCDC391EAF234E00BA045A /* main.m in Sources */,
|
|
|
|
|
+ 71114ABC1EB1C73400D2200C /* ZipArchive.mm in Sources */,
|
|
|
|
|
+ 71114AB41EB1C5C800D2200C /* NSData+Base64.m in Sources */,
|
|
|
|
|
+ 71114ACF1EB1C79300D2200C /* Reachability.m in Sources */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|