|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 1F6133C3191D470A007EA336 /* pixelheart3.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F6133C2191D470A007EA336 /* pixelheart3.png */; }; |
| 11 | + 1F6133C6191E3ADF007EA336 /* Heart.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F6133C5191E3ADF007EA336 /* Heart.m */; }; |
| 12 | + 7110E97417D015F6007184EE /* Ship.m in Sources */ = {isa = PBXBuildFile; fileRef = 7110E97317D015F6007184EE /* Ship.m */; }; |
| 13 | + 71259A97183B5CA80080E6B3 /* spaceinvader.png in Resources */ = {isa = PBXBuildFile; fileRef = 71259A99183B5CA80080E6B3 /* spaceinvader.png */; }; |
| 14 | + 71368BE817C8FE390034E6B6 /* ship.png in Resources */ = {isa = PBXBuildFile; fileRef = 71368BEA17C8FE390034E6B6 /* ship.png */; }; |
| 15 | + 71368BED17C8FE810034E6B6 /* tire.png in Resources */ = {isa = PBXBuildFile; fileRef = 71368BEF17C8FE810034E6B6 /* tire.png */; }; |
| 16 | + 71368DB117C95FD40034E6B6 /* action.png in Resources */ = {isa = PBXBuildFile; fileRef = 71368DB317C95FD40034E6B6 /* action.png */; }; |
10 | 17 | 713BAA2317C4DD0900542B0A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 713BAA2217C4DD0900542B0A /* Foundation.framework */; };
|
11 | 18 | 713BAA2517C4DD0900542B0A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 713BAA2417C4DD0900542B0A /* CoreGraphics.framework */; };
|
12 | 19 | 713BAA2717C4DD0900542B0A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 713BAA2617C4DD0900542B0A /* UIKit.framework */; };
|
|
22 | 29 | 713BAA4717C4DD0900542B0A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 713BAA2617C4DD0900542B0A /* UIKit.framework */; };
|
23 | 30 | 713BAA4F17C4DD0900542B0A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 713BAA4D17C4DD0900542B0A /* InfoPlist.strings */; };
|
24 | 31 | 713BAA5117C4DD0900542B0A /* Space_InvadersTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 713BAA5017C4DD0900542B0A /* Space_InvadersTests.m */; };
|
| 32 | + 71443A3A17E5C7590058BCAB /* SettingsVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 71443A3917E5C7590058BCAB /* SettingsVC.m */; }; |
| 33 | + 71443A3C17E5C7B50058BCAB /* Settings_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71443A3B17E5C7B50058BCAB /* Settings_iPhone.storyboard */; }; |
| 34 | + 7158FD2217DA43F400A20509 /* IntroVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 7158FD2117DA43F400A20509 /* IntroVC.m */; }; |
| 35 | + 7158FD2317DA502700A20509 /* Intro_iphone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7158FD1E17DA432D00A20509 /* Intro_iphone.storyboard */; }; |
| 36 | + 719B6CDA17CE23BD006CEECD /* Invader.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B6CD917CE23BD006CEECD /* Invader.m */; }; |
25 | 37 | /* End PBXBuildFile section */
|
26 | 38 |
|
27 | 39 | /* Begin PBXContainerItemProxy section */
|
|
35 | 47 | /* End PBXContainerItemProxy section */
|
36 | 48 |
|
37 | 49 | /* Begin PBXFileReference section */
|
| 50 | + 1F6133C2191D470A007EA336 /* pixelheart3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pixelheart3.png; sourceTree = "<group>"; }; |
| 51 | + 1F6133C4191E3ADF007EA336 /* Heart.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Heart.h; sourceTree = "<group>"; }; |
| 52 | + 1F6133C5191E3ADF007EA336 /* Heart.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Heart.m; sourceTree = "<group>"; }; |
| 53 | + 7110E97217D015F6007184EE /* Ship.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ship.h; sourceTree = "<group>"; }; |
| 54 | + 7110E97317D015F6007184EE /* Ship.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Ship.m; sourceTree = "<group>"; }; |
| 55 | + 71259A98183B5CA80080E6B3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Base; path = Base.lproj/spaceinvader.png; sourceTree = "<group>"; }; |
| 56 | + 71368BE917C8FE390034E6B6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Base; path = Base.lproj/ship.png; sourceTree = "<group>"; }; |
| 57 | + 71368BEE17C8FE810034E6B6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Base; path = Base.lproj/tire.png; sourceTree = "<group>"; }; |
| 58 | + 71368DB217C95FD40034E6B6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Base; path = Base.lproj/action.png; sourceTree = "<group>"; }; |
38 | 59 | 713BAA1F17C4DD0900542B0A /* Space Invaders.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Space Invaders.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
39 | 60 | 713BAA2217C4DD0900542B0A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
40 | 61 | 713BAA2417C4DD0900542B0A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
55 | 76 | 713BAA4C17C4DD0900542B0A /* Space InvadersTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Space InvadersTests-Info.plist"; sourceTree = "<group>"; };
|
56 | 77 | 713BAA4E17C4DD0900542B0A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
57 | 78 | 713BAA5017C4DD0900542B0A /* Space_InvadersTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Space_InvadersTests.m; sourceTree = "<group>"; };
|
| 79 | + 71443A3817E5C7590058BCAB /* SettingsVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsVC.h; sourceTree = "<group>"; }; |
| 80 | + 71443A3917E5C7590058BCAB /* SettingsVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingsVC.m; sourceTree = "<group>"; }; |
| 81 | + 71443A3B17E5C7B50058BCAB /* Settings_iPhone.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Settings_iPhone.storyboard; sourceTree = "<group>"; }; |
| 82 | + 7158FD1E17DA432D00A20509 /* Intro_iphone.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Intro_iphone.storyboard; sourceTree = "<group>"; }; |
| 83 | + 7158FD2017DA43F400A20509 /* IntroVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IntroVC.h; sourceTree = "<group>"; }; |
| 84 | + 7158FD2117DA43F400A20509 /* IntroVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IntroVC.m; sourceTree = "<group>"; }; |
| 85 | + 719B6CD817CE23BD006CEECD /* Invader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Invader.h; sourceTree = "<group>"; }; |
| 86 | + 719B6CD917CE23BD006CEECD /* Invader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Invader.m; sourceTree = "<group>"; }; |
58 | 87 | /* End PBXFileReference section */
|
59 | 88 |
|
60 | 89 | /* Begin PBXFrameworksBuildPhase section */
|
|
81 | 110 | /* End PBXFrameworksBuildPhase section */
|
82 | 111 |
|
83 | 112 | /* Begin PBXGroup section */
|
| 113 | + 7110E96E17D01477007184EE /* Objets */ = { |
| 114 | + isa = PBXGroup; |
| 115 | + children = ( |
| 116 | + 719B6CD817CE23BD006CEECD /* Invader.h */, |
| 117 | + 719B6CD917CE23BD006CEECD /* Invader.m */, |
| 118 | + 7110E97217D015F6007184EE /* Ship.h */, |
| 119 | + 7110E97317D015F6007184EE /* Ship.m */, |
| 120 | + 1F6133C4191E3ADF007EA336 /* Heart.h */, |
| 121 | + 1F6133C5191E3ADF007EA336 /* Heart.m */, |
| 122 | + ); |
| 123 | + name = Objets; |
| 124 | + sourceTree = "<group>"; |
| 125 | + }; |
84 | 126 | 713BAA1617C4DD0900542B0A = {
|
85 | 127 | isa = PBXGroup;
|
86 | 128 | children = (
|
|
114 | 156 | 713BAA2817C4DD0900542B0A /* Space Invaders */ = {
|
115 | 157 | isa = PBXGroup;
|
116 | 158 | children = (
|
| 159 | + 7161C80F17C4F0D6006ECE39 /* Ressources */, |
| 160 | + 7110E96E17D01477007184EE /* Objets */, |
| 161 | + 7158FD1D17DA42D400A20509 /* Intro */, |
| 162 | + 71443A3717E5C6DB0058BCAB /* Settings */, |
117 | 163 | 713BAA3117C4DD0900542B0A /* AppDelegate.h */,
|
118 | 164 | 713BAA3217C4DD0900542B0A /* AppDelegate.m */,
|
119 | 165 | 713BAA3417C4DD0900542B0A /* Main_iPhone.storyboard */,
|
|
155 | 201 | name = "Supporting Files";
|
156 | 202 | sourceTree = "<group>";
|
157 | 203 | };
|
| 204 | + 71443A3717E5C6DB0058BCAB /* Settings */ = { |
| 205 | + isa = PBXGroup; |
| 206 | + children = ( |
| 207 | + 71443A3B17E5C7B50058BCAB /* Settings_iPhone.storyboard */, |
| 208 | + 71443A3817E5C7590058BCAB /* SettingsVC.h */, |
| 209 | + 71443A3917E5C7590058BCAB /* SettingsVC.m */, |
| 210 | + ); |
| 211 | + name = Settings; |
| 212 | + sourceTree = "<group>"; |
| 213 | + }; |
| 214 | + 7158FD1D17DA42D400A20509 /* Intro */ = { |
| 215 | + isa = PBXGroup; |
| 216 | + children = ( |
| 217 | + 7158FD1E17DA432D00A20509 /* Intro_iphone.storyboard */, |
| 218 | + 7158FD2017DA43F400A20509 /* IntroVC.h */, |
| 219 | + 7158FD2117DA43F400A20509 /* IntroVC.m */, |
| 220 | + ); |
| 221 | + name = Intro; |
| 222 | + sourceTree = "<group>"; |
| 223 | + }; |
| 224 | + 7161C80F17C4F0D6006ECE39 /* Ressources */ = { |
| 225 | + isa = PBXGroup; |
| 226 | + children = ( |
| 227 | + 71368DB317C95FD40034E6B6 /* action.png */, |
| 228 | + 71368BEF17C8FE810034E6B6 /* tire.png */, |
| 229 | + 71368BEA17C8FE390034E6B6 /* ship.png */, |
| 230 | + 1F6133C2191D470A007EA336 /* pixelheart3.png */, |
| 231 | + 71259A99183B5CA80080E6B3 /* spaceinvader.png */, |
| 232 | + ); |
| 233 | + name = Ressources; |
| 234 | + sourceTree = "<group>"; |
| 235 | + }; |
158 | 236 | /* End PBXGroup section */
|
159 | 237 |
|
160 | 238 | /* Begin PBXNativeTarget section */
|
|
202 | 280 | LastUpgradeCheck = 0500;
|
203 | 281 | ORGANIZATIONNAME = "Herrick Wolber";
|
204 | 282 | TargetAttributes = {
|
| 283 | + 713BAA1E17C4DD0900542B0A = { |
| 284 | + DevelopmentTeam = X776XA45RM; |
| 285 | + SystemCapabilities = { |
| 286 | + com.apple.GameCenter = { |
| 287 | + enabled = 0; |
| 288 | + }; |
| 289 | + }; |
| 290 | + }; |
205 | 291 | 713BAA4217C4DD0900542B0A = {
|
206 | 292 | TestTargetID = 713BAA1E17C4DD0900542B0A;
|
207 | 293 | };
|
|
231 | 317 | isa = PBXResourcesBuildPhase;
|
232 | 318 | buildActionMask = 2147483647;
|
233 | 319 | files = (
|
| 320 | + 71368BED17C8FE810034E6B6 /* tire.png in Resources */, |
| 321 | + 7158FD2317DA502700A20509 /* Intro_iphone.storyboard in Resources */, |
| 322 | + 1F6133C3191D470A007EA336 /* pixelheart3.png in Resources */, |
234 | 323 | 713BAA3917C4DD0900542B0A /* Main_iPad.storyboard in Resources */,
|
| 324 | + 71443A3C17E5C7B50058BCAB /* Settings_iPhone.storyboard in Resources */, |
| 325 | + 71368DB117C95FD40034E6B6 /* action.png in Resources */, |
235 | 326 | 713BAA3E17C4DD0900542B0A /* Images.xcassets in Resources */,
|
236 | 327 | 713BAA3617C4DD0900542B0A /* Main_iPhone.storyboard in Resources */,
|
237 | 328 | 713BAA2D17C4DD0900542B0A /* InfoPlist.strings in Resources */,
|
| 329 | + 71368BE817C8FE390034E6B6 /* ship.png in Resources */, |
| 330 | + 71259A97183B5CA80080E6B3 /* spaceinvader.png in Resources */, |
238 | 331 | );
|
239 | 332 | runOnlyForDeploymentPostprocessing = 0;
|
240 | 333 | };
|
|
254 | 347 | buildActionMask = 2147483647;
|
255 | 348 | files = (
|
256 | 349 | 713BAA3C17C4DD0900542B0A /* ViewController.m in Sources */,
|
| 350 | + 719B6CDA17CE23BD006CEECD /* Invader.m in Sources */, |
257 | 351 | 713BAA3317C4DD0900542B0A /* AppDelegate.m in Sources */,
|
| 352 | + 71443A3A17E5C7590058BCAB /* SettingsVC.m in Sources */, |
| 353 | + 7158FD2217DA43F400A20509 /* IntroVC.m in Sources */, |
258 | 354 | 713BAA2F17C4DD0900542B0A /* main.m in Sources */,
|
| 355 | + 1F6133C6191E3ADF007EA336 /* Heart.m in Sources */, |
| 356 | + 7110E97417D015F6007184EE /* Ship.m in Sources */, |
259 | 357 | );
|
260 | 358 | runOnlyForDeploymentPostprocessing = 0;
|
261 | 359 | };
|
|
278 | 376 | /* End PBXTargetDependency section */
|
279 | 377 |
|
280 | 378 | /* Begin PBXVariantGroup section */
|
| 379 | + 71259A99183B5CA80080E6B3 /* spaceinvader.png */ = { |
| 380 | + isa = PBXVariantGroup; |
| 381 | + children = ( |
| 382 | + 71259A98183B5CA80080E6B3 /* Base */, |
| 383 | + ); |
| 384 | + name = spaceinvader.png; |
| 385 | + sourceTree = "<group>"; |
| 386 | + }; |
| 387 | + 71368BEA17C8FE390034E6B6 /* ship.png */ = { |
| 388 | + isa = PBXVariantGroup; |
| 389 | + children = ( |
| 390 | + 71368BE917C8FE390034E6B6 /* Base */, |
| 391 | + ); |
| 392 | + name = ship.png; |
| 393 | + path = ../imgs; |
| 394 | + sourceTree = "<group>"; |
| 395 | + }; |
| 396 | + 71368BEF17C8FE810034E6B6 /* tire.png */ = { |
| 397 | + isa = PBXVariantGroup; |
| 398 | + children = ( |
| 399 | + 71368BEE17C8FE810034E6B6 /* Base */, |
| 400 | + ); |
| 401 | + name = tire.png; |
| 402 | + path = ../imgs; |
| 403 | + sourceTree = "<group>"; |
| 404 | + }; |
| 405 | + 71368DB317C95FD40034E6B6 /* action.png */ = { |
| 406 | + isa = PBXVariantGroup; |
| 407 | + children = ( |
| 408 | + 71368DB217C95FD40034E6B6 /* Base */, |
| 409 | + ); |
| 410 | + name = action.png; |
| 411 | + sourceTree = "<group>"; |
| 412 | + }; |
281 | 413 | 713BAA2B17C4DD0900542B0A /* InfoPlist.strings */ = {
|
282 | 414 | isa = PBXVariantGroup;
|
283 | 415 | children = (
|
|
388 | 520 | buildSettings = {
|
389 | 521 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
390 | 522 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
| 523 | + CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 524 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
391 | 525 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
392 | 526 | GCC_PREFIX_HEADER = "Space Invaders/Space Invaders-Prefix.pch";
|
393 | 527 | INFOPLIST_FILE = "Space Invaders/Space Invaders-Info.plist";
|
| 528 | + IPHONEOS_DEPLOYMENT_TARGET = 7.0; |
394 | 529 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 530 | + PROVISIONING_PROFILE = ""; |
| 531 | + TARGETED_DEVICE_FAMILY = 1; |
395 | 532 | WRAPPER_EXTENSION = app;
|
396 | 533 | };
|
397 | 534 | name = Debug;
|
|
401 | 538 | buildSettings = {
|
402 | 539 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
403 | 540 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
| 541 | + CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 542 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
404 | 543 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
405 | 544 | GCC_PREFIX_HEADER = "Space Invaders/Space Invaders-Prefix.pch";
|
406 | 545 | INFOPLIST_FILE = "Space Invaders/Space Invaders-Info.plist";
|
| 546 | + IPHONEOS_DEPLOYMENT_TARGET = 7.0; |
407 | 547 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 548 | + PROVISIONING_PROFILE = ""; |
| 549 | + TARGETED_DEVICE_FAMILY = 1; |
408 | 550 | WRAPPER_EXTENSION = app;
|
409 | 551 | };
|
410 | 552 | name = Release;
|
|
468 | 610 | 713BAA5617C4DD0900542B0A /* Release */,
|
469 | 611 | );
|
470 | 612 | defaultConfigurationIsVisible = 0;
|
| 613 | + defaultConfigurationName = Release; |
471 | 614 | };
|
472 | 615 | 713BAA5717C4DD0900542B0A /* Build configuration list for PBXNativeTarget "Space InvadersTests" */ = {
|
473 | 616 | isa = XCConfigurationList;
|
|
476 | 619 | 713BAA5917C4DD0900542B0A /* Release */,
|
477 | 620 | );
|
478 | 621 | defaultConfigurationIsVisible = 0;
|
| 622 | + defaultConfigurationName = Release; |
479 | 623 | };
|
480 | 624 | /* End XCConfigurationList section */
|
481 | 625 | };
|
|
0 commit comments