Skip to content

Commit c4db2dc

Browse files
committed
change example project
1 parent 8f84e50 commit c4db2dc

File tree

34 files changed

+12
-1610
lines changed

34 files changed

+12
-1610
lines changed

Example/GravitySliderFlowLayout.xcodeproj/project.pbxproj

Lines changed: 12 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,48 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
05D036881FA76085002C927B /* GravitySliderFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05D036871FA76084002C927B /* GravitySliderFlowLayout.swift */; };
1011
05D6C0951F9F1757002174F6 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05D6C0941F9F1757002174F6 /* ViewController.swift */; };
1112
05D6C09A1F9F1777002174F6 /* ProductCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05D6C0991F9F1777002174F6 /* ProductCollectionViewCell.swift */; };
1213
05D6C09C1F9F17DF002174F6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 05D6C09B1F9F17DF002174F6 /* Main.storyboard */; };
1314
05D6C09F1F9F17FF002174F6 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05D6C09E1F9F17FF002174F6 /* UIColor.swift */; };
1415
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
1516
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
1617
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
17-
D84CF501849E4BBE9599DAC8 /* Pods_GravitySliderFlowLayout_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 645B79A0C75B22CFBB01F805 /* Pods_GravitySliderFlowLayout_Example.framework */; };
1818
/* End PBXBuildFile section */
1919

2020
/* Begin PBXFileReference section */
21+
05D036871FA76084002C927B /* GravitySliderFlowLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = GravitySliderFlowLayout.swift; path = ../../GravitySliderFlowLayout/Classes/GravitySliderFlowLayout.swift; sourceTree = "<group>"; };
2122
05D6C0941F9F1757002174F6 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
2223
05D6C0991F9F1777002174F6 /* ProductCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProductCollectionViewCell.swift; sourceTree = "<group>"; };
2324
05D6C09B1F9F17DF002174F6 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
2425
05D6C09E1F9F17FF002174F6 /* UIColor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = "<group>"; };
25-
060AA8DD4A5462649640450A /* Pods-GravitySliderFlowLayout_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GravitySliderFlowLayout_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.release.xcconfig"; sourceTree = "<group>"; };
26-
4091DCFCA0CD3E9ACBF4D885 /* Pods-GravitySliderFlowLayout_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GravitySliderFlowLayout_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-GravitySliderFlowLayout_Tests/Pods-GravitySliderFlowLayout_Tests.debug.xcconfig"; sourceTree = "<group>"; };
27-
5551F29BCA2130662071ADE2 /* Pods-GravitySliderFlowLayout_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GravitySliderFlowLayout_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.release.xcconfig"; sourceTree = "<group>"; };
2826
607FACD01AFB9204008FA782 /* GravitySliderFlowLayout_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GravitySliderFlowLayout_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
2927
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3028
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3129
607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
3230
607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
33-
645B79A0C75B22CFBB01F805 /* Pods_GravitySliderFlowLayout_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GravitySliderFlowLayout_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
34-
7F671F9A5D3E8E2F51BA97A2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
35-
8B1E0E12E4C41737252EA929 /* Pods_GravitySliderFlowLayout_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GravitySliderFlowLayout_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
36-
97C2671730D90DE33FD088D2 /* GravitySliderFlowLayout.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = GravitySliderFlowLayout.podspec; path = ../GravitySliderFlowLayout.podspec; sourceTree = "<group>"; };
37-
9CF3967EA05477C506C1D102 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
38-
D3AF43636ACA69A271D876CA /* Pods-GravitySliderFlowLayout_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GravitySliderFlowLayout_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example.debug.xcconfig"; sourceTree = "<group>"; };
3931
/* End PBXFileReference section */
4032

4133
/* Begin PBXFrameworksBuildPhase section */
4234
607FACCD1AFB9204008FA782 /* Frameworks */ = {
4335
isa = PBXFrameworksBuildPhase;
4436
buildActionMask = 2147483647;
4537
files = (
46-
D84CF501849E4BBE9599DAC8 /* Pods_GravitySliderFlowLayout_Example.framework in Frameworks */,
4738
);
4839
runOnlyForDeploymentPostprocessing = 0;
4940
};
5041
/* End PBXFrameworksBuildPhase section */
5142

5243
/* Begin PBXGroup section */
44+
05D036861FA76069002C927B /* Sources */ = {
45+
isa = PBXGroup;
46+
children = (
47+
05D036871FA76084002C927B /* GravitySliderFlowLayout.swift */,
48+
);
49+
path = Sources;
50+
sourceTree = "<group>";
51+
};
5352
05D6C0981F9F1777002174F6 /* Cells */ = {
5453
isa = PBXGroup;
5554
children = (
@@ -69,30 +68,16 @@
6968
4D6D43EF6F3A826E87754FAA /* Frameworks */ = {
7069
isa = PBXGroup;
7170
children = (
72-
645B79A0C75B22CFBB01F805 /* Pods_GravitySliderFlowLayout_Example.framework */,
73-
8B1E0E12E4C41737252EA929 /* Pods_GravitySliderFlowLayout_Tests.framework */,
7471
);
7572
name = Frameworks;
7673
sourceTree = "<group>";
7774
};
78-
53FC1A8AB2512C643A7769FA /* Pods */ = {
79-
isa = PBXGroup;
80-
children = (
81-
D3AF43636ACA69A271D876CA /* Pods-GravitySliderFlowLayout_Example.debug.xcconfig */,
82-
5551F29BCA2130662071ADE2 /* Pods-GravitySliderFlowLayout_Example.release.xcconfig */,
83-
4091DCFCA0CD3E9ACBF4D885 /* Pods-GravitySliderFlowLayout_Tests.debug.xcconfig */,
84-
060AA8DD4A5462649640450A /* Pods-GravitySliderFlowLayout_Tests.release.xcconfig */,
85-
);
86-
name = Pods;
87-
sourceTree = "<group>";
88-
};
8975
607FACC71AFB9204008FA782 = {
9076
isa = PBXGroup;
9177
children = (
92-
607FACF51AFB993E008FA782 /* Podspec Metadata */,
78+
05D036861FA76069002C927B /* Sources */,
9379
607FACD21AFB9204008FA782 /* Example for GravitySliderFlowLayout */,
9480
607FACD11AFB9204008FA782 /* Products */,
95-
53FC1A8AB2512C643A7769FA /* Pods */,
9681
4D6D43EF6F3A826E87754FAA /* Frameworks */,
9782
);
9883
sourceTree = "<group>";
@@ -129,29 +114,16 @@
129114
name = "Supporting Files";
130115
sourceTree = "<group>";
131116
};
132-
607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
133-
isa = PBXGroup;
134-
children = (
135-
97C2671730D90DE33FD088D2 /* GravitySliderFlowLayout.podspec */,
136-
7F671F9A5D3E8E2F51BA97A2 /* README.md */,
137-
9CF3967EA05477C506C1D102 /* LICENSE */,
138-
);
139-
name = "Podspec Metadata";
140-
sourceTree = "<group>";
141-
};
142117
/* End PBXGroup section */
143118

144119
/* Begin PBXNativeTarget section */
145120
607FACCF1AFB9204008FA782 /* GravitySliderFlowLayout_Example */ = {
146121
isa = PBXNativeTarget;
147122
buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "GravitySliderFlowLayout_Example" */;
148123
buildPhases = (
149-
F1FBAA1C0B38D124E9E85494 /* [CP] Check Pods Manifest.lock */,
150124
607FACCC1AFB9204008FA782 /* Sources */,
151125
607FACCD1AFB9204008FA782 /* Frameworks */,
152126
607FACCE1AFB9204008FA782 /* Resources */,
153-
AF1F96C0CF0947D3F22246B4 /* [CP] Embed Pods Frameworks */,
154-
794C731A5C89763DE7F1F242 /* [CP] Copy Pods Resources */,
155127
);
156128
buildRules = (
157129
);
@@ -209,61 +181,14 @@
209181
};
210182
/* End PBXResourcesBuildPhase section */
211183

212-
/* Begin PBXShellScriptBuildPhase section */
213-
794C731A5C89763DE7F1F242 /* [CP] Copy Pods Resources */ = {
214-
isa = PBXShellScriptBuildPhase;
215-
buildActionMask = 2147483647;
216-
files = (
217-
);
218-
inputPaths = (
219-
);
220-
name = "[CP] Copy Pods Resources";
221-
outputPaths = (
222-
);
223-
runOnlyForDeploymentPostprocessing = 0;
224-
shellPath = /bin/sh;
225-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-resources.sh\"\n";
226-
showEnvVarsInLog = 0;
227-
};
228-
AF1F96C0CF0947D3F22246B4 /* [CP] Embed Pods Frameworks */ = {
229-
isa = PBXShellScriptBuildPhase;
230-
buildActionMask = 2147483647;
231-
files = (
232-
);
233-
inputPaths = (
234-
);
235-
name = "[CP] Embed Pods Frameworks";
236-
outputPaths = (
237-
);
238-
runOnlyForDeploymentPostprocessing = 0;
239-
shellPath = /bin/sh;
240-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GravitySliderFlowLayout_Example/Pods-GravitySliderFlowLayout_Example-frameworks.sh\"\n";
241-
showEnvVarsInLog = 0;
242-
};
243-
F1FBAA1C0B38D124E9E85494 /* [CP] Check Pods Manifest.lock */ = {
244-
isa = PBXShellScriptBuildPhase;
245-
buildActionMask = 2147483647;
246-
files = (
247-
);
248-
inputPaths = (
249-
);
250-
name = "[CP] Check Pods Manifest.lock";
251-
outputPaths = (
252-
);
253-
runOnlyForDeploymentPostprocessing = 0;
254-
shellPath = /bin/sh;
255-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
256-
showEnvVarsInLog = 0;
257-
};
258-
/* End PBXShellScriptBuildPhase section */
259-
260184
/* Begin PBXSourcesBuildPhase section */
261185
607FACCC1AFB9204008FA782 /* Sources */ = {
262186
isa = PBXSourcesBuildPhase;
263187
buildActionMask = 2147483647;
264188
files = (
265189
05D6C0951F9F1757002174F6 /* ViewController.swift in Sources */,
266190
05D6C09F1F9F17FF002174F6 /* UIColor.swift in Sources */,
191+
05D036881FA76085002C927B /* GravitySliderFlowLayout.swift in Sources */,
267192
05D6C09A1F9F1777002174F6 /* ProductCollectionViewCell.swift in Sources */,
268193
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
269194
);
@@ -384,7 +309,6 @@
384309
};
385310
607FACF01AFB9204008FA782 /* Debug */ = {
386311
isa = XCBuildConfiguration;
387-
baseConfigurationReference = D3AF43636ACA69A271D876CA /* Pods-GravitySliderFlowLayout_Example.debug.xcconfig */;
388312
buildSettings = {
389313
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
390314
INFOPLIST_FILE = GravitySliderFlowLayout/Info.plist;
@@ -399,7 +323,6 @@
399323
};
400324
607FACF11AFB9204008FA782 /* Release */ = {
401325
isa = XCBuildConfiguration;
402-
baseConfigurationReference = 5551F29BCA2130662071ADE2 /* Pods-GravitySliderFlowLayout_Example.release.xcconfig */;
403326
buildSettings = {
404327
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
405328
INFOPLIST_FILE = GravitySliderFlowLayout/Info.plist;

Example/GravitySliderFlowLayout.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 10 deletions
This file was deleted.

Example/GravitySliderFlowLayout/ViewController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//
88

99
import UIKit
10-
import GravitySliderFlowLayout
1110

1211
class ViewController: UIViewController {
1312

Example/Podfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

Example/Podfile.lock

Lines changed: 0 additions & 16 deletions
This file was deleted.

Example/Pods/Local Podspecs/GravitySliderFlowLayout.podspec.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

Example/Pods/Manifest.lock

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)