Skip to content

Commit 4bf0418

Browse files
Add files via upload
0 parents  commit 4bf0418

File tree

11 files changed

+494
-0
lines changed

11 files changed

+494
-0
lines changed

Diff for: WeSplit/WeSplit.xcodeproj/project.pbxproj

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

Diff for: WeSplit/WeSplit.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,14 @@
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>SchemeUserState</key>
6+
<dict>
7+
<key>WeSplit.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"colors" : [
3+
{
4+
"idiom" : "universal"
5+
}
6+
],
7+
"info" : {
8+
"author" : "xcode",
9+
"version" : 1
10+
}
11+
}

0 commit comments

Comments
 (0)