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
 	objects = {
7
 	objects = {
8
 
8
 
9
 /* Begin PBXBuildFile section */
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
 		E9AB18011C29F8CD00BF3C51 /* Serial.m in Sources */ = {isa = PBXBuildFile; fileRef = E9AB18001C29F8CD00BF3C51 /* Serial.m */; };
12
 		E9AB18011C29F8CD00BF3C51 /* Serial.m in Sources */ = {isa = PBXBuildFile; fileRef = E9AB18001C29F8CD00BF3C51 /* Serial.m */; };
11
 		E9AB18061C2A173500BF3C51 /* Thread.m in Sources */ = {isa = PBXBuildFile; fileRef = E9AB18051C2A173500BF3C51 /* Thread.m */; };
13
 		E9AB18061C2A173500BF3C51 /* Thread.m in Sources */ = {isa = PBXBuildFile; fileRef = E9AB18051C2A173500BF3C51 /* Thread.m */; };
12
 		E9F13E031C28B3D3004C6B95 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F13E021C28B3D3004C6B95 /* AppDelegate.m */; };
14
 		E9F13E031C28B3D3004C6B95 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F13E021C28B3D3004C6B95 /* AppDelegate.m */; };
15
 		E9F13E0B1C28B3D3004C6B95 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9F13E091C28B3D3004C6B95 /* MainMenu.xib */; };
17
 		E9F13E0B1C28B3D3004C6B95 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9F13E091C28B3D3004C6B95 /* MainMenu.xib */; };
16
 /* End PBXBuildFile section */
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
 /* Begin PBXFileReference section */
57
 /* Begin PBXFileReference section */
58
+		E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SystemInfoKit.xcodeproj; path = JSystemInfoKit/SystemInfoKit.xcodeproj; sourceTree = "<group>"; };
19
 		E9AB17FF1C29F8CD00BF3C51 /* Serial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Serial.h; sourceTree = "<group>"; };
59
 		E9AB17FF1C29F8CD00BF3C51 /* Serial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Serial.h; sourceTree = "<group>"; };
20
 		E9AB18001C29F8CD00BF3C51 /* Serial.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Serial.m; sourceTree = "<group>"; };
60
 		E9AB18001C29F8CD00BF3C51 /* Serial.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Serial.m; sourceTree = "<group>"; };
21
 		E9AB18041C2A173500BF3C51 /* Thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Thread.h; sourceTree = "<group>"; };
61
 		E9AB18041C2A173500BF3C51 /* Thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Thread.h; sourceTree = "<group>"; };
34
 			isa = PBXFrameworksBuildPhase;
74
 			isa = PBXFrameworksBuildPhase;
35
 			buildActionMask = 2147483647;
75
 			buildActionMask = 2147483647;
36
 			files = (
76
 			files = (
77
+				E9109B111C2AACF400726111 /* SystemInfoKit.framework in Frameworks */,
37
 			);
78
 			);
38
 			runOnlyForDeploymentPostprocessing = 0;
79
 			runOnlyForDeploymentPostprocessing = 0;
39
 		};
80
 		};
40
 /* End PBXFrameworksBuildPhase section */
81
 /* End PBXFrameworksBuildPhase section */
41
 
82
 
42
 /* Begin PBXGroup section */
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
 		E9F13DF51C28B3D3004C6B95 = {
93
 		E9F13DF51C28B3D3004C6B95 = {
44
 			isa = PBXGroup;
94
 			isa = PBXGroup;
45
 			children = (
95
 			children = (
96
+				E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */,
46
 				E9F13E001C28B3D3004C6B95 /* CaseLights */,
97
 				E9F13E001C28B3D3004C6B95 /* CaseLights */,
47
 				E9F13DFF1C28B3D3004C6B95 /* Products */,
98
 				E9F13DFF1C28B3D3004C6B95 /* Products */,
48
 			);
99
 			);
92
 				E9F13DFA1C28B3D3004C6B95 /* Sources */,
143
 				E9F13DFA1C28B3D3004C6B95 /* Sources */,
93
 				E9F13DFB1C28B3D3004C6B95 /* Frameworks */,
144
 				E9F13DFB1C28B3D3004C6B95 /* Frameworks */,
94
 				E9F13DFC1C28B3D3004C6B95 /* Resources */,
145
 				E9F13DFC1C28B3D3004C6B95 /* Resources */,
146
+				E9109B141C2AAEEC00726111 /* CopyFiles */,
95
 			);
147
 			);
96
 			buildRules = (
148
 			buildRules = (
97
 			);
149
 			);
98
 			dependencies = (
150
 			dependencies = (
151
+				E9109B131C2AAD2E00726111 /* PBXTargetDependency */,
99
 			);
152
 			);
100
 			name = CaseLights;
153
 			name = CaseLights;
101
 			productName = CaseLights;
154
 			productName = CaseLights;
127
 			mainGroup = E9F13DF51C28B3D3004C6B95;
180
 			mainGroup = E9F13DF51C28B3D3004C6B95;
128
 			productRefGroup = E9F13DFF1C28B3D3004C6B95 /* Products */;
181
 			productRefGroup = E9F13DFF1C28B3D3004C6B95 /* Products */;
129
 			projectDirPath = "";
182
 			projectDirPath = "";
183
+			projectReferences = (
184
+				{
185
+					ProductGroup = E9109B061C2AAC1B00726111 /* Products */;
186
+					ProjectRef = E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */;
187
+				},
188
+			);
130
 			projectRoot = "";
189
 			projectRoot = "";
131
 			targets = (
190
 			targets = (
132
 				E9F13DFD1C28B3D3004C6B95 /* CaseLights */,
191
 				E9F13DFD1C28B3D3004C6B95 /* CaseLights */,
134
 		};
193
 		};
135
 /* End PBXProject section */
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
 /* Begin PBXResourcesBuildPhase section */
213
 /* Begin PBXResourcesBuildPhase section */
138
 		E9F13DFC1C28B3D3004C6B95 /* Resources */ = {
214
 		E9F13DFC1C28B3D3004C6B95 /* Resources */ = {
139
 			isa = PBXResourcesBuildPhase;
215
 			isa = PBXResourcesBuildPhase;
177
 		};
253
 		};
178
 /* End PBXSourcesBuildPhase section */
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
 /* Begin PBXVariantGroup section */
264
 /* Begin PBXVariantGroup section */
181
 		E9F13E091C28B3D3004C6B95 /* MainMenu.xib */ = {
265
 		E9F13E091C28B3D3004C6B95 /* MainMenu.xib */ = {
182
 			isa = PBXVariantGroup;
266
 			isa = PBXVariantGroup;
278
 				MACOSX_DEPLOYMENT_TARGET = 10.8;
362
 				MACOSX_DEPLOYMENT_TARGET = 10.8;
279
 				PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.CaseLights;
363
 				PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.CaseLights;
280
 				PRODUCT_NAME = "$(TARGET_NAME)";
364
 				PRODUCT_NAME = "$(TARGET_NAME)";
365
+				USER_HEADER_SEARCH_PATHS = "JSystemInfoKit/SystemInfoKit/**";
281
 			};
366
 			};
282
 			name = Debug;
367
 			name = Debug;
283
 		};
368
 		};
286
 			buildSettings = {
371
 			buildSettings = {
287
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
372
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
288
 				COMBINE_HIDPI_IMAGES = YES;
373
 				COMBINE_HIDPI_IMAGES = YES;
374
+				HEADER_SEARCH_PATHS = "";
289
 				INFOPLIST_FILE = CaseLights/Info.plist;
375
 				INFOPLIST_FILE = CaseLights/Info.plist;
290
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
376
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
291
 				MACOSX_DEPLOYMENT_TARGET = 10.8;
377
 				MACOSX_DEPLOYMENT_TARGET = 10.8;
292
 				PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.CaseLights;
378
 				PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.CaseLights;
293
 				PRODUCT_NAME = "$(TARGET_NAME)";
379
 				PRODUCT_NAME = "$(TARGET_NAME)";
380
+				USER_HEADER_SEARCH_PATHS = "JSystemInfoKit/SystemInfoKit/**";
294
 			};
381
 			};
295
 			name = Release;
382
 			name = Release;
296
 		};
383
 		};

Loading…
Cancel
Save