Skip to content

Commit

Permalink
Release version 3.2.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen authored Nov 20, 2018
1 parent 6e75b94 commit 426f280
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.2
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: objective-c
osx_image: xcode9
osx_image: xcode10
env:
- DESTINATION="OS=11.0,name=iPhone 8" SCHEME="ImageRow" SDK=iphonesimulator
- DESTINATION="OS=12.0,name=iPhone 8" SCHEME="ImageRow" SDK=iphonesimulator

before_install:
- brew update
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to ImageRow will be documented in this file.

### [3.2.0](https://github.com/EurekaCommunity/ImageRow/releases/tag/3.2.0)
<!-- Released on 2018-11-20. -->

* Xcode 10 and Swift 4.2 compatibility

### [3.1.0](https://github.com/EurekaCommunity/ImageRow/releases/tag/3.1.0)
<!-- Released on 2018-05-08. -->

Expand Down
24 changes: 24 additions & 0 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
28F828D51C4B714D00330CF4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 28F828D31C4B714D00330CF4 /* Main.storyboard */; };
28F828D71C4B714D00330CF4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 28F828D61C4B714D00330CF4 /* Assets.xcassets */; };
28F828DA1C4B714D00330CF4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 28F828D81C4B714D00330CF4 /* LaunchScreen.storyboard */; };
8FE3CC2D2165096C00A85D97 /* ImageRow.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8F9CAB221D89C756006E1824 /* ImageRow.framework */; };
8FE3CC2E2165096C00A85D97 /* ImageRow.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8F9CAB221D89C756006E1824 /* ImageRow.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
9A61F6D11EB9211100CBE062 /* CustomRow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9A61F6D01EB9211100CBE062 /* CustomRow.xib */; };
9A61F6D51EB9227500CBE062 /* CustomPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A61F6D41EB9227500CBE062 /* CustomPickerController.swift */; };
/* End PBXBuildFile section */
Expand All @@ -33,6 +35,13 @@
remoteGlobalIDString = 28F828871C494B2C00330CF4;
remoteInfo = ImageRowTests;
};
8FE3CC2F2165096C00A85D97 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 287D0A741C4B7B26004566D6 /* ImageRow.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 28F8287C1C494B2C00330CF4;
remoteInfo = ImageRow;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -43,6 +52,7 @@
dstSubfolderSpec = 10;
files = (
28BDF6151DA43255000518EB /* Eureka.framework in Embed Frameworks */,
8FE3CC2E2165096C00A85D97 /* ImageRow.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -69,6 +79,7 @@
buildActionMask = 2147483647;
files = (
28BDF6141DA43255000518EB /* Eureka.framework in Frameworks */,
8FE3CC2D2165096C00A85D97 /* ImageRow.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -141,6 +152,7 @@
buildRules = (
);
dependencies = (
8FE3CC302165096C00A85D97 /* PBXTargetDependency */,
);
name = Example;
productName = Example;
Expand Down Expand Up @@ -247,6 +259,14 @@
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
8FE3CC302165096C00A85D97 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = ImageRow;
targetProxy = 8FE3CC2F2165096C00A85D97 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
28F828D31C4B714D00330CF4 /* Main.storyboard */ = {
isa = PBXVariantGroup;
Expand Down Expand Up @@ -374,7 +394,9 @@
28F828EA1C4B714D00330CF4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS";
INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks $(SRCROOT)/../Carthage/Build/iOS";
Expand All @@ -387,7 +409,9 @@
28F828EB1C4B714D00330CF4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../Carthage/Build/iOS";
INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks $(SRCROOT)/../Carthage/Build/iOS";
Expand Down
2 changes: 2 additions & 0 deletions Example/Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSCameraUsageDescription</key>
<string>Use camera to take photos</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Show Image row</string>
<key>CFBundleDevelopmentRegion</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/Example/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ViewController: FormViewController {
row.clearAction = .yes(style: UIAlertAction.Style.destructive)
}
+++
Section()
Section()
<<< ImageRow() {
$0.title = "Image Row 2"
$0.sourceTypes = .PhotoLibrary
Expand Down
5 changes: 3 additions & 2 deletions ImageRow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ImageRow"
s.version = "3.1.0"
s.version = "3.2.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' }
Expand All @@ -10,5 +10,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '9.0'
s.requires_arc = true
s.ios.source_files = 'Sources/**/*.{swift}'
s.dependency 'Eureka', '~> 4.0'
s.dependency 'Eureka', '~> 4.3'
s.swift_version = "4.2"
end
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ class ViewController: FormViewController {
<<< ImageRow() { row in
row.title = "Image Row 1"
row.sourceTypes = [.PhotoLibrary, .SavedPhotosAlbum]
row.clearAction = .yes(style: UIAlertActionStyle.destructive)
row.clearAction = .yes(style: UIAlertAction.Style.destructive)
}
+++
Section()
Section()
<<< ImageRow() {
$0.title = "Image Row 2"
$0.sourceTypes = .PhotoLibrary
Expand Down Expand Up @@ -118,10 +118,6 @@ To localize the Actionsheet strings just add the keys `"Take photo", "Photo Libr

* [Xmartlabs SRL](https://github.com/xmartlabs) ([@xmartlabs](https://twitter.com/xmartlabs))

## FAQ

no content yet

# Change Log

This can be found in the [CHANGELOG.md](CHANGELOG.md) file.

0 comments on commit 426f280

Please sign in to comment.