Skip to content

Commit fa7e09d

Browse files
Merge pull request #29 from EurekaCommunity/version_3.1
Eureka -> 5.2 and version bump 3.1.0
2 parents 59a19dd + 8c1f65d commit fa7e09d

File tree

11 files changed

+47
-28
lines changed

11 files changed

+47
-28
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode10.1
2+
osx_image: xcode11.5
33

44
before_install:
55
- brew update

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Change Log
22
All notable changes to GenericPasswordRow will be documented in this file.
33

4+
### [3.1.0](https://github.com/EurekaCommunity/GenericPasswordRow/releases/tag/3.1.0)
5+
<!-- Released on 2020-07-09. -->
6+
7+
* Update for Swift 5 and Eureka 5.2.1
8+
9+
### [3.0.0](https://github.com/EurekaCommunity/GenericPasswordRow/releases/tag/3.0.0)
10+
<!-- Released on 2017-09-27. -->
11+
12+
* Update for Swift 4 and Eureka 4.0
13+
414
### [2.1.1](https://github.com/EurekaCommunity/GenericPasswordRow/releases/tag/2.1.1)
515
<!-- Released on 2017-06-22. -->
616

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "xmartlabs/Eureka" ~> 5.0
1+
github "xmartlabs/Eureka" ~> 5.2.1

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "xmartlabs/Eureka" "5.0.0"
1+
github "xmartlabs/Eureka" "5.2.1"

Example/Example.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
isa = PBXProject;
221221
attributes = {
222222
LastSwiftUpdateCheck = 0730;
223-
LastUpgradeCheck = 1010;
223+
LastUpgradeCheck = 1150;
224224
ORGANIZATIONNAME = "Diego Ernst";
225225
TargetAttributes = {
226226
CFEB41531D7E0AB50091C10E = {
@@ -242,7 +242,7 @@
242242
};
243243
buildConfigurationList = CFEB414F1D7E0AB50091C10E /* Build configuration list for PBXProject "Example" */;
244244
compatibilityVersion = "Xcode 3.2";
245-
developmentRegion = English;
245+
developmentRegion = en;
246246
hasScannedForEncodings = 0;
247247
knownRegions = (
248248
en,
@@ -352,6 +352,7 @@
352352
isa = XCBuildConfiguration;
353353
buildSettings = {
354354
ALWAYS_SEARCH_USER_PATHS = NO;
355+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
355356
CLANG_ANALYZER_NONNULL = YES;
356357
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
357358
CLANG_CXX_LIBRARY = "libc++";
@@ -408,6 +409,7 @@
408409
isa = XCBuildConfiguration;
409410
buildSettings = {
410411
ALWAYS_SEARCH_USER_PATHS = NO;
412+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
411413
CLANG_ANALYZER_NONNULL = YES;
412414
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
413415
CLANG_CXX_LIBRARY = "libc++";

GenericPasswordRow.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "GenericPasswordRow"
3-
spec.version = "3.0.0"
3+
spec.version = "3.1.0"
44
spec.summary = "Eureka row to validate passwords"
55
spec.homepage = "https://github.com/EurekaCommunity/GenericPasswordRow"
66
spec.license = { type: 'MIT', file: 'LICENSE' }
@@ -13,6 +13,7 @@ Pod::Spec.new do |spec|
1313
spec.resource_bundles = {
1414
'GenericPasswordRow' => ['Resources/*']
1515
}
16+
spec.swift_version = '5.0'
1617
spec.ios.frameworks = 'UIKit', 'Foundation'
17-
spec.dependency "Eureka", "~> 5.0"
18+
spec.dependency "Eureka", "~> 5.2"
1819
end

GenericPasswordRow.xcodeproj/project.pbxproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
isa = PBXProject;
202202
attributes = {
203203
LastSwiftUpdateCheck = 0730;
204-
LastUpgradeCheck = 1010;
204+
LastUpgradeCheck = 1150;
205205
ORGANIZATIONNAME = "Diego Ernst";
206206
TargetAttributes = {
207207
CFFC76AC1D7DFF29006C3E55 = {
@@ -217,10 +217,11 @@
217217
};
218218
buildConfigurationList = CFFC76A71D7DFF29006C3E55 /* Build configuration list for PBXProject "GenericPasswordRow" */;
219219
compatibilityVersion = "Xcode 3.2";
220-
developmentRegion = English;
220+
developmentRegion = en;
221221
hasScannedForEncodings = 0;
222222
knownRegions = (
223223
en,
224+
Base,
224225
);
225226
mainGroup = CFFC76A31D7DFF29006C3E55;
226227
productRefGroup = CFFC76AE1D7DFF29006C3E55 /* Products */;
@@ -295,6 +296,7 @@
295296
isa = XCBuildConfiguration;
296297
buildSettings = {
297298
ALWAYS_SEARCH_USER_PATHS = NO;
299+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
298300
CLANG_ANALYZER_NONNULL = YES;
299301
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
300302
CLANG_CXX_LIBRARY = "libc++";
@@ -354,6 +356,7 @@
354356
isa = XCBuildConfiguration;
355357
buildSettings = {
356358
ALWAYS_SEARCH_USER_PATHS = NO;
359+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
357360
CLANG_ANALYZER_NONNULL = YES;
358361
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
359362
CLANG_CXX_LIBRARY = "libc++";

GenericPasswordRow.xcodeproj/xcshareddata/xcschemes/GenericPasswordRow.xcscheme

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1010"
3+
LastUpgradeVersion = "1150"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,6 +27,15 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "CFFC76AC1D7DFF29006C3E55"
34+
BuildableName = "GenericPasswordRow.framework"
35+
BlueprintName = "GenericPasswordRow"
36+
ReferencedContainer = "container:GenericPasswordRow.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
3039
<Testables>
3140
<TestableReference
3241
skipped = "NO">
@@ -39,17 +48,6 @@
3948
</BuildableReference>
4049
</TestableReference>
4150
</Testables>
42-
<MacroExpansion>
43-
<BuildableReference
44-
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "CFFC76AC1D7DFF29006C3E55"
46-
BuildableName = "GenericPasswordRow.framework"
47-
BlueprintName = "GenericPasswordRow"
48-
ReferencedContainer = "container:GenericPasswordRow.xcodeproj">
49-
</BuildableReference>
50-
</MacroExpansion>
51-
<AdditionalOptions>
52-
</AdditionalOptions>
5351
</TestAction>
5452
<LaunchAction
5553
buildConfiguration = "Debug"
@@ -70,8 +68,6 @@
7068
ReferencedContainer = "container:GenericPasswordRow.xcodeproj">
7169
</BuildableReference>
7270
</MacroExpansion>
73-
<AdditionalOptions>
74-
</AdditionalOptions>
7571
</LaunchAction>
7672
<ProfileAction
7773
buildConfiguration = "Release"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)