Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
Bump to version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoCardoso committed Nov 8, 2017
1 parent dd4fede commit fbec9ea
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 15 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Change Log

#### 0.x Releases
- `0.0.x` Releases - [0.0.2](#002)
- `0.0.x` Releases - [0.0.2](#002) | [0.0.3](#003)

---

## [0.0.3](https://github.com/LeonardoCardoso/SectionedSlider/releases/tag/0.0.3)
Released on 2017-11-08.

#### Added
- Reference to slider in delegate.
- Added by [Jcurrie314](https://github.com/jcurrie314).

## [0.0.2](https://github.com/LeonardoCardoso/SectionedSlider/releases/tag/0.0.2)
Released on 2017-06-07.

Expand Down
17 changes: 15 additions & 2 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
TargetAttributes = {
98287C701EE7443100FA064B = {
CreatedOnToolsVersion = 8.3.2;
ProvisioningStyle = Automatic;
ProvisioningStyle = Manual;
};
};
};
Expand Down Expand Up @@ -165,13 +165,16 @@
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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";
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";
showEnvVarsInLog = 0;
};
B201297C64912C9375419BD5 /* [CP] Embed Pods Frameworks */ = {
Expand All @@ -180,9 +183,12 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/SectionedSlider/SectionedSlider.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SectionedSlider.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -338,10 +344,13 @@
baseConfigurationReference = 211DABB6C4E464F9098B86E3 /* Pods-Example.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Example/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.leocardz.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 3.0;
};
name = Debug;
Expand All @@ -351,10 +360,13 @@
baseConfigurationReference = 3DCF37580BAD807E101D4B56 /* Pods-Example.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Example/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.leocardz.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 3.0;
};
name = Release;
Expand All @@ -378,6 +390,7 @@
98287C851EE7443100FA064B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
4 changes: 1 addition & 3 deletions Example/Example/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ class ViewController: UIViewController {

extension ViewController: SectionedSliderDelegate {

func sectionChanged(selected: Int) {

func sectionChanged(slider: SectionedSlider, selected: Int) {
label?.text = "Section #\(selected)"

}

}
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- SectionedSlider (0.0.2)
- SectionedSlider (0.0.3)

DEPENDENCIES:
- SectionedSlider (from `../`)

EXTERNAL SOURCES:
SectionedSlider:
:path: "../"
:path: ../

SPEC CHECKSUMS:
SectionedSlider: b6e84b6f238259c6024566e04ce5a0aa3ec4c280
SectionedSlider: 661f3bfeaee4b2f81bba4d75a466e7f5811d81e0

PODFILE CHECKSUM: be75490de1e91b92d1de255a1c69cf94cb3d373b

COCOAPODS: 1.2.1
COCOAPODS: 1.3.1
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| ![iOS](Images/static.gif) | ![watchOS](Images/static2.gif) |

[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://github.com/LeonardoCardoso/SectionedSlider#requirements-and-details)
[![CocoaPods](https://img.shields.io/badge/pod-v0.0.2-red.svg)](https://github.com/LeonardoCardoso/SectionedSlider#cocoapods)
[![CocoaPods](https://img.shields.io/badge/pod-v0.0.3-red.svg)](https://github.com/LeonardoCardoso/SectionedSlider#cocoapods)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg)](https://github.com/LeonardoCardoso/SectionedSlider#carthage)

> Control Center Slider
Expand All @@ -31,7 +31,7 @@
$ gem install cocoapods
```

> CocoaPods 1.1.0+ is required to build SectionedSlider 0.0.2+.
> CocoaPods 1.1.0+ is required to build SectionedSlider 0.0.3+.
To integrate SectionedSlider into your Xcode project using CocoaPods, specify it in your `Podfile`:

Expand All @@ -40,7 +40,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'SectionedSlider', '~> 0.0.2'
pod 'SectionedSlider', '~> 0.0.3'
```

Then, run the following command:
Expand All @@ -63,7 +63,7 @@ $ brew install carthage
To integrate SectionedSlider into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "LeonardoCardoso/SectionedSlider" ~> 0.0.2
github "LeonardoCardoso/SectionedSlider" ~> 0.0.3
```

### Manually
Expand Down
2 changes: 1 addition & 1 deletion SectionedSlider.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'SectionedSlider'
s.version = '0.0.2'
s.version = '0.0.3'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'Control Center Slider'
s.homepage = 'https://github.com/LeonardoCardoso/SectionedSlider'
Expand Down

0 comments on commit fbec9ea

Please sign in to comment.