File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
resources/ios/ADALiOSBundle Expand file tree Collapse file tree 3 files changed +3
-3
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 = "6.0.2 "
4+ s . version = "6.0.3 "
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 99 <key >CFBundleIdentifier </key >
1010 <string >MSOpenTech.${PRODUCT_NAME:rfc1034identifier} </string >
1111 <key >CFBundleInfoDictionaryVersion </key >
12- <string >6.0 </string >
12+ <string >6.0.3 </string >
1313 <key >CFBundleName </key >
1414 <string >${PRODUCT_NAME} </string >
1515 <key >CFBundlePackageType </key >
Original file line number Diff line number Diff line change 2828
2929#define ADAL_VER_HIGH 6
3030#define ADAL_VER_LOW 0
31- #define ADAL_VER_PATCH 2
31+ #define ADAL_VER_PATCH 3
3232
3333#define STR_HELPER (x ) #x
3434#define STR (x ) STR_HELPER(x)
You can’t perform that action at this time.
0 commit comments