Skip to content

Commit fbf47fc

Browse files
added orientations
1 parent f1b4795 commit fbf47fc

25 files changed

+1318
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,363 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 56;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
0D45012929CD6917008DA060 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D45012829CD6917008DA060 /* AppDelegate.swift */; };
11+
0D45012D29CD6917008DA060 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D45012C29CD6917008DA060 /* ViewController.swift */; };
12+
0D45013229CD6917008DA060 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0D45013129CD6917008DA060 /* Assets.xcassets */; };
13+
0D45013529CD6917008DA060 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0D45013329CD6917008DA060 /* LaunchScreen.storyboard */; };
14+
0D45013E29CD69C9008DA060 /* Factories.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D45013D29CD69C9008DA060 /* Factories.swift */; };
15+
0D45014729CEB22C008DA060 /* RedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D45014629CEB22C008DA060 /* RedView.swift */; };
16+
0D45014929CEB236008DA060 /* BlueView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D45014829CEB236008DA060 /* BlueView.swift */; };
17+
/* End PBXBuildFile section */
18+
19+
/* Begin PBXFileReference section */
20+
0D45012529CD6917008DA060 /* NudgeTheLabel.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NudgeTheLabel.app; sourceTree = BUILT_PRODUCTS_DIR; };
21+
0D45012829CD6917008DA060 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
22+
0D45012C29CD6917008DA060 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
23+
0D45013129CD6917008DA060 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
24+
0D45013429CD6917008DA060 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
25+
0D45013629CD6917008DA060 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
26+
0D45013D29CD69C9008DA060 /* Factories.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Factories.swift; sourceTree = "<group>"; };
27+
0D45014629CEB22C008DA060 /* RedView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RedView.swift; sourceTree = "<group>"; };
28+
0D45014829CEB236008DA060 /* BlueView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlueView.swift; sourceTree = "<group>"; };
29+
/* End PBXFileReference section */
30+
31+
/* Begin PBXFrameworksBuildPhase section */
32+
0D45012229CD6917008DA060 /* Frameworks */ = {
33+
isa = PBXFrameworksBuildPhase;
34+
buildActionMask = 2147483647;
35+
files = (
36+
);
37+
runOnlyForDeploymentPostprocessing = 0;
38+
};
39+
/* End PBXFrameworksBuildPhase section */
40+
41+
/* Begin PBXGroup section */
42+
0D45011C29CD6917008DA060 = {
43+
isa = PBXGroup;
44+
children = (
45+
0D45012729CD6917008DA060 /* NudgeTheLabel */,
46+
0D45012629CD6917008DA060 /* Products */,
47+
);
48+
sourceTree = "<group>";
49+
};
50+
0D45012629CD6917008DA060 /* Products */ = {
51+
isa = PBXGroup;
52+
children = (
53+
0D45012529CD6917008DA060 /* NudgeTheLabel.app */,
54+
);
55+
name = Products;
56+
sourceTree = "<group>";
57+
};
58+
0D45012729CD6917008DA060 /* NudgeTheLabel */ = {
59+
isa = PBXGroup;
60+
children = (
61+
0D45013C29CD692A008DA060 /* Files */,
62+
0D45012829CD6917008DA060 /* AppDelegate.swift */,
63+
0D45012C29CD6917008DA060 /* ViewController.swift */,
64+
0D45013D29CD69C9008DA060 /* Factories.swift */,
65+
0D45014629CEB22C008DA060 /* RedView.swift */,
66+
0D45014829CEB236008DA060 /* BlueView.swift */,
67+
);
68+
path = NudgeTheLabel;
69+
sourceTree = "<group>";
70+
};
71+
0D45013C29CD692A008DA060 /* Files */ = {
72+
isa = PBXGroup;
73+
children = (
74+
0D45013129CD6917008DA060 /* Assets.xcassets */,
75+
0D45013329CD6917008DA060 /* LaunchScreen.storyboard */,
76+
0D45013629CD6917008DA060 /* Info.plist */,
77+
);
78+
name = Files;
79+
sourceTree = "<group>";
80+
};
81+
/* End PBXGroup section */
82+
83+
/* Begin PBXNativeTarget section */
84+
0D45012429CD6917008DA060 /* NudgeTheLabel */ = {
85+
isa = PBXNativeTarget;
86+
buildConfigurationList = 0D45013929CD6917008DA060 /* Build configuration list for PBXNativeTarget "NudgeTheLabel" */;
87+
buildPhases = (
88+
0D45012129CD6917008DA060 /* Sources */,
89+
0D45012229CD6917008DA060 /* Frameworks */,
90+
0D45012329CD6917008DA060 /* Resources */,
91+
);
92+
buildRules = (
93+
);
94+
dependencies = (
95+
);
96+
name = NudgeTheLabel;
97+
productName = NudgeTheLabel;
98+
productReference = 0D45012529CD6917008DA060 /* NudgeTheLabel.app */;
99+
productType = "com.apple.product-type.application";
100+
};
101+
/* End PBXNativeTarget section */
102+
103+
/* Begin PBXProject section */
104+
0D45011D29CD6917008DA060 /* Project object */ = {
105+
isa = PBXProject;
106+
attributes = {
107+
BuildIndependentTargetsInParallel = 1;
108+
LastSwiftUpdateCheck = 1420;
109+
LastUpgradeCheck = 1420;
110+
TargetAttributes = {
111+
0D45012429CD6917008DA060 = {
112+
CreatedOnToolsVersion = 14.2;
113+
};
114+
};
115+
};
116+
buildConfigurationList = 0D45012029CD6917008DA060 /* Build configuration list for PBXProject "NudgeTheLabel" */;
117+
compatibilityVersion = "Xcode 14.0";
118+
developmentRegion = en;
119+
hasScannedForEncodings = 0;
120+
knownRegions = (
121+
en,
122+
Base,
123+
);
124+
mainGroup = 0D45011C29CD6917008DA060;
125+
productRefGroup = 0D45012629CD6917008DA060 /* Products */;
126+
projectDirPath = "";
127+
projectRoot = "";
128+
targets = (
129+
0D45012429CD6917008DA060 /* NudgeTheLabel */,
130+
);
131+
};
132+
/* End PBXProject section */
133+
134+
/* Begin PBXResourcesBuildPhase section */
135+
0D45012329CD6917008DA060 /* Resources */ = {
136+
isa = PBXResourcesBuildPhase;
137+
buildActionMask = 2147483647;
138+
files = (
139+
0D45013529CD6917008DA060 /* LaunchScreen.storyboard in Resources */,
140+
0D45013229CD6917008DA060 /* Assets.xcassets in Resources */,
141+
);
142+
runOnlyForDeploymentPostprocessing = 0;
143+
};
144+
/* End PBXResourcesBuildPhase section */
145+
146+
/* Begin PBXSourcesBuildPhase section */
147+
0D45012129CD6917008DA060 /* Sources */ = {
148+
isa = PBXSourcesBuildPhase;
149+
buildActionMask = 2147483647;
150+
files = (
151+
0D45013E29CD69C9008DA060 /* Factories.swift in Sources */,
152+
0D45012D29CD6917008DA060 /* ViewController.swift in Sources */,
153+
0D45014729CEB22C008DA060 /* RedView.swift in Sources */,
154+
0D45012929CD6917008DA060 /* AppDelegate.swift in Sources */,
155+
0D45014929CEB236008DA060 /* BlueView.swift in Sources */,
156+
);
157+
runOnlyForDeploymentPostprocessing = 0;
158+
};
159+
/* End PBXSourcesBuildPhase section */
160+
161+
/* Begin PBXVariantGroup section */
162+
0D45013329CD6917008DA060 /* LaunchScreen.storyboard */ = {
163+
isa = PBXVariantGroup;
164+
children = (
165+
0D45013429CD6917008DA060 /* Base */,
166+
);
167+
name = LaunchScreen.storyboard;
168+
sourceTree = "<group>";
169+
};
170+
/* End PBXVariantGroup section */
171+
172+
/* Begin XCBuildConfiguration section */
173+
0D45013729CD6917008DA060 /* Debug */ = {
174+
isa = XCBuildConfiguration;
175+
buildSettings = {
176+
ALWAYS_SEARCH_USER_PATHS = NO;
177+
CLANG_ANALYZER_NONNULL = YES;
178+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
179+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
180+
CLANG_ENABLE_MODULES = YES;
181+
CLANG_ENABLE_OBJC_ARC = YES;
182+
CLANG_ENABLE_OBJC_WEAK = YES;
183+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
184+
CLANG_WARN_BOOL_CONVERSION = YES;
185+
CLANG_WARN_COMMA = YES;
186+
CLANG_WARN_CONSTANT_CONVERSION = YES;
187+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
188+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
189+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
190+
CLANG_WARN_EMPTY_BODY = YES;
191+
CLANG_WARN_ENUM_CONVERSION = YES;
192+
CLANG_WARN_INFINITE_RECURSION = YES;
193+
CLANG_WARN_INT_CONVERSION = YES;
194+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
195+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
196+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
197+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
198+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
199+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
200+
CLANG_WARN_STRICT_PROTOTYPES = YES;
201+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
202+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
203+
CLANG_WARN_UNREACHABLE_CODE = YES;
204+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
205+
COPY_PHASE_STRIP = NO;
206+
DEBUG_INFORMATION_FORMAT = dwarf;
207+
ENABLE_STRICT_OBJC_MSGSEND = YES;
208+
ENABLE_TESTABILITY = YES;
209+
GCC_C_LANGUAGE_STANDARD = gnu11;
210+
GCC_DYNAMIC_NO_PIC = NO;
211+
GCC_NO_COMMON_BLOCKS = YES;
212+
GCC_OPTIMIZATION_LEVEL = 0;
213+
GCC_PREPROCESSOR_DEFINITIONS = (
214+
"DEBUG=1",
215+
"$(inherited)",
216+
);
217+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
218+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
219+
GCC_WARN_UNDECLARED_SELECTOR = YES;
220+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
221+
GCC_WARN_UNUSED_FUNCTION = YES;
222+
GCC_WARN_UNUSED_VARIABLE = YES;
223+
IPHONEOS_DEPLOYMENT_TARGET = 16.2;
224+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
225+
MTL_FAST_MATH = YES;
226+
ONLY_ACTIVE_ARCH = YES;
227+
SDKROOT = iphoneos;
228+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
229+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
230+
};
231+
name = Debug;
232+
};
233+
0D45013829CD6917008DA060 /* Release */ = {
234+
isa = XCBuildConfiguration;
235+
buildSettings = {
236+
ALWAYS_SEARCH_USER_PATHS = NO;
237+
CLANG_ANALYZER_NONNULL = YES;
238+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
239+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
240+
CLANG_ENABLE_MODULES = YES;
241+
CLANG_ENABLE_OBJC_ARC = YES;
242+
CLANG_ENABLE_OBJC_WEAK = YES;
243+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
244+
CLANG_WARN_BOOL_CONVERSION = YES;
245+
CLANG_WARN_COMMA = YES;
246+
CLANG_WARN_CONSTANT_CONVERSION = YES;
247+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
248+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
249+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
250+
CLANG_WARN_EMPTY_BODY = YES;
251+
CLANG_WARN_ENUM_CONVERSION = YES;
252+
CLANG_WARN_INFINITE_RECURSION = YES;
253+
CLANG_WARN_INT_CONVERSION = YES;
254+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
255+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
256+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
257+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
258+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
259+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
260+
CLANG_WARN_STRICT_PROTOTYPES = YES;
261+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
262+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
263+
CLANG_WARN_UNREACHABLE_CODE = YES;
264+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
265+
COPY_PHASE_STRIP = NO;
266+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
267+
ENABLE_NS_ASSERTIONS = NO;
268+
ENABLE_STRICT_OBJC_MSGSEND = YES;
269+
GCC_C_LANGUAGE_STANDARD = gnu11;
270+
GCC_NO_COMMON_BLOCKS = YES;
271+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
272+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
273+
GCC_WARN_UNDECLARED_SELECTOR = YES;
274+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
275+
GCC_WARN_UNUSED_FUNCTION = YES;
276+
GCC_WARN_UNUSED_VARIABLE = YES;
277+
IPHONEOS_DEPLOYMENT_TARGET = 16.2;
278+
MTL_ENABLE_DEBUG_INFO = NO;
279+
MTL_FAST_MATH = YES;
280+
SDKROOT = iphoneos;
281+
SWIFT_COMPILATION_MODE = wholemodule;
282+
SWIFT_OPTIMIZATION_LEVEL = "-O";
283+
VALIDATE_PRODUCT = YES;
284+
};
285+
name = Release;
286+
};
287+
0D45013A29CD6917008DA060 /* Debug */ = {
288+
isa = XCBuildConfiguration;
289+
buildSettings = {
290+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
291+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
292+
CODE_SIGN_STYLE = Automatic;
293+
CURRENT_PROJECT_VERSION = 1;
294+
GENERATE_INFOPLIST_FILE = YES;
295+
INFOPLIST_FILE = NudgeTheLabel/Info.plist;
296+
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
297+
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
298+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
299+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
300+
LD_RUNPATH_SEARCH_PATHS = (
301+
"$(inherited)",
302+
"@executable_path/Frameworks",
303+
);
304+
MARKETING_VERSION = 1.0;
305+
PRODUCT_BUNDLE_IDENTIFIER = com.mia.NudgeTheLabel;
306+
PRODUCT_NAME = "$(TARGET_NAME)";
307+
SWIFT_EMIT_LOC_STRINGS = YES;
308+
SWIFT_VERSION = 5.0;
309+
TARGETED_DEVICE_FAMILY = "1,2";
310+
};
311+
name = Debug;
312+
};
313+
0D45013B29CD6917008DA060 /* Release */ = {
314+
isa = XCBuildConfiguration;
315+
buildSettings = {
316+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
317+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
318+
CODE_SIGN_STYLE = Automatic;
319+
CURRENT_PROJECT_VERSION = 1;
320+
GENERATE_INFOPLIST_FILE = YES;
321+
INFOPLIST_FILE = NudgeTheLabel/Info.plist;
322+
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
323+
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
324+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
325+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
326+
LD_RUNPATH_SEARCH_PATHS = (
327+
"$(inherited)",
328+
"@executable_path/Frameworks",
329+
);
330+
MARKETING_VERSION = 1.0;
331+
PRODUCT_BUNDLE_IDENTIFIER = com.mia.NudgeTheLabel;
332+
PRODUCT_NAME = "$(TARGET_NAME)";
333+
SWIFT_EMIT_LOC_STRINGS = YES;
334+
SWIFT_VERSION = 5.0;
335+
TARGETED_DEVICE_FAMILY = "1,2";
336+
};
337+
name = Release;
338+
};
339+
/* End XCBuildConfiguration section */
340+
341+
/* Begin XCConfigurationList section */
342+
0D45012029CD6917008DA060 /* Build configuration list for PBXProject "NudgeTheLabel" */ = {
343+
isa = XCConfigurationList;
344+
buildConfigurations = (
345+
0D45013729CD6917008DA060 /* Debug */,
346+
0D45013829CD6917008DA060 /* Release */,
347+
);
348+
defaultConfigurationIsVisible = 0;
349+
defaultConfigurationName = Release;
350+
};
351+
0D45013929CD6917008DA060 /* Build configuration list for PBXNativeTarget "NudgeTheLabel" */ = {
352+
isa = XCConfigurationList;
353+
buildConfigurations = (
354+
0D45013A29CD6917008DA060 /* Debug */,
355+
0D45013B29CD6917008DA060 /* Release */,
356+
);
357+
defaultConfigurationIsVisible = 0;
358+
defaultConfigurationName = Release;
359+
};
360+
/* End XCConfigurationList section */
361+
};
362+
rootObject = 0D45011D29CD6917008DA060 /* Project object */;
363+
}

DesignChallenges/Adaptive/NudgeTheLabel/NudgeTheLabel.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)