Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrwendt committed Oct 14, 2019
2 parents bb6342b + 36038e9 commit ca29833
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 274 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Carthage/Build
Pods/

# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
.swiftpm
Package.resolved
.build/
7 changes: 0 additions & 7 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

This file was deleted.

14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 1.0.1
### Bugfix
* Fix version of Capable dependency which was causing issues in projects where Capable was used side by side with SheetyColors

## Version 1.0.0
### Enhancements
* [Support iOS 13](https://github.com/chrs1885/SheetyColors/issues/3)
Expand Down
6 changes: 0 additions & 6 deletions Colors.xcassets/Contents.json

This file was deleted.

33 changes: 0 additions & 33 deletions Colors.xcassets/sliderThumbBorderColor.colorset/Contents.json

This file was deleted.

38 changes: 0 additions & 38 deletions Colors.xcassets/sliderThumbShadowColor.colorset/Contents.json

This file was deleted.

6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Capable/Colors (1.0.1)
- Nimble (8.0.2)
- Quick (2.1.0)
- SheetyColors (0.3.1):
- SheetyColors (1.0.0):
- Capable/Colors (~> 1.0.0)
- SnapshotTesting (1.5.0)

Expand All @@ -27,9 +27,9 @@ SPEC CHECKSUMS:
Capable: f102b9cb3167470fac31d07d175b95ecb4f9ca9a
Nimble: 622629381bda1dd5678162f21f1368cec7cbba60
Quick: 4be43f6634acfa727dd106bdf3929ce125ffa79d
SheetyColors: 9edd082cd40f6ab3681262ff73cf21349fe37853
SheetyColors: dbf4b6b427d10f0316a2237b8a00cd8d576466dd
SnapshotTesting: 9ca1d80f6322509a035856170c11d0571b1f7171

PODFILE CHECKSUM: 4d25efd32952718fd1b46a2d61df3cf0534d24cf

COCOAPODS: 1.6.0.rc.2
COCOAPODS: 1.7.5
8 changes: 0 additions & 8 deletions Example/SheetyColors.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -488,17 +488,13 @@
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SheetyColors_Tests/Pods-SheetyColors_Tests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework",
"${BUILT_PRODUCTS_DIR}/Quick/Quick.framework",
"${BUILT_PRODUCTS_DIR}/SnapshotTesting/SnapshotTesting.framework",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Nimble.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Quick.framework",
Expand Down Expand Up @@ -594,16 +590,12 @@
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SheetyColors_Example/Pods-SheetyColors_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Capable/Capable.framework",
"${BUILT_PRODUCTS_DIR}/SheetyColors/SheetyColors.framework",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Capable.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SheetyColors.framework",
Expand Down
160 changes: 0 additions & 160 deletions Package.resolved

This file was deleted.

4 changes: 2 additions & 2 deletions SheetyColors.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SheetyColors'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'An action sheet styled color picker for iOS.'

s.description = <<-DESC
Expand All @@ -15,7 +15,7 @@ The SheetyColors color picker is based on UIKit's UIAlertController. Therefore,
s.social_media_url = 'https://twitter.com/chr_wendt'

s.ios.deployment_target = '11.0'
s.dependency 'Capable/Colors', '~> 1.0.0'
s.dependency 'Capable/Colors', '~> 1.0'

s.source_files = 'SheetyColors/Classes/**/*.{swift}'
s.resources = 'SheetyColors/Classes/**/*.{xcassets,xib}'
Expand Down

0 comments on commit ca29833

Please sign in to comment.