Blame view

ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xcodeproj/project.pbxproj 2.62 KB
3d067ef4   xiaoyu   cocosgame cmake f...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
  // !$*UTF8*$!
  {
  	archiveVersion = 1;
  	classes = {
  	};
  	objectVersion = 45;
  	objects = {
  
  		2C18F0B615DC1E0300593670 = {isa = PBXBuildFile; fileRef = 2C18F0B415DC1DC700593670; };
  		2C18F0B415DC1DC700593670 = {isa = PBXFileReference; fileEncoding = 4; explicitFileType = sourcecode.c.c; path = CMakeCCompilerId.c; sourceTree = "<group>"; };
  		08FB7794FE84155DC02AAC07 = {
  			isa = PBXGroup;
  			children = (
  				2C18F0B415DC1DC700593670,
  			);
  			name = CompilerIdC;
  			sourceTree = "<group>";
  		};
  		8DD76FA90486AB0100D96B5E = {
  			isa = PBXNativeTarget;
  			buildConfigurationList = 1DEB928508733DD80010E9CD;
  			buildPhases = (
  				2C18F0B515DC1DCE00593670,
  				2C8FEB8E15DC1A1A00E56A5D,
  			);
  			buildRules = (
  			);
  			dependencies = (
  			);
  			name = CompilerIdC;
  			productName = CompilerIdC;
  			productType = "com.apple.product-type.bundle.unit-test";
  		};
  		08FB7793FE84155DC02AAC07 = {
  			isa = PBXProject;
  			buildConfigurationList = 1DEB928908733DD80010E9CD;
  			compatibilityVersion = "Xcode 3.1";
  			developmentRegion = English;
  			hasScannedForEncodings = 1;
  			knownRegions = (
  				en,
  			);
  			mainGroup = 08FB7794FE84155DC02AAC07;
  			projectDirPath = "";
  			projectRoot = "";
  			targets = (
  				8DD76FA90486AB0100D96B5E,
  			);
  		};
  		2C8FEB8E15DC1A1A00E56A5D = {
  			isa = PBXShellScriptBuildPhase;
  			buildActionMask = 2147483647;
  			files = (
  			);
  			inputPaths = (
  			);
  			outputPaths = (
  			);
  			runOnlyForDeploymentPostprocessing = 0;
  			shellPath = /bin/sh;
  			shellScript = "echo \"GCC_VERSION=$GCC_VERSION\" ; echo \"ARCHS=$ARCHS\"";
  			showEnvVarsInLog = 0;
  		};
  		2C18F0B515DC1DCE00593670 = {
  			isa = PBXSourcesBuildPhase;
  			buildActionMask = 2147483647;
  			files = (
  				2C18F0B615DC1E0300593670,
  			);
  			runOnlyForDeploymentPostprocessing = 0;
  		};
  		1DEB928608733DD80010E9CD = {
  			isa = XCBuildConfiguration;
  			buildSettings = {
  				CODE_SIGN_IDENTITY = "";
  				PRODUCT_NAME = CompilerIdC;
  			};
  			name = Debug;
  		};
  		1DEB928A08733DD80010E9CD = {
  			isa = XCBuildConfiguration;
  			buildSettings = {
  				ONLY_ACTIVE_ARCH = YES;
  				CODE_SIGNING_REQUIRED = NO;
  				CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)";
  				SYMROOT = .;
  				
  				
  				
  				
  				SDKROOT = "iphoneos";
  			};
  			name = Debug;
  		};
  		1DEB928508733DD80010E9CD = {
  			isa = XCConfigurationList;
  			buildConfigurations = (
  				1DEB928608733DD80010E9CD,
  			);
  			defaultConfigurationIsVisible = 0;
  			defaultConfigurationName = Debug;
  		};
  		1DEB928908733DD80010E9CD = {
  			isa = XCConfigurationList;
  			buildConfigurations = (
  				1DEB928A08733DD80010E9CD,
  			);
  			defaultConfigurationIsVisible = 0;
  			defaultConfigurationName = Debug;
  		};
  	};
  	rootObject = 08FB7793FE84155DC02AAC07;
  }