Skip to content

Commit ac35d69

Browse files
committed
3.2.0 updates.
1 parent 8862b30 commit ac35d69

File tree

57 files changed

+1928
-101
lines changed

Some content is hidden

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

57 files changed

+1928
-101
lines changed

Ease.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Ease'
3-
s.version = '3.1.1'
3+
s.version = '3.2.0'
44
s.swift_version = '5.0'
55
s.ios.deployment_target = '9.0'
66
s.summary = 'Its magic'

Example/Ease.xcodeproj/project.pbxproj

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
0F8D24D1065F9086234628CE /* libPods-Ease_Example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CD90E33407AF3306F0AD965 /* libPods-Ease_Example.a */; };
1011
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
1112
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
1213
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
@@ -20,26 +21,30 @@
2021

2122
/* Begin PBXFileReference section */
2223
2A9BB028CCF0D467BBF43AA8 /* Ease.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Ease.podspec; path = ../Ease.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
24+
4525EE2854FBB205ADEC48C8 /* Pods-Ease_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Ease_Example.debug.xcconfig"; path = "Target Support Files/Pods-Ease_Example/Pods-Ease_Example.debug.xcconfig"; sourceTree = "<group>"; };
2325
607FACD01AFB9204008FA782 /* Ease_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Ease_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
2426
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2527
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2628
607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
2729
607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
2830
642B79998037D9B6E57D3001 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
31+
6CD90E33407AF3306F0AD965 /* libPods-Ease_Example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Ease_Example.a"; sourceTree = BUILT_PRODUCTS_DIR; };
2932
989A880669BE0CF1EF920910 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
3033
A96FE5D91FDABB8100C93D85 /* ExamplesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExamplesViewController.swift; sourceTree = "<group>"; };
3134
A981A27A1FE0716C00AA7AD0 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
3235
A981A27C1FE0788D00AA7AD0 /* GesturesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GesturesViewController.swift; sourceTree = "<group>"; };
3336
A981A27E1FE0789D00AA7AD0 /* ScrollingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScrollingViewController.swift; sourceTree = "<group>"; };
3437
A981A2801FE078BB00AA7AD0 /* GyroscopeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GyroscopeViewController.swift; sourceTree = "<group>"; };
3538
A981A2831FE07B9500AA7AD0 /* Square.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Square.swift; sourceTree = "<group>"; };
39+
E1166F8775792856A44E56AE /* Pods-Ease_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Ease_Example.release.xcconfig"; path = "Target Support Files/Pods-Ease_Example/Pods-Ease_Example.release.xcconfig"; sourceTree = "<group>"; };
3640
/* End PBXFileReference section */
3741

3842
/* Begin PBXFrameworksBuildPhase section */
3943
607FACCD1AFB9204008FA782 /* Frameworks */ = {
4044
isa = PBXFrameworksBuildPhase;
4145
buildActionMask = 2147483647;
4246
files = (
47+
0F8D24D1065F9086234628CE /* libPods-Ease_Example.a in Frameworks */,
4348
);
4449
runOnlyForDeploymentPostprocessing = 0;
4550
};
@@ -53,6 +58,7 @@
5358
607FACF51AFB993E008FA782 /* Podspec Metadata */,
5459
607FACD11AFB9204008FA782 /* Products */,
5560
69DFF2DDB118E233E99DD4AE /* Pods */,
61+
9B7AAFFFB01D1F2BB64CBA97 /* Frameworks */,
5662
);
5763
sourceTree = "<group>";
5864
};
@@ -99,10 +105,20 @@
99105
69DFF2DDB118E233E99DD4AE /* Pods */ = {
100106
isa = PBXGroup;
101107
children = (
108+
4525EE2854FBB205ADEC48C8 /* Pods-Ease_Example.debug.xcconfig */,
109+
E1166F8775792856A44E56AE /* Pods-Ease_Example.release.xcconfig */,
102110
);
103111
path = Pods;
104112
sourceTree = "<group>";
105113
};
114+
9B7AAFFFB01D1F2BB64CBA97 /* Frameworks */ = {
115+
isa = PBXGroup;
116+
children = (
117+
6CD90E33407AF3306F0AD965 /* libPods-Ease_Example.a */,
118+
);
119+
name = Frameworks;
120+
sourceTree = "<group>";
121+
};
106122
A96FE5D81FDABB8100C93D85 /* Examples */ = {
107123
isa = PBXGroup;
108124
children = (
@@ -130,6 +146,7 @@
130146
isa = PBXNativeTarget;
131147
buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "Ease_Example" */;
132148
buildPhases = (
149+
3A4FBDB5A3F797CB8C5D0717 /* [CP] Check Pods Manifest.lock */,
133150
607FACCC1AFB9204008FA782 /* Sources */,
134151
607FACCD1AFB9204008FA782 /* Frameworks */,
135152
607FACCE1AFB9204008FA782 /* Resources */,
@@ -155,7 +172,7 @@
155172
TargetAttributes = {
156173
607FACCF1AFB9204008FA782 = {
157174
CreatedOnToolsVersion = 6.3.1;
158-
DevelopmentTeam = 3TAZ984YN3;
175+
DevelopmentTeam = AP62F24ZLQ;
159176
LastSwiftMigration = 0900;
160177
};
161178
};
@@ -190,6 +207,31 @@
190207
};
191208
/* End PBXResourcesBuildPhase section */
192209

210+
/* Begin PBXShellScriptBuildPhase section */
211+
3A4FBDB5A3F797CB8C5D0717 /* [CP] Check Pods Manifest.lock */ = {
212+
isa = PBXShellScriptBuildPhase;
213+
buildActionMask = 2147483647;
214+
files = (
215+
);
216+
inputFileListPaths = (
217+
);
218+
inputPaths = (
219+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
220+
"${PODS_ROOT}/Manifest.lock",
221+
);
222+
name = "[CP] Check Pods Manifest.lock";
223+
outputFileListPaths = (
224+
);
225+
outputPaths = (
226+
"$(DERIVED_FILE_DIR)/Pods-Ease_Example-checkManifestLockResult.txt",
227+
);
228+
runOnlyForDeploymentPostprocessing = 0;
229+
shellPath = /bin/sh;
230+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
231+
showEnvVarsInLog = 0;
232+
};
233+
/* End PBXShellScriptBuildPhase section */
234+
193235
/* Begin PBXSourcesBuildPhase section */
194236
607FACCC1AFB9204008FA782 /* Sources */ = {
195237
isa = PBXSourcesBuildPhase;
@@ -328,9 +370,10 @@
328370
};
329371
607FACF01AFB9204008FA782 /* Debug */ = {
330372
isa = XCBuildConfiguration;
373+
baseConfigurationReference = 4525EE2854FBB205ADEC48C8 /* Pods-Ease_Example.debug.xcconfig */;
331374
buildSettings = {
332375
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
333-
DEVELOPMENT_TEAM = 3TAZ984YN3;
376+
DEVELOPMENT_TEAM = AP62F24ZLQ;
334377
INFOPLIST_FILE = Ease/Info.plist;
335378
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
336379
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -344,9 +387,10 @@
344387
};
345388
607FACF11AFB9204008FA782 /* Release */ = {
346389
isa = XCBuildConfiguration;
390+
baseConfigurationReference = E1166F8775792856A44E56AE /* Pods-Ease_Example.release.xcconfig */;
347391
buildSettings = {
348392
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
349-
DEVELOPMENT_TEAM = 3TAZ984YN3;
393+
DEVELOPMENT_TEAM = AP62F24ZLQ;
350394
INFOPLIST_FILE = Ease/Info.plist;
351395
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
352396
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

Example/Ease.xcodeproj/xcshareddata/xcschemes/Ease-Example.xcscheme

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1150"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -41,6 +41,15 @@
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4343
shouldUseLaunchSchemeArgsEnv = "YES">
44+
<MacroExpansion>
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
48+
BuildableName = "Ease_Example.app"
49+
BlueprintName = "Ease_Example"
50+
ReferencedContainer = "container:Ease.xcodeproj">
51+
</BuildableReference>
52+
</MacroExpansion>
4453
<Testables>
4554
<TestableReference
4655
skipped = "NO">
@@ -53,17 +62,6 @@
5362
</BuildableReference>
5463
</TestableReference>
5564
</Testables>
56-
<MacroExpansion>
57-
<BuildableReference
58-
BuildableIdentifier = "primary"
59-
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
60-
BuildableName = "Ease_Example.app"
61-
BlueprintName = "Ease_Example"
62-
ReferencedContainer = "container:Ease.xcodeproj">
63-
</BuildableReference>
64-
</MacroExpansion>
65-
<AdditionalOptions>
66-
</AdditionalOptions>
6765
</TestAction>
6866
<LaunchAction
6967
buildConfiguration = "Debug"
@@ -85,8 +83,6 @@
8583
ReferencedContainer = "container:Ease.xcodeproj">
8684
</BuildableReference>
8785
</BuildableProductRunnable>
88-
<AdditionalOptions>
89-
</AdditionalOptions>
9086
</LaunchAction>
9187
<ProfileAction
9288
buildConfiguration = "Release"

Example/Ease.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.

Example/Podfile.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PODS:
2+
- Ease (3.1.1)
3+
4+
DEPENDENCIES:
5+
- Ease (from `../`)
6+
7+
EXTERNAL SOURCES:
8+
Ease:
9+
:path: "../"
10+
11+
SPEC CHECKSUMS:
12+
Ease: f3cdad5c3b6274bbb1f499058678a56180d43793
13+
14+
PODFILE CHECKSUM: d5d9c012ac34586efd4f7ce8d194fe18f9db3119
15+
16+
COCOAPODS: 1.8.4

Example/Pods/Headers/Public/Ease/Ease-umbrella.h

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

Example/Pods/Headers/Public/Ease/Ease.modulemap

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

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

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

Example/Pods/Manifest.lock

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

0 commit comments

Comments
 (0)