Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode10.1
osx_image: xcode11.5

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

### [3.1.0](https://github.com/EurekaCommunity/GenericPasswordRow/releases/tag/3.1.0)
<!-- Released on 2020-07-09. -->

* Update for Swift 5 and Eureka 5.2.1

### [3.0.0](https://github.com/EurekaCommunity/GenericPasswordRow/releases/tag/3.0.0)
<!-- Released on 2017-09-27. -->

* Update for Swift 4 and Eureka 4.0

### [2.1.1](https://github.com/EurekaCommunity/GenericPasswordRow/releases/tag/2.1.1)
<!-- Released on 2017-06-22. -->

Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "xmartlabs/Eureka" ~> 5.0
github "xmartlabs/Eureka" ~> 5.2.1
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "xmartlabs/Eureka" "5.0.0"
github "xmartlabs/Eureka" "5.2.1"
6 changes: 4 additions & 2 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0730;
LastUpgradeCheck = 1010;
LastUpgradeCheck = 1150;
ORGANIZATIONNAME = "Diego Ernst";
TargetAttributes = {
CFEB41531D7E0AB50091C10E = {
Expand All @@ -242,7 +242,7 @@
};
buildConfigurationList = CFEB414F1D7E0AB50091C10E /* Build configuration list for PBXProject "Example" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Expand Down Expand Up @@ -352,6 +352,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
Expand Down Expand Up @@ -408,6 +409,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
Expand Down
5 changes: 3 additions & 2 deletions GenericPasswordRow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "GenericPasswordRow"
spec.version = "3.0.0"
spec.version = "3.1.0"
spec.summary = "Eureka row to validate passwords"
spec.homepage = "https://github.com/EurekaCommunity/GenericPasswordRow"
spec.license = { type: 'MIT', file: 'LICENSE' }
Expand All @@ -13,6 +13,7 @@ Pod::Spec.new do |spec|
spec.resource_bundles = {
'GenericPasswordRow' => ['Resources/*']
}
spec.swift_version = '5.0'
spec.ios.frameworks = 'UIKit', 'Foundation'
spec.dependency "Eureka", "~> 5.0"
spec.dependency "Eureka", "~> 5.2"
end
7 changes: 5 additions & 2 deletions GenericPasswordRow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0730;
LastUpgradeCheck = 1010;
LastUpgradeCheck = 1150;
ORGANIZATIONNAME = "Diego Ernst";
TargetAttributes = {
CFFC76AC1D7DFF29006C3E55 = {
Expand All @@ -217,10 +217,11 @@
};
buildConfigurationList = CFFC76A71D7DFF29006C3E55 /* Build configuration list for PBXProject "GenericPasswordRow" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = CFFC76A31D7DFF29006C3E55;
productRefGroup = CFFC76AE1D7DFF29006C3E55 /* Products */;
Expand Down Expand Up @@ -295,6 +296,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
Expand Down Expand Up @@ -354,6 +356,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
LastUpgradeVersion = "1150"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -27,6 +27,15 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CFFC76AC1D7DFF29006C3E55"
BuildableName = "GenericPasswordRow.framework"
BlueprintName = "GenericPasswordRow"
ReferencedContainer = "container:GenericPasswordRow.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
Expand All @@ -39,17 +48,6 @@
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CFFC76AC1D7DFF29006C3E55"
BuildableName = "GenericPasswordRow.framework"
BlueprintName = "GenericPasswordRow"
ReferencedContainer = "container:GenericPasswordRow.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -70,8 +68,6 @@
ReferencedContainer = "container:GenericPasswordRow.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class ViewController: FormViewController {
## Requirements

* iOS 9.0+
* Xcode 9.0+
* Eureka ~>4.0
* Xcode 11.5+
* Eureka ~> 5.2.1

## Getting involved

Expand Down Expand Up @@ -85,7 +85,7 @@ Follow these steps to run Example project:
To install GenericPasswordRow, simply add the following line to your Podfile:

```ruby
pod 'GenericPasswordRow', '~> 3.0'
pod 'GenericPasswordRow', '~> 3.1'
```

#### Carthage
Expand All @@ -95,7 +95,7 @@ pod 'GenericPasswordRow', '~> 3.0'
To install GenericPasswordRow, simply add the following line to your Cartfile:

```ogdl
github "EurekaCommunity/GenericPasswordRow" ~> 3.0
github "EurekaCommunity/GenericPasswordRow" ~> 3.1
```


Expand Down