File tree Expand file tree Collapse file tree 11 files changed +47
-28
lines changed
Example/Example.xcodeproj
GenericPasswordRow.xcodeproj
GenericPasswordRow.xcworkspace/xcshareddata Expand file tree Collapse file tree 11 files changed +47
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11language : objective-c
2- osx_image : xcode10.1
2+ osx_image : xcode11.5
33
44before_install :
55- brew update
Original file line number Diff line number Diff line change 11# Change Log
22All 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
Original file line number Diff line number Diff line change 1- github "xmartlabs/Eureka" ~> 5.0
1+ github "xmartlabs/Eureka" ~> 5.2.1
Original file line number Diff line number Diff line change 1- github "xmartlabs/Eureka" "5.0.0 "
1+ github "xmartlabs/Eureka" "5.2.1 "
Original file line number Diff line number Diff line change 220220 isa = PBXProject;
221221 attributes = {
222222 LastSwiftUpdateCheck = 0730;
223- LastUpgradeCheck = 1010 ;
223+ LastUpgradeCheck = 1150 ;
224224 ORGANIZATIONNAME = "Diego Ernst";
225225 TargetAttributes = {
226226 CFEB41531D7E0AB50091C10E = {
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,
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++";
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++";
Original file line number Diff line number Diff line change 11Pod ::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 "
1819end
Original file line number Diff line number Diff line change 201201 isa = PBXProject;
202202 attributes = {
203203 LastSwiftUpdateCheck = 0730;
204- LastUpgradeCheck = 1010 ;
204+ LastUpgradeCheck = 1150 ;
205205 ORGANIZATIONNAME = "Diego Ernst";
206206 TargetAttributes = {
207207 CFFC76AC1D7DFF29006C3E55 = {
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 */;
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++";
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++";
Original file line number Diff line number Diff line change 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"
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" >
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"
7068 ReferencedContainer = " container:GenericPasswordRow.xcodeproj" >
7169 </BuildableReference >
7270 </MacroExpansion >
73- <AdditionalOptions >
74- </AdditionalOptions >
7571 </LaunchAction >
7672 <ProfileAction
7773 buildConfiguration = " Release"
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments