Browse Source

1.pch文件

time 7 years ago
parent
commit
307d54ec72

+ 6 - 0
UU_Ent/UU_Ent.xcodeproj/project.pbxproj

@@ -84,6 +84,7 @@
 		99C6FECD227697DA00C7070A /* YRContactVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRContactVC.m; sourceTree = "<group>"; };
 		99C6FECF2276982F00C7070A /* YRTabBar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRTabBar.h; sourceTree = "<group>"; };
 		99C6FED02276982F00C7070A /* YRTabBar.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRTabBar.m; sourceTree = "<group>"; };
+		99C6FF122276A58900C7070A /* UU_Ent.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UU_Ent.pch; sourceTree = "<group>"; };
 		B5220A6F4D02F3A377D1E1D6 /* Pods-UU_EntUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_EntUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-UU_EntUITests/Pods-UU_EntUITests.debug.xcconfig"; sourceTree = "<group>"; };
 		DA26F5F8909B0156F0F3EC26 /* Pods-UU_EntTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_EntTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-UU_EntTests/Pods-UU_EntTests.debug.xcconfig"; sourceTree = "<group>"; };
 		F21F3925C5D7942C9E06A9B7 /* libPods-UU_Ent.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-UU_Ent.a"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -261,6 +262,7 @@
 				99C6FE8822768EC000C7070A /* LaunchScreen.storyboard */,
 				99C6FE8A22768EC000C7070A /* main.m */,
 				99C6FE8B22768EC000C7070A /* Info.plist */,
+				99C6FF122276A58900C7070A /* UU_Ent.pch */,
 			);
 			path = "Supporting Files";
 			sourceTree = "<group>";
@@ -960,7 +962,9 @@
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CODE_SIGN_STYLE = Automatic;
+				DEVELOPMENT_TEAM = 433WAS8387;
 				INFOPLIST_FILE = "UU_Ent/Supporting Files/Info.plist";
+				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = (
 					"$(inherited)",
 					"@executable_path/Frameworks",
@@ -977,7 +981,9 @@
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CODE_SIGN_STYLE = Automatic;
+				DEVELOPMENT_TEAM = 433WAS8387;
 				INFOPLIST_FILE = "UU_Ent/Supporting Files/Info.plist";
+				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = (
 					"$(inherited)",
 					"@executable_path/Frameworks",

+ 1 - 1
UU_Ent/UU_Ent.xcodeproj/xcuserdata/ime.xcuserdatad/xcschemes/xcschememanagement.plist

@@ -7,7 +7,7 @@
 		<key>UU_Ent.xcscheme_^#shared#^_</key>
 		<dict>
 			<key>orderHint</key>
-			<integer>0</integer>
+			<integer>13</integer>
 		</dict>
 	</dict>
 </dict>

+ 14 - 0
UU_Ent/UU_Ent/Supporting Files/UU_Ent.pch

@@ -0,0 +1,14 @@
+//
+//  UU_Ent.pch
+//  UU_Ent
+//
+//  Created by liujl on 2019/4/29.
+//  Copyright © 2019 UAS. All rights reserved.
+//
+
+#ifndef UU_Ent_pch
+#define UU_Ent_pch
+
+
+
+#endif /* UU_Ent_pch */