Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hieunguyenmsft committed Aug 23, 2021
1 parent cced61c commit 4ad0e5b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ADAL.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "ADAL"
s.module_name = "ADAL"
s.version = "4.0.13"
s.version = "5.0.0"
s.summary = "The ADAL SDK for iOS gives you the ability to add Azure Identity authentication to your application"

s.description = <<-DESC
Expand Down
8 changes: 4 additions & 4 deletions ADAL/ADAL.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4079,7 +4079,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 4.0.13;
MARKETING_VERSION = 5.0.0;
};
name = Debug;
};
Expand All @@ -4091,7 +4091,7 @@
DEVELOPMENT_TEAM = "";
GCC_PREPROCESSOR_DEFINITIONS = "";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 4.0.13;
MARKETING_VERSION = 5.0.0;
};
name = Release;
};
Expand All @@ -4104,7 +4104,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 4.0.13;
MARKETING_VERSION = 5.0.0;
};
name = Debug;
};
Expand All @@ -4116,7 +4116,7 @@
DEVELOPMENT_TEAM = "";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 4.0.13;
MARKETING_VERSION = 5.0.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion ADAL/resources/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>5.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions ADAL/src/ADAL_Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
// (Note: All Info.plist files read version numbers from the following three lines
// through build script. Don't change its format unless changing build script as well.)

#define ADAL_VER_HIGH 4
#define ADAL_VER_HIGH 5
#define ADAL_VER_LOW 0
#define ADAL_VER_PATCH 13
#define ADAL_VER_PATCH 0

#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)
Expand Down
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hotfix 4.0.13 (08.23.2021)
Version 5.0.0 (08.23.2021)
------
* Fix a crash about naming collision (ADLogger) between ADAL and Apple's Depth (in ARKit) in iOS 15
* Rename ADLogger to ADALLogger to fix a crash about naming collision (ADLogger) between ADAL and Apple's Depth (in ARKit) in iOS 15

------
Version 4.0.12
Expand Down

0 comments on commit 4ad0e5b

Please sign in to comment.