Skip to content

Commit 3a8dd64

Browse files
author
Ryan Pangrle
committed
2 parents edab168 + 07b85e8 commit 3a8dd64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ADALiOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ADALiOS"
3-
s.version = "1.2.5.1"
3+
s.version = "1.2.6"
44
s.summary = "The ADAL SDK for iOS gives you the ability to add Azure Identity authentication to your application"
55

66
s.description = <<-DESC

ADALiOS/ADALiOS.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
8B0965A817F25770002BDFB8 /* Copy Files */ = {
132132
isa = PBXCopyFilesBuildPhase;
133133
buildActionMask = 12;
134-
dstPath = "include/$(PRODUCT_NAME)";
134+
dstPath = "Headers/$(PRODUCT_NAME)";
135135
dstSubfolderSpec = 16;
136136
files = (
137137
97E296E11A81A0A200E22E77 /* ADAL.h in Copy Files */,

ADALiOS/ADALiOS/ADALiOS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//version in static define until we identify a better place:
2121
#define ADAL_VER_HIGH 1
2222
#define ADAL_VER_LOW 2
23-
#define ADAL_VER_PATCH 5
23+
#define ADAL_VER_PATCH 6
2424

2525
#import "ADLogger.h"
2626
#import "ADErrorCodes.h"

0 commit comments

Comments
 (0)