Skip to content

Commit ba0743a

Browse files
committed
Initial Commit
1 parent 765050a commit ba0743a

34 files changed

+1334
-36
lines changed

Space Invaders.xcodeproj/project.pbxproj

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

99
/* 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 */; };
1017
713BAA2317C4DD0900542B0A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 713BAA2217C4DD0900542B0A /* Foundation.framework */; };
1118
713BAA2517C4DD0900542B0A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 713BAA2417C4DD0900542B0A /* CoreGraphics.framework */; };
1219
713BAA2717C4DD0900542B0A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 713BAA2617C4DD0900542B0A /* UIKit.framework */; };
@@ -22,6 +29,11 @@
2229
713BAA4717C4DD0900542B0A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 713BAA2617C4DD0900542B0A /* UIKit.framework */; };
2330
713BAA4F17C4DD0900542B0A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 713BAA4D17C4DD0900542B0A /* InfoPlist.strings */; };
2431
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 */; };
2537
/* End PBXBuildFile section */
2638

2739
/* Begin PBXContainerItemProxy section */
@@ -35,6 +47,15 @@
3547
/* End PBXContainerItemProxy section */
3648

3749
/* 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>"; };
3859
713BAA1F17C4DD0900542B0A /* Space Invaders.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Space Invaders.app"; sourceTree = BUILT_PRODUCTS_DIR; };
3960
713BAA2217C4DD0900542B0A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
4061
713BAA2417C4DD0900542B0A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
@@ -55,6 +76,14 @@
5576
713BAA4C17C4DD0900542B0A /* Space InvadersTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Space InvadersTests-Info.plist"; sourceTree = "<group>"; };
5677
713BAA4E17C4DD0900542B0A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5778
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>"; };
5887
/* End PBXFileReference section */
5988

6089
/* Begin PBXFrameworksBuildPhase section */
@@ -81,6 +110,19 @@
81110
/* End PBXFrameworksBuildPhase section */
82111

83112
/* 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+
};
84126
713BAA1617C4DD0900542B0A = {
85127
isa = PBXGroup;
86128
children = (
@@ -114,6 +156,10 @@
114156
713BAA2817C4DD0900542B0A /* Space Invaders */ = {
115157
isa = PBXGroup;
116158
children = (
159+
7161C80F17C4F0D6006ECE39 /* Ressources */,
160+
7110E96E17D01477007184EE /* Objets */,
161+
7158FD1D17DA42D400A20509 /* Intro */,
162+
71443A3717E5C6DB0058BCAB /* Settings */,
117163
713BAA3117C4DD0900542B0A /* AppDelegate.h */,
118164
713BAA3217C4DD0900542B0A /* AppDelegate.m */,
119165
713BAA3417C4DD0900542B0A /* Main_iPhone.storyboard */,
@@ -155,6 +201,38 @@
155201
name = "Supporting Files";
156202
sourceTree = "<group>";
157203
};
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+
};
158236
/* End PBXGroup section */
159237

160238
/* Begin PBXNativeTarget section */
@@ -202,6 +280,14 @@
202280
LastUpgradeCheck = 0500;
203281
ORGANIZATIONNAME = "Herrick Wolber";
204282
TargetAttributes = {
283+
713BAA1E17C4DD0900542B0A = {
284+
DevelopmentTeam = X776XA45RM;
285+
SystemCapabilities = {
286+
com.apple.GameCenter = {
287+
enabled = 0;
288+
};
289+
};
290+
};
205291
713BAA4217C4DD0900542B0A = {
206292
TestTargetID = 713BAA1E17C4DD0900542B0A;
207293
};
@@ -231,10 +317,17 @@
231317
isa = PBXResourcesBuildPhase;
232318
buildActionMask = 2147483647;
233319
files = (
320+
71368BED17C8FE810034E6B6 /* tire.png in Resources */,
321+
7158FD2317DA502700A20509 /* Intro_iphone.storyboard in Resources */,
322+
1F6133C3191D470A007EA336 /* pixelheart3.png in Resources */,
234323
713BAA3917C4DD0900542B0A /* Main_iPad.storyboard in Resources */,
324+
71443A3C17E5C7B50058BCAB /* Settings_iPhone.storyboard in Resources */,
325+
71368DB117C95FD40034E6B6 /* action.png in Resources */,
235326
713BAA3E17C4DD0900542B0A /* Images.xcassets in Resources */,
236327
713BAA3617C4DD0900542B0A /* Main_iPhone.storyboard in Resources */,
237328
713BAA2D17C4DD0900542B0A /* InfoPlist.strings in Resources */,
329+
71368BE817C8FE390034E6B6 /* ship.png in Resources */,
330+
71259A97183B5CA80080E6B3 /* spaceinvader.png in Resources */,
238331
);
239332
runOnlyForDeploymentPostprocessing = 0;
240333
};
@@ -254,8 +347,13 @@
254347
buildActionMask = 2147483647;
255348
files = (
256349
713BAA3C17C4DD0900542B0A /* ViewController.m in Sources */,
350+
719B6CDA17CE23BD006CEECD /* Invader.m in Sources */,
257351
713BAA3317C4DD0900542B0A /* AppDelegate.m in Sources */,
352+
71443A3A17E5C7590058BCAB /* SettingsVC.m in Sources */,
353+
7158FD2217DA43F400A20509 /* IntroVC.m in Sources */,
258354
713BAA2F17C4DD0900542B0A /* main.m in Sources */,
355+
1F6133C6191E3ADF007EA336 /* Heart.m in Sources */,
356+
7110E97417D015F6007184EE /* Ship.m in Sources */,
259357
);
260358
runOnlyForDeploymentPostprocessing = 0;
261359
};
@@ -278,6 +376,40 @@
278376
/* End PBXTargetDependency section */
279377

280378
/* 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+
};
281413
713BAA2B17C4DD0900542B0A /* InfoPlist.strings */ = {
282414
isa = PBXVariantGroup;
283415
children = (
@@ -388,10 +520,15 @@
388520
buildSettings = {
389521
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
390522
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
523+
CODE_SIGN_IDENTITY = "iPhone Developer";
524+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
391525
GCC_PRECOMPILE_PREFIX_HEADER = YES;
392526
GCC_PREFIX_HEADER = "Space Invaders/Space Invaders-Prefix.pch";
393527
INFOPLIST_FILE = "Space Invaders/Space Invaders-Info.plist";
528+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
394529
PRODUCT_NAME = "$(TARGET_NAME)";
530+
PROVISIONING_PROFILE = "";
531+
TARGETED_DEVICE_FAMILY = 1;
395532
WRAPPER_EXTENSION = app;
396533
};
397534
name = Debug;
@@ -401,10 +538,15 @@
401538
buildSettings = {
402539
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
403540
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
541+
CODE_SIGN_IDENTITY = "iPhone Developer";
542+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
404543
GCC_PRECOMPILE_PREFIX_HEADER = YES;
405544
GCC_PREFIX_HEADER = "Space Invaders/Space Invaders-Prefix.pch";
406545
INFOPLIST_FILE = "Space Invaders/Space Invaders-Info.plist";
546+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
407547
PRODUCT_NAME = "$(TARGET_NAME)";
548+
PROVISIONING_PROFILE = "";
549+
TARGETED_DEVICE_FAMILY = 1;
408550
WRAPPER_EXTENSION = app;
409551
};
410552
name = Release;
@@ -468,6 +610,7 @@
468610
713BAA5617C4DD0900542B0A /* Release */,
469611
);
470612
defaultConfigurationIsVisible = 0;
613+
defaultConfigurationName = Release;
471614
};
472615
713BAA5717C4DD0900542B0A /* Build configuration list for PBXNativeTarget "Space InvadersTests" */ = {
473616
isa = XCConfigurationList;
@@ -476,6 +619,7 @@
476619
713BAA5917C4DD0900542B0A /* Release */,
477620
);
478621
defaultConfigurationIsVisible = 0;
622+
defaultConfigurationName = Release;
479623
};
480624
/* End XCConfigurationList section */
481625
};

Space Invaders/Base.lproj/Main_iPad.storyboard

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,64 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="4451" systemVersion="13A461" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" initialViewController="BYZ-38-t0r">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="4514" systemVersion="13A603" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" initialViewController="BYZ-38-t0r">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3676"/>
4+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3747"/>
55
</dependencies>
66
<scenes>
7-
<!--class Prefix:identifier View Controller-->
7+
<!--View Controller-->
88
<scene sceneID="tne-QT-ifu">
99
<objects>
1010
<viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
11+
<layoutGuides>
12+
<viewControllerLayoutGuide type="top" id="szM-4j-GX4"/>
13+
<viewControllerLayoutGuide type="bottom" id="yoS-kE-6a0"/>
14+
</layoutGuides>
1115
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
12-
<rect key="frame" x="0.0" y="20" width="768" height="1004"/>
16+
<rect key="frame" x="0.0" y="0.0" width="1024" height="768"/>
1317
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
14-
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
18+
<subviews>
19+
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="A toi de jouer" textAlignment="center" lineBreakMode="tailTruncation" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QDs-Ao-2mH">
20+
<rect key="frame" x="20" y="344" width="984" height="81"/>
21+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
22+
<fontDescription key="fontDescription" name="Futura-Medium" family="Futura" pointSize="62"/>
23+
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
24+
<nil key="highlightedColor"/>
25+
</label>
26+
<button opaque="NO" alpha="0.25" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Rcj-9F-LXz">
27+
<rect key="frame" x="858" y="598" width="146" height="150"/>
28+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
29+
<state key="normal" backgroundImage="action.png">
30+
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
31+
</state>
32+
<connections>
33+
<action selector="shootButton:" destination="BYZ-38-t0r" eventType="touchUpInside" id="nSm-5P-8Tq"/>
34+
</connections>
35+
</button>
36+
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Points : 0 Pts" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VIF-fx-Obm">
37+
<rect key="frame" x="845" y="20" width="159" height="41"/>
38+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
39+
<fontDescription key="fontDescription" name="Futura-Medium" family="Futura" pointSize="18"/>
40+
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
41+
<nil key="highlightedColor"/>
42+
</label>
43+
</subviews>
44+
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
45+
<simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
1546
</view>
47+
<nil key="simulatedStatusBarMetrics"/>
48+
<simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
49+
<connections>
50+
<outlet property="infos" destination="QDs-Ao-2mH" id="9qA-wT-rdC"/>
51+
<outlet property="points" destination="VIF-fx-Obm" id="bnl-Sj-NsV"/>
52+
</connections>
1653
</viewController>
1754
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
1855
</objects>
56+
<point key="canvasLocation" x="-240" y="-125"/>
1957
</scene>
2058
</scenes>
59+
<resources>
60+
<image name="action.png" width="62" height="64"/>
61+
</resources>
2162
<simulatedMetricsContainer key="defaultSimulatedMetrics">
2263
<simulatedStatusBarMetrics key="statusBar" statusBarStyle="blackOpaque"/>
2364
<simulatedOrientationMetrics key="orientation"/>

0 commit comments

Comments
 (0)