Skip to content

Commit 09f77ff

Browse files
committed
Chapter 5 mac
1 parent 70ddf55 commit 09f77ff

4 files changed

Lines changed: 71 additions & 70 deletions

File tree

Chapter05/Chapter6-mac.xcodeproj/project.pbxproj renamed to Chapter05/Chapter05-mac.xcodeproj/project.pbxproj

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
9203E9F01F0DD69900F9FFC2 /* Tower.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9203E9EE1F0DD69900F9FFC2 /* Tower.cpp */; };
11-
9203E9F31F0DE24000F9FFC2 /* Enemy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9203E9F11F0DE24000F9FFC2 /* Enemy.cpp */; };
12-
9203E9F61F0DF13600F9FFC2 /* NavComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9203E9F41F0DF13600F9FFC2 /* NavComponent.cpp */; };
13-
9203E9F91F0F12FE00F9FFC2 /* Bullet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9203E9F71F0F12FE00F9FFC2 /* Bullet.cpp */; };
1410
9206FDC61F140707005078A2 /* Texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9206FDC41F140707005078A2 /* Texture.cpp */; };
1511
9206FDC91F140D40005078A2 /* Shader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9206FDC71F140D40005078A2 /* Shader.cpp */; };
1612
9223C4781F009428009A94D7 /* Game.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4671F009428009A94D7 /* Game.cpp */; };
@@ -20,24 +16,18 @@
2016
9223C47E1F009428009A94D7 /* Math.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4721F009428009A94D7 /* Math.cpp */; };
2117
9223C4801F009428009A94D7 /* SpriteComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4761F009428009A94D7 /* SpriteComponent.cpp */; };
2218
9223C48B1F0CA3CE009A94D7 /* MoveComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C48A1F0CA3CE009A94D7 /* MoveComponent.cpp */; };
23-
9223C48F1F0CA67A009A94D7 /* Tile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C48D1F0CA67A009A94D7 /* Tile.cpp */; };
24-
9223C4941F0CA766009A94D7 /* CollisionComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4901F0CA766009A94D7 /* CollisionComponent.cpp */; };
2519
9223C4951F0CA766009A94D7 /* CircleComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4911F0CA766009A94D7 /* CircleComponent.cpp */; };
26-
9223C4981F0DBD69009A94D7 /* Grid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4961F0DBD69009A94D7 /* Grid.cpp */; };
2720
92CF0D791F3BBF140086A0F3 /* VertexArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92CF0D771F3BBF140086A0F3 /* VertexArray.cpp */; };
2821
92D324FB1B697389005A86C7 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92D324FA1B697389005A86C7 /* CoreFoundation.framework */; };
22+
92E391981FE87F4800D8C362 /* InputComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92E3918F1FE87F4700D8C362 /* InputComponent.cpp */; };
23+
92E391991FE87F4800D8C362 /* Ship.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92E391911FE87F4700D8C362 /* Ship.cpp */; };
24+
92E3919A1FE87F4800D8C362 /* Asteroid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92E391921FE87F4700D8C362 /* Asteroid.cpp */; };
25+
92E3919B1FE87F4800D8C362 /* Laser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92E391931FE87F4700D8C362 /* Laser.cpp */; };
26+
92E3919C1FE87F4800D8C362 /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92E391941FE87F4800D8C362 /* Random.cpp */; };
2927
92E46E941B6353E50035CD21 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92E46E931B6353E50035CD21 /* OpenGL.framework */; };
3028
/* End PBXBuildFile section */
3129

3230
/* Begin PBXFileReference section */
33-
9203E9EE1F0DD69900F9FFC2 /* Tower.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Tower.cpp; sourceTree = "<group>"; };
34-
9203E9EF1F0DD69900F9FFC2 /* Tower.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tower.h; sourceTree = "<group>"; };
35-
9203E9F11F0DE24000F9FFC2 /* Enemy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Enemy.cpp; sourceTree = "<group>"; };
36-
9203E9F21F0DE24000F9FFC2 /* Enemy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Enemy.h; sourceTree = "<group>"; };
37-
9203E9F41F0DF13600F9FFC2 /* NavComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NavComponent.cpp; sourceTree = "<group>"; };
38-
9203E9F51F0DF13600F9FFC2 /* NavComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NavComponent.h; sourceTree = "<group>"; };
39-
9203E9F71F0F12FE00F9FFC2 /* Bullet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Bullet.cpp; sourceTree = "<group>"; };
40-
9203E9F81F0F12FE00F9FFC2 /* Bullet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bullet.h; sourceTree = "<group>"; };
4131
9206FDC31F13F7E8005078A2 /* Shaders */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Shaders; sourceTree = "<group>"; };
4232
9206FDC41F140707005078A2 /* Texture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Texture.cpp; sourceTree = "<group>"; };
4333
9206FDC51F140707005078A2 /* Texture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Texture.h; sourceTree = "<group>"; };
@@ -56,17 +46,21 @@
5646
9223C4771F009428009A94D7 /* SpriteComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpriteComponent.h; sourceTree = "<group>"; };
5747
9223C48A1F0CA3CE009A94D7 /* MoveComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MoveComponent.cpp; sourceTree = "<group>"; };
5848
9223C48C1F0CA3D4009A94D7 /* MoveComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MoveComponent.h; sourceTree = "<group>"; };
59-
9223C48D1F0CA67A009A94D7 /* Tile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Tile.cpp; sourceTree = "<group>"; };
60-
9223C48E1F0CA67A009A94D7 /* Tile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tile.h; sourceTree = "<group>"; };
61-
9223C4901F0CA766009A94D7 /* CollisionComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CollisionComponent.cpp; sourceTree = "<group>"; };
6249
9223C4911F0CA766009A94D7 /* CircleComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CircleComponent.cpp; sourceTree = "<group>"; };
63-
9223C4921F0CA766009A94D7 /* CollisionComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollisionComponent.h; sourceTree = "<group>"; };
6450
9223C4931F0CA766009A94D7 /* CircleComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CircleComponent.h; sourceTree = "<group>"; };
65-
9223C4961F0DBD69009A94D7 /* Grid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Grid.cpp; sourceTree = "<group>"; };
66-
9223C4971F0DBD69009A94D7 /* Grid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Grid.h; sourceTree = "<group>"; };
6751
92CF0D771F3BBF140086A0F3 /* VertexArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VertexArray.cpp; sourceTree = "<group>"; };
6852
92CF0D781F3BBF140086A0F3 /* VertexArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VertexArray.h; sourceTree = "<group>"; };
6953
92D324FA1B697389005A86C7 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
54+
92E3918E1FE87F4700D8C362 /* Asteroid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Asteroid.h; sourceTree = "<group>"; };
55+
92E3918F1FE87F4700D8C362 /* InputComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InputComponent.cpp; sourceTree = "<group>"; };
56+
92E391901FE87F4700D8C362 /* Random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Random.h; sourceTree = "<group>"; };
57+
92E391911FE87F4700D8C362 /* Ship.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Ship.cpp; sourceTree = "<group>"; };
58+
92E391921FE87F4700D8C362 /* Asteroid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Asteroid.cpp; sourceTree = "<group>"; };
59+
92E391931FE87F4700D8C362 /* Laser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Laser.cpp; sourceTree = "<group>"; };
60+
92E391941FE87F4800D8C362 /* Random.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Random.cpp; sourceTree = "<group>"; };
61+
92E391951FE87F4800D8C362 /* Laser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Laser.h; sourceTree = "<group>"; };
62+
92E391961FE87F4800D8C362 /* InputComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InputComponent.h; sourceTree = "<group>"; };
63+
92E391971FE87F4800D8C362 /* Ship.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ship.h; sourceTree = "<group>"; };
7064
92E46DF71B634EA30035CD21 /* Game-mac */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Game-mac"; sourceTree = BUILT_PRODUCTS_DIR; };
7165
92E46E931B6353E50035CD21 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
7266
/* End PBXFileReference section */
@@ -87,41 +81,37 @@
8781
92E46DEE1B634EA30035CD21 = {
8882
isa = PBXGroup;
8983
children = (
90-
92CF0D771F3BBF140086A0F3 /* VertexArray.cpp */,
91-
92CF0D781F3BBF140086A0F3 /* VertexArray.h */,
9284
9223C4681F009428009A94D7 /* Actor.cpp */,
9385
9223C4691F009428009A94D7 /* Actor.h */,
94-
9203E9F71F0F12FE00F9FFC2 /* Bullet.cpp */,
95-
9203E9F81F0F12FE00F9FFC2 /* Bullet.h */,
86+
92E391921FE87F4700D8C362 /* Asteroid.cpp */,
87+
92E3918E1FE87F4700D8C362 /* Asteroid.h */,
9688
9223C46E1F009428009A94D7 /* Component.cpp */,
9789
9223C46F1F009428009A94D7 /* Component.h */,
9890
9223C4911F0CA766009A94D7 /* CircleComponent.cpp */,
9991
9223C4931F0CA766009A94D7 /* CircleComponent.h */,
100-
9223C4901F0CA766009A94D7 /* CollisionComponent.cpp */,
101-
9223C4921F0CA766009A94D7 /* CollisionComponent.h */,
102-
9203E9F11F0DE24000F9FFC2 /* Enemy.cpp */,
103-
9203E9F21F0DE24000F9FFC2 /* Enemy.h */,
10492
9223C4671F009428009A94D7 /* Game.cpp */,
10593
9223C4701F009428009A94D7 /* Game.h */,
106-
9223C4961F0DBD69009A94D7 /* Grid.cpp */,
107-
9223C4971F0DBD69009A94D7 /* Grid.h */,
94+
92E3918F1FE87F4700D8C362 /* InputComponent.cpp */,
95+
92E391961FE87F4800D8C362 /* InputComponent.h */,
96+
92E391931FE87F4700D8C362 /* Laser.cpp */,
97+
92E391951FE87F4800D8C362 /* Laser.h */,
10898
9223C4711F009428009A94D7 /* Main.cpp */,
10999
9223C4721F009428009A94D7 /* Math.cpp */,
110100
9223C4731F009428009A94D7 /* Math.h */,
111101
9223C48A1F0CA3CE009A94D7 /* MoveComponent.cpp */,
112102
9223C48C1F0CA3D4009A94D7 /* MoveComponent.h */,
113-
9203E9F41F0DF13600F9FFC2 /* NavComponent.cpp */,
114-
9203E9F51F0DF13600F9FFC2 /* NavComponent.h */,
103+
92E391941FE87F4800D8C362 /* Random.cpp */,
104+
92E391901FE87F4700D8C362 /* Random.h */,
115105
9206FDC71F140D40005078A2 /* Shader.cpp */,
116106
9206FDC81F140D40005078A2 /* Shader.h */,
107+
92E391911FE87F4700D8C362 /* Ship.cpp */,
108+
92E391971FE87F4800D8C362 /* Ship.h */,
117109
9223C4761F009428009A94D7 /* SpriteComponent.cpp */,
118110
9223C4771F009428009A94D7 /* SpriteComponent.h */,
119111
9206FDC41F140707005078A2 /* Texture.cpp */,
120112
9206FDC51F140707005078A2 /* Texture.h */,
121-
9223C48D1F0CA67A009A94D7 /* Tile.cpp */,
122-
9223C48E1F0CA67A009A94D7 /* Tile.h */,
123-
9203E9EE1F0DD69900F9FFC2 /* Tower.cpp */,
124-
9203E9EF1F0DD69900F9FFC2 /* Tower.h */,
113+
92CF0D771F3BBF140086A0F3 /* VertexArray.cpp */,
114+
92CF0D781F3BBF140086A0F3 /* VertexArray.h */,
125115
9206FDC31F13F7E8005078A2 /* Shaders */,
126116
92E46DF81B634EA30035CD21 /* Products */,
127117
92D324FA1B697389005A86C7 /* CoreFoundation.framework */,
@@ -163,15 +153,15 @@
163153
92E46DEF1B634EA30035CD21 /* Project object */ = {
164154
isa = PBXProject;
165155
attributes = {
166-
LastUpgradeCheck = 0830;
156+
LastUpgradeCheck = 0920;
167157
ORGANIZATIONNAME = "Sanjay Madhav";
168158
TargetAttributes = {
169159
92E46DF61B634EA30035CD21 = {
170160
CreatedOnToolsVersion = 6.4;
171161
};
172162
};
173163
};
174-
buildConfigurationList = 92E46DF21B634EA30035CD21 /* Build configuration list for PBXProject "Chapter6-mac" */;
164+
buildConfigurationList = 92E46DF21B634EA30035CD21 /* Build configuration list for PBXProject "Chapter05-mac" */;
175165
compatibilityVersion = "Xcode 3.2";
176166
developmentRegion = English;
177167
hasScannedForEncodings = 0;
@@ -209,24 +199,22 @@
209199
isa = PBXSourcesBuildPhase;
210200
buildActionMask = 2147483647;
211201
files = (
212-
9223C4941F0CA766009A94D7 /* CollisionComponent.cpp in Sources */,
202+
92E391991FE87F4800D8C362 /* Ship.cpp in Sources */,
213203
9223C47D1F009428009A94D7 /* Main.cpp in Sources */,
214204
9223C47E1F009428009A94D7 /* Math.cpp in Sources */,
215-
9203E9F01F0DD69900F9FFC2 /* Tower.cpp in Sources */,
216205
9223C4781F009428009A94D7 /* Game.cpp in Sources */,
217-
9203E9F61F0DF13600F9FFC2 /* NavComponent.cpp in Sources */,
218206
9223C4801F009428009A94D7 /* SpriteComponent.cpp in Sources */,
219207
92CF0D791F3BBF140086A0F3 /* VertexArray.cpp in Sources */,
220208
9223C48B1F0CA3CE009A94D7 /* MoveComponent.cpp in Sources */,
221-
9203E9F31F0DE24000F9FFC2 /* Enemy.cpp in Sources */,
222209
9206FDC91F140D40005078A2 /* Shader.cpp in Sources */,
223210
9223C4791F009428009A94D7 /* Actor.cpp in Sources */,
224-
9203E9F91F0F12FE00F9FFC2 /* Bullet.cpp in Sources */,
211+
92E3919B1FE87F4800D8C362 /* Laser.cpp in Sources */,
225212
9223C4951F0CA766009A94D7 /* CircleComponent.cpp in Sources */,
226213
9223C47C1F009428009A94D7 /* Component.cpp in Sources */,
214+
92E3919C1FE87F4800D8C362 /* Random.cpp in Sources */,
215+
92E391981FE87F4800D8C362 /* InputComponent.cpp in Sources */,
216+
92E3919A1FE87F4800D8C362 /* Asteroid.cpp in Sources */,
227217
9206FDC61F140707005078A2 /* Texture.cpp in Sources */,
228-
9223C48F1F0CA67A009A94D7 /* Tile.cpp in Sources */,
229-
9223C4981F0DBD69009A94D7 /* Grid.cpp in Sources */,
230218
);
231219
runOnlyForDeploymentPostprocessing = 0;
232220
};
@@ -241,14 +229,20 @@
241229
CLANG_CXX_LIBRARY = "libc++";
242230
CLANG_ENABLE_MODULES = YES;
243231
CLANG_ENABLE_OBJC_ARC = YES;
232+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
244233
CLANG_WARN_BOOL_CONVERSION = YES;
234+
CLANG_WARN_COMMA = YES;
245235
CLANG_WARN_CONSTANT_CONVERSION = YES;
246236
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
247237
CLANG_WARN_EMPTY_BODY = YES;
248238
CLANG_WARN_ENUM_CONVERSION = YES;
249239
CLANG_WARN_INFINITE_RECURSION = YES;
250240
CLANG_WARN_INT_CONVERSION = YES;
241+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
242+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
251243
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
244+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
245+
CLANG_WARN_STRICT_PROTOTYPES = YES;
252246
CLANG_WARN_SUSPICIOUS_MOVE = YES;
253247
CLANG_WARN_UNREACHABLE_CODE = YES;
254248
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
@@ -286,14 +280,20 @@
286280
CLANG_CXX_LIBRARY = "libc++";
287281
CLANG_ENABLE_MODULES = YES;
288282
CLANG_ENABLE_OBJC_ARC = YES;
283+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
289284
CLANG_WARN_BOOL_CONVERSION = YES;
285+
CLANG_WARN_COMMA = YES;
290286
CLANG_WARN_CONSTANT_CONVERSION = YES;
291287
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
292288
CLANG_WARN_EMPTY_BODY = YES;
293289
CLANG_WARN_ENUM_CONVERSION = YES;
294290
CLANG_WARN_INFINITE_RECURSION = YES;
295291
CLANG_WARN_INT_CONVERSION = YES;
292+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
293+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
296294
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
295+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
296+
CLANG_WARN_STRICT_PROTOTYPES = YES;
297297
CLANG_WARN_SUSPICIOUS_MOVE = YES;
298298
CLANG_WARN_UNREACHABLE_CODE = YES;
299299
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
@@ -378,7 +378,7 @@
378378
/* End XCBuildConfiguration section */
379379

380380
/* Begin XCConfigurationList section */
381-
92E46DF21B634EA30035CD21 /* Build configuration list for PBXProject "Chapter6-mac" */ = {
381+
92E46DF21B634EA30035CD21 /* Build configuration list for PBXProject "Chapter05-mac" */ = {
382382
isa = XCConfigurationList;
383383
buildConfigurations = (
384384
92E46DFC1B634EA40035CD21 /* Debug */,

Chapter05/Chapter6-mac.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to Chapter05/Chapter05-mac.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Chapter05/Chapter6-mac.xcodeproj/xcshareddata/xcschemes/Game-mac.xcscheme renamed to Chapter05/Chapter05-mac.xcodeproj/xcshareddata/xcschemes/Game-mac.xcscheme

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0830"
3+
LastUpgradeVersion = "0920"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -17,7 +17,7 @@
1717
BlueprintIdentifier = "92E46DF61B634EA30035CD21"
1818
BuildableName = "Game-mac"
1919
BlueprintName = "Game-mac"
20-
ReferencedContainer = "container:Chapter6-mac.xcodeproj">
20+
ReferencedContainer = "container:Chapter05-mac.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
language = ""
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<Testables>
3132
</Testables>
@@ -35,7 +36,7 @@
3536
BlueprintIdentifier = "92E46DF61B634EA30035CD21"
3637
BuildableName = "Game-mac"
3738
BlueprintName = "Game-mac"
38-
ReferencedContainer = "container:Chapter6-mac.xcodeproj">
39+
ReferencedContainer = "container:Chapter05-mac.xcodeproj">
3940
</BuildableReference>
4041
</MacroExpansion>
4142
<AdditionalOptions>
@@ -45,6 +46,7 @@
4546
buildConfiguration = "Debug"
4647
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4748
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
49+
language = ""
4850
launchStyle = "0"
4951
useCustomWorkingDirectory = "YES"
5052
customWorkingDirectory = "$(SRCROOT)"
@@ -59,7 +61,7 @@
5961
BlueprintIdentifier = "92E46DF61B634EA30035CD21"
6062
BuildableName = "Game-mac"
6163
BlueprintName = "Game-mac"
62-
ReferencedContainer = "container:Chapter6-mac.xcodeproj">
64+
ReferencedContainer = "container:Chapter05-mac.xcodeproj">
6365
</BuildableReference>
6466
</BuildableProductRunnable>
6567
<AdditionalOptions>
@@ -78,7 +80,7 @@
7880
BlueprintIdentifier = "92E46DF61B634EA30035CD21"
7981
BuildableName = "Game-mac"
8082
BlueprintName = "Game-mac"
81-
ReferencedContainer = "container:Chapter6-mac.xcodeproj">
83+
ReferencedContainer = "container:Chapter05-mac.xcodeproj">
8284
</BuildableReference>
8385
</BuildableProductRunnable>
8486
</ProfileAction>

0 commit comments

Comments
 (0)