Skip to content

Commit

Permalink
update to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiar committed Sep 13, 2020
1 parent 9e930d9 commit 34665bd
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 25 deletions.
4 changes: 2 additions & 2 deletions Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.0.0;
MARKETING_VERSION = 3.0.1;
PRODUCT_BUNDLE_IDENTIFIER = me.jiar.SegementSlide.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = NO;
Expand All @@ -730,7 +730,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.0.0;
MARKETING_VERSION = 3.0.1;
PRODUCT_BUNDLE_IDENTIFIER = me.jiar.SegementSlide.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = NO;
Expand Down
26 changes: 11 additions & 15 deletions Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,17 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
codeCoverageEnabled = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "804CC4C321C14AC4007EEBF8"
BuildableName = "Example.app"
BlueprintName = "Example"
ReferencedContainer = "container:Example.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
Expand All @@ -40,17 +49,6 @@
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "804CC4C321C14AC4007EEBF8"
BuildableName = "Example.app"
BlueprintName = "Example"
ReferencedContainer = "container:Example.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -73,8 +71,6 @@
ReferencedContainer = "container:Example.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- JXSegmentedView (1.0.6)
- MBProgressHUD (1.1.0)
- MJRefresh (3.2.0)
- SegementSlide (3.0.0)
- SegementSlide (3.0.1)
- SnapKit (5.0.0)

DEPENDENCIES:
Expand All @@ -28,7 +28,7 @@ SPEC CHECKSUMS:
JXSegmentedView: ceb6fb3a12716408bcd5c4210b93d947d079de25
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
MJRefresh: ed450d6eb9d3346a2cb033ab7eb6de090aeef437
SegementSlide: ba0c77950f35d215dff6cd55b30a1e953a9afa86
SegementSlide: 83b56ffb66b9c0edc4e4f2a74229309c62915db3
SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf

PODFILE CHECKSUM: 9b4b34f47bab00d35f35b1ffdc5ce19ee897074e
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ platform :ios, '9.0'
use_frameworks!

target '<Your Target Name>' do
pod 'SegementSlide', '3.0.0'
pod 'SegementSlide', '3.0.1'
end
```

Expand All @@ -89,7 +89,7 @@ To integrate SegementSlide into your Xcode project using Carthage
1. specify it in your `Cartfile`:

```ogdl
github "Jiar/SegementSlide" "3.0.0"
github "Jiar/SegementSlide" "3.0.1"
```

Run `carthage update` to build the framework.
Expand Down
2 changes: 1 addition & 1 deletion SegementSlide.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'SegementSlide'
s.version = '3.0.0'
s.version = '3.0.1'
s.summary = 'Multi-tier UIScrollView nested scrolling solution. 😋😋😋'

s.homepage = 'https://github.com/Jiar/SegementSlide'
Expand Down
12 changes: 9 additions & 3 deletions SegementSlide.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
8031BF28250099AC0043F71B /* UIView+Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8031BF15250099AC0043F71B /* UIView+Constraint.swift */; };
8031BF29250099AC0043F71B /* String+Bounding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8031BF16250099AC0043F71B /* String+Bounding.swift */; };
80A869C821E6387600A773CB /* SegementSlide_Dynamic_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80A869C721E6387600A773CB /* SegementSlide_Dynamic_Tests.swift */; };
80C66AF4250E7E200084692E /* UIScrollView+Scroll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C66AF3250E7E200084692E /* UIScrollView+Scroll.swift */; };
80C66AF5250E7E430084692E /* UIScrollView+Scroll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C66AF3250E7E200084692E /* UIScrollView+Scroll.swift */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -88,6 +90,7 @@
80A869C521E6387500A773CB /* SegementSlide-Dynamic-Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SegementSlide-Dynamic-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
80A869C721E6387600A773CB /* SegementSlide_Dynamic_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SegementSlide_Dynamic_Tests.swift; sourceTree = "<group>"; };
80A869C921E6387600A773CB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
80C66AF3250E7E200084692E /* UIScrollView+Scroll.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIScrollView+Scroll.swift"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -176,8 +179,9 @@
8031BF14250099AC0043F71B /* Utility */ = {
isa = PBXGroup;
children = (
8031BF15250099AC0043F71B /* UIView+Constraint.swift */,
8031BF16250099AC0043F71B /* String+Bounding.swift */,
8031BF15250099AC0043F71B /* UIView+Constraint.swift */,
80C66AF3250E7E200084692E /* UIScrollView+Scroll.swift */,
);
path = Utility;
sourceTree = "<group>";
Expand Down Expand Up @@ -371,6 +375,7 @@
8031BF1B250099AC0043F71B /* SegementSlideDefaultSwitcherView.swift in Sources */,
8031BF23250099AC0043F71B /* SegementSlideDefaultViewController.swift in Sources */,
8031BF22250099AC0043F71B /* SegementSlideViewController+delegate.swift in Sources */,
80C66AF4250E7E200084692E /* UIScrollView+Scroll.swift in Sources */,
8031BF18250099AC0043F71B /* SegementSlideSwitcherDelegate.swift in Sources */,
8031BF21250099AC0043F71B /* SegementSlideViewController.swift in Sources */,
8031BF28250099AC0043F71B /* UIView+Constraint.swift in Sources */,
Expand All @@ -397,6 +402,7 @@
801C1226250621520018BD64 /* SegementSlideViewController+delegate.swift in Sources */,
801C1227250621520018BD64 /* SegementSlideDefaultViewController.swift in Sources */,
801C1228250621520018BD64 /* TransparentSlideViewController.swift in Sources */,
80C66AF5250E7E430084692E /* UIScrollView+Scroll.swift in Sources */,
801C1229250621520018BD64 /* SegementSlideViewController+ex.swift in Sources */,
801C122A250621520018BD64 /* SegementSlideContentView.swift in Sources */,
801C122B250621520018BD64 /* SegementSlideHeaderView.swift in Sources */,
Expand Down Expand Up @@ -592,7 +598,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 3.0.0;
MARKETING_VERSION = 3.0.1;
PRODUCT_BUNDLE_IDENTIFIER = me.jiar.SegementSlide;
PRODUCT_NAME = SegementSlide;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -623,7 +629,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 3.0.0;
MARKETING_VERSION = 3.0.1;
PRODUCT_BUNDLE_IDENTIFIER = me.jiar.SegementSlide;
PRODUCT_NAME = SegementSlide;
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 34665bd

Please # to comment.