Skip to content

Commit 6196f4a

Browse files
authored
Merge pull request #1597 from AzureAD/release/6.0.4
Release - 6.0.4
2 parents 7e0fc8d + 117df96 commit 6196f4a

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

ADAL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "ADAL"
33
s.module_name = "ADAL"
4-
s.version = "6.0.2"
4+
s.version = "6.0.4"
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

ADAL/resources/ios/Framework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.0.2</string>
18+
<string>6.0.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

ADAL/src/ADAL_Internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#define ADAL_VER_HIGH 6
3030
#define ADAL_VER_LOW 0
31-
#define ADAL_VER_PATCH 2
31+
#define ADAL_VER_PATCH 4
3232

3333
#define STR_HELPER(x) #x
3434
#define STR(x) STR_HELPER(x)

ADAL/src/public/ADALErrorCodes.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,10 @@ typedef NS_ENUM(NSInteger, ADALErrorCode)
188188

189189
};
190190

191+
#ifndef HTTP_UNAUTHORIZED
191192
/* HTTP status codes used by the library */
192193
typedef enum
193194
{
194195
HTTP_UNAUTHORIZED = 401,
195196
} HTTPStatusCodes;
197+
#endif

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 6.0.4
2+
------
3+
* Fixes to support XCode 14+
4+
------
5+
16
Version 6.0.2
27
------
38
* Update python version in order to support macOS 12.3

0 commit comments

Comments
 (0)