Skip to content

Commit 2169b8d

Browse files
committed
examples of cell configuration
1 parent 850ac4b commit 2169b8d

File tree

81 files changed

+1762
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

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

bk2ch08p398cellBackgroundLayeringNewStyle/CellConfiguration.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>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
import UIKit
3+
4+
@main
5+
class AppDelegate: UIResponder, UIApplicationDelegate {
6+
7+
8+
9+
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
10+
// Override point for customization after application launch.
11+
return true
12+
}
13+
14+
15+
16+
}
17+

0 commit comments

Comments
 (0)