File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "ADAL"
33 s . module_name = "ADAL"
4- s . version = "2.1.1 "
4+ s . version = "2.1.2 "
55 s . summary = "The ADAL SDK for iOS gives you the ability to add Azure Identity authentication to your application"
66
77 s . description = <<-DESC
Original file line number Diff line number Diff line change 2525// version in static define until we identify a better place:
2626#define ADAL_VER_HIGH 2
2727#define ADAL_VER_LOW 1
28- #define ADAL_VER_PATCH 1
28+ #define ADAL_VER_PATCH 2
2929
3030#define STR_ADAL_VER_HIGH " 2"
3131#define STR_ADAL_VER_LOW " 1"
32- #define STR_ADAL_VER_PATCH " 1 "
32+ #define STR_ADAL_VER_PATCH " 2 "
3333
3434// Framework versions only support high and low for the double value, sadly.
3535#define ADAL_VERSION_NUMBER 2.1
4040#define ADAL_VERSION_ (high, low, patch ) adalVersion_ ## high ## _ ## low ## _ ## patch
4141
4242// This is specially crafted so the name of the variable matches the full ADAL version
43- #define ADAL_VERSION_VAR ADAL_VERSION_ (2 , 1 , 1 )
43+ #define ADAL_VERSION_VAR ADAL_VERSION_ (2 , 1 , 2 )
4444
4545#import " ADLogger+Internal.h"
4646#import " ADErrorCodes.h"
Original file line number Diff line number Diff line change 1+ Version 2.1.2
2+ -------------
3+ * Restored the fix for ADKeychainTokenCache that was overriden in a git merge.
4+
5+
16Version 2.1.1
27_____________
38* Added underlying errors to ADAuthenticationErrors when returning user interaction required
You can’t perform that action at this time.
0 commit comments