Skip to content

Commit 30d6c6f

Browse files
author
Jatin
committed
First Commit with required Code
1 parent 85e4e08 commit 30d6c6f

File tree

13 files changed

+1031
-0
lines changed

13 files changed

+1031
-0
lines changed
Lines changed: 337 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,337 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 48;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
9198B88E2016F03000E3A018 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9198B88D2016F03000E3A018 /* AppDelegate.swift */; };
11+
9198B8902016F03000E3A018 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9198B88F2016F03000E3A018 /* ViewController.swift */; };
12+
9198B8932016F03000E3A018 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9198B8912016F03000E3A018 /* Main.storyboard */; };
13+
9198B8952016F03000E3A018 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9198B8942016F03000E3A018 /* Assets.xcassets */; };
14+
9198B8982016F03000E3A018 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9198B8962016F03000E3A018 /* LaunchScreen.storyboard */; };
15+
9198B8A02016F10B00E3A018 /* mainTabController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9198B89F2016F10B00E3A018 /* mainTabController.swift */; };
16+
9198B8A22016F38700E3A018 /* VC2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9198B8A12016F38700E3A018 /* VC2.swift */; };
17+
9198B8A42016F39000E3A018 /* VC3.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9198B8A32016F39000E3A018 /* VC3.swift */; };
18+
/* End PBXBuildFile section */
19+
20+
/* Begin PBXFileReference section */
21+
9198B88A2016F02F00E3A018 /* ContainerWithTabBar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ContainerWithTabBar.app; sourceTree = BUILT_PRODUCTS_DIR; };
22+
9198B88D2016F03000E3A018 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
23+
9198B88F2016F03000E3A018 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
24+
9198B8922016F03000E3A018 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
25+
9198B8942016F03000E3A018 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
26+
9198B8972016F03000E3A018 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
27+
9198B8992016F03100E3A018 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
28+
9198B89F2016F10B00E3A018 /* mainTabController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = mainTabController.swift; sourceTree = "<group>"; };
29+
9198B8A12016F38700E3A018 /* VC2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VC2.swift; sourceTree = "<group>"; };
30+
9198B8A32016F39000E3A018 /* VC3.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VC3.swift; sourceTree = "<group>"; };
31+
/* End PBXFileReference section */
32+
33+
/* Begin PBXFrameworksBuildPhase section */
34+
9198B8872016F02F00E3A018 /* Frameworks */ = {
35+
isa = PBXFrameworksBuildPhase;
36+
buildActionMask = 2147483647;
37+
files = (
38+
);
39+
runOnlyForDeploymentPostprocessing = 0;
40+
};
41+
/* End PBXFrameworksBuildPhase section */
42+
43+
/* Begin PBXGroup section */
44+
9198B8812016F02F00E3A018 = {
45+
isa = PBXGroup;
46+
children = (
47+
9198B88C2016F02F00E3A018 /* ContainerWithTabBar */,
48+
9198B88B2016F02F00E3A018 /* Products */,
49+
);
50+
sourceTree = "<group>";
51+
};
52+
9198B88B2016F02F00E3A018 /* Products */ = {
53+
isa = PBXGroup;
54+
children = (
55+
9198B88A2016F02F00E3A018 /* ContainerWithTabBar.app */,
56+
);
57+
name = Products;
58+
sourceTree = "<group>";
59+
};
60+
9198B88C2016F02F00E3A018 /* ContainerWithTabBar */ = {
61+
isa = PBXGroup;
62+
children = (
63+
9198B88D2016F03000E3A018 /* AppDelegate.swift */,
64+
9198B88F2016F03000E3A018 /* ViewController.swift */,
65+
9198B8912016F03000E3A018 /* Main.storyboard */,
66+
9198B8942016F03000E3A018 /* Assets.xcassets */,
67+
9198B8962016F03000E3A018 /* LaunchScreen.storyboard */,
68+
9198B8992016F03100E3A018 /* Info.plist */,
69+
9198B89F2016F10B00E3A018 /* mainTabController.swift */,
70+
9198B8A12016F38700E3A018 /* VC2.swift */,
71+
9198B8A32016F39000E3A018 /* VC3.swift */,
72+
);
73+
path = ContainerWithTabBar;
74+
sourceTree = "<group>";
75+
};
76+
/* End PBXGroup section */
77+
78+
/* Begin PBXNativeTarget section */
79+
9198B8892016F02F00E3A018 /* ContainerWithTabBar */ = {
80+
isa = PBXNativeTarget;
81+
buildConfigurationList = 9198B89C2016F03100E3A018 /* Build configuration list for PBXNativeTarget "ContainerWithTabBar" */;
82+
buildPhases = (
83+
9198B8862016F02F00E3A018 /* Sources */,
84+
9198B8872016F02F00E3A018 /* Frameworks */,
85+
9198B8882016F02F00E3A018 /* Resources */,
86+
);
87+
buildRules = (
88+
);
89+
dependencies = (
90+
);
91+
name = ContainerWithTabBar;
92+
productName = ContainerWithTabBar;
93+
productReference = 9198B88A2016F02F00E3A018 /* ContainerWithTabBar.app */;
94+
productType = "com.apple.product-type.application";
95+
};
96+
/* End PBXNativeTarget section */
97+
98+
/* Begin PBXProject section */
99+
9198B8822016F02F00E3A018 /* Project object */ = {
100+
isa = PBXProject;
101+
attributes = {
102+
LastSwiftUpdateCheck = 0920;
103+
LastUpgradeCheck = 0920;
104+
ORGANIZATIONNAME = iOSDeveloper;
105+
TargetAttributes = {
106+
9198B8892016F02F00E3A018 = {
107+
CreatedOnToolsVersion = 9.2;
108+
ProvisioningStyle = Automatic;
109+
};
110+
};
111+
};
112+
buildConfigurationList = 9198B8852016F02F00E3A018 /* Build configuration list for PBXProject "ContainerWithTabBar" */;
113+
compatibilityVersion = "Xcode 8.0";
114+
developmentRegion = en;
115+
hasScannedForEncodings = 0;
116+
knownRegions = (
117+
en,
118+
Base,
119+
);
120+
mainGroup = 9198B8812016F02F00E3A018;
121+
productRefGroup = 9198B88B2016F02F00E3A018 /* Products */;
122+
projectDirPath = "";
123+
projectRoot = "";
124+
targets = (
125+
9198B8892016F02F00E3A018 /* ContainerWithTabBar */,
126+
);
127+
};
128+
/* End PBXProject section */
129+
130+
/* Begin PBXResourcesBuildPhase section */
131+
9198B8882016F02F00E3A018 /* Resources */ = {
132+
isa = PBXResourcesBuildPhase;
133+
buildActionMask = 2147483647;
134+
files = (
135+
9198B8982016F03000E3A018 /* LaunchScreen.storyboard in Resources */,
136+
9198B8952016F03000E3A018 /* Assets.xcassets in Resources */,
137+
9198B8932016F03000E3A018 /* Main.storyboard in Resources */,
138+
);
139+
runOnlyForDeploymentPostprocessing = 0;
140+
};
141+
/* End PBXResourcesBuildPhase section */
142+
143+
/* Begin PBXSourcesBuildPhase section */
144+
9198B8862016F02F00E3A018 /* Sources */ = {
145+
isa = PBXSourcesBuildPhase;
146+
buildActionMask = 2147483647;
147+
files = (
148+
9198B8902016F03000E3A018 /* ViewController.swift in Sources */,
149+
9198B8A02016F10B00E3A018 /* mainTabController.swift in Sources */,
150+
9198B8A42016F39000E3A018 /* VC3.swift in Sources */,
151+
9198B88E2016F03000E3A018 /* AppDelegate.swift in Sources */,
152+
9198B8A22016F38700E3A018 /* VC2.swift in Sources */,
153+
);
154+
runOnlyForDeploymentPostprocessing = 0;
155+
};
156+
/* End PBXSourcesBuildPhase section */
157+
158+
/* Begin PBXVariantGroup section */
159+
9198B8912016F03000E3A018 /* Main.storyboard */ = {
160+
isa = PBXVariantGroup;
161+
children = (
162+
9198B8922016F03000E3A018 /* Base */,
163+
);
164+
name = Main.storyboard;
165+
sourceTree = "<group>";
166+
};
167+
9198B8962016F03000E3A018 /* LaunchScreen.storyboard */ = {
168+
isa = PBXVariantGroup;
169+
children = (
170+
9198B8972016F03000E3A018 /* Base */,
171+
);
172+
name = LaunchScreen.storyboard;
173+
sourceTree = "<group>";
174+
};
175+
/* End PBXVariantGroup section */
176+
177+
/* Begin XCBuildConfiguration section */
178+
9198B89A2016F03100E3A018 /* Debug */ = {
179+
isa = XCBuildConfiguration;
180+
buildSettings = {
181+
ALWAYS_SEARCH_USER_PATHS = NO;
182+
CLANG_ANALYZER_NONNULL = YES;
183+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
184+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
185+
CLANG_CXX_LIBRARY = "libc++";
186+
CLANG_ENABLE_MODULES = YES;
187+
CLANG_ENABLE_OBJC_ARC = YES;
188+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
189+
CLANG_WARN_BOOL_CONVERSION = YES;
190+
CLANG_WARN_COMMA = YES;
191+
CLANG_WARN_CONSTANT_CONVERSION = 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_LITERAL_CONVERSION = YES;
200+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
201+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
202+
CLANG_WARN_STRICT_PROTOTYPES = YES;
203+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
204+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
205+
CLANG_WARN_UNREACHABLE_CODE = YES;
206+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
207+
CODE_SIGN_IDENTITY = "iPhone Developer";
208+
COPY_PHASE_STRIP = NO;
209+
DEBUG_INFORMATION_FORMAT = dwarf;
210+
ENABLE_STRICT_OBJC_MSGSEND = YES;
211+
ENABLE_TESTABILITY = YES;
212+
GCC_C_LANGUAGE_STANDARD = gnu11;
213+
GCC_DYNAMIC_NO_PIC = NO;
214+
GCC_NO_COMMON_BLOCKS = YES;
215+
GCC_OPTIMIZATION_LEVEL = 0;
216+
GCC_PREPROCESSOR_DEFINITIONS = (
217+
"DEBUG=1",
218+
"$(inherited)",
219+
);
220+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
221+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
222+
GCC_WARN_UNDECLARED_SELECTOR = YES;
223+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
224+
GCC_WARN_UNUSED_FUNCTION = YES;
225+
GCC_WARN_UNUSED_VARIABLE = YES;
226+
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
227+
MTL_ENABLE_DEBUG_INFO = YES;
228+
ONLY_ACTIVE_ARCH = YES;
229+
SDKROOT = iphoneos;
230+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
231+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
232+
};
233+
name = Debug;
234+
};
235+
9198B89B2016F03100E3A018 /* Release */ = {
236+
isa = XCBuildConfiguration;
237+
buildSettings = {
238+
ALWAYS_SEARCH_USER_PATHS = NO;
239+
CLANG_ANALYZER_NONNULL = YES;
240+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
241+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
242+
CLANG_CXX_LIBRARY = "libc++";
243+
CLANG_ENABLE_MODULES = YES;
244+
CLANG_ENABLE_OBJC_ARC = YES;
245+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
246+
CLANG_WARN_BOOL_CONVERSION = YES;
247+
CLANG_WARN_COMMA = YES;
248+
CLANG_WARN_CONSTANT_CONVERSION = YES;
249+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
250+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
251+
CLANG_WARN_EMPTY_BODY = YES;
252+
CLANG_WARN_ENUM_CONVERSION = YES;
253+
CLANG_WARN_INFINITE_RECURSION = YES;
254+
CLANG_WARN_INT_CONVERSION = YES;
255+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
256+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
257+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
258+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
259+
CLANG_WARN_STRICT_PROTOTYPES = YES;
260+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
261+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
262+
CLANG_WARN_UNREACHABLE_CODE = YES;
263+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
264+
CODE_SIGN_IDENTITY = "iPhone Developer";
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 = 11.2;
278+
MTL_ENABLE_DEBUG_INFO = NO;
279+
SDKROOT = iphoneos;
280+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
281+
VALIDATE_PRODUCT = YES;
282+
};
283+
name = Release;
284+
};
285+
9198B89D2016F03100E3A018 /* Debug */ = {
286+
isa = XCBuildConfiguration;
287+
buildSettings = {
288+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
289+
CODE_SIGN_STYLE = Automatic;
290+
INFOPLIST_FILE = ContainerWithTabBar/Info.plist;
291+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
292+
PRODUCT_BUNDLE_IDENTIFIER = com.Rockingarg.ContainerWithTabBar;
293+
PRODUCT_NAME = "$(TARGET_NAME)";
294+
SWIFT_VERSION = 4.0;
295+
TARGETED_DEVICE_FAMILY = "1,2";
296+
};
297+
name = Debug;
298+
};
299+
9198B89E2016F03100E3A018 /* Release */ = {
300+
isa = XCBuildConfiguration;
301+
buildSettings = {
302+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
303+
CODE_SIGN_STYLE = Automatic;
304+
INFOPLIST_FILE = ContainerWithTabBar/Info.plist;
305+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
306+
PRODUCT_BUNDLE_IDENTIFIER = com.Rockingarg.ContainerWithTabBar;
307+
PRODUCT_NAME = "$(TARGET_NAME)";
308+
SWIFT_VERSION = 4.0;
309+
TARGETED_DEVICE_FAMILY = "1,2";
310+
};
311+
name = Release;
312+
};
313+
/* End XCBuildConfiguration section */
314+
315+
/* Begin XCConfigurationList section */
316+
9198B8852016F02F00E3A018 /* Build configuration list for PBXProject "ContainerWithTabBar" */ = {
317+
isa = XCConfigurationList;
318+
buildConfigurations = (
319+
9198B89A2016F03100E3A018 /* Debug */,
320+
9198B89B2016F03100E3A018 /* Release */,
321+
);
322+
defaultConfigurationIsVisible = 0;
323+
defaultConfigurationName = Release;
324+
};
325+
9198B89C2016F03100E3A018 /* Build configuration list for PBXNativeTarget "ContainerWithTabBar" */ = {
326+
isa = XCConfigurationList;
327+
buildConfigurations = (
328+
9198B89D2016F03100E3A018 /* Debug */,
329+
9198B89E2016F03100E3A018 /* Release */,
330+
);
331+
defaultConfigurationIsVisible = 0;
332+
defaultConfigurationName = Release;
333+
};
334+
/* End XCConfigurationList section */
335+
};
336+
rootObject = 9198B8822016F02F00E3A018 /* Project object */;
337+
}

ContainerWithTabBar.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.
Lines changed: 14 additions & 0 deletions
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>ContainerWithTabBar.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)