|
|
@@ -51,6 +51,9 @@
|
|
|
71114AF11EB2DEF900D2200C /* ScannerControllerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AE91EB2DEF900D2200C /* ScannerControllerView.m */; };
|
|
|
71114AF21EB2DEF900D2200C /* ScannerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AEB1EB2DEF900D2200C /* ScannerViewController.m */; };
|
|
|
71114AF31EB2DEF900D2200C /* SCShapeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71114AED1EB2DEF900D2200C /* SCShapeView.m */; };
|
|
|
+ 71961CB01EC00DDD002C4096 /* RANetworkTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71961CAB1EC00DDD002C4096 /* RANetworkTaskDelegate.m */; };
|
|
|
+ 71961CB11EC00DDD002C4096 /* RAUploadManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 71961CAD1EC00DDD002C4096 /* RAUploadManager.m */; };
|
|
|
+ 71961CB21EC00DDD002C4096 /* RAUploadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 71961CAF1EC00DDD002C4096 /* RAUploadOperation.m */; };
|
|
|
71DCDC391EAF234E00BA045A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DCDC381EAF234E00BA045A /* main.m */; };
|
|
|
71DCDC3C1EAF234E00BA045A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DCDC3B1EAF234E00BA045A /* AppDelegate.m */; };
|
|
|
71DCDC3F1EAF234E00BA045A /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71DCDC3E1EAF234E00BA045A /* RootViewController.m */; };
|
|
|
@@ -145,6 +148,12 @@
|
|
|
71114AEB1EB2DEF900D2200C /* ScannerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ScannerViewController.m; path = ../../common/ScannerViewController.m; sourceTree = "<group>"; };
|
|
|
71114AEC1EB2DEF900D2200C /* SCShapeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SCShapeView.h; path = ../../common/SCShapeView.h; sourceTree = "<group>"; };
|
|
|
71114AED1EB2DEF900D2200C /* SCShapeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SCShapeView.m; path = ../../common/SCShapeView.m; sourceTree = "<group>"; };
|
|
|
+ 71961CAA1EC00DDD002C4096 /* RANetworkTaskDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RANetworkTaskDelegate.h; path = ../../common/upload/RANetworkTaskDelegate.h; sourceTree = "<group>"; };
|
|
|
+ 71961CAB1EC00DDD002C4096 /* RANetworkTaskDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RANetworkTaskDelegate.m; path = ../../common/upload/RANetworkTaskDelegate.m; sourceTree = "<group>"; };
|
|
|
+ 71961CAC1EC00DDD002C4096 /* RAUploadManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAUploadManager.h; path = ../../common/upload/RAUploadManager.h; sourceTree = "<group>"; };
|
|
|
+ 71961CAD1EC00DDD002C4096 /* RAUploadManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAUploadManager.m; path = ../../common/upload/RAUploadManager.m; sourceTree = "<group>"; };
|
|
|
+ 71961CAE1EC00DDD002C4096 /* RAUploadOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAUploadOperation.h; path = ../../common/upload/RAUploadOperation.h; sourceTree = "<group>"; };
|
|
|
+ 71961CAF1EC00DDD002C4096 /* RAUploadOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAUploadOperation.m; path = ../../common/upload/RAUploadOperation.m; sourceTree = "<group>"; };
|
|
|
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>"; };
|
|
|
71DCDC3A1EAF234E00BA045A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
@@ -229,6 +238,12 @@
|
|
|
42A829C91EBC6BF500898B8A /* Upload */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 71961CAA1EC00DDD002C4096 /* RANetworkTaskDelegate.h */,
|
|
|
+ 71961CAB1EC00DDD002C4096 /* RANetworkTaskDelegate.m */,
|
|
|
+ 71961CAC1EC00DDD002C4096 /* RAUploadManager.h */,
|
|
|
+ 71961CAD1EC00DDD002C4096 /* RAUploadManager.m */,
|
|
|
+ 71961CAE1EC00DDD002C4096 /* RAUploadOperation.h */,
|
|
|
+ 71961CAF1EC00DDD002C4096 /* RAUploadOperation.m */,
|
|
|
42A829CA1EBC6CA200898B8A /* UploadViewController.h */,
|
|
|
42A829CB1EBC6CA200898B8A /* UploadViewController.m */,
|
|
|
42A829CD1EBC6CA900898B8A /* Upload.storyboard */,
|
|
|
@@ -581,12 +596,14 @@
|
|
|
71114AA31EB1C40900D2200C /* RAINetwork.m in Sources */,
|
|
|
71114AC91EB1C73B00D2200C /* zip.c in Sources */,
|
|
|
71114AF31EB2DEF900D2200C /* SCShapeView.m in Sources */,
|
|
|
+ 71961CB11EC00DDD002C4096 /* RAUploadManager.m in Sources */,
|
|
|
71114AF21EB2DEF900D2200C /* ScannerViewController.m in Sources */,
|
|
|
42BC2D091EBAC75F0016B30D /* TouchImageView.m in Sources */,
|
|
|
42A829C31EBC0F8300898B8A /* ManufacturerListController.m in Sources */,
|
|
|
71114AB61EB1C5C800D2200C /* NSString+Base64.m in Sources */,
|
|
|
71114AA61EB1C50D00D2200C /* RAUtils.m in Sources */,
|
|
|
71DCDC3C1EAF234E00BA045A /* AppDelegate.m in Sources */,
|
|
|
+ 71961CB21EC00DDD002C4096 /* RAUploadOperation.m in Sources */,
|
|
|
42E1B1021EB1C92000EEF27C /* BasicViewController.m in Sources */,
|
|
|
426E6B1F1EB8558400942BE1 /* RootModeCell.m in Sources */,
|
|
|
71DCDC391EAF234E00BA045A /* main.m in Sources */,
|
|
|
@@ -594,6 +611,7 @@
|
|
|
71114ABC1EB1C73400D2200C /* ZipArchive.mm in Sources */,
|
|
|
42056E871EB9CF5D0010597A /* BasicModeViewController.m in Sources */,
|
|
|
42E1B0FE1EB1C8EE00EEF27C /* LoginTextFiledCell.m in Sources */,
|
|
|
+ 71961CB01EC00DDD002C4096 /* RANetworkTaskDelegate.m in Sources */,
|
|
|
42A829D21EBC6D3300898B8A /* UploadCell.m in Sources */,
|
|
|
71114AB41EB1C5C800D2200C /* NSData+Base64.m in Sources */,
|
|
|
71114ACF1EB1C79300D2200C /* Reachability.m in Sources */,
|