Skip to content

Commit 6455223

Browse files
committed
• Pod Integration and library updation.
Pod integrated and library and other resources updated.
1 parent bb3ea3a commit 6455223

File tree

84 files changed

+3354
-501
lines changed

Some content is hidden

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

84 files changed

+3354
-501
lines changed

Example/LayoutHelper.xcodeproj/project.pbxproj

Lines changed: 620 additions & 0 deletions
Large diffs are not rendered by default.

Layout Helper.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to Example/LayoutHelper.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0900"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
18+
BuildableName = "LayoutHelper_Example.app"
19+
BlueprintName = "LayoutHelper_Example"
20+
ReferencedContainer = "container:LayoutHelper.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
<BuildActionEntry
24+
buildForTesting = "YES"
25+
buildForRunning = "YES"
26+
buildForProfiling = "NO"
27+
buildForArchiving = "NO"
28+
buildForAnalyzing = "YES">
29+
<BuildableReference
30+
BuildableIdentifier = "primary"
31+
BlueprintIdentifier = "607FACE41AFB9204008FA782"
32+
BuildableName = "LayoutHelper_Tests.xctest"
33+
BlueprintName = "LayoutHelper_Tests"
34+
ReferencedContainer = "container:LayoutHelper.xcodeproj">
35+
</BuildableReference>
36+
</BuildActionEntry>
37+
</BuildActionEntries>
38+
</BuildAction>
39+
<TestAction
40+
buildConfiguration = "Debug"
41+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
42+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43+
language = ""
44+
shouldUseLaunchSchemeArgsEnv = "YES">
45+
<Testables>
46+
<TestableReference
47+
skipped = "NO">
48+
<BuildableReference
49+
BuildableIdentifier = "primary"
50+
BlueprintIdentifier = "607FACE41AFB9204008FA782"
51+
BuildableName = "LayoutHelper_Tests.xctest"
52+
BlueprintName = "LayoutHelper_Tests"
53+
ReferencedContainer = "container:LayoutHelper.xcodeproj">
54+
</BuildableReference>
55+
</TestableReference>
56+
</Testables>
57+
<MacroExpansion>
58+
<BuildableReference
59+
BuildableIdentifier = "primary"
60+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
61+
BuildableName = "LayoutHelper_Example.app"
62+
BlueprintName = "LayoutHelper_Example"
63+
ReferencedContainer = "container:LayoutHelper.xcodeproj">
64+
</BuildableReference>
65+
</MacroExpansion>
66+
<AdditionalOptions>
67+
</AdditionalOptions>
68+
</TestAction>
69+
<LaunchAction
70+
buildConfiguration = "Debug"
71+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
72+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
73+
language = ""
74+
launchStyle = "0"
75+
useCustomWorkingDirectory = "NO"
76+
ignoresPersistentStateOnLaunch = "NO"
77+
debugDocumentVersioning = "YES"
78+
debugServiceExtension = "internal"
79+
allowLocationSimulation = "YES">
80+
<BuildableProductRunnable
81+
runnableDebuggingMode = "0">
82+
<BuildableReference
83+
BuildableIdentifier = "primary"
84+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
85+
BuildableName = "LayoutHelper_Example.app"
86+
BlueprintName = "LayoutHelper_Example"
87+
ReferencedContainer = "container:LayoutHelper.xcodeproj">
88+
</BuildableReference>
89+
</BuildableProductRunnable>
90+
<AdditionalOptions>
91+
</AdditionalOptions>
92+
</LaunchAction>
93+
<ProfileAction
94+
buildConfiguration = "Release"
95+
shouldUseLaunchSchemeArgsEnv = "YES"
96+
savedToolIdentifier = ""
97+
useCustomWorkingDirectory = "NO"
98+
debugDocumentVersioning = "YES">
99+
<BuildableProductRunnable
100+
runnableDebuggingMode = "0">
101+
<BuildableReference
102+
BuildableIdentifier = "primary"
103+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
104+
BuildableName = "LayoutHelper_Example.app"
105+
BlueprintName = "LayoutHelper_Example"
106+
ReferencedContainer = "container:LayoutHelper.xcodeproj">
107+
</BuildableReference>
108+
</BuildableProductRunnable>
109+
</ProfileAction>
110+
<AnalyzeAction
111+
buildConfiguration = "Debug">
112+
</AnalyzeAction>
113+
<ArchiveAction
114+
buildConfiguration = "Release"
115+
revealArchiveInOrganizer = "YES">
116+
</ArchiveAction>
117+
</Scheme>

Example/LayoutHelper.xcworkspace/contents.xcworkspacedata

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

Layout Helper.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist renamed to Example/LayoutHelper.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

File renamed without changes.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
//
2+
// AppDelegate.swift
3+
// LayoutHelper
4+
//
5+
// Created by Kuldeep Tanwar on 30/01/20.
6+
// Copyright © 2020 CocoaPods. All rights reserved.
7+
//
8+
9+
import UIKit
10+
11+
@UIApplicationMain
12+
class AppDelegate: UIResponder, UIApplicationDelegate {
13+
14+
15+
16+
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
17+
// Override point for customization after application launch.
18+
return true
19+
}
20+
21+
// MARK: UISceneSession Lifecycle
22+
23+
func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration {
24+
// Called when a new scene session is being created.
25+
// Use this method to select a configuration to create the new scene with.
26+
return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role)
27+
}
28+
29+
func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set<UISceneSession>) {
30+
// Called when the user discards a scene session.
31+
// If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
32+
// Use this method to release any resources that were specific to the discarded scenes, as they will not return.
33+
}
34+
35+
36+
}
37+

Layout Helper/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to Example/LayoutHelper/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 53 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,90 @@
11
{
22
"images" : [
33
{
4-
"size" : "20x20",
54
"idiom" : "iphone",
6-
"filename" : "Icon-Spotlight-40.png",
5+
"size" : "20x20",
76
"scale" : "2x"
87
},
98
{
10-
"size" : "20x20",
119
"idiom" : "iphone",
12-
"filename" : "Icon-60.png",
10+
"size" : "20x20",
1311
"scale" : "3x"
1412
},
1513
{
16-
"size" : "29x29",
1714
"idiom" : "iphone",
18-
"filename" : "[email protected]",
15+
"size" : "29x29",
1916
"scale" : "2x"
2017
},
2118
{
22-
"size" : "29x29",
2319
"idiom" : "iphone",
24-
"filename" : "[email protected]",
20+
"size" : "29x29",
2521
"scale" : "3x"
2622
},
2723
{
28-
"size" : "40x40",
2924
"idiom" : "iphone",
30-
"filename" : "[email protected]",
25+
"size" : "40x40",
3126
"scale" : "2x"
3227
},
3328
{
34-
"size" : "40x40",
3529
"idiom" : "iphone",
36-
"filename" : "[email protected]",
30+
"size" : "40x40",
3731
"scale" : "3x"
3832
},
3933
{
40-
"size" : "60x60",
4134
"idiom" : "iphone",
42-
"filename" : "[email protected]",
35+
"size" : "60x60",
4336
"scale" : "2x"
4437
},
4538
{
46-
"size" : "60x60",
4739
"idiom" : "iphone",
48-
"filename" : "[email protected]",
40+
"size" : "60x60",
4941
"scale" : "3x"
5042
},
43+
{
44+
"idiom" : "ipad",
45+
"size" : "20x20",
46+
"scale" : "1x"
47+
},
48+
{
49+
"idiom" : "ipad",
50+
"size" : "20x20",
51+
"scale" : "2x"
52+
},
53+
{
54+
"idiom" : "ipad",
55+
"size" : "29x29",
56+
"scale" : "1x"
57+
},
58+
{
59+
"idiom" : "ipad",
60+
"size" : "29x29",
61+
"scale" : "2x"
62+
},
63+
{
64+
"idiom" : "ipad",
65+
"size" : "40x40",
66+
"scale" : "1x"
67+
},
68+
{
69+
"idiom" : "ipad",
70+
"size" : "40x40",
71+
"scale" : "2x"
72+
},
73+
{
74+
"idiom" : "ipad",
75+
"size" : "76x76",
76+
"scale" : "1x"
77+
},
78+
{
79+
"idiom" : "ipad",
80+
"size" : "76x76",
81+
"scale" : "2x"
82+
},
83+
{
84+
"idiom" : "ipad",
85+
"size" : "83.5x83.5",
86+
"scale" : "2x"
87+
},
5188
{
5289
"idiom" : "ios-marketing",
5390
"size" : "1024x1024",
File renamed without changes.

Layout Helper/Assets.xcassets/background.imageset/Contents.json renamed to Example/LayoutHelper/Assets.xcassets/background.imageset/Contents.json

File renamed without changes.

Layout Helper/Assets.xcassets/background.imageset/back.png renamed to Example/LayoutHelper/Assets.xcassets/background.imageset/back.png

File renamed without changes.

0 commit comments

Comments
 (0)