Browse Source

Added Subproject and copy Framework Build Phase

Thomas Buck 8 years ago
parent
commit
3e316d3799
1 changed files with 87 additions and 0 deletions
  1. 87
    0
      CaseLights.xcodeproj/project.pbxproj

+ 87
- 0
CaseLights.xcodeproj/project.pbxproj View File

@@ -7,6 +7,8 @@
7 7
 	objects = {
8 8
 
9 9
 /* Begin PBXBuildFile section */
10
+		E9109B111C2AACF400726111 /* SystemInfoKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9109B0B1C2AAC1B00726111 /* SystemInfoKit.framework */; };
11
+		E9109B151C2AAEFD00726111 /* SystemInfoKit.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E9109B0B1C2AAC1B00726111 /* SystemInfoKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
10 12
 		E9AB18011C29F8CD00BF3C51 /* Serial.m in Sources */ = {isa = PBXBuildFile; fileRef = E9AB18001C29F8CD00BF3C51 /* Serial.m */; };
11 13
 		E9AB18061C2A173500BF3C51 /* Thread.m in Sources */ = {isa = PBXBuildFile; fileRef = E9AB18051C2A173500BF3C51 /* Thread.m */; };
12 14
 		E9F13E031C28B3D3004C6B95 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F13E021C28B3D3004C6B95 /* AppDelegate.m */; };
@@ -15,7 +17,45 @@
15 17
 		E9F13E0B1C28B3D3004C6B95 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9F13E091C28B3D3004C6B95 /* MainMenu.xib */; };
16 18
 /* End PBXBuildFile section */
17 19
 
20
+/* Begin PBXContainerItemProxy section */
21
+		E9109B0A1C2AAC1B00726111 /* PBXContainerItemProxy */ = {
22
+			isa = PBXContainerItemProxy;
23
+			containerPortal = E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */;
24
+			proxyType = 2;
25
+			remoteGlobalIDString = 1D43C4CA1BD49B78001D8A55;
26
+			remoteInfo = SystemInfoKit;
27
+		};
28
+		E9109B0C1C2AAC1B00726111 /* PBXContainerItemProxy */ = {
29
+			isa = PBXContainerItemProxy;
30
+			containerPortal = E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */;
31
+			proxyType = 2;
32
+			remoteGlobalIDString = 1D43C50E1BD56B1D001D8A55;
33
+			remoteInfo = SystemInfoKitTests;
34
+		};
35
+		E9109B121C2AAD2E00726111 /* PBXContainerItemProxy */ = {
36
+			isa = PBXContainerItemProxy;
37
+			containerPortal = E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */;
38
+			proxyType = 1;
39
+			remoteGlobalIDString = 1D43C4C91BD49B78001D8A55;
40
+			remoteInfo = SystemInfoKit;
41
+		};
42
+/* End PBXContainerItemProxy section */
43
+
44
+/* Begin PBXCopyFilesBuildPhase section */
45
+		E9109B141C2AAEEC00726111 /* CopyFiles */ = {
46
+			isa = PBXCopyFilesBuildPhase;
47
+			buildActionMask = 2147483647;
48
+			dstPath = "";
49
+			dstSubfolderSpec = 10;
50
+			files = (
51
+				E9109B151C2AAEFD00726111 /* SystemInfoKit.framework in CopyFiles */,
52
+			);
53
+			runOnlyForDeploymentPostprocessing = 0;
54
+		};
55
+/* End PBXCopyFilesBuildPhase section */
56
+
18 57
 /* Begin PBXFileReference section */
58
+		E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SystemInfoKit.xcodeproj; path = JSystemInfoKit/SystemInfoKit.xcodeproj; sourceTree = "<group>"; };
19 59
 		E9AB17FF1C29F8CD00BF3C51 /* Serial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Serial.h; sourceTree = "<group>"; };
20 60
 		E9AB18001C29F8CD00BF3C51 /* Serial.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Serial.m; sourceTree = "<group>"; };
21 61
 		E9AB18041C2A173500BF3C51 /* Thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Thread.h; sourceTree = "<group>"; };
@@ -34,15 +74,26 @@
34 74
 			isa = PBXFrameworksBuildPhase;
35 75
 			buildActionMask = 2147483647;
36 76
 			files = (
77
+				E9109B111C2AACF400726111 /* SystemInfoKit.framework in Frameworks */,
37 78
 			);
38 79
 			runOnlyForDeploymentPostprocessing = 0;
39 80
 		};
40 81
 /* End PBXFrameworksBuildPhase section */
41 82
 
42 83
 /* Begin PBXGroup section */
84
+		E9109B061C2AAC1B00726111 /* Products */ = {
85
+			isa = PBXGroup;
86
+			children = (
87
+				E9109B0B1C2AAC1B00726111 /* SystemInfoKit.framework */,
88
+				E9109B0D1C2AAC1B00726111 /* SystemInfoKitTests.xctest */,
89
+			);
90
+			name = Products;
91
+			sourceTree = "<group>";
92
+		};
43 93
 		E9F13DF51C28B3D3004C6B95 = {
44 94
 			isa = PBXGroup;
45 95
 			children = (
96
+				E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */,
46 97
 				E9F13E001C28B3D3004C6B95 /* CaseLights */,
47 98
 				E9F13DFF1C28B3D3004C6B95 /* Products */,
48 99
 			);
@@ -92,10 +143,12 @@
92 143
 				E9F13DFA1C28B3D3004C6B95 /* Sources */,
93 144
 				E9F13DFB1C28B3D3004C6B95 /* Frameworks */,
94 145
 				E9F13DFC1C28B3D3004C6B95 /* Resources */,
146
+				E9109B141C2AAEEC00726111 /* CopyFiles */,
95 147
 			);
96 148
 			buildRules = (
97 149
 			);
98 150
 			dependencies = (
151
+				E9109B131C2AAD2E00726111 /* PBXTargetDependency */,
99 152
 			);
100 153
 			name = CaseLights;
101 154
 			productName = CaseLights;
@@ -127,6 +180,12 @@
127 180
 			mainGroup = E9F13DF51C28B3D3004C6B95;
128 181
 			productRefGroup = E9F13DFF1C28B3D3004C6B95 /* Products */;
129 182
 			projectDirPath = "";
183
+			projectReferences = (
184
+				{
185
+					ProductGroup = E9109B061C2AAC1B00726111 /* Products */;
186
+					ProjectRef = E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */;
187
+				},
188
+			);
130 189
 			projectRoot = "";
131 190
 			targets = (
132 191
 				E9F13DFD1C28B3D3004C6B95 /* CaseLights */,
@@ -134,6 +193,23 @@
134 193
 		};
135 194
 /* End PBXProject section */
136 195
 
196
+/* Begin PBXReferenceProxy section */
197
+		E9109B0B1C2AAC1B00726111 /* SystemInfoKit.framework */ = {
198
+			isa = PBXReferenceProxy;
199
+			fileType = wrapper.framework;
200
+			path = SystemInfoKit.framework;
201
+			remoteRef = E9109B0A1C2AAC1B00726111 /* PBXContainerItemProxy */;
202
+			sourceTree = BUILT_PRODUCTS_DIR;
203
+		};
204
+		E9109B0D1C2AAC1B00726111 /* SystemInfoKitTests.xctest */ = {
205
+			isa = PBXReferenceProxy;
206
+			fileType = wrapper.cfbundle;
207
+			path = SystemInfoKitTests.xctest;
208
+			remoteRef = E9109B0C1C2AAC1B00726111 /* PBXContainerItemProxy */;
209
+			sourceTree = BUILT_PRODUCTS_DIR;
210
+		};
211
+/* End PBXReferenceProxy section */
212
+
137 213
 /* Begin PBXResourcesBuildPhase section */
138 214
 		E9F13DFC1C28B3D3004C6B95 /* Resources */ = {
139 215
 			isa = PBXResourcesBuildPhase;
@@ -177,6 +253,14 @@
177 253
 		};
178 254
 /* End PBXSourcesBuildPhase section */
179 255
 
256
+/* Begin PBXTargetDependency section */
257
+		E9109B131C2AAD2E00726111 /* PBXTargetDependency */ = {
258
+			isa = PBXTargetDependency;
259
+			name = SystemInfoKit;
260
+			targetProxy = E9109B121C2AAD2E00726111 /* PBXContainerItemProxy */;
261
+		};
262
+/* End PBXTargetDependency section */
263
+
180 264
 /* Begin PBXVariantGroup section */
181 265
 		E9F13E091C28B3D3004C6B95 /* MainMenu.xib */ = {
182 266
 			isa = PBXVariantGroup;
@@ -278,6 +362,7 @@
278 362
 				MACOSX_DEPLOYMENT_TARGET = 10.8;
279 363
 				PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.CaseLights;
280 364
 				PRODUCT_NAME = "$(TARGET_NAME)";
365
+				USER_HEADER_SEARCH_PATHS = "JSystemInfoKit/SystemInfoKit/**";
281 366
 			};
282 367
 			name = Debug;
283 368
 		};
@@ -286,11 +371,13 @@
286 371
 			buildSettings = {
287 372
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
288 373
 				COMBINE_HIDPI_IMAGES = YES;
374
+				HEADER_SEARCH_PATHS = "";
289 375
 				INFOPLIST_FILE = CaseLights/Info.plist;
290 376
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
291 377
 				MACOSX_DEPLOYMENT_TARGET = 10.8;
292 378
 				PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.CaseLights;
293 379
 				PRODUCT_NAME = "$(TARGET_NAME)";
380
+				USER_HEADER_SEARCH_PATHS = "JSystemInfoKit/SystemInfoKit/**";
294 381
 			};
295 382
 			name = Release;
296 383
 		};

Loading…
Cancel
Save