From 5682215c037bc5ff9b9b9ddb219f906f078e4c25 Mon Sep 17 00:00:00 2001 From: Mathias Claassen Date: Mon, 18 Apr 2022 15:35:04 -0300 Subject: [PATCH] Version bump 4.1.0 (#88) --- .travis.yml | 14 -------------- CHANGELOG.md | 9 +++++++++ ImageRow.podspec | 2 +- ImageRow.xcodeproj/project.pbxproj | 2 ++ Package.swift | 2 +- README.md | 4 ++-- Sources/Info.plist | 2 +- 7 files changed, 16 insertions(+), 19 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2b7e60e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: objective-c -osx_image: xcode11 -env: -- DESTINATION="OS=13.0,name=iPhone 11" SCHEME="ImageRow" SDK=iphonesimulator - -before_install: -- brew update -- brew outdated carthage || brew upgrade carthage -- carthage update --platform iOS -- gem install xcpretty --no-document --quiet - -script: -- xcodebuild clean build -project ImageRow.xcodeproj -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c -- xcodebuild test -project ImageRow.xcodeproj -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d35575..d2d93e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log All notable changes to ImageRow will be documented in this file. +### [4.1.0](https://github.com/EurekaCommunity/ImageRow/releases/tag/4.1.0) + + +* Allows setting a thumbnail image (#69) +* Added possibility to change the default action sheet tint color +* Add support for Swift Package Manager + Add Github Actions support to… +* Update to Eureka version 5.3.5 (#87) +* Several fixes (#84, #73, #70) + ### [4.0.0](https://github.com/EurekaCommunity/ImageRow/releases/tag/4.0.0) diff --git a/ImageRow.podspec b/ImageRow.podspec index dec9a05..b3030d5 100644 --- a/ImageRow.podspec +++ b/ImageRow.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ImageRow" - s.version = "4.0.0" + s.version = "4.1.0" s.summary = "Eureka row that allows us to take or select a picture." s.homepage = "https://github.com/EurekaCommunity/ImageRow" s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/ImageRow.xcodeproj/project.pbxproj b/ImageRow.xcodeproj/project.pbxproj index 40badf8..8ca70eb 100644 --- a/ImageRow.xcodeproj/project.pbxproj +++ b/ImageRow.xcodeproj/project.pbxproj @@ -371,6 +371,7 @@ INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MARKETING_VERSION = 4.1.0; PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.ImageRow; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -395,6 +396,7 @@ INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MARKETING_VERSION = 4.1.0; PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.ImageRow; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; diff --git a/Package.swift b/Package.swift index 194b6f3..e9c36cb 100644 --- a/Package.swift +++ b/Package.swift @@ -8,7 +8,7 @@ let package = Package( .library(name: "ImageRow", targets: ["ImageRow"]) ], dependencies: [ - .package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.2.0"), + .package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.3.5"), ], targets: [ .target( diff --git a/README.md b/README.md index 92a38f1..3a9c0ff 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ You can also experiment and learn with the *ImageRow Playground* which is contai To install ImageRow, simply add the following line to your Podfile: ```ruby -pod 'ImageRow', '~> 4.0' +pod 'ImageRow', '~> 4.1' ``` #### Carthage @@ -99,7 +99,7 @@ pod 'ImageRow', '~> 4.0' To install ImageRow, simply add the following line to your Cartfile: ```ogdl -github "EurekaCommunity/ImageRow" ~> 4.0 +github "EurekaCommunity/ImageRow" ~> 4.1 ``` ## Customization diff --git a/Sources/Info.plist b/Sources/Info.plist index 7a84553..ca23c84 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.1 + $(MARKETING_VERSION) CFBundleSignature ???? CFBundleVersion