Skip to content

Commit 7c2b047

Browse files
authored
Merge pull request #1538 from AzureAD/sedemche/fix_localized_header
Remove ADClientMetrics
2 parents d27b361 + 0eaf97c commit 7c2b047

17 files changed

+30
-377
lines changed

ADAL.podspec

+1-1
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 = "4.0.8"
4+
s.version = "4.0.9"
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/ADAL.xcodeproj/project.pbxproj

+6-18
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@
133133
9453C4111C586456006B9E79 /* ADAuthenticationSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BB83464180764B6007F9F0D /* ADAuthenticationSettings.m */; };
134134
9453C4141C586456006B9E79 /* ADLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B92DB6F181B2335004AAB0E /* ADLogger.m */; };
135135
9453C4181C586456006B9E79 /* ADUserInformation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B59893D180DE8A100744AEE /* ADUserInformation.m */; };
136-
9453C41B1C586456006B9E79 /* ADClientMetrics.m in Sources */ = {isa = PBXBuildFile; fileRef = 97A522481A1A752D001D77CE /* ADClientMetrics.m */; };
137-
9453C41C1C586456006B9E79 /* ADClientMetrics.h in Headers */ = {isa = PBXBuildFile; fileRef = 97A522511A1A89C4001D77CE /* ADClientMetrics.h */; };
138136
9453C41D1C586456006B9E79 /* ADUserIdentifier.m in Sources */ = {isa = PBXBuildFile; fileRef = D6FB3E3B1B30D3630032F883 /* ADUserIdentifier.m */; };
139137
9453C4201C586462006B9E79 /* ADTokenCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9453C3371C57FC2A006B9E79 /* ADTokenCache.m */; };
140138
9453C4211C586462006B9E79 /* ADTokenCache+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9453C3381C57FC2A006B9E79 /* ADTokenCache+Internal.h */; };
@@ -249,8 +247,6 @@
249247
B20DC5F41F0D998A00957806 /* ADAuthenticationParametersTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B20DC5E31F0D998A00957806 /* ADAuthenticationParametersTests.m */; };
250248
B20DC5F51F0D998A00957806 /* ADAuthenticationResultTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B20DC5E41F0D998A00957806 /* ADAuthenticationResultTests.m */; };
251249
B20DC5F61F0D998A00957806 /* ADAuthenticationResultTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B20DC5E41F0D998A00957806 /* ADAuthenticationResultTests.m */; };
252-
B20DC5F71F0D998A00957806 /* ADClientMetricsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B20DC5E51F0D998A00957806 /* ADClientMetricsTests.m */; };
253-
B20DC5F81F0D998A00957806 /* ADClientMetricsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B20DC5E51F0D998A00957806 /* ADClientMetricsTests.m */; };
254250
B20DC5F91F0D998A00957806 /* ADHelpersTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B20DC5E61F0D998A00957806 /* ADHelpersTests.m */; };
255251
B20DC5FA1F0D998A00957806 /* ADHelpersTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B20DC5E61F0D998A00957806 /* ADHelpersTests.m */; };
256252
B20DC5FF1F0D998A00957806 /* ADTokenCacheItemTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B20DC5E91F0D998A00957806 /* ADTokenCacheItemTests.m */; };
@@ -398,7 +394,6 @@
398394
D664F1851D302B9C0017B799 /* ADAuthenticationRequest+Broker.m in Sources */ = {isa = PBXBuildFile; fileRef = 9453C3871C5820E3006B9E79 /* ADAuthenticationRequest+Broker.m */; };
399395
D664F1861D302B9C0017B799 /* ADTokenCacheItem+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 9453C33D1C57FC2A006B9E79 /* ADTokenCacheItem+Internal.m */; };
400396
D664F1881D302B9C0017B799 /* ADAuthenticationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 9453C3811C5820E3006B9E79 /* ADAuthenticationRequest.m */; };
401-
D664F1891D302B9C0017B799 /* ADClientMetrics.m in Sources */ = {isa = PBXBuildFile; fileRef = 97A522481A1A752D001D77CE /* ADClientMetrics.m */; };
402397
D664F18A1D302B9C0017B799 /* ADAuthenticationContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BB8345B18074A58007F9F0D /* ADAuthenticationContext.m */; };
403398
D664F18B1D302B9C0017B799 /* ADUserInformation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B59893D180DE8A100744AEE /* ADUserInformation.m */; };
404399
D664F18C1D302B9C0017B799 /* ADKeychainTokenCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9453C3741C58016D006B9E79 /* ADKeychainTokenCache.m */; };
@@ -1045,8 +1040,6 @@
10451040
96C75D261E303DC40038D1EC /* ADTestURLSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADTestURLSession.h; sourceTree = "<group>"; };
10461041
96C75D271E303DC40038D1EC /* ADTestURLSession.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADTestURLSession.m; sourceTree = "<group>"; };
10471042
975EF21D1DD7E2A500ABF2C9 /* ADALAutomation.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ADALAutomation.entitlements; sourceTree = "<group>"; };
1048-
97A522481A1A752D001D77CE /* ADClientMetrics.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADClientMetrics.m; sourceTree = "<group>"; };
1049-
97A522511A1A89C4001D77CE /* ADClientMetrics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADClientMetrics.h; sourceTree = "<group>"; };
10501043
97EEE7B41A4C0D6000D003F8 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
10511044
A521AB6A20EEC2FB0005735B /* ADEnrollmentGateway.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ADEnrollmentGateway.h; sourceTree = "<group>"; };
10521045
A521AB6F20EEC34C0005735B /* ADEnrollmentGateway+TestUtil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ADEnrollmentGateway+TestUtil.h"; sourceTree = "<group>"; };
@@ -1071,7 +1064,6 @@
10711064
B20DC5E21F0D998A00957806 /* ADAuthenticationErrorTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADAuthenticationErrorTests.m; sourceTree = "<group>"; };
10721065
B20DC5E31F0D998A00957806 /* ADAuthenticationParametersTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADAuthenticationParametersTests.m; sourceTree = "<group>"; };
10731066
B20DC5E41F0D998A00957806 /* ADAuthenticationResultTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADAuthenticationResultTests.m; sourceTree = "<group>"; };
1074-
B20DC5E51F0D998A00957806 /* ADClientMetricsTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADClientMetricsTests.m; sourceTree = "<group>"; };
10751067
B20DC5E61F0D998A00957806 /* ADHelpersTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADHelpersTests.m; sourceTree = "<group>"; };
10761068
B20DC5E91F0D998A00957806 /* ADTokenCacheItemTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADTokenCacheItemTests.m; sourceTree = "<group>"; };
10771069
B20DC5EA1F0D998A00957806 /* ADTokenCacheKeyTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADTokenCacheKeyTests.m; sourceTree = "<group>"; };
@@ -1099,8 +1091,6 @@
10991091
B258488020747A54007FAD22 /* KeyVault.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = KeyVault.framework; sourceTree = BUILT_PRODUCTS_DIR; };
11001092
B258488220747B01007FAD22 /* KeyVaultClient.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = KeyVaultClient.xcodeproj; path = ../KeyVaultClient/KeyVaultClient.xcodeproj; sourceTree = "<group>"; };
11011093
B26207E022C872DA00F867D9 /* ADEnrollmentGateway+UnitTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ADEnrollmentGateway+UnitTests.h"; sourceTree = "<group>"; };
1102-
B267CA191EE0E9FF00C0B5A8 /* ADNegotiateHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADNegotiateHandler.h; sourceTree = "<group>"; };
1103-
B267CA1A1EE0E9FF00C0B5A8 /* ADNegotiateHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ADNegotiateHandler.m; sourceTree = "<group>"; };
11041094
B2775F7422FE7FC200D7DEB9 /* ADBrokerApplicationTokenHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ADBrokerApplicationTokenHelper.h; sourceTree = "<group>"; };
11051095
B2775F7522FE7FC200D7DEB9 /* ADBrokerApplicationTokenHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ADBrokerApplicationTokenHelper.m; sourceTree = "<group>"; };
11061096
B2822A2C2055D67200390B6E /* ADLegacyMacTokenCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADLegacyMacTokenCache.h; sourceTree = "<group>"; };
@@ -1627,8 +1617,6 @@
16271617
A521AB7720EED96A0005735B /* ADEnrollmentGateway.m */,
16281618
8B92DB6F181B2335004AAB0E /* ADLogger.m */,
16291619
8B59893D180DE8A100744AEE /* ADUserInformation.m */,
1630-
97A522481A1A752D001D77CE /* ADClientMetrics.m */,
1631-
97A522511A1A89C4001D77CE /* ADClientMetrics.h */,
16321620
D6FB3E3B1B30D3630032F883 /* ADUserIdentifier.m */,
16331621
60D2F3FE1D524F7A008725D9 /* ADRequestParameters.h */,
16341622
60D2F4001D531F16008725D9 /* ADRequestParameters.m */,
@@ -2037,7 +2025,6 @@
20372025
B20DC5E21F0D998A00957806 /* ADAuthenticationErrorTests.m */,
20382026
B20DC5E31F0D998A00957806 /* ADAuthenticationParametersTests.m */,
20392027
B20DC5E41F0D998A00957806 /* ADAuthenticationResultTests.m */,
2040-
B20DC5E51F0D998A00957806 /* ADClientMetricsTests.m */,
20412028
B20DC5E61F0D998A00957806 /* ADHelpersTests.m */,
20422029
B20DC5E91F0D998A00957806 /* ADTokenCacheItemTests.m */,
20432030
B20DC5EA1F0D998A00957806 /* ADTokenCacheKeyTests.m */,
@@ -2394,7 +2381,6 @@
23942381
94DD18D51C5AC8DE00F80C62 /* ADErrorCodes.h in Headers */,
23952382
600401C41D3D58D50020EAAB /* ADAggregatedDispatcher.h in Headers */,
23962383
D61AFAAD1FD8A06D00DABBE5 /* ADALConstants.h in Headers */,
2397-
9453C41C1C586456006B9E79 /* ADClientMetrics.h in Headers */,
23982384
94DD18D81C5AC8DE00F80C62 /* ADUserIdentifier.h in Headers */,
23992385
600401B61D37658C0020EAAB /* ADAggregatedDispatcher.m in Headers */,
24002386
9453C42E1C58646D006B9E79 /* ADAuthenticationRequest+Broker.h in Headers */,
@@ -3343,7 +3329,6 @@
33433329
A521AB7120EED85C0005735B /* ADEnrollmentGatewayTests.m in Sources */,
33443330
B20DC61B1F0DA34B00957806 /* ADBrokerMessageTests.m in Sources */,
33453331
B20DC6011F0D998A00957806 /* ADTokenCacheKeyTests.m in Sources */,
3346-
B20DC5F71F0D998A00957806 /* ADClientMetricsTests.m in Sources */,
33473332
);
33483333
runOnlyForDeploymentPostprocessing = 0;
33493334
};
@@ -3382,7 +3367,6 @@
33823367
9453C42B1C58646D006B9E79 /* ADAuthenticationRequest+AcquireAssertion.m in Sources */,
33833368
9453C4141C586456006B9E79 /* ADLogger.m in Sources */,
33843369
D60B653D1F355C5700A89487 /* ADAuthorityValidationRequest.m in Sources */,
3385-
9453C41B1C586456006B9E79 /* ADClientMetrics.m in Sources */,
33863370
6010EDFB1D47B2F300B62072 /* ADTelemetryBrokerEvent.m in Sources */,
33873371
9453C43D1C58647E006B9E79 /* ADALFrameworkUtils.m in Sources */,
33883372
9453C4271C586462006B9E79 /* ADTokenCacheKey.m in Sources */,
@@ -3432,7 +3416,6 @@
34323416
603841A11DF9248F00D30F3D /* ADTelemetryTestDispatcher.m in Sources */,
34333417
B20DC6081F0D998A00957806 /* ADWebAuthResponseTests.m in Sources */,
34343418
B20DC6161F0D9A7600957806 /* ADAuthorityValidationTests.m in Sources */,
3435-
B20DC5F81F0D998A00957806 /* ADClientMetricsTests.m in Sources */,
34363419
B20DC5F61F0D998A00957806 /* ADAuthenticationResultTests.m in Sources */,
34373420
B20DC5F21F0D998A00957806 /* ADAuthenticationErrorTests.m in Sources */,
34383421
D67D3D3D1F38502900660F32 /* ADTestCase.m in Sources */,
@@ -3645,7 +3628,6 @@
36453628
D664F1861D302B9C0017B799 /* ADTokenCacheItem+Internal.m in Sources */,
36463629
D69A721A1D4FF68300E91DB3 /* ADDefaultDispatcher.m in Sources */,
36473630
D664F1881D302B9C0017B799 /* ADAuthenticationRequest.m in Sources */,
3648-
D664F1891D302B9C0017B799 /* ADClientMetrics.m in Sources */,
36493631
D664F18A1D302B9C0017B799 /* ADAuthenticationContext.m in Sources */,
36503632
D664F18B1D302B9C0017B799 /* ADUserInformation.m in Sources */,
36513633
D664F18C1D302B9C0017B799 /* ADKeychainTokenCache.m in Sources */,
@@ -4050,6 +4032,7 @@
40504032
GCC_OPTIMIZATION_LEVEL = 0;
40514033
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
40524034
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
4035+
MARKETING_VERSION = 4.0.9;
40534036
};
40544037
name = Debug;
40554038
};
@@ -4061,6 +4044,7 @@
40614044
DEVELOPMENT_TEAM = "";
40624045
GCC_PREPROCESSOR_DEFINITIONS = "";
40634046
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
4047+
MARKETING_VERSION = 4.0.9;
40644048
};
40654049
name = Release;
40664050
};
@@ -4072,6 +4056,7 @@
40724056
DEVELOPMENT_TEAM = "";
40734057
GCC_OPTIMIZATION_LEVEL = 0;
40744058
MACOSX_DEPLOYMENT_TARGET = 10.11;
4059+
MARKETING_VERSION = 4.0.9;
40754060
};
40764061
name = Debug;
40774062
};
@@ -4082,6 +4067,7 @@
40824067
CODE_SIGN_IDENTITY = "";
40834068
DEVELOPMENT_TEAM = "";
40844069
MACOSX_DEPLOYMENT_TARGET = 10.11;
4070+
MARKETING_VERSION = 4.0.9;
40854071
};
40864072
name = Release;
40874073
};
@@ -4869,6 +4855,7 @@
48694855
ENABLE_BITCODE = NO;
48704856
GCC_OPTIMIZATION_LEVEL = 0;
48714857
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
4858+
MARKETING_VERSION = 4.0.9;
48724859
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.adal.2.1.0.TestApp;
48734860
};
48744861
name = Debug;
@@ -4881,6 +4868,7 @@
48814868
DEVELOPMENT_TEAM = UBF8T346G9;
48824869
ENABLE_BITCODE = NO;
48834870
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
4871+
MARKETING_VERSION = 4.0.9;
48844872
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.adal.2.1.0.TestApp;
48854873
};
48864874
name = Release;

ADAL/resources/ios/Framework/Info.plist

+1-1
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>4.0.8</string>
18+
<string>4.0.9</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

ADAL/resources/mac/Info.plist

+1-1
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>4.0.6</string>
18+
<string>4.0.9</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

ADAL/src/ADAL_Internal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#define ADAL_VER_HIGH 4
3030
#define ADAL_VER_LOW 0
31-
#define ADAL_VER_PATCH 8
31+
#define ADAL_VER_PATCH 9
3232

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

ADAL/src/ADClientMetrics.h

-56
This file was deleted.

0 commit comments

Comments
 (0)