File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
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 = "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
Original file line number Diff line number Diff line change 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 */,
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments