|
@@ -8,6 +8,7 @@
|
8
|
8
|
|
9
|
9
|
/* Begin PBXBuildFile section */
|
10
|
10
|
E9AB18011C29F8CD00BF3C51 /* Serial.m in Sources */ = {isa = PBXBuildFile; fileRef = E9AB18001C29F8CD00BF3C51 /* Serial.m */; };
|
|
11
|
+ E9AB18061C2A173500BF3C51 /* Thread.m in Sources */ = {isa = PBXBuildFile; fileRef = E9AB18051C2A173500BF3C51 /* Thread.m */; };
|
11
|
12
|
E9F13E031C28B3D3004C6B95 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F13E021C28B3D3004C6B95 /* AppDelegate.m */; };
|
12
|
13
|
E9F13E061C28B3D3004C6B95 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F13E051C28B3D3004C6B95 /* main.m */; };
|
13
|
14
|
E9F13E081C28B3D3004C6B95 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9F13E071C28B3D3004C6B95 /* Assets.xcassets */; };
|
|
@@ -17,6 +18,8 @@
|
17
|
18
|
/* Begin PBXFileReference section */
|
18
|
19
|
E9AB17FF1C29F8CD00BF3C51 /* Serial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Serial.h; sourceTree = "<group>"; };
|
19
|
20
|
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>"; };
|
|
22
|
+ E9AB18051C2A173500BF3C51 /* Thread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Thread.m; sourceTree = "<group>"; };
|
20
|
23
|
E9F13DFE1C28B3D3004C6B95 /* CaseLights.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CaseLights.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
21
|
24
|
E9F13E011C28B3D3004C6B95 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
22
|
25
|
E9F13E021C28B3D3004C6B95 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
@@ -58,6 +61,8 @@
|
58
|
61
|
children = (
|
59
|
62
|
E9F13E011C28B3D3004C6B95 /* AppDelegate.h */,
|
60
|
63
|
E9F13E021C28B3D3004C6B95 /* AppDelegate.m */,
|
|
64
|
+ E9AB18041C2A173500BF3C51 /* Thread.h */,
|
|
65
|
+ E9AB18051C2A173500BF3C51 /* Thread.m */,
|
61
|
66
|
E9F13E071C28B3D3004C6B95 /* Assets.xcassets */,
|
62
|
67
|
E9F13E091C28B3D3004C6B95 /* MainMenu.xib */,
|
63
|
68
|
E9F13E0C1C28B3D3004C6B95 /* Info.plist */,
|
|
@@ -166,6 +171,7 @@
|
166
|
171
|
E9AB18011C29F8CD00BF3C51 /* Serial.m in Sources */,
|
167
|
172
|
E9F13E061C28B3D3004C6B95 /* main.m in Sources */,
|
168
|
173
|
E9F13E031C28B3D3004C6B95 /* AppDelegate.m in Sources */,
|
|
174
|
+ E9AB18061C2A173500BF3C51 /* Thread.m in Sources */,
|
169
|
175
|
);
|
170
|
176
|
runOnlyForDeploymentPostprocessing = 0;
|
171
|
177
|
};
|