Skip to content

Commit 1ee7add

Browse files
committed
initial commit
1 parent 16d0e69 commit 1ee7add

23 files changed

+1431
-1
lines changed

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 379 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,379 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 52;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
9C371EE7230356CE00617B57 /* MenuTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C371EE6230356CE00617B57 /* MenuTableViewController.swift */; };
11+
9CB630CA22FD510000368A0D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CB630C922FD510000368A0D /* AppDelegate.swift */; };
12+
9CB630CC22FD510000368A0D /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CB630CB22FD510000368A0D /* SceneDelegate.swift */; };
13+
9CB630CE22FD510000368A0D /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CB630CD22FD510000368A0D /* ViewController.swift */; };
14+
9CB630D122FD510000368A0D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9CB630CF22FD510000368A0D /* Main.storyboard */; };
15+
9CB630D322FD510100368A0D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9CB630D222FD510100368A0D /* Assets.xcassets */; };
16+
9CB630D622FD510100368A0D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9CB630D422FD510100368A0D /* LaunchScreen.storyboard */; };
17+
9CDF130622FD593000397C16 /* CombineDataSources in Frameworks */ = {isa = PBXBuildFile; productRef = 9CDF130522FD593000397C16 /* CombineDataSources */; };
18+
/* End PBXBuildFile section */
19+
20+
/* Begin PBXFileReference section */
21+
9C371EE6230356CE00617B57 /* MenuTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuTableViewController.swift; sourceTree = "<group>"; };
22+
9CB630C622FD510000368A0D /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
23+
9CB630C922FD510000368A0D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
24+
9CB630CB22FD510000368A0D /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
25+
9CB630CD22FD510000368A0D /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
26+
9CB630D022FD510000368A0D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
27+
9CB630D222FD510100368A0D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
28+
9CB630D522FD510100368A0D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
29+
9CB630D722FD510100368A0D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
30+
9CB630DF22FD523B00368A0D /* CombineDataSources */ = {isa = PBXFileReference; lastKnownFileType = folder; name = CombineDataSources; path = ..; sourceTree = "<group>"; };
31+
/* End PBXFileReference section */
32+
33+
/* Begin PBXFrameworksBuildPhase section */
34+
9CB630C322FD510000368A0D /* Frameworks */ = {
35+
isa = PBXFrameworksBuildPhase;
36+
buildActionMask = 2147483647;
37+
files = (
38+
9CDF130622FD593000397C16 /* CombineDataSources in Frameworks */,
39+
);
40+
runOnlyForDeploymentPostprocessing = 0;
41+
};
42+
/* End PBXFrameworksBuildPhase section */
43+
44+
/* Begin PBXGroup section */
45+
9CB630BD22FD510000368A0D = {
46+
isa = PBXGroup;
47+
children = (
48+
9CB630C822FD510000368A0D /* Example */,
49+
9CB630C722FD510000368A0D /* Products */,
50+
9CB630DF22FD523B00368A0D /* CombineDataSources */,
51+
9CDF130422FD593000397C16 /* Frameworks */,
52+
);
53+
sourceTree = "<group>";
54+
};
55+
9CB630C722FD510000368A0D /* Products */ = {
56+
isa = PBXGroup;
57+
children = (
58+
9CB630C622FD510000368A0D /* Example.app */,
59+
);
60+
name = Products;
61+
sourceTree = "<group>";
62+
};
63+
9CB630C822FD510000368A0D /* Example */ = {
64+
isa = PBXGroup;
65+
children = (
66+
9CB630C922FD510000368A0D /* AppDelegate.swift */,
67+
9CB630CB22FD510000368A0D /* SceneDelegate.swift */,
68+
9C371EE6230356CE00617B57 /* MenuTableViewController.swift */,
69+
9CB630CD22FD510000368A0D /* ViewController.swift */,
70+
9CB630CF22FD510000368A0D /* Main.storyboard */,
71+
9CB630D222FD510100368A0D /* Assets.xcassets */,
72+
9CB630D422FD510100368A0D /* LaunchScreen.storyboard */,
73+
9CB630D722FD510100368A0D /* Info.plist */,
74+
);
75+
path = Example;
76+
sourceTree = "<group>";
77+
};
78+
9CDF130422FD593000397C16 /* Frameworks */ = {
79+
isa = PBXGroup;
80+
children = (
81+
);
82+
name = Frameworks;
83+
sourceTree = "<group>";
84+
};
85+
/* End PBXGroup section */
86+
87+
/* Begin PBXNativeTarget section */
88+
9CB630C522FD510000368A0D /* Example */ = {
89+
isa = PBXNativeTarget;
90+
buildConfigurationList = 9CB630DA22FD510100368A0D /* Build configuration list for PBXNativeTarget "Example" */;
91+
buildPhases = (
92+
9CB630C222FD510000368A0D /* Sources */,
93+
9CB630C322FD510000368A0D /* Frameworks */,
94+
9CB630C422FD510000368A0D /* Resources */,
95+
);
96+
buildRules = (
97+
);
98+
dependencies = (
99+
9CDF130322FD592B00397C16 /* PBXTargetDependency */,
100+
);
101+
name = Example;
102+
packageProductDependencies = (
103+
9CDF130522FD593000397C16 /* CombineDataSources */,
104+
);
105+
productName = Example;
106+
productReference = 9CB630C622FD510000368A0D /* Example.app */;
107+
productType = "com.apple.product-type.application";
108+
};
109+
/* End PBXNativeTarget section */
110+
111+
/* Begin PBXProject section */
112+
9CB630BE22FD510000368A0D /* Project object */ = {
113+
isa = PBXProject;
114+
attributes = {
115+
LastSwiftUpdateCheck = 1100;
116+
LastUpgradeCheck = 1100;
117+
ORGANIZATIONNAME = "Underplot ltd";
118+
TargetAttributes = {
119+
9CB630C522FD510000368A0D = {
120+
CreatedOnToolsVersion = 11.0;
121+
};
122+
};
123+
};
124+
buildConfigurationList = 9CB630C122FD510000368A0D /* Build configuration list for PBXProject "Example" */;
125+
compatibilityVersion = "Xcode 9.3";
126+
developmentRegion = en;
127+
hasScannedForEncodings = 0;
128+
knownRegions = (
129+
en,
130+
Base,
131+
);
132+
mainGroup = 9CB630BD22FD510000368A0D;
133+
productRefGroup = 9CB630C722FD510000368A0D /* Products */;
134+
projectDirPath = "";
135+
projectRoot = "";
136+
targets = (
137+
9CB630C522FD510000368A0D /* Example */,
138+
);
139+
};
140+
/* End PBXProject section */
141+
142+
/* Begin PBXResourcesBuildPhase section */
143+
9CB630C422FD510000368A0D /* Resources */ = {
144+
isa = PBXResourcesBuildPhase;
145+
buildActionMask = 2147483647;
146+
files = (
147+
9CB630D622FD510100368A0D /* LaunchScreen.storyboard in Resources */,
148+
9CB630D322FD510100368A0D /* Assets.xcassets in Resources */,
149+
9CB630D122FD510000368A0D /* Main.storyboard in Resources */,
150+
);
151+
runOnlyForDeploymentPostprocessing = 0;
152+
};
153+
/* End PBXResourcesBuildPhase section */
154+
155+
/* Begin PBXSourcesBuildPhase section */
156+
9CB630C222FD510000368A0D /* Sources */ = {
157+
isa = PBXSourcesBuildPhase;
158+
buildActionMask = 2147483647;
159+
files = (
160+
9C371EE7230356CE00617B57 /* MenuTableViewController.swift in Sources */,
161+
9CB630CE22FD510000368A0D /* ViewController.swift in Sources */,
162+
9CB630CA22FD510000368A0D /* AppDelegate.swift in Sources */,
163+
9CB630CC22FD510000368A0D /* SceneDelegate.swift in Sources */,
164+
);
165+
runOnlyForDeploymentPostprocessing = 0;
166+
};
167+
/* End PBXSourcesBuildPhase section */
168+
169+
/* Begin PBXTargetDependency section */
170+
9CDF130322FD592B00397C16 /* PBXTargetDependency */ = {
171+
isa = PBXTargetDependency;
172+
productRef = 9CDF130222FD592B00397C16 /* CombineDataSources */;
173+
};
174+
/* End PBXTargetDependency section */
175+
176+
/* Begin PBXVariantGroup section */
177+
9CB630CF22FD510000368A0D /* Main.storyboard */ = {
178+
isa = PBXVariantGroup;
179+
children = (
180+
9CB630D022FD510000368A0D /* Base */,
181+
);
182+
name = Main.storyboard;
183+
sourceTree = "<group>";
184+
};
185+
9CB630D422FD510100368A0D /* LaunchScreen.storyboard */ = {
186+
isa = PBXVariantGroup;
187+
children = (
188+
9CB630D522FD510100368A0D /* Base */,
189+
);
190+
name = LaunchScreen.storyboard;
191+
sourceTree = "<group>";
192+
};
193+
/* End PBXVariantGroup section */
194+
195+
/* Begin XCBuildConfiguration section */
196+
9CB630D822FD510100368A0D /* Debug */ = {
197+
isa = XCBuildConfiguration;
198+
buildSettings = {
199+
ALWAYS_SEARCH_USER_PATHS = NO;
200+
CLANG_ANALYZER_NONNULL = YES;
201+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
202+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
203+
CLANG_CXX_LIBRARY = "libc++";
204+
CLANG_ENABLE_MODULES = YES;
205+
CLANG_ENABLE_OBJC_ARC = YES;
206+
CLANG_ENABLE_OBJC_WEAK = YES;
207+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
208+
CLANG_WARN_BOOL_CONVERSION = YES;
209+
CLANG_WARN_COMMA = YES;
210+
CLANG_WARN_CONSTANT_CONVERSION = YES;
211+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
212+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
213+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
214+
CLANG_WARN_EMPTY_BODY = YES;
215+
CLANG_WARN_ENUM_CONVERSION = YES;
216+
CLANG_WARN_INFINITE_RECURSION = YES;
217+
CLANG_WARN_INT_CONVERSION = YES;
218+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
219+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
220+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
221+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
222+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
223+
CLANG_WARN_STRICT_PROTOTYPES = YES;
224+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
225+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
226+
CLANG_WARN_UNREACHABLE_CODE = YES;
227+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
228+
COPY_PHASE_STRIP = NO;
229+
DEBUG_INFORMATION_FORMAT = dwarf;
230+
ENABLE_STRICT_OBJC_MSGSEND = YES;
231+
ENABLE_TESTABILITY = YES;
232+
GCC_C_LANGUAGE_STANDARD = gnu11;
233+
GCC_DYNAMIC_NO_PIC = NO;
234+
GCC_NO_COMMON_BLOCKS = YES;
235+
GCC_OPTIMIZATION_LEVEL = 0;
236+
GCC_PREPROCESSOR_DEFINITIONS = (
237+
"DEBUG=1",
238+
"$(inherited)",
239+
);
240+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
241+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
242+
GCC_WARN_UNDECLARED_SELECTOR = YES;
243+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
244+
GCC_WARN_UNUSED_FUNCTION = YES;
245+
GCC_WARN_UNUSED_VARIABLE = YES;
246+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
247+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
248+
MTL_FAST_MATH = YES;
249+
ONLY_ACTIVE_ARCH = YES;
250+
SDKROOT = iphoneos;
251+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
252+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
253+
};
254+
name = Debug;
255+
};
256+
9CB630D922FD510100368A0D /* Release */ = {
257+
isa = XCBuildConfiguration;
258+
buildSettings = {
259+
ALWAYS_SEARCH_USER_PATHS = NO;
260+
CLANG_ANALYZER_NONNULL = YES;
261+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
262+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
263+
CLANG_CXX_LIBRARY = "libc++";
264+
CLANG_ENABLE_MODULES = YES;
265+
CLANG_ENABLE_OBJC_ARC = YES;
266+
CLANG_ENABLE_OBJC_WEAK = YES;
267+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
268+
CLANG_WARN_BOOL_CONVERSION = YES;
269+
CLANG_WARN_COMMA = YES;
270+
CLANG_WARN_CONSTANT_CONVERSION = YES;
271+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
272+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
273+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
274+
CLANG_WARN_EMPTY_BODY = YES;
275+
CLANG_WARN_ENUM_CONVERSION = YES;
276+
CLANG_WARN_INFINITE_RECURSION = YES;
277+
CLANG_WARN_INT_CONVERSION = YES;
278+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
279+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
280+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
281+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
282+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
283+
CLANG_WARN_STRICT_PROTOTYPES = YES;
284+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
285+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
286+
CLANG_WARN_UNREACHABLE_CODE = YES;
287+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
288+
COPY_PHASE_STRIP = NO;
289+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
290+
ENABLE_NS_ASSERTIONS = NO;
291+
ENABLE_STRICT_OBJC_MSGSEND = YES;
292+
GCC_C_LANGUAGE_STANDARD = gnu11;
293+
GCC_NO_COMMON_BLOCKS = YES;
294+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
295+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
296+
GCC_WARN_UNDECLARED_SELECTOR = YES;
297+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
298+
GCC_WARN_UNUSED_FUNCTION = YES;
299+
GCC_WARN_UNUSED_VARIABLE = YES;
300+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
301+
MTL_ENABLE_DEBUG_INFO = NO;
302+
MTL_FAST_MATH = YES;
303+
SDKROOT = iphoneos;
304+
SWIFT_COMPILATION_MODE = wholemodule;
305+
SWIFT_OPTIMIZATION_LEVEL = "-O";
306+
VALIDATE_PRODUCT = YES;
307+
};
308+
name = Release;
309+
};
310+
9CB630DB22FD510100368A0D /* Debug */ = {
311+
isa = XCBuildConfiguration;
312+
buildSettings = {
313+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
314+
CODE_SIGN_STYLE = Automatic;
315+
INFOPLIST_FILE = Example/Info.plist;
316+
LD_RUNPATH_SEARCH_PATHS = (
317+
"$(inherited)",
318+
"@executable_path/Frameworks",
319+
);
320+
PRODUCT_BUNDLE_IDENTIFIER = com.underplot.Example;
321+
PRODUCT_NAME = "$(TARGET_NAME)";
322+
SWIFT_VERSION = 5.0;
323+
TARGETED_DEVICE_FAMILY = 1;
324+
};
325+
name = Debug;
326+
};
327+
9CB630DC22FD510100368A0D /* Release */ = {
328+
isa = XCBuildConfiguration;
329+
buildSettings = {
330+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
331+
CODE_SIGN_STYLE = Automatic;
332+
INFOPLIST_FILE = Example/Info.plist;
333+
LD_RUNPATH_SEARCH_PATHS = (
334+
"$(inherited)",
335+
"@executable_path/Frameworks",
336+
);
337+
PRODUCT_BUNDLE_IDENTIFIER = com.underplot.Example;
338+
PRODUCT_NAME = "$(TARGET_NAME)";
339+
SWIFT_VERSION = 5.0;
340+
TARGETED_DEVICE_FAMILY = 1;
341+
};
342+
name = Release;
343+
};
344+
/* End XCBuildConfiguration section */
345+
346+
/* Begin XCConfigurationList section */
347+
9CB630C122FD510000368A0D /* Build configuration list for PBXProject "Example" */ = {
348+
isa = XCConfigurationList;
349+
buildConfigurations = (
350+
9CB630D822FD510100368A0D /* Debug */,
351+
9CB630D922FD510100368A0D /* Release */,
352+
);
353+
defaultConfigurationIsVisible = 0;
354+
defaultConfigurationName = Release;
355+
};
356+
9CB630DA22FD510100368A0D /* Build configuration list for PBXNativeTarget "Example" */ = {
357+
isa = XCConfigurationList;
358+
buildConfigurations = (
359+
9CB630DB22FD510100368A0D /* Debug */,
360+
9CB630DC22FD510100368A0D /* Release */,
361+
);
362+
defaultConfigurationIsVisible = 0;
363+
defaultConfigurationName = Release;
364+
};
365+
/* End XCConfigurationList section */
366+
367+
/* Begin XCSwiftPackageProductDependency section */
368+
9CDF130222FD592B00397C16 /* CombineDataSources */ = {
369+
isa = XCSwiftPackageProductDependency;
370+
productName = CombineDataSources;
371+
};
372+
9CDF130522FD593000397C16 /* CombineDataSources */ = {
373+
isa = XCSwiftPackageProductDependency;
374+
productName = CombineDataSources;
375+
};
376+
/* End XCSwiftPackageProductDependency section */
377+
};
378+
rootObject = 9CB630BE22FD510000368A0D /* Project object */;
379+
}

Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)