Procházet zdrojové kódy

新增Apex CRM 工程

Ray Zhang před 7 roky
rodič
revize
205a65e211

+ 2 - 0
RedAnt CRM/APEX CRM/APEX CRM.xcodeproj/project.pbxproj

@@ -55,6 +55,7 @@
 		7106E83921AD1B070056DD20 /* crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crypt.h; path = "../../../../../RedAnt ERP Mobile/common/zip/minizip/crypt.h"; sourceTree = "<group>"; };
 		7106E83921AD1B070056DD20 /* crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crypt.h; path = "../../../../../RedAnt ERP Mobile/common/zip/minizip/crypt.h"; sourceTree = "<group>"; };
 		7106E83E21AD1B0D0056DD20 /* ZipArchive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = "../../../../../RedAnt ERP Mobile/common/zip/ZipArchive.h"; sourceTree = "<group>"; };
 		7106E83E21AD1B0D0056DD20 /* ZipArchive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = "../../../../../RedAnt ERP Mobile/common/zip/ZipArchive.h"; sourceTree = "<group>"; };
 		7106E83F21AD1B0D0056DD20 /* ZipArchive.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ZipArchive.mm; path = "../../../../../RedAnt ERP Mobile/common/zip/ZipArchive.mm"; sourceTree = "<group>"; };
 		7106E83F21AD1B0D0056DD20 /* ZipArchive.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ZipArchive.mm; path = "../../../../../RedAnt ERP Mobile/common/zip/ZipArchive.mm"; sourceTree = "<group>"; };
+		7106E84121AD1BC10056DD20 /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 /* End PBXFileReference section */
 
 
 /* Begin PBXFrameworksBuildPhase section */
 /* Begin PBXFrameworksBuildPhase section */
@@ -122,6 +123,7 @@
 			isa = PBXGroup;
 			isa = PBXGroup;
 			children = (
 			children = (
 				7106E82C21ABF29F0056DD20 /* const.h */,
 				7106E82C21ABF29F0056DD20 /* const.h */,
+				7106E84121AD1BC10056DD20 /* config.h */,
 			);
 			);
 			path = config;
 			path = config;
 			sourceTree = "<group>";
 			sourceTree = "<group>";

+ 13 - 0
RedAnt CRM/APEX CRM/APEX CRM/config/config.h

@@ -0,0 +1,13 @@
+//
+//  config.h
+//  APEX CRM
+//
+//  Created by Ray on 2018/11/27.
+//  Copyright © 2018 USAI. All rights reserved.
+//
+
+#ifndef config_h
+#define config_h
+
+
+#endif /* config_h */

binární
RedAnt CRM/RedAnt CRM.xcworkspace/xcuserdata/ray.xcuserdatad/UserInterfaceState.xcuserstate