Skip to content

Commit

Permalink
Merge pull request #7 from PhilippeBoisney/swift-4
Browse files Browse the repository at this point in the history
Adding Swift 4 Support
  • Loading branch information
PhilippeBoisney authored Oct 5, 2017
2 parents 2efad10 + 61609ce commit 4fc0316
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions LinearProgressBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand Down Expand Up @@ -264,6 +265,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
Expand All @@ -278,7 +280,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.cookminute.LinearProgressBar;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
Expand All @@ -291,7 +293,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.cookminute.LinearProgressBar;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 4.0;
};
name = Release;
};
Expand All @@ -314,6 +316,7 @@
3721E07F1DA78F1100DC9E8F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions LinearProgressBarMaterial.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
s.name = "LinearProgressBarMaterial"
s.version = "1.2"
s.version = "1.3"
s.summary = "LinearProgressBarMaterial"
s.description = "A simple Linear Progress Bar for IOS (Swift 3.0), inspired by Material Design"
s.description = "A simple Linear Progress Bar for IOS (Swift 4.0), inspired by Material Design"
s.homepage = "https://github.com/PhilippeBoisney/LinearProgressBar"
s.license = 'MIT'
s.author = { "PhilippeBoisney" => "[email protected]" }
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![License](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat
)](http://mit-license.org)

Linear Progress Bar (inspired by [Google Material Design](https://www.google.com/design/spec/components/progress-activity.html#progress-activity-types-of-indicators#)) for iOS written in Swift 3.0
Linear Progress Bar (inspired by [Google Material Design](https://www.google.com/design/spec/components/progress-activity.html#progress-activity-types-of-indicators#)) for iOS written in Swift 4.0

Please feel free to make pull requests :)

Expand Down Expand Up @@ -53,10 +53,10 @@ linearBar.heightForLinearBar = 5
- [x] Multi-Device Full Support
- [x] Rotation Support
- [x] Material Design Effect
- [x] Swift 3 support
- [x] Swift 4 support

## Version
1.2
1.3


## Author
Expand Down

0 comments on commit 4fc0316

Please sign in to comment.