Skip to content

Commit 4e1d99b

Browse files
committed
Added card-payment project
1 parent ee271d9 commit 4e1d99b

File tree

41 files changed

+1265
-0
lines changed

Some content is hidden

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

41 files changed

+1265
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,394 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 50;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
A4A240DF2588672D00FAA418 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4A240DE2588672D00FAA418 /* AppDelegate.swift */; };
11+
A4A240E12588672D00FAA418 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4A240E02588672D00FAA418 /* SceneDelegate.swift */; };
12+
A4A240E32588672D00FAA418 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4A240E22588672D00FAA418 /* ContentView.swift */; };
13+
A4A240E52588673100FAA418 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A4A240E42588673100FAA418 /* Assets.xcassets */; };
14+
A4A240E82588673100FAA418 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A4A240E72588673100FAA418 /* Preview Assets.xcassets */; };
15+
A4A240EB2588673100FAA418 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A4A240E92588673100FAA418 /* LaunchScreen.storyboard */; };
16+
A4A240F92588674500FAA418 /* CardDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4A240F52588674500FAA418 /* CardDetailView.swift */; };
17+
A4A240FA2588674500FAA418 /* Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4A240F72588674500FAA418 /* Color.swift */; };
18+
A4A2410425886C3900FAA418 /* CardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4A2410325886C3900FAA418 /* CardView.swift */; };
19+
/* End PBXBuildFile section */
20+
21+
/* Begin PBXFileReference section */
22+
A4A240DB2588672D00FAA418 /* Card-Payment.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Card-Payment.app"; sourceTree = BUILT_PRODUCTS_DIR; };
23+
A4A240DE2588672D00FAA418 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
24+
A4A240E02588672D00FAA418 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
25+
A4A240E22588672D00FAA418 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
26+
A4A240E42588673100FAA418 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
27+
A4A240E72588673100FAA418 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
28+
A4A240EA2588673100FAA418 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
29+
A4A240EC2588673100FAA418 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
30+
A4A240F52588674500FAA418 /* CardDetailView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CardDetailView.swift; sourceTree = "<group>"; };
31+
A4A240F72588674500FAA418 /* Color.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Color.swift; sourceTree = "<group>"; };
32+
A4A2410325886C3900FAA418 /* CardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardView.swift; sourceTree = "<group>"; };
33+
/* End PBXFileReference section */
34+
35+
/* Begin PBXFrameworksBuildPhase section */
36+
A4A240D82588672D00FAA418 /* Frameworks */ = {
37+
isa = PBXFrameworksBuildPhase;
38+
buildActionMask = 2147483647;
39+
files = (
40+
);
41+
runOnlyForDeploymentPostprocessing = 0;
42+
};
43+
/* End PBXFrameworksBuildPhase section */
44+
45+
/* Begin PBXGroup section */
46+
A4A240D22588672D00FAA418 = {
47+
isa = PBXGroup;
48+
children = (
49+
A4A240DD2588672D00FAA418 /* Card-Payment */,
50+
A4A240DC2588672D00FAA418 /* Products */,
51+
);
52+
sourceTree = "<group>";
53+
};
54+
A4A240DC2588672D00FAA418 /* Products */ = {
55+
isa = PBXGroup;
56+
children = (
57+
A4A240DB2588672D00FAA418 /* Card-Payment.app */,
58+
);
59+
name = Products;
60+
sourceTree = "<group>";
61+
};
62+
A4A240DD2588672D00FAA418 /* Card-Payment */ = {
63+
isa = PBXGroup;
64+
children = (
65+
A4A240FC2588674700FAA418 /* AppDelegate */,
66+
A4A240FE2588675600FAA418 /* Resource */,
67+
A4A240FD2588674F00FAA418 /* View */,
68+
A4A240F62588674500FAA418 /* Color */,
69+
A4A240EC2588673100FAA418 /* Info.plist */,
70+
A4A240E62588673100FAA418 /* Preview Content */,
71+
);
72+
path = "Card-Payment";
73+
sourceTree = "<group>";
74+
};
75+
A4A240E62588673100FAA418 /* Preview Content */ = {
76+
isa = PBXGroup;
77+
children = (
78+
A4A240E72588673100FAA418 /* Preview Assets.xcassets */,
79+
);
80+
path = "Preview Content";
81+
sourceTree = "<group>";
82+
};
83+
A4A240F62588674500FAA418 /* Color */ = {
84+
isa = PBXGroup;
85+
children = (
86+
A4A240F72588674500FAA418 /* Color.swift */,
87+
);
88+
path = Color;
89+
sourceTree = "<group>";
90+
};
91+
A4A240FC2588674700FAA418 /* AppDelegate */ = {
92+
isa = PBXGroup;
93+
children = (
94+
A4A240DE2588672D00FAA418 /* AppDelegate.swift */,
95+
A4A240E02588672D00FAA418 /* SceneDelegate.swift */,
96+
);
97+
path = AppDelegate;
98+
sourceTree = "<group>";
99+
};
100+
A4A240FD2588674F00FAA418 /* View */ = {
101+
isa = PBXGroup;
102+
children = (
103+
A4A240E22588672D00FAA418 /* ContentView.swift */,
104+
A4A2410325886C3900FAA418 /* CardView.swift */,
105+
A4A240F52588674500FAA418 /* CardDetailView.swift */,
106+
);
107+
path = View;
108+
sourceTree = "<group>";
109+
};
110+
A4A240FE2588675600FAA418 /* Resource */ = {
111+
isa = PBXGroup;
112+
children = (
113+
A4A240E42588673100FAA418 /* Assets.xcassets */,
114+
A4A240E92588673100FAA418 /* LaunchScreen.storyboard */,
115+
);
116+
path = Resource;
117+
sourceTree = "<group>";
118+
};
119+
/* End PBXGroup section */
120+
121+
/* Begin PBXNativeTarget section */
122+
A4A240DA2588672D00FAA418 /* Card-Payment */ = {
123+
isa = PBXNativeTarget;
124+
buildConfigurationList = A4A240EF2588673100FAA418 /* Build configuration list for PBXNativeTarget "Card-Payment" */;
125+
buildPhases = (
126+
A4A240D72588672D00FAA418 /* Sources */,
127+
A4A240D82588672D00FAA418 /* Frameworks */,
128+
A4A240D92588672D00FAA418 /* Resources */,
129+
);
130+
buildRules = (
131+
);
132+
dependencies = (
133+
);
134+
name = "Card-Payment";
135+
productName = "Card-Payment";
136+
productReference = A4A240DB2588672D00FAA418 /* Card-Payment.app */;
137+
productType = "com.apple.product-type.application";
138+
};
139+
/* End PBXNativeTarget section */
140+
141+
/* Begin PBXProject section */
142+
A4A240D32588672D00FAA418 /* Project object */ = {
143+
isa = PBXProject;
144+
attributes = {
145+
LastSwiftUpdateCheck = 1210;
146+
LastUpgradeCheck = 1210;
147+
TargetAttributes = {
148+
A4A240DA2588672D00FAA418 = {
149+
CreatedOnToolsVersion = 12.1;
150+
};
151+
};
152+
};
153+
buildConfigurationList = A4A240D62588672D00FAA418 /* Build configuration list for PBXProject "Card-Payment" */;
154+
compatibilityVersion = "Xcode 9.3";
155+
developmentRegion = en;
156+
hasScannedForEncodings = 0;
157+
knownRegions = (
158+
en,
159+
Base,
160+
);
161+
mainGroup = A4A240D22588672D00FAA418;
162+
productRefGroup = A4A240DC2588672D00FAA418 /* Products */;
163+
projectDirPath = "";
164+
projectRoot = "";
165+
targets = (
166+
A4A240DA2588672D00FAA418 /* Card-Payment */,
167+
);
168+
};
169+
/* End PBXProject section */
170+
171+
/* Begin PBXResourcesBuildPhase section */
172+
A4A240D92588672D00FAA418 /* Resources */ = {
173+
isa = PBXResourcesBuildPhase;
174+
buildActionMask = 2147483647;
175+
files = (
176+
A4A240EB2588673100FAA418 /* LaunchScreen.storyboard in Resources */,
177+
A4A240E82588673100FAA418 /* Preview Assets.xcassets in Resources */,
178+
A4A240E52588673100FAA418 /* Assets.xcassets in Resources */,
179+
);
180+
runOnlyForDeploymentPostprocessing = 0;
181+
};
182+
/* End PBXResourcesBuildPhase section */
183+
184+
/* Begin PBXSourcesBuildPhase section */
185+
A4A240D72588672D00FAA418 /* Sources */ = {
186+
isa = PBXSourcesBuildPhase;
187+
buildActionMask = 2147483647;
188+
files = (
189+
A4A240DF2588672D00FAA418 /* AppDelegate.swift in Sources */,
190+
A4A240F92588674500FAA418 /* CardDetailView.swift in Sources */,
191+
A4A240E12588672D00FAA418 /* SceneDelegate.swift in Sources */,
192+
A4A240E32588672D00FAA418 /* ContentView.swift in Sources */,
193+
A4A240FA2588674500FAA418 /* Color.swift in Sources */,
194+
A4A2410425886C3900FAA418 /* CardView.swift in Sources */,
195+
);
196+
runOnlyForDeploymentPostprocessing = 0;
197+
};
198+
/* End PBXSourcesBuildPhase section */
199+
200+
/* Begin PBXVariantGroup section */
201+
A4A240E92588673100FAA418 /* LaunchScreen.storyboard */ = {
202+
isa = PBXVariantGroup;
203+
children = (
204+
A4A240EA2588673100FAA418 /* Base */,
205+
);
206+
name = LaunchScreen.storyboard;
207+
sourceTree = "<group>";
208+
};
209+
/* End PBXVariantGroup section */
210+
211+
/* Begin XCBuildConfiguration section */
212+
A4A240ED2588673100FAA418 /* Debug */ = {
213+
isa = XCBuildConfiguration;
214+
buildSettings = {
215+
ALWAYS_SEARCH_USER_PATHS = NO;
216+
CLANG_ANALYZER_NONNULL = YES;
217+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
218+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
219+
CLANG_CXX_LIBRARY = "libc++";
220+
CLANG_ENABLE_MODULES = YES;
221+
CLANG_ENABLE_OBJC_ARC = YES;
222+
CLANG_ENABLE_OBJC_WEAK = YES;
223+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
224+
CLANG_WARN_BOOL_CONVERSION = YES;
225+
CLANG_WARN_COMMA = YES;
226+
CLANG_WARN_CONSTANT_CONVERSION = YES;
227+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
228+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
229+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
230+
CLANG_WARN_EMPTY_BODY = YES;
231+
CLANG_WARN_ENUM_CONVERSION = YES;
232+
CLANG_WARN_INFINITE_RECURSION = YES;
233+
CLANG_WARN_INT_CONVERSION = YES;
234+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
235+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
236+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
237+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
238+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
239+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
240+
CLANG_WARN_STRICT_PROTOTYPES = YES;
241+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
242+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
243+
CLANG_WARN_UNREACHABLE_CODE = YES;
244+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
245+
COPY_PHASE_STRIP = NO;
246+
DEBUG_INFORMATION_FORMAT = dwarf;
247+
ENABLE_STRICT_OBJC_MSGSEND = YES;
248+
ENABLE_TESTABILITY = YES;
249+
GCC_C_LANGUAGE_STANDARD = gnu11;
250+
GCC_DYNAMIC_NO_PIC = NO;
251+
GCC_NO_COMMON_BLOCKS = YES;
252+
GCC_OPTIMIZATION_LEVEL = 0;
253+
GCC_PREPROCESSOR_DEFINITIONS = (
254+
"DEBUG=1",
255+
"$(inherited)",
256+
);
257+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
258+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
259+
GCC_WARN_UNDECLARED_SELECTOR = YES;
260+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
261+
GCC_WARN_UNUSED_FUNCTION = YES;
262+
GCC_WARN_UNUSED_VARIABLE = YES;
263+
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
264+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
265+
MTL_FAST_MATH = YES;
266+
ONLY_ACTIVE_ARCH = YES;
267+
SDKROOT = iphoneos;
268+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
269+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
270+
};
271+
name = Debug;
272+
};
273+
A4A240EE2588673100FAA418 /* Release */ = {
274+
isa = XCBuildConfiguration;
275+
buildSettings = {
276+
ALWAYS_SEARCH_USER_PATHS = NO;
277+
CLANG_ANALYZER_NONNULL = YES;
278+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
279+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
280+
CLANG_CXX_LIBRARY = "libc++";
281+
CLANG_ENABLE_MODULES = YES;
282+
CLANG_ENABLE_OBJC_ARC = YES;
283+
CLANG_ENABLE_OBJC_WEAK = YES;
284+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
285+
CLANG_WARN_BOOL_CONVERSION = YES;
286+
CLANG_WARN_COMMA = YES;
287+
CLANG_WARN_CONSTANT_CONVERSION = YES;
288+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
289+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
290+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
291+
CLANG_WARN_EMPTY_BODY = YES;
292+
CLANG_WARN_ENUM_CONVERSION = YES;
293+
CLANG_WARN_INFINITE_RECURSION = YES;
294+
CLANG_WARN_INT_CONVERSION = YES;
295+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
296+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
297+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
298+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
299+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
300+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
301+
CLANG_WARN_STRICT_PROTOTYPES = YES;
302+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
303+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
304+
CLANG_WARN_UNREACHABLE_CODE = YES;
305+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
306+
COPY_PHASE_STRIP = NO;
307+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
308+
ENABLE_NS_ASSERTIONS = NO;
309+
ENABLE_STRICT_OBJC_MSGSEND = YES;
310+
GCC_C_LANGUAGE_STANDARD = gnu11;
311+
GCC_NO_COMMON_BLOCKS = YES;
312+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
313+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
314+
GCC_WARN_UNDECLARED_SELECTOR = YES;
315+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
316+
GCC_WARN_UNUSED_FUNCTION = YES;
317+
GCC_WARN_UNUSED_VARIABLE = YES;
318+
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
319+
MTL_ENABLE_DEBUG_INFO = NO;
320+
MTL_FAST_MATH = YES;
321+
SDKROOT = iphoneos;
322+
SWIFT_COMPILATION_MODE = wholemodule;
323+
SWIFT_OPTIMIZATION_LEVEL = "-O";
324+
VALIDATE_PRODUCT = YES;
325+
};
326+
name = Release;
327+
};
328+
A4A240F02588673100FAA418 /* Debug */ = {
329+
isa = XCBuildConfiguration;
330+
buildSettings = {
331+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
332+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
333+
CODE_SIGN_STYLE = Automatic;
334+
DEVELOPMENT_ASSET_PATHS = "\"Card-Payment/Preview Content\"";
335+
DEVELOPMENT_TEAM = 493S77954X;
336+
ENABLE_PREVIEWS = YES;
337+
INFOPLIST_FILE = "Card-Payment/Info.plist";
338+
LD_RUNPATH_SEARCH_PATHS = (
339+
"$(inherited)",
340+
"@executable_path/Frameworks",
341+
);
342+
PRODUCT_BUNDLE_IDENTIFIER = "com.codewithArvind.Card-Payment";
343+
PRODUCT_NAME = "$(TARGET_NAME)";
344+
SWIFT_VERSION = 5.0;
345+
TARGETED_DEVICE_FAMILY = "1,2";
346+
};
347+
name = Debug;
348+
};
349+
A4A240F12588673100FAA418 /* Release */ = {
350+
isa = XCBuildConfiguration;
351+
buildSettings = {
352+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
353+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
354+
CODE_SIGN_STYLE = Automatic;
355+
DEVELOPMENT_ASSET_PATHS = "\"Card-Payment/Preview Content\"";
356+
DEVELOPMENT_TEAM = 493S77954X;
357+
ENABLE_PREVIEWS = YES;
358+
INFOPLIST_FILE = "Card-Payment/Info.plist";
359+
LD_RUNPATH_SEARCH_PATHS = (
360+
"$(inherited)",
361+
"@executable_path/Frameworks",
362+
);
363+
PRODUCT_BUNDLE_IDENTIFIER = "com.codewithArvind.Card-Payment";
364+
PRODUCT_NAME = "$(TARGET_NAME)";
365+
SWIFT_VERSION = 5.0;
366+
TARGETED_DEVICE_FAMILY = "1,2";
367+
};
368+
name = Release;
369+
};
370+
/* End XCBuildConfiguration section */
371+
372+
/* Begin XCConfigurationList section */
373+
A4A240D62588672D00FAA418 /* Build configuration list for PBXProject "Card-Payment" */ = {
374+
isa = XCConfigurationList;
375+
buildConfigurations = (
376+
A4A240ED2588673100FAA418 /* Debug */,
377+
A4A240EE2588673100FAA418 /* Release */,
378+
);
379+
defaultConfigurationIsVisible = 0;
380+
defaultConfigurationName = Release;
381+
};
382+
A4A240EF2588673100FAA418 /* Build configuration list for PBXNativeTarget "Card-Payment" */ = {
383+
isa = XCConfigurationList;
384+
buildConfigurations = (
385+
A4A240F02588673100FAA418 /* Debug */,
386+
A4A240F12588673100FAA418 /* Release */,
387+
);
388+
defaultConfigurationIsVisible = 0;
389+
defaultConfigurationName = Release;
390+
};
391+
/* End XCConfigurationList section */
392+
};
393+
rootObject = A4A240D32588672D00FAA418 /* Project object */;
394+
}

0 commit comments

Comments
 (0)