diff --git a/apidoc/Admob.yml b/apidoc/Admob.yml
index 13ac9fc..9c18c54 100644
--- a/apidoc/Admob.yml
+++ b/apidoc/Admob.yml
@@ -83,6 +83,7 @@ description: |
If you use Facebook Audience Network mediation, starting with iOS 14, you will need to implement the setAdvertiserTrackingEnabled flag.
This allows you to inform Facebook whether to use the data to deliver personalized ads. If the flag is set to false, Facebook will not be able to deliver personalized ads.
You need to set this flag before initializing the mediation SDK in order to receive it in the bidding request.
+ The setter for advertiserTrackingEnabled flag is deprecated from iOS ti.admob version 7.1.0: The setAdvertiserTrackingEnabled flag is not used for Audience Network SDK 6.15.0+ on iOS 17+ as the Audience Network SDK 6.15.0+ on iOS 17+ now relies on [ATTrackingManager trackingAuthorizationStatus] to accurately represent ATT permission for users of your app.
If you use InMobi mediation, instead, you will have to use the method setInMobi_updateGDPRConsent to deliver personalized ads.
@@ -525,6 +526,9 @@ methods:
be able to deliver personalized ads.
platforms: [iphone, ipad]
since: "3.1.0"
+ deprecated:
+ since: "7.1.0"
+ notes: "The setter for advertiserTrackingEnabled flag is deprecated: The setAdvertiserTrackingEnabled flag is not used for Audience Network SDK 6.15.0+ on iOS 17+ as the Audience Network SDK 6.15.0+ on iOS 17+ now relies on [ATTrackingManager trackingAuthorizationStatus] to accurately represent ATT permission for users of your app."
osver: {ios: {min: "14.0"}}
parameters:
- name: tag
diff --git a/ios/Classes/TiAdmobModule.m b/ios/Classes/TiAdmobModule.m
index 9c35606..fa8ee36 100644
--- a/ios/Classes/TiAdmobModule.m
+++ b/ios/Classes/TiAdmobModule.m
@@ -430,6 +430,8 @@ - (void)requestTrackingAuthorization:(id)args
- (void)setAdvertiserTrackingEnabled:(id)advertiserTrackingEnabled
{
+ NSLog(@"[WARN] Ti.AdMob: The setter for advertiserTrackingEnabled flag is deprecated since Ti.Admob 7.1.0: The setAdvertiserTrackingEnabled flag is not used for Audience Network SDK 6.15.0+ on iOS 17+ as the Audience Network SDK 6.15.0+ on iOS 17+ now relies on [ATTrackingManager trackingAuthorizationStatus] to accurately represent ATT permission for users of your app);");
+
// this method is required by Facebook Audience Network for iOS >= 14
if (@available(iOS 14, *)) {
ENSURE_TYPE(advertiserTrackingEnabled, NSNumber);
diff --git a/ios/Resources/InMobiSDK_Privacy.bundle/Info.plist b/ios/Resources/InMobiSDK_Privacy.bundle/Info.plist
new file mode 100644
index 0000000..bf06033
Binary files /dev/null and b/ios/Resources/InMobiSDK_Privacy.bundle/Info.plist differ
diff --git a/ios/Resources/InMobiSDK_Privacy.bundle/PrivacyInfo.xcprivacy b/ios/Resources/InMobiSDK_Privacy.bundle/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000..717d9e9
--- /dev/null
+++ b/ios/Resources/InMobiSDK_Privacy.bundle/PrivacyInfo.xcprivacy
@@ -0,0 +1,27 @@
+
+
+
+
+ NSPrivacyCollectedDataTypes
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryDiskSpace
+ NSPrivacyAccessedAPITypeReasons
+
+ E174.1
+
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+
+
+
+
diff --git a/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeDirectory b/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeDirectory
new file mode 100644
index 0000000..d77a7bc
Binary files /dev/null and b/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeDirectory differ
diff --git a/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeRequirements b/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeRequirements
new file mode 100644
index 0000000..b9d14a3
Binary files /dev/null and b/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeRequirements differ
diff --git a/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeRequirements-1 b/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeRequirements-1
new file mode 100644
index 0000000..d4b74e5
Binary files /dev/null and b/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeRequirements-1 differ
diff --git a/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeResources b/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeResources
new file mode 100644
index 0000000..2f29d87
--- /dev/null
+++ b/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeResources
@@ -0,0 +1,113 @@
+
+
+
+
+ files
+
+ PrivacyInfo.xcprivacy
+
+ BLNjR6VVI/K82v3iQCE5o0YXgGI=
+
+
+ files2
+
+ PrivacyInfo.xcprivacy
+
+ hash
+
+ BLNjR6VVI/K82v3iQCE5o0YXgGI=
+
+ hash2
+
+ ES/wHPURrhqoWqlouH6JyVI5Y7FKY1pgaWMpkbPGo0E=
+
+
+
+ rules
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^version.plist$
+
+
+ rules2
+
+ .*\.dSYM($|/)
+
+ weight
+ 11
+
+ ^(.*/)?\.DS_Store$
+
+ omit
+
+ weight
+ 2000
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^Info\.plist$
+
+ omit
+
+ weight
+ 20
+
+ ^PkgInfo$
+
+ omit
+
+ weight
+ 20
+
+ ^embedded\.provisionprofile$
+
+ weight
+ 20
+
+ ^version\.plist$
+
+ weight
+ 20
+
+
+
+
diff --git a/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeSignature b/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeSignature
new file mode 100644
index 0000000..d1f1c77
Binary files /dev/null and b/ios/Resources/InMobiSDK_Privacy.bundle/_CodeSignature/CodeSignature differ
diff --git a/ios/admob.xcodeproj/project.pbxproj b/ios/admob.xcodeproj/project.pbxproj
index 6ee6ecb..2626ec9 100644
--- a/ios/admob.xcodeproj/project.pbxproj
+++ b/ios/admob.xcodeproj/project.pbxproj
@@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
- objectVersion = 54;
+ objectVersion = 60;
objects = {
/* Begin PBXBuildFile section */
@@ -18,6 +18,7 @@
3AF5B7731C233383002E3DC7 /* TiAdmobTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AF5B7711C233383002E3DC7 /* TiAdmobTypes.h */; };
5E0B17A527F21AED001D0BD9 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0B17A427F21AED001D0BD9 /* File.swift */; };
5E343CDF291BFA3600F047EB /* MetaAdapter.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E343CDE291BFA3600F047EB /* MetaAdapter.xcframework */; };
+ 5E54F76B2BCEDF40001F794D /* InMobiSDK_Privacy.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 5E54F76A2BCEDF40001F794D /* InMobiSDK_Privacy.bundle */; };
5E58AD4E2ADAE76000C78E7F /* StatusBarHiddenViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E58AD4C2ADAE76000C78E7F /* StatusBarHiddenViewController.h */; };
5E58AD4F2ADAE76000C78E7F /* StatusBarHiddenViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E58AD4D2ADAE76000C78E7F /* StatusBarHiddenViewController.m */; };
5E6743A427F4B84500BEE594 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E6743A327F4B84500BEE594 /* WebKit.framework */; };
@@ -43,12 +44,13 @@
5E0B17A327F21AED001D0BD9 /* admob-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "admob-Bridging-Header.h"; sourceTree = ""; };
5E0B17A427F21AED001D0BD9 /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = ""; };
5E343CDE291BFA3600F047EB /* MetaAdapter.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = MetaAdapter.xcframework; path = platform/MetaAdapter.xcframework; sourceTree = ""; };
+ 5E54F76A2BCEDF40001F794D /* InMobiSDK_Privacy.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = InMobiSDK_Privacy.bundle; path = Resources/InMobiSDK_Privacy.bundle; sourceTree = ""; };
5E58AD4C2ADAE76000C78E7F /* StatusBarHiddenViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StatusBarHiddenViewController.h; path = Classes/StatusBarHiddenViewController.h; sourceTree = ""; };
5E58AD4D2ADAE76000C78E7F /* StatusBarHiddenViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = StatusBarHiddenViewController.m; path = Classes/StatusBarHiddenViewController.m; sourceTree = ""; };
5E6743A327F4B84500BEE594 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/iOSSupport/System/Library/Frameworks/WebKit.framework; sourceTree = DEVELOPER_DIR; };
5E6743A527F4B85800BEE594 /* libsqlite3.0.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.0.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/lib/libsqlite3.0.tbd; sourceTree = DEVELOPER_DIR; };
5E6743A727F4B86A00BEE594 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/lib/libz.tbd; sourceTree = DEVELOPER_DIR; };
- 5ED7B65F26EBC395007F4D90 /* FBAudienceNetwork.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = FBAudienceNetwork.xcframework; path = platform/FBAudienceNetwork.xcframework; sourceTree = ""; };
+ 5ED7B65F26EBC395007F4D90 /* FBAudienceNetwork.xcframework */ = {isa = PBXFileReference; expectedSignature = "AppleDeveloperProgram:V9WTTPBFK9:Meta Platforms, Inc."; lastKnownFileType = wrapper.xcframework; name = FBAudienceNetwork.xcframework; path = platform/FBAudienceNetwork.xcframework; sourceTree = ""; };
5EFC8F4C263ABC430011A0C2 /* InMobiSDK.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = InMobiSDK.xcframework; path = platform/InMobiSDK.xcframework; sourceTree = ""; };
5EFC8F4D263ABC430011A0C2 /* InMobiAdapter.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = InMobiAdapter.xcframework; path = platform/InMobiAdapter.xcframework; sourceTree = ""; };
AA747D9E0F9514B9006C5449 /* TiAdmob_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TiAdmob_Prefix.pch; sourceTree = SOURCE_ROOT; };
@@ -86,6 +88,7 @@
0867D691FE84028FC02AAC07 /* admob */ = {
isa = PBXGroup;
children = (
+ 5E54F76A2BCEDF40001F794D /* InMobiSDK_Privacy.bundle */,
5E0B17A427F21AED001D0BD9 /* File.swift */,
08FB77AEFE84172EC02AAC07 /* Classes */,
32C88DFF0371C24200C91783 /* Other Sources */,
@@ -163,6 +166,7 @@
D2AAC07A0554694100DB518D /* Headers */,
D2AAC07B0554694100DB518D /* Sources */,
D2AAC07C0554694100DB518D /* Frameworks */,
+ 5E54F7692BCEDE00001F794D /* Resources */,
);
buildRules = (
);
@@ -204,6 +208,17 @@
};
/* End PBXProject section */
+/* Begin PBXResourcesBuildPhase section */
+ 5E54F7692BCEDE00001F794D /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 5E54F76B2BCEDF40001F794D /* InMobiSDK_Privacy.bundle in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
/* Begin PBXSourcesBuildPhase section */
D2AAC07B0554694100DB518D /* Sources */ = {
isa = PBXSourcesBuildPhase;
diff --git a/ios/documentation/changelog.md b/ios/documentation/changelog.md
index 3ebaf20..1b424e6 100644
--- a/ios/documentation/changelog.md
+++ b/ios/documentation/changelog.md
@@ -1,5 +1,14 @@
# Change Log
+### v7.1.0
+- Update Google Mobile Ads SDK 11.3.0 (https://github.com/CocoaPods/Specs/tree/master/Specs/5/9/a/Google-Mobile-Ads-SDK/11.3.0)
+- Update Meta Audience Network SDK 6.15.0 (https://developers.facebook.com/docs/audience-network/setting-up/platform-setup/ios/changelog#6_15_0)
+- Update Meta Adapter 6.15.0.0 (https://developers.google.com/admob/ios/mediation/meta#version-6.15.0.0)
+- Update InMobi SDK 10.7.1 (https://support.inmobi.com/monetize/sdk-documentation/download-sdk)
+- Update InMobiAdapter 10.7.1.0 (https://developers.google.com/admob/ios/mediation/inmobi#version-10.7.1.0)
+- Deprecated iOS `setAdvertiserTrackingEnabled` for Audience Network
+- Updated documentation
+
### v7.0.0
- Migration to SDK v11 (https://developers.google.com/admob/ios/migration#migrate-to-sdk-v11)
- Update Google Mobile Ads SDK 11.0.1 (https://github.com/CocoaPods/Specs/tree/master/Specs/5/9/a/Google-Mobile-Ads-SDK/11.0.1)
diff --git a/ios/documentation/index.md b/ios/documentation/index.md
index 010d2ef..7d1626c 100644
--- a/ios/documentation/index.md
+++ b/ios/documentation/index.md
@@ -271,10 +271,12 @@ Resets consent information to default state and clears ad providers.
### `setAdvertiserTrackingEnabled(true|false)`
-If you use Facebook Audience Network mediation, starting with iOS 14, you will need to implement the setAdvertiserTrackingEnabled flag.
+If you use Facebook Audience Network mediation, starting with iOS 14, you will need to implement the `setAdvertiserTrackingEnabled` flag.
This allows you to inform Facebook whether to use the data to deliver personalized ads. If the flag is set to false, Facebook will not be able to deliver personalized ads.
You need to set this flag before initializing the mediation SDK in order to receive it in the bidding request.
+ The setter for advertiserTrackingEnabled flag is deprecated since Ti.Admob 7.1.0: The `setAdvertiserTrackingEnabled` flag is not used for Audience Network SDK 6.15.0+ on iOS 17+ as the Audience Network SDK 6.15.0+ on iOS 17+ now relies on `[ATTrackingManager trackingAuthorizationStatus]` to accurately represent ATT permission for users of your app.
+
### `setInMobi_updateGDPRConsent(true|false)`
If you use InMobi mediation, this allows you to inform InMobi whether to use the data to deliver personalized ads. If the flag is set to false, InMobi will not be able to deliver personalized ads.
diff --git a/ios/manifest b/ios/manifest
index 02ff009..0e53713 100644
--- a/ios/manifest
+++ b/ios/manifest
@@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
-version: 7.0.0
+version: 7.1.0
architectures: arm64 x86_64
mac: false
description: AdMob module for ad delivery via AdMob
diff --git a/ios/platform/FBAudienceNetwork.xcframework/Info.plist b/ios/platform/FBAudienceNetwork.xcframework/Info.plist
index d767ecb..e59519d 100644
--- a/ios/platform/FBAudienceNetwork.xcframework/Info.plist
+++ b/ios/platform/FBAudienceNetwork.xcframework/Info.plist
@@ -5,31 +5,35 @@
AvailableLibraries
+ BinaryPath
+ FBAudienceNetwork.framework/FBAudienceNetwork
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
FBAudienceNetwork.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
+ BinaryPath
+ FBAudienceNetwork.framework/FBAudienceNetwork
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
FBAudienceNetwork.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
CFBundlePackageType
diff --git a/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeDirectory b/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeDirectory
new file mode 100644
index 0000000..d622d00
Binary files /dev/null and b/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeDirectory differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeRequirements b/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeRequirements
new file mode 100644
index 0000000..175c8a0
Binary files /dev/null and b/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeRequirements differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeRequirements-1 b/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeRequirements-1
new file mode 100644
index 0000000..261ba80
Binary files /dev/null and b/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeRequirements-1 differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeResources b/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeResources
new file mode 100644
index 0000000..30cc551
--- /dev/null
+++ b/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeResources
@@ -0,0 +1,1628 @@
+
+
+
+
+ files
+
+ ios-arm64/FBAudienceNetwork.framework/FBAudienceNetwork
+
+ FOZdxkQXlrJv8zSara3GOM9wUQ0=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdBridgeCommon.h
+
+ BtpCU0SEsTaWwPXhZG/xryJ14rA=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdBridgeContainer.h
+
+ VCjtFROZ6vA+hgirBnmNEZG/05U=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdChoicesView.h
+
+ mPVLE+AFJ3hHwfxTaXS82xOGDqM=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdCompanionView.h
+
+ nPor4UpY2+3HUmWaWaOcMYRhfJs=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdDefines.h
+
+ eF5YA2yTwZ/qymrHCLrHNXxCcks=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdExperienceConfig.h
+
+ IWXtxQr66bLlIaz0MZEx+GTWdmg=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdExtraHint.h
+
+ n7hvtmm7C4VcB1D1XRUlxhw2ol4=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdIconView.h
+
+ mYVzuZvmyQNMvmvzaAYi0RbESdA=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdImage.h
+
+ OaVQV9ZKvcm0C1JBmeTqdWCw7mA=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdOptionsView.h
+
+ Id+HrpoYLEEmgxgEUQhvGfap6bU=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdSDKNotificationManager.h
+
+ Kr1b5BaDE9+Niq1J7t1P+MUGSZI=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdSettings.h
+
+ 934rUlgBtzwvwfBeyMMN1YPbgfI=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdSettingsBridge.h
+
+ otXXaNl3ivITTXmQnbVsH+2bqoU=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdSize.h
+
+ 467OPNHvQN+SuTpujVQIu6UHKS8=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdUtilityBridge.h
+
+ gAsta3Ku0CWuWl5UTPHKiH0Htak=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdView.h
+
+ 63WRrf+IX626fzGNbMmHZv24gNA=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdViewBridge.h
+
+ OodJ7CV+yZ7t4qMfaw+Kf28t8b8=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAudienceNetwork.h
+
+ Koz9Fi0nOjJ9WWjoAb1uqzgktNE=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAudienceNetworkAds.h
+
+ H/X7/UR12iWRVjaSltqIiArIosM=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBDynamicBannerAd.h
+
+ tsiK6PU6SwlcUUO3nvmecWvIq0A=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBInterstitialAd.h
+
+ lIlaP5u77Wek+3RM2x88LAnpVVk=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBInterstitialAdBridge.h
+
+ q0sSvvj1o8+x5LmKwxlhIV/565k=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBMediaView.h
+
+ XcW9MWOORzas0upnWUPgaLToIaY=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBMediaViewVideoRenderer.h
+
+ jD5UU9ICd4La/BLkWy6cDpjBwQw=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAd.h
+
+ 3ja15NIMLK6OWYjdfRKs0kthxi0=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdBase.h
+
+ l+lfH5qJMxJy03BevlHJnaMbrhQ=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdBaseView.h
+
+ rewXycBU2KSWl8gauwuiGTRq6co=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdCollectionViewAdProvider.h
+
+ /zUpuGlyxJuQVIdk34SYBqg1da8=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdCollectionViewCellProvider.h
+
+ 5W/OoYUbOOd5XUWJIN2EPFC+5Wg=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdScrollView.h
+
+ AIJ+BPRGadRoFOcJq4byzLCNNVI=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdTableViewAdProvider.h
+
+ cTgHcaEBZJiOOHqrNJgFYSOTFxc=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdTableViewCellProvider.h
+
+ p+bqYNQZS8SWtgZheKS83Hovokg=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdView.h
+
+ J9FN9bQtZnm2TSMxR6vdypm5OtM=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdViewAttributes.h
+
+ +02NIOY5GtfKVtV9WR6ELAKv6gU=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdsManager.h
+
+ SER5cKJ0SHgxJ0VGBKCE9D5pFbQ=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeBannerAd.h
+
+ M0ynY/kAU4FSXp0YzQUwPLR8AAE=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeBannerAdView.h
+
+ hPi9YaW20M8SibWRzcHsvxgB7aI=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBRewardedInterstitialAd.h
+
+ Ja3i8kgcHuIyVokVSFqkrNJJaIc=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBRewardedVideoAd.h
+
+ HTglpeO2IlcK2Sy2WyZsyyu/w+s=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBRewardedVideoAdBridge.h
+
+ 1bMVuSeL7cq06A9kiGQjLeMvy5s=
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/UIView+FBNativeAdViewTag.h
+
+ UIyv4MmxUtXcBhhp1hyYKHadxTA=
+
+ ios-arm64/FBAudienceNetwork.framework/Info.plist
+
+ wKdTzmnW6sqCoBYsT65FPonYqWg=
+
+ ios-arm64/FBAudienceNetwork.framework/Modules/module.modulemap
+
+ eL2I/YyQvaoNWry0nbEJDR6NAhQ=
+
+ ios-arm64/FBAudienceNetwork.framework/PkgInfo
+
+ cBYDa3QyibPnSPDvyuw5uDs0LWg=
+
+ ios-arm64/FBAudienceNetwork.framework/PrivacyInfo.xcprivacy
+
+ iJf6SpfSfy71MDcGI+K9k1a78DU=
+
+ ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeDirectory
+
+ SY/Z3pbfhRJRLYErm6wsUDmfcWk=
+
+ ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements
+
+ 01aaA/ulnCrME+Yud7DUzdClx7k=
+
+ ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements-1
+
+ Isr/UfqKAHYFseipGjDmSpC22tg=
+
+ ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeResources
+
+ tA/CYXafRbqj9UoMUxnRMwYMmAg=
+
+ ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeSignature
+
+ K8os8h7ZbFjLDlLZtmWf0bH6Lss=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/FBAudienceNetwork
+
+ +ZTj2mfgzlFdcLeeqxR4iM3WX2w=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdBridgeCommon.h
+
+ BtpCU0SEsTaWwPXhZG/xryJ14rA=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdBridgeContainer.h
+
+ VCjtFROZ6vA+hgirBnmNEZG/05U=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdChoicesView.h
+
+ mPVLE+AFJ3hHwfxTaXS82xOGDqM=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdCompanionView.h
+
+ nPor4UpY2+3HUmWaWaOcMYRhfJs=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdDefines.h
+
+ eF5YA2yTwZ/qymrHCLrHNXxCcks=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdExperienceConfig.h
+
+ IWXtxQr66bLlIaz0MZEx+GTWdmg=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdExtraHint.h
+
+ n7hvtmm7C4VcB1D1XRUlxhw2ol4=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdIconView.h
+
+ mYVzuZvmyQNMvmvzaAYi0RbESdA=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdImage.h
+
+ OaVQV9ZKvcm0C1JBmeTqdWCw7mA=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdOptionsView.h
+
+ Id+HrpoYLEEmgxgEUQhvGfap6bU=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdSDKNotificationManager.h
+
+ Kr1b5BaDE9+Niq1J7t1P+MUGSZI=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdSettings.h
+
+ 934rUlgBtzwvwfBeyMMN1YPbgfI=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdSettingsBridge.h
+
+ otXXaNl3ivITTXmQnbVsH+2bqoU=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdSize.h
+
+ 467OPNHvQN+SuTpujVQIu6UHKS8=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdUtilityBridge.h
+
+ gAsta3Ku0CWuWl5UTPHKiH0Htak=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdView.h
+
+ 63WRrf+IX626fzGNbMmHZv24gNA=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdViewBridge.h
+
+ OodJ7CV+yZ7t4qMfaw+Kf28t8b8=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAudienceNetwork.h
+
+ Koz9Fi0nOjJ9WWjoAb1uqzgktNE=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAudienceNetworkAds.h
+
+ H/X7/UR12iWRVjaSltqIiArIosM=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBDynamicBannerAd.h
+
+ tsiK6PU6SwlcUUO3nvmecWvIq0A=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBInterstitialAd.h
+
+ lIlaP5u77Wek+3RM2x88LAnpVVk=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBInterstitialAdBridge.h
+
+ q0sSvvj1o8+x5LmKwxlhIV/565k=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBMediaView.h
+
+ XcW9MWOORzas0upnWUPgaLToIaY=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBMediaViewVideoRenderer.h
+
+ jD5UU9ICd4La/BLkWy6cDpjBwQw=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAd.h
+
+ 3ja15NIMLK6OWYjdfRKs0kthxi0=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdBase.h
+
+ l+lfH5qJMxJy03BevlHJnaMbrhQ=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdBaseView.h
+
+ rewXycBU2KSWl8gauwuiGTRq6co=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdCollectionViewAdProvider.h
+
+ /zUpuGlyxJuQVIdk34SYBqg1da8=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdCollectionViewCellProvider.h
+
+ 5W/OoYUbOOd5XUWJIN2EPFC+5Wg=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdScrollView.h
+
+ AIJ+BPRGadRoFOcJq4byzLCNNVI=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdTableViewAdProvider.h
+
+ cTgHcaEBZJiOOHqrNJgFYSOTFxc=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdTableViewCellProvider.h
+
+ p+bqYNQZS8SWtgZheKS83Hovokg=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdView.h
+
+ J9FN9bQtZnm2TSMxR6vdypm5OtM=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdViewAttributes.h
+
+ +02NIOY5GtfKVtV9WR6ELAKv6gU=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdsManager.h
+
+ SER5cKJ0SHgxJ0VGBKCE9D5pFbQ=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeBannerAd.h
+
+ M0ynY/kAU4FSXp0YzQUwPLR8AAE=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeBannerAdView.h
+
+ hPi9YaW20M8SibWRzcHsvxgB7aI=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBRewardedInterstitialAd.h
+
+ Ja3i8kgcHuIyVokVSFqkrNJJaIc=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBRewardedVideoAd.h
+
+ HTglpeO2IlcK2Sy2WyZsyyu/w+s=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBRewardedVideoAdBridge.h
+
+ 1bMVuSeL7cq06A9kiGQjLeMvy5s=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/UIView+FBNativeAdViewTag.h
+
+ UIyv4MmxUtXcBhhp1hyYKHadxTA=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Info.plist
+
+ wKdTzmnW6sqCoBYsT65FPonYqWg=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Modules/module.modulemap
+
+ eL2I/YyQvaoNWry0nbEJDR6NAhQ=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/PkgInfo
+
+ cBYDa3QyibPnSPDvyuw5uDs0LWg=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/PrivacyInfo.xcprivacy
+
+ iJf6SpfSfy71MDcGI+K9k1a78DU=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeDirectory
+
+ c9Eeaib02DAQDkrDhhZNR8r2TLM=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements
+
+ 01aaA/ulnCrME+Yud7DUzdClx7k=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements-1
+
+ NWmlUzm/O1/1sykBrQelQNLnu9k=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeResources
+
+ tA/CYXafRbqj9UoMUxnRMwYMmAg=
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeSignature
+
+ RfasgLfB+kSvVf//qOElG0/M6r0=
+
+
+ files2
+
+ ios-arm64/FBAudienceNetwork.framework/FBAudienceNetwork
+
+ hash
+
+ FOZdxkQXlrJv8zSara3GOM9wUQ0=
+
+ hash2
+
+ 0PglR61hMaeWBpl5EkimHpFRnqHajhiH3xTLATsQois=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdBridgeCommon.h
+
+ hash
+
+ BtpCU0SEsTaWwPXhZG/xryJ14rA=
+
+ hash2
+
+ amaDkW5IUAigoQucSvZdqggJ9bJFNojLdc4Kl37mE1E=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdBridgeContainer.h
+
+ hash
+
+ VCjtFROZ6vA+hgirBnmNEZG/05U=
+
+ hash2
+
+ 7pgAucyPVPz8a4OeQjcjBPFALFNjtGohai8Pi4gCSBM=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdChoicesView.h
+
+ hash
+
+ mPVLE+AFJ3hHwfxTaXS82xOGDqM=
+
+ hash2
+
+ m8MZnnysUAasNl5+2cwlO03dNvOVI/x5CmRnWP/rDEc=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdCompanionView.h
+
+ hash
+
+ nPor4UpY2+3HUmWaWaOcMYRhfJs=
+
+ hash2
+
+ 8+MrQaycGt04NRbtNxtiwHUsctGnmJA2VRB4+7LZgYQ=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdDefines.h
+
+ hash
+
+ eF5YA2yTwZ/qymrHCLrHNXxCcks=
+
+ hash2
+
+ 3CWJcYm2XCY646OOi0BxVi+RoONw3thuDzAEq0MLJ1Y=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdExperienceConfig.h
+
+ hash
+
+ IWXtxQr66bLlIaz0MZEx+GTWdmg=
+
+ hash2
+
+ lPW2X42jJ+W9PGhaZaXOH/nyAJfv0maGZl/zrf7N5Hs=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdExtraHint.h
+
+ hash
+
+ n7hvtmm7C4VcB1D1XRUlxhw2ol4=
+
+ hash2
+
+ T1yeJNtdmHpZqJFqQiJ69JITwAIt1MLJ0TJlKRuinW4=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdIconView.h
+
+ hash
+
+ mYVzuZvmyQNMvmvzaAYi0RbESdA=
+
+ hash2
+
+ JibHgKTOs6wDtAzaPgZvkGM3To4sowPwMfdYYtimfLM=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdImage.h
+
+ hash
+
+ OaVQV9ZKvcm0C1JBmeTqdWCw7mA=
+
+ hash2
+
+ 9BvTeQ5iGpHNNil5K/TmAhTchYnsaVDRhclDTgoB7Zg=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdOptionsView.h
+
+ hash
+
+ Id+HrpoYLEEmgxgEUQhvGfap6bU=
+
+ hash2
+
+ AyTv7l1bIkP5CvBa+LUKGvktSdUX6xevDJRsJuinLd0=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdSDKNotificationManager.h
+
+ hash
+
+ Kr1b5BaDE9+Niq1J7t1P+MUGSZI=
+
+ hash2
+
+ uvVwsWym2LtMl+eGO9BYk7zDvMRit4iaew7jlAApIr8=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdSettings.h
+
+ hash
+
+ 934rUlgBtzwvwfBeyMMN1YPbgfI=
+
+ hash2
+
+ an02TE/wVcCFLtK5iIN6vG+lJC2I8lFZ2NbMT/qZBxg=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdSettingsBridge.h
+
+ hash
+
+ otXXaNl3ivITTXmQnbVsH+2bqoU=
+
+ hash2
+
+ UI+J0a95m7Ys7K0cPLtq7WLECIlE530mF+igVHk+JIE=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdSize.h
+
+ hash
+
+ 467OPNHvQN+SuTpujVQIu6UHKS8=
+
+ hash2
+
+ wF90yazUuH2Zcc8Hs/II5eyL1er7xb7pGGtMmHrcKBg=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdUtilityBridge.h
+
+ hash
+
+ gAsta3Ku0CWuWl5UTPHKiH0Htak=
+
+ hash2
+
+ Ekr7YVyzcAdl6B0H7nbYsV7iUcHpsrzssTApmPvpQsg=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdView.h
+
+ hash
+
+ 63WRrf+IX626fzGNbMmHZv24gNA=
+
+ hash2
+
+ 8CDyiOU4r0R1kHWs48WAj7HdOIV2lmk04EUw/XklUdg=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAdViewBridge.h
+
+ hash
+
+ OodJ7CV+yZ7t4qMfaw+Kf28t8b8=
+
+ hash2
+
+ 6af6A0ZYL2djXooZTlBkHbvifK1+LfujFaneIDf12qM=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAudienceNetwork.h
+
+ hash
+
+ Koz9Fi0nOjJ9WWjoAb1uqzgktNE=
+
+ hash2
+
+ 4JhdtxBNiqqFmzn8zNXa2FymFRWkfEpevEcbvzT80CQ=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBAudienceNetworkAds.h
+
+ hash
+
+ H/X7/UR12iWRVjaSltqIiArIosM=
+
+ hash2
+
+ fcBdNhRn8zj/GrDiVlUpRzgjLTDGHz0dEL10YpQdQ70=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBDynamicBannerAd.h
+
+ hash
+
+ tsiK6PU6SwlcUUO3nvmecWvIq0A=
+
+ hash2
+
+ HF+SY2KIPEIPMlOcchbxR8Hv/VfkHvqC49yH0SR2Bwc=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBInterstitialAd.h
+
+ hash
+
+ lIlaP5u77Wek+3RM2x88LAnpVVk=
+
+ hash2
+
+ c4yQYqi0krH8w3Lgio+oX5bvMdjzOhzIAv1J3CrMfDc=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBInterstitialAdBridge.h
+
+ hash
+
+ q0sSvvj1o8+x5LmKwxlhIV/565k=
+
+ hash2
+
+ dj5iE+sKiA2u98F/8Ufr71ZBAG/3usLfdO1HX7TNnq4=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBMediaView.h
+
+ hash
+
+ XcW9MWOORzas0upnWUPgaLToIaY=
+
+ hash2
+
+ IdJZ2bSGN2VC8krmDBP0qszbSSkjbQsxqyMQtvl9lCs=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBMediaViewVideoRenderer.h
+
+ hash
+
+ jD5UU9ICd4La/BLkWy6cDpjBwQw=
+
+ hash2
+
+ zZVU8tBgqcNFlcqoLwU+8CxPXOMVE6b+2qX6+FcW9qg=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAd.h
+
+ hash
+
+ 3ja15NIMLK6OWYjdfRKs0kthxi0=
+
+ hash2
+
+ 0Wcadjh4ZkPNNleFsvb5Kqhh6fiKDU+GU4amLf8v/lk=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdBase.h
+
+ hash
+
+ l+lfH5qJMxJy03BevlHJnaMbrhQ=
+
+ hash2
+
+ rYE2lIFgnjzYrp0OEDhWQCnPiwJkCuAOScq160xRySw=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdBaseView.h
+
+ hash
+
+ rewXycBU2KSWl8gauwuiGTRq6co=
+
+ hash2
+
+ /7uVyr53xtwPvs70Jm412vHzEoWRwpIv8xUqPi6uREU=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdCollectionViewAdProvider.h
+
+ hash
+
+ /zUpuGlyxJuQVIdk34SYBqg1da8=
+
+ hash2
+
+ SO+PSlCk/idLK06M76CgFE8qzVRmaNFq+pX6ncbBMgw=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdCollectionViewCellProvider.h
+
+ hash
+
+ 5W/OoYUbOOd5XUWJIN2EPFC+5Wg=
+
+ hash2
+
+ FZqpXowlj0fdzO7lfluA2HCaTWSTU6MyX+OC6yMOQvc=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdScrollView.h
+
+ hash
+
+ AIJ+BPRGadRoFOcJq4byzLCNNVI=
+
+ hash2
+
+ 56CfPO7yPEXW+1j2qNKVpi6fPxjDsdm3pO4R5b1F6Mg=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdTableViewAdProvider.h
+
+ hash
+
+ cTgHcaEBZJiOOHqrNJgFYSOTFxc=
+
+ hash2
+
+ xb4Qh66pqYjzGIsBIBIDCEZscxJRIr9KN4IL33K0ZzE=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdTableViewCellProvider.h
+
+ hash
+
+ p+bqYNQZS8SWtgZheKS83Hovokg=
+
+ hash2
+
+ NP81wRmav1YlgTPbO945gezhUmqDDoowhI1udasjQBQ=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdView.h
+
+ hash
+
+ J9FN9bQtZnm2TSMxR6vdypm5OtM=
+
+ hash2
+
+ Y/qMKttgI1kOxAd2bO2gm+a2r/mXuBj8ZFNhMbz37+w=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdViewAttributes.h
+
+ hash
+
+ +02NIOY5GtfKVtV9WR6ELAKv6gU=
+
+ hash2
+
+ 1qAkpo1/MuwX5jD2vqzoOuNdGRVFHcnZ4OwAHq9HUPY=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeAdsManager.h
+
+ hash
+
+ SER5cKJ0SHgxJ0VGBKCE9D5pFbQ=
+
+ hash2
+
+ qn4dEFN6+wCANj1ZLjH64skPimIjztj9n5ClaoUFM+E=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeBannerAd.h
+
+ hash
+
+ M0ynY/kAU4FSXp0YzQUwPLR8AAE=
+
+ hash2
+
+ DgxFwbXDiSln1fywfE7xg4b+byh93VYRgcZAxXQ5fZA=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBNativeBannerAdView.h
+
+ hash
+
+ hPi9YaW20M8SibWRzcHsvxgB7aI=
+
+ hash2
+
+ e7LXD+yH3fbbFRkgtLJB9i3fytZnLxniZwjKeOdqLSg=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBRewardedInterstitialAd.h
+
+ hash
+
+ Ja3i8kgcHuIyVokVSFqkrNJJaIc=
+
+ hash2
+
+ 3qP9r9VcXg07rx5l7yxO7/zSjKWYX4xAEx7jFXx/3Ew=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBRewardedVideoAd.h
+
+ hash
+
+ HTglpeO2IlcK2Sy2WyZsyyu/w+s=
+
+ hash2
+
+ Y2OUHTfxuwWRs9C41o0hoGV4CBfnkdprZOYY7XS/Jts=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/FBRewardedVideoAdBridge.h
+
+ hash
+
+ 1bMVuSeL7cq06A9kiGQjLeMvy5s=
+
+ hash2
+
+ qVNmDTFc5cH9FJUcJ+5UROcaz0L+qAKQS5H+8NjDBks=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Headers/UIView+FBNativeAdViewTag.h
+
+ hash
+
+ UIyv4MmxUtXcBhhp1hyYKHadxTA=
+
+ hash2
+
+ +MnUlXhK83jI9ajQxYZoLkV1ou3hSilb1idDllCkq6E=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Info.plist
+
+ hash
+
+ wKdTzmnW6sqCoBYsT65FPonYqWg=
+
+ hash2
+
+ NK6LhOM8jW59Yc205yxPFYEFSAzMpj/4PDgSb3yq6kQ=
+
+
+ ios-arm64/FBAudienceNetwork.framework/Modules/module.modulemap
+
+ hash
+
+ eL2I/YyQvaoNWry0nbEJDR6NAhQ=
+
+ hash2
+
+ ik1Ragh1i/sv7KVakaF6zQXkvLt6jm/DDar2NKEWScg=
+
+
+ ios-arm64/FBAudienceNetwork.framework/PkgInfo
+
+ hash
+
+ cBYDa3QyibPnSPDvyuw5uDs0LWg=
+
+ hash2
+
+ KIPJdhuYpCHG8dugfGO+DAsGwnleS5hpIX6yXzPrQuk=
+
+
+ ios-arm64/FBAudienceNetwork.framework/PrivacyInfo.xcprivacy
+
+ hash
+
+ iJf6SpfSfy71MDcGI+K9k1a78DU=
+
+ hash2
+
+ cSw93xWtIPxdaMlNpIyJu23eaMe/V5QkksYayESwhlc=
+
+
+ ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeDirectory
+
+ hash
+
+ SY/Z3pbfhRJRLYErm6wsUDmfcWk=
+
+ hash2
+
+ 5RtcaEi0MZXFME/frOCePINIPBAt/He5gl/5Qkorq7A=
+
+
+ ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements
+
+ hash
+
+ 01aaA/ulnCrME+Yud7DUzdClx7k=
+
+ hash2
+
+ I+ZEESfCtQmr5DL2fsqdiE12jRUhaNj/2/oa5gJVQyI=
+
+
+ ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements-1
+
+ hash
+
+ Isr/UfqKAHYFseipGjDmSpC22tg=
+
+ hash2
+
+ f2/uQSFZnhyr33AJDKp9aKpo6J8dK1q/IgUclRaQjTc=
+
+
+ ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeResources
+
+ hash
+
+ tA/CYXafRbqj9UoMUxnRMwYMmAg=
+
+ hash2
+
+ gkV7QE/fooA9mDWVQsRgAEPABXyBXEuDZBsD879zVBk=
+
+
+ ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeSignature
+
+ hash
+
+ K8os8h7ZbFjLDlLZtmWf0bH6Lss=
+
+ hash2
+
+ HevDz3vJDrwwToVdi2OW9iGik+1y9mkBADyaRugKbxE=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/FBAudienceNetwork
+
+ hash
+
+ +ZTj2mfgzlFdcLeeqxR4iM3WX2w=
+
+ hash2
+
+ RmrAIcIlz2LurTnWEo3JZKLiopbCYKP2S47tsNolR9s=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdBridgeCommon.h
+
+ hash
+
+ BtpCU0SEsTaWwPXhZG/xryJ14rA=
+
+ hash2
+
+ amaDkW5IUAigoQucSvZdqggJ9bJFNojLdc4Kl37mE1E=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdBridgeContainer.h
+
+ hash
+
+ VCjtFROZ6vA+hgirBnmNEZG/05U=
+
+ hash2
+
+ 7pgAucyPVPz8a4OeQjcjBPFALFNjtGohai8Pi4gCSBM=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdChoicesView.h
+
+ hash
+
+ mPVLE+AFJ3hHwfxTaXS82xOGDqM=
+
+ hash2
+
+ m8MZnnysUAasNl5+2cwlO03dNvOVI/x5CmRnWP/rDEc=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdCompanionView.h
+
+ hash
+
+ nPor4UpY2+3HUmWaWaOcMYRhfJs=
+
+ hash2
+
+ 8+MrQaycGt04NRbtNxtiwHUsctGnmJA2VRB4+7LZgYQ=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdDefines.h
+
+ hash
+
+ eF5YA2yTwZ/qymrHCLrHNXxCcks=
+
+ hash2
+
+ 3CWJcYm2XCY646OOi0BxVi+RoONw3thuDzAEq0MLJ1Y=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdExperienceConfig.h
+
+ hash
+
+ IWXtxQr66bLlIaz0MZEx+GTWdmg=
+
+ hash2
+
+ lPW2X42jJ+W9PGhaZaXOH/nyAJfv0maGZl/zrf7N5Hs=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdExtraHint.h
+
+ hash
+
+ n7hvtmm7C4VcB1D1XRUlxhw2ol4=
+
+ hash2
+
+ T1yeJNtdmHpZqJFqQiJ69JITwAIt1MLJ0TJlKRuinW4=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdIconView.h
+
+ hash
+
+ mYVzuZvmyQNMvmvzaAYi0RbESdA=
+
+ hash2
+
+ JibHgKTOs6wDtAzaPgZvkGM3To4sowPwMfdYYtimfLM=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdImage.h
+
+ hash
+
+ OaVQV9ZKvcm0C1JBmeTqdWCw7mA=
+
+ hash2
+
+ 9BvTeQ5iGpHNNil5K/TmAhTchYnsaVDRhclDTgoB7Zg=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdOptionsView.h
+
+ hash
+
+ Id+HrpoYLEEmgxgEUQhvGfap6bU=
+
+ hash2
+
+ AyTv7l1bIkP5CvBa+LUKGvktSdUX6xevDJRsJuinLd0=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdSDKNotificationManager.h
+
+ hash
+
+ Kr1b5BaDE9+Niq1J7t1P+MUGSZI=
+
+ hash2
+
+ uvVwsWym2LtMl+eGO9BYk7zDvMRit4iaew7jlAApIr8=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdSettings.h
+
+ hash
+
+ 934rUlgBtzwvwfBeyMMN1YPbgfI=
+
+ hash2
+
+ an02TE/wVcCFLtK5iIN6vG+lJC2I8lFZ2NbMT/qZBxg=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdSettingsBridge.h
+
+ hash
+
+ otXXaNl3ivITTXmQnbVsH+2bqoU=
+
+ hash2
+
+ UI+J0a95m7Ys7K0cPLtq7WLECIlE530mF+igVHk+JIE=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdSize.h
+
+ hash
+
+ 467OPNHvQN+SuTpujVQIu6UHKS8=
+
+ hash2
+
+ wF90yazUuH2Zcc8Hs/II5eyL1er7xb7pGGtMmHrcKBg=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdUtilityBridge.h
+
+ hash
+
+ gAsta3Ku0CWuWl5UTPHKiH0Htak=
+
+ hash2
+
+ Ekr7YVyzcAdl6B0H7nbYsV7iUcHpsrzssTApmPvpQsg=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdView.h
+
+ hash
+
+ 63WRrf+IX626fzGNbMmHZv24gNA=
+
+ hash2
+
+ 8CDyiOU4r0R1kHWs48WAj7HdOIV2lmk04EUw/XklUdg=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdViewBridge.h
+
+ hash
+
+ OodJ7CV+yZ7t4qMfaw+Kf28t8b8=
+
+ hash2
+
+ 6af6A0ZYL2djXooZTlBkHbvifK1+LfujFaneIDf12qM=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAudienceNetwork.h
+
+ hash
+
+ Koz9Fi0nOjJ9WWjoAb1uqzgktNE=
+
+ hash2
+
+ 4JhdtxBNiqqFmzn8zNXa2FymFRWkfEpevEcbvzT80CQ=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAudienceNetworkAds.h
+
+ hash
+
+ H/X7/UR12iWRVjaSltqIiArIosM=
+
+ hash2
+
+ fcBdNhRn8zj/GrDiVlUpRzgjLTDGHz0dEL10YpQdQ70=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBDynamicBannerAd.h
+
+ hash
+
+ tsiK6PU6SwlcUUO3nvmecWvIq0A=
+
+ hash2
+
+ HF+SY2KIPEIPMlOcchbxR8Hv/VfkHvqC49yH0SR2Bwc=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBInterstitialAd.h
+
+ hash
+
+ lIlaP5u77Wek+3RM2x88LAnpVVk=
+
+ hash2
+
+ c4yQYqi0krH8w3Lgio+oX5bvMdjzOhzIAv1J3CrMfDc=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBInterstitialAdBridge.h
+
+ hash
+
+ q0sSvvj1o8+x5LmKwxlhIV/565k=
+
+ hash2
+
+ dj5iE+sKiA2u98F/8Ufr71ZBAG/3usLfdO1HX7TNnq4=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBMediaView.h
+
+ hash
+
+ XcW9MWOORzas0upnWUPgaLToIaY=
+
+ hash2
+
+ IdJZ2bSGN2VC8krmDBP0qszbSSkjbQsxqyMQtvl9lCs=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBMediaViewVideoRenderer.h
+
+ hash
+
+ jD5UU9ICd4La/BLkWy6cDpjBwQw=
+
+ hash2
+
+ zZVU8tBgqcNFlcqoLwU+8CxPXOMVE6b+2qX6+FcW9qg=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAd.h
+
+ hash
+
+ 3ja15NIMLK6OWYjdfRKs0kthxi0=
+
+ hash2
+
+ 0Wcadjh4ZkPNNleFsvb5Kqhh6fiKDU+GU4amLf8v/lk=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdBase.h
+
+ hash
+
+ l+lfH5qJMxJy03BevlHJnaMbrhQ=
+
+ hash2
+
+ rYE2lIFgnjzYrp0OEDhWQCnPiwJkCuAOScq160xRySw=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdBaseView.h
+
+ hash
+
+ rewXycBU2KSWl8gauwuiGTRq6co=
+
+ hash2
+
+ /7uVyr53xtwPvs70Jm412vHzEoWRwpIv8xUqPi6uREU=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdCollectionViewAdProvider.h
+
+ hash
+
+ /zUpuGlyxJuQVIdk34SYBqg1da8=
+
+ hash2
+
+ SO+PSlCk/idLK06M76CgFE8qzVRmaNFq+pX6ncbBMgw=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdCollectionViewCellProvider.h
+
+ hash
+
+ 5W/OoYUbOOd5XUWJIN2EPFC+5Wg=
+
+ hash2
+
+ FZqpXowlj0fdzO7lfluA2HCaTWSTU6MyX+OC6yMOQvc=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdScrollView.h
+
+ hash
+
+ AIJ+BPRGadRoFOcJq4byzLCNNVI=
+
+ hash2
+
+ 56CfPO7yPEXW+1j2qNKVpi6fPxjDsdm3pO4R5b1F6Mg=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdTableViewAdProvider.h
+
+ hash
+
+ cTgHcaEBZJiOOHqrNJgFYSOTFxc=
+
+ hash2
+
+ xb4Qh66pqYjzGIsBIBIDCEZscxJRIr9KN4IL33K0ZzE=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdTableViewCellProvider.h
+
+ hash
+
+ p+bqYNQZS8SWtgZheKS83Hovokg=
+
+ hash2
+
+ NP81wRmav1YlgTPbO945gezhUmqDDoowhI1udasjQBQ=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdView.h
+
+ hash
+
+ J9FN9bQtZnm2TSMxR6vdypm5OtM=
+
+ hash2
+
+ Y/qMKttgI1kOxAd2bO2gm+a2r/mXuBj8ZFNhMbz37+w=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdViewAttributes.h
+
+ hash
+
+ +02NIOY5GtfKVtV9WR6ELAKv6gU=
+
+ hash2
+
+ 1qAkpo1/MuwX5jD2vqzoOuNdGRVFHcnZ4OwAHq9HUPY=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeAdsManager.h
+
+ hash
+
+ SER5cKJ0SHgxJ0VGBKCE9D5pFbQ=
+
+ hash2
+
+ qn4dEFN6+wCANj1ZLjH64skPimIjztj9n5ClaoUFM+E=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeBannerAd.h
+
+ hash
+
+ M0ynY/kAU4FSXp0YzQUwPLR8AAE=
+
+ hash2
+
+ DgxFwbXDiSln1fywfE7xg4b+byh93VYRgcZAxXQ5fZA=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBNativeBannerAdView.h
+
+ hash
+
+ hPi9YaW20M8SibWRzcHsvxgB7aI=
+
+ hash2
+
+ e7LXD+yH3fbbFRkgtLJB9i3fytZnLxniZwjKeOdqLSg=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBRewardedInterstitialAd.h
+
+ hash
+
+ Ja3i8kgcHuIyVokVSFqkrNJJaIc=
+
+ hash2
+
+ 3qP9r9VcXg07rx5l7yxO7/zSjKWYX4xAEx7jFXx/3Ew=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBRewardedVideoAd.h
+
+ hash
+
+ HTglpeO2IlcK2Sy2WyZsyyu/w+s=
+
+ hash2
+
+ Y2OUHTfxuwWRs9C41o0hoGV4CBfnkdprZOYY7XS/Jts=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBRewardedVideoAdBridge.h
+
+ hash
+
+ 1bMVuSeL7cq06A9kiGQjLeMvy5s=
+
+ hash2
+
+ qVNmDTFc5cH9FJUcJ+5UROcaz0L+qAKQS5H+8NjDBks=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/UIView+FBNativeAdViewTag.h
+
+ hash
+
+ UIyv4MmxUtXcBhhp1hyYKHadxTA=
+
+ hash2
+
+ +MnUlXhK83jI9ajQxYZoLkV1ou3hSilb1idDllCkq6E=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Info.plist
+
+ hash
+
+ wKdTzmnW6sqCoBYsT65FPonYqWg=
+
+ hash2
+
+ NK6LhOM8jW59Yc205yxPFYEFSAzMpj/4PDgSb3yq6kQ=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Modules/module.modulemap
+
+ hash
+
+ eL2I/YyQvaoNWry0nbEJDR6NAhQ=
+
+ hash2
+
+ ik1Ragh1i/sv7KVakaF6zQXkvLt6jm/DDar2NKEWScg=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/PkgInfo
+
+ hash
+
+ cBYDa3QyibPnSPDvyuw5uDs0LWg=
+
+ hash2
+
+ KIPJdhuYpCHG8dugfGO+DAsGwnleS5hpIX6yXzPrQuk=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/PrivacyInfo.xcprivacy
+
+ hash
+
+ iJf6SpfSfy71MDcGI+K9k1a78DU=
+
+ hash2
+
+ cSw93xWtIPxdaMlNpIyJu23eaMe/V5QkksYayESwhlc=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeDirectory
+
+ hash
+
+ c9Eeaib02DAQDkrDhhZNR8r2TLM=
+
+ hash2
+
+ +KRAWB7GAG6h0Qf3jV/52QSRPBdE72EyrEnrjZG+RH0=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements
+
+ hash
+
+ 01aaA/ulnCrME+Yud7DUzdClx7k=
+
+ hash2
+
+ I+ZEESfCtQmr5DL2fsqdiE12jRUhaNj/2/oa5gJVQyI=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements-1
+
+ hash
+
+ NWmlUzm/O1/1sykBrQelQNLnu9k=
+
+ hash2
+
+ op1pfFUt7yOJJ6HhrZxtUjVW8DDxxPLARJUmVGh/G5k=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeResources
+
+ hash
+
+ tA/CYXafRbqj9UoMUxnRMwYMmAg=
+
+ hash2
+
+ gkV7QE/fooA9mDWVQsRgAEPABXyBXEuDZBsD879zVBk=
+
+
+ ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeSignature
+
+ hash
+
+ RfasgLfB+kSvVf//qOElG0/M6r0=
+
+ hash2
+
+ ORnTQzHi9Iq1HtvcfF7WMJkM6S3kyQJfFU+zB21Qwi8=
+
+
+
+ rules
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^version.plist$
+
+
+ rules2
+
+ .*\.dSYM($|/)
+
+ weight
+ 11
+
+ ^(.*/)?\.DS_Store$
+
+ omit
+
+ weight
+ 2000
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^Info\.plist$
+
+ omit
+
+ weight
+ 20
+
+ ^PkgInfo$
+
+ omit
+
+ weight
+ 20
+
+ ^embedded\.provisionprofile$
+
+ weight
+ 20
+
+ ^version\.plist$
+
+ weight
+ 20
+
+
+
+
diff --git a/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeSignature b/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeSignature
new file mode 100644
index 0000000..28e5c43
Binary files /dev/null and b/ios/platform/FBAudienceNetwork.xcframework/_CodeSignature/CodeSignature differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/FBAudienceNetwork b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/FBAudienceNetwork
index 664de17..0e49e29 100644
Binary files a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/FBAudienceNetwork and b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/FBAudienceNetwork differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBAdBridgeContainer.h b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBAdBridgeContainer.h
index f41862d..8cb4e33 100644
--- a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBAdBridgeContainer.h
+++ b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBAdBridgeContainer.h
@@ -81,10 +81,7 @@ typedef void (*FBAdBridgeErrorCallback)(uint32_t uniqueId, char const *error);
@property (nonatomic, assign) FBAdBridgeCallback rewardedVideoAdDidLoadCallback;
@property (nonatomic, assign) FBAdBridgeErrorCallback rewardedVideoAdDidFailWithErrorCallback;
@property (nonatomic, assign) FBAdBridgeCallback rewardedVideoAdWillLogImpressionCallback;
-
@property (nonatomic, assign) FBAdBridgeCallback rewardedVideoAdVideoCompleteCallback;
-@property (nonatomic, assign) FBAdBridgeCallback rewardedVideoAdServerRewardDidSucceedCallback;
-@property (nonatomic, assign) FBAdBridgeCallback rewardedVideoAdServerRewardDidFailCallback;
- (instancetype)init NS_UNAVAILABLE;
+ (instancetype)new NS_UNAVAILABLE;
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBAdSettings.h b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBAdSettings.h
index e861883..3e1e833 100644
--- a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBAdSettings.h
+++ b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBAdSettings.h
@@ -116,13 +116,14 @@ FB_CLASS_EXPORT FB_SUBCLASSING_RESTRICTED @interface FBAdSettings : NSObject
/**
User's consent for advertiser tracking.
-
-
- The setter API only works in iOS14 or above and won't take effect in iOS13 or below.
*/
-+ (void)setAdvertiserTrackingEnabled:(BOOL)advertiserTrackingEnabled;
++ (void)setAdvertiserTrackingEnabled:(BOOL)advertiserTrackingEnabled
+ NS_DEPRECATED_IOS(
+ 12_0,
+ 17_0,
+ "The setter for advertiserTrackingEnabled flag is deprecated: The setAdvertiserTrackingEnabled flag is not used for Audience Network SDK 6.15.0+ on iOS 17+ as the Audience Network SDK 6.15.0+ on iOS 17+ now relies on [ATTrackingManager trackingAuthorizationStatus] to accurately represent ATT permission for users of your app");
-/**
+/*
Returns test mode on/off.
*/
+ (BOOL)isTestMode;
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBAudienceNetwork.h b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBAudienceNetwork.h
index 9d0fc74..4d5a028 100644
--- a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBAudienceNetwork.h
+++ b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBAudienceNetwork.h
@@ -45,7 +45,4 @@
#import
#import
-// NOTE: Any changes should also be made to the module.modulemap
-// to ensure comptability with Swift apps using Cocoapods
-
-#define FB_AD_SDK_VERSION @"6.14.0"
+#define FB_AD_SDK_VERSION @"6.15.0"
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBRewardedVideoAd.h b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBRewardedVideoAd.h
index 739724d..b0e0668 100644
--- a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBRewardedVideoAd.h
+++ b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBRewardedVideoAd.h
@@ -217,7 +217,8 @@ FB_CLASS_EXPORT FB_SUBCLASSING_RESTRICTED @interface FBRewardedVideoAd : NSObjec
@param rewardedVideoAd A FBRewardedVideoAd object sending the message.
*/
-- (void)rewardedVideoAdServerRewardDidSucceed:(FBRewardedVideoAd *)rewardedVideoAd;
+- (void)rewardedVideoAdServerRewardDidSucceed:(FBRewardedVideoAd *)rewardedVideoAd
+ FB_DEPRECATED_WITH_MESSAGE("Functionality has been deprecated. This delegate method will not be called.");
/**
Sent if server call to publisher's reward endpoint did not return HTTP status code 200
@@ -226,7 +227,8 @@ FB_CLASS_EXPORT FB_SUBCLASSING_RESTRICTED @interface FBRewardedVideoAd : NSObjec
@param rewardedVideoAd A FBRewardedVideoAd object sending the message.
*/
-- (void)rewardedVideoAdServerRewardDidFail:(FBRewardedVideoAd *)rewardedVideoAd;
+- (void)rewardedVideoAdServerRewardDidFail:(FBRewardedVideoAd *)rewardedVideoAd
+ FB_DEPRECATED_WITH_MESSAGE("Functionality has been deprecated. This delegate method will not be called.");
/**
Experimental Feature, DO NOT USE IN PRODUCTION!
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBRewardedVideoAdBridge.h b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBRewardedVideoAdBridge.h
index 5081229..180ffe2 100644
--- a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBRewardedVideoAdBridge.h
+++ b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Headers/FBRewardedVideoAdBridge.h
@@ -42,7 +42,5 @@ FB_EXPORT void FBRewardedVideoAdBridgeOnError(int32_t uniqueId, FBAdBridgeErrorC
FB_EXPORT void FBRewardedVideoAdBridgeOnDidClose(int32_t uniqueId, FBAdBridgeCallback callback);
FB_EXPORT void FBRewardedVideoAdBridgeOnWillClose(int32_t uniqueId, FBAdBridgeCallback callback);
FB_EXPORT void FBRewardedVideoAdBridgeOnVideoComplete(int32_t uniqueId, FBAdBridgeCallback callback);
-FB_EXPORT void FBRewardedVideoAdBridgeOnServerRewardSuccess(int32_t uniqueId, FBAdBridgeCallback callback);
-FB_EXPORT void FBRewardedVideoAdBridgeOnServerRewardFailure(int32_t uniqueId, FBAdBridgeCallback callback);
FB_EXTERN_C_END
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Info.plist b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Info.plist
index 249b8cc..b4c5677 100644
Binary files a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Info.plist and b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/Info.plist differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/PrivacyInfo.xcprivacy b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000..b79fd3e
--- /dev/null
+++ b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/PrivacyInfo.xcprivacy
@@ -0,0 +1,68 @@
+
+
+
+
+ NSPrivacyTrackingDomains
+
+ ep1.facebook.com
+ ep6.facebook.com
+
+ NSPrivacyCollectedDataTypes
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeAdvertisingData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeDeviceID
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategorySystemBootTime
+ NSPrivacyAccessedAPITypeReasons
+
+ 35F9.1
+
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryFileTimestamp
+ NSPrivacyAccessedAPITypeReasons
+
+ C617.1
+
+
+
+ NSPrivacyTracking
+
+
+
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeDirectory b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeDirectory
new file mode 100644
index 0000000..0206f82
Binary files /dev/null and b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeDirectory differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements
new file mode 100644
index 0000000..41c7cf2
Binary files /dev/null and b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements-1 b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements-1
new file mode 100644
index 0000000..567349d
Binary files /dev/null and b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements-1 differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeResources b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeResources
new file mode 100644
index 0000000..6a258a9
--- /dev/null
+++ b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeResources
@@ -0,0 +1,751 @@
+
+
+
+
+ files
+
+ Headers/FBAdBridgeCommon.h
+
+ BtpCU0SEsTaWwPXhZG/xryJ14rA=
+
+ Headers/FBAdBridgeContainer.h
+
+ VCjtFROZ6vA+hgirBnmNEZG/05U=
+
+ Headers/FBAdChoicesView.h
+
+ mPVLE+AFJ3hHwfxTaXS82xOGDqM=
+
+ Headers/FBAdCompanionView.h
+
+ nPor4UpY2+3HUmWaWaOcMYRhfJs=
+
+ Headers/FBAdDefines.h
+
+ eF5YA2yTwZ/qymrHCLrHNXxCcks=
+
+ Headers/FBAdExperienceConfig.h
+
+ IWXtxQr66bLlIaz0MZEx+GTWdmg=
+
+ Headers/FBAdExtraHint.h
+
+ n7hvtmm7C4VcB1D1XRUlxhw2ol4=
+
+ Headers/FBAdIconView.h
+
+ mYVzuZvmyQNMvmvzaAYi0RbESdA=
+
+ Headers/FBAdImage.h
+
+ OaVQV9ZKvcm0C1JBmeTqdWCw7mA=
+
+ Headers/FBAdOptionsView.h
+
+ Id+HrpoYLEEmgxgEUQhvGfap6bU=
+
+ Headers/FBAdSDKNotificationManager.h
+
+ Kr1b5BaDE9+Niq1J7t1P+MUGSZI=
+
+ Headers/FBAdSettings.h
+
+ 934rUlgBtzwvwfBeyMMN1YPbgfI=
+
+ Headers/FBAdSettingsBridge.h
+
+ otXXaNl3ivITTXmQnbVsH+2bqoU=
+
+ Headers/FBAdSize.h
+
+ 467OPNHvQN+SuTpujVQIu6UHKS8=
+
+ Headers/FBAdUtilityBridge.h
+
+ gAsta3Ku0CWuWl5UTPHKiH0Htak=
+
+ Headers/FBAdView.h
+
+ 63WRrf+IX626fzGNbMmHZv24gNA=
+
+ Headers/FBAdViewBridge.h
+
+ OodJ7CV+yZ7t4qMfaw+Kf28t8b8=
+
+ Headers/FBAudienceNetwork.h
+
+ Koz9Fi0nOjJ9WWjoAb1uqzgktNE=
+
+ Headers/FBAudienceNetworkAds.h
+
+ H/X7/UR12iWRVjaSltqIiArIosM=
+
+ Headers/FBDynamicBannerAd.h
+
+ tsiK6PU6SwlcUUO3nvmecWvIq0A=
+
+ Headers/FBInterstitialAd.h
+
+ lIlaP5u77Wek+3RM2x88LAnpVVk=
+
+ Headers/FBInterstitialAdBridge.h
+
+ q0sSvvj1o8+x5LmKwxlhIV/565k=
+
+ Headers/FBMediaView.h
+
+ XcW9MWOORzas0upnWUPgaLToIaY=
+
+ Headers/FBMediaViewVideoRenderer.h
+
+ jD5UU9ICd4La/BLkWy6cDpjBwQw=
+
+ Headers/FBNativeAd.h
+
+ 3ja15NIMLK6OWYjdfRKs0kthxi0=
+
+ Headers/FBNativeAdBase.h
+
+ l+lfH5qJMxJy03BevlHJnaMbrhQ=
+
+ Headers/FBNativeAdBaseView.h
+
+ rewXycBU2KSWl8gauwuiGTRq6co=
+
+ Headers/FBNativeAdCollectionViewAdProvider.h
+
+ /zUpuGlyxJuQVIdk34SYBqg1da8=
+
+ Headers/FBNativeAdCollectionViewCellProvider.h
+
+ 5W/OoYUbOOd5XUWJIN2EPFC+5Wg=
+
+ Headers/FBNativeAdScrollView.h
+
+ AIJ+BPRGadRoFOcJq4byzLCNNVI=
+
+ Headers/FBNativeAdTableViewAdProvider.h
+
+ cTgHcaEBZJiOOHqrNJgFYSOTFxc=
+
+ Headers/FBNativeAdTableViewCellProvider.h
+
+ p+bqYNQZS8SWtgZheKS83Hovokg=
+
+ Headers/FBNativeAdView.h
+
+ J9FN9bQtZnm2TSMxR6vdypm5OtM=
+
+ Headers/FBNativeAdViewAttributes.h
+
+ +02NIOY5GtfKVtV9WR6ELAKv6gU=
+
+ Headers/FBNativeAdsManager.h
+
+ SER5cKJ0SHgxJ0VGBKCE9D5pFbQ=
+
+ Headers/FBNativeBannerAd.h
+
+ M0ynY/kAU4FSXp0YzQUwPLR8AAE=
+
+ Headers/FBNativeBannerAdView.h
+
+ hPi9YaW20M8SibWRzcHsvxgB7aI=
+
+ Headers/FBRewardedInterstitialAd.h
+
+ Ja3i8kgcHuIyVokVSFqkrNJJaIc=
+
+ Headers/FBRewardedVideoAd.h
+
+ HTglpeO2IlcK2Sy2WyZsyyu/w+s=
+
+ Headers/FBRewardedVideoAdBridge.h
+
+ 1bMVuSeL7cq06A9kiGQjLeMvy5s=
+
+ Headers/UIView+FBNativeAdViewTag.h
+
+ UIyv4MmxUtXcBhhp1hyYKHadxTA=
+
+ Info.plist
+
+ wKdTzmnW6sqCoBYsT65FPonYqWg=
+
+ Modules/module.modulemap
+
+ eL2I/YyQvaoNWry0nbEJDR6NAhQ=
+
+ PkgInfo
+
+ cBYDa3QyibPnSPDvyuw5uDs0LWg=
+
+ PrivacyInfo.xcprivacy
+
+ iJf6SpfSfy71MDcGI+K9k1a78DU=
+
+
+ files2
+
+ Headers/FBAdBridgeCommon.h
+
+ hash
+
+ BtpCU0SEsTaWwPXhZG/xryJ14rA=
+
+ hash2
+
+ amaDkW5IUAigoQucSvZdqggJ9bJFNojLdc4Kl37mE1E=
+
+
+ Headers/FBAdBridgeContainer.h
+
+ hash
+
+ VCjtFROZ6vA+hgirBnmNEZG/05U=
+
+ hash2
+
+ 7pgAucyPVPz8a4OeQjcjBPFALFNjtGohai8Pi4gCSBM=
+
+
+ Headers/FBAdChoicesView.h
+
+ hash
+
+ mPVLE+AFJ3hHwfxTaXS82xOGDqM=
+
+ hash2
+
+ m8MZnnysUAasNl5+2cwlO03dNvOVI/x5CmRnWP/rDEc=
+
+
+ Headers/FBAdCompanionView.h
+
+ hash
+
+ nPor4UpY2+3HUmWaWaOcMYRhfJs=
+
+ hash2
+
+ 8+MrQaycGt04NRbtNxtiwHUsctGnmJA2VRB4+7LZgYQ=
+
+
+ Headers/FBAdDefines.h
+
+ hash
+
+ eF5YA2yTwZ/qymrHCLrHNXxCcks=
+
+ hash2
+
+ 3CWJcYm2XCY646OOi0BxVi+RoONw3thuDzAEq0MLJ1Y=
+
+
+ Headers/FBAdExperienceConfig.h
+
+ hash
+
+ IWXtxQr66bLlIaz0MZEx+GTWdmg=
+
+ hash2
+
+ lPW2X42jJ+W9PGhaZaXOH/nyAJfv0maGZl/zrf7N5Hs=
+
+
+ Headers/FBAdExtraHint.h
+
+ hash
+
+ n7hvtmm7C4VcB1D1XRUlxhw2ol4=
+
+ hash2
+
+ T1yeJNtdmHpZqJFqQiJ69JITwAIt1MLJ0TJlKRuinW4=
+
+
+ Headers/FBAdIconView.h
+
+ hash
+
+ mYVzuZvmyQNMvmvzaAYi0RbESdA=
+
+ hash2
+
+ JibHgKTOs6wDtAzaPgZvkGM3To4sowPwMfdYYtimfLM=
+
+
+ Headers/FBAdImage.h
+
+ hash
+
+ OaVQV9ZKvcm0C1JBmeTqdWCw7mA=
+
+ hash2
+
+ 9BvTeQ5iGpHNNil5K/TmAhTchYnsaVDRhclDTgoB7Zg=
+
+
+ Headers/FBAdOptionsView.h
+
+ hash
+
+ Id+HrpoYLEEmgxgEUQhvGfap6bU=
+
+ hash2
+
+ AyTv7l1bIkP5CvBa+LUKGvktSdUX6xevDJRsJuinLd0=
+
+
+ Headers/FBAdSDKNotificationManager.h
+
+ hash
+
+ Kr1b5BaDE9+Niq1J7t1P+MUGSZI=
+
+ hash2
+
+ uvVwsWym2LtMl+eGO9BYk7zDvMRit4iaew7jlAApIr8=
+
+
+ Headers/FBAdSettings.h
+
+ hash
+
+ 934rUlgBtzwvwfBeyMMN1YPbgfI=
+
+ hash2
+
+ an02TE/wVcCFLtK5iIN6vG+lJC2I8lFZ2NbMT/qZBxg=
+
+
+ Headers/FBAdSettingsBridge.h
+
+ hash
+
+ otXXaNl3ivITTXmQnbVsH+2bqoU=
+
+ hash2
+
+ UI+J0a95m7Ys7K0cPLtq7WLECIlE530mF+igVHk+JIE=
+
+
+ Headers/FBAdSize.h
+
+ hash
+
+ 467OPNHvQN+SuTpujVQIu6UHKS8=
+
+ hash2
+
+ wF90yazUuH2Zcc8Hs/II5eyL1er7xb7pGGtMmHrcKBg=
+
+
+ Headers/FBAdUtilityBridge.h
+
+ hash
+
+ gAsta3Ku0CWuWl5UTPHKiH0Htak=
+
+ hash2
+
+ Ekr7YVyzcAdl6B0H7nbYsV7iUcHpsrzssTApmPvpQsg=
+
+
+ Headers/FBAdView.h
+
+ hash
+
+ 63WRrf+IX626fzGNbMmHZv24gNA=
+
+ hash2
+
+ 8CDyiOU4r0R1kHWs48WAj7HdOIV2lmk04EUw/XklUdg=
+
+
+ Headers/FBAdViewBridge.h
+
+ hash
+
+ OodJ7CV+yZ7t4qMfaw+Kf28t8b8=
+
+ hash2
+
+ 6af6A0ZYL2djXooZTlBkHbvifK1+LfujFaneIDf12qM=
+
+
+ Headers/FBAudienceNetwork.h
+
+ hash
+
+ Koz9Fi0nOjJ9WWjoAb1uqzgktNE=
+
+ hash2
+
+ 4JhdtxBNiqqFmzn8zNXa2FymFRWkfEpevEcbvzT80CQ=
+
+
+ Headers/FBAudienceNetworkAds.h
+
+ hash
+
+ H/X7/UR12iWRVjaSltqIiArIosM=
+
+ hash2
+
+ fcBdNhRn8zj/GrDiVlUpRzgjLTDGHz0dEL10YpQdQ70=
+
+
+ Headers/FBDynamicBannerAd.h
+
+ hash
+
+ tsiK6PU6SwlcUUO3nvmecWvIq0A=
+
+ hash2
+
+ HF+SY2KIPEIPMlOcchbxR8Hv/VfkHvqC49yH0SR2Bwc=
+
+
+ Headers/FBInterstitialAd.h
+
+ hash
+
+ lIlaP5u77Wek+3RM2x88LAnpVVk=
+
+ hash2
+
+ c4yQYqi0krH8w3Lgio+oX5bvMdjzOhzIAv1J3CrMfDc=
+
+
+ Headers/FBInterstitialAdBridge.h
+
+ hash
+
+ q0sSvvj1o8+x5LmKwxlhIV/565k=
+
+ hash2
+
+ dj5iE+sKiA2u98F/8Ufr71ZBAG/3usLfdO1HX7TNnq4=
+
+
+ Headers/FBMediaView.h
+
+ hash
+
+ XcW9MWOORzas0upnWUPgaLToIaY=
+
+ hash2
+
+ IdJZ2bSGN2VC8krmDBP0qszbSSkjbQsxqyMQtvl9lCs=
+
+
+ Headers/FBMediaViewVideoRenderer.h
+
+ hash
+
+ jD5UU9ICd4La/BLkWy6cDpjBwQw=
+
+ hash2
+
+ zZVU8tBgqcNFlcqoLwU+8CxPXOMVE6b+2qX6+FcW9qg=
+
+
+ Headers/FBNativeAd.h
+
+ hash
+
+ 3ja15NIMLK6OWYjdfRKs0kthxi0=
+
+ hash2
+
+ 0Wcadjh4ZkPNNleFsvb5Kqhh6fiKDU+GU4amLf8v/lk=
+
+
+ Headers/FBNativeAdBase.h
+
+ hash
+
+ l+lfH5qJMxJy03BevlHJnaMbrhQ=
+
+ hash2
+
+ rYE2lIFgnjzYrp0OEDhWQCnPiwJkCuAOScq160xRySw=
+
+
+ Headers/FBNativeAdBaseView.h
+
+ hash
+
+ rewXycBU2KSWl8gauwuiGTRq6co=
+
+ hash2
+
+ /7uVyr53xtwPvs70Jm412vHzEoWRwpIv8xUqPi6uREU=
+
+
+ Headers/FBNativeAdCollectionViewAdProvider.h
+
+ hash
+
+ /zUpuGlyxJuQVIdk34SYBqg1da8=
+
+ hash2
+
+ SO+PSlCk/idLK06M76CgFE8qzVRmaNFq+pX6ncbBMgw=
+
+
+ Headers/FBNativeAdCollectionViewCellProvider.h
+
+ hash
+
+ 5W/OoYUbOOd5XUWJIN2EPFC+5Wg=
+
+ hash2
+
+ FZqpXowlj0fdzO7lfluA2HCaTWSTU6MyX+OC6yMOQvc=
+
+
+ Headers/FBNativeAdScrollView.h
+
+ hash
+
+ AIJ+BPRGadRoFOcJq4byzLCNNVI=
+
+ hash2
+
+ 56CfPO7yPEXW+1j2qNKVpi6fPxjDsdm3pO4R5b1F6Mg=
+
+
+ Headers/FBNativeAdTableViewAdProvider.h
+
+ hash
+
+ cTgHcaEBZJiOOHqrNJgFYSOTFxc=
+
+ hash2
+
+ xb4Qh66pqYjzGIsBIBIDCEZscxJRIr9KN4IL33K0ZzE=
+
+
+ Headers/FBNativeAdTableViewCellProvider.h
+
+ hash
+
+ p+bqYNQZS8SWtgZheKS83Hovokg=
+
+ hash2
+
+ NP81wRmav1YlgTPbO945gezhUmqDDoowhI1udasjQBQ=
+
+
+ Headers/FBNativeAdView.h
+
+ hash
+
+ J9FN9bQtZnm2TSMxR6vdypm5OtM=
+
+ hash2
+
+ Y/qMKttgI1kOxAd2bO2gm+a2r/mXuBj8ZFNhMbz37+w=
+
+
+ Headers/FBNativeAdViewAttributes.h
+
+ hash
+
+ +02NIOY5GtfKVtV9WR6ELAKv6gU=
+
+ hash2
+
+ 1qAkpo1/MuwX5jD2vqzoOuNdGRVFHcnZ4OwAHq9HUPY=
+
+
+ Headers/FBNativeAdsManager.h
+
+ hash
+
+ SER5cKJ0SHgxJ0VGBKCE9D5pFbQ=
+
+ hash2
+
+ qn4dEFN6+wCANj1ZLjH64skPimIjztj9n5ClaoUFM+E=
+
+
+ Headers/FBNativeBannerAd.h
+
+ hash
+
+ M0ynY/kAU4FSXp0YzQUwPLR8AAE=
+
+ hash2
+
+ DgxFwbXDiSln1fywfE7xg4b+byh93VYRgcZAxXQ5fZA=
+
+
+ Headers/FBNativeBannerAdView.h
+
+ hash
+
+ hPi9YaW20M8SibWRzcHsvxgB7aI=
+
+ hash2
+
+ e7LXD+yH3fbbFRkgtLJB9i3fytZnLxniZwjKeOdqLSg=
+
+
+ Headers/FBRewardedInterstitialAd.h
+
+ hash
+
+ Ja3i8kgcHuIyVokVSFqkrNJJaIc=
+
+ hash2
+
+ 3qP9r9VcXg07rx5l7yxO7/zSjKWYX4xAEx7jFXx/3Ew=
+
+
+ Headers/FBRewardedVideoAd.h
+
+ hash
+
+ HTglpeO2IlcK2Sy2WyZsyyu/w+s=
+
+ hash2
+
+ Y2OUHTfxuwWRs9C41o0hoGV4CBfnkdprZOYY7XS/Jts=
+
+
+ Headers/FBRewardedVideoAdBridge.h
+
+ hash
+
+ 1bMVuSeL7cq06A9kiGQjLeMvy5s=
+
+ hash2
+
+ qVNmDTFc5cH9FJUcJ+5UROcaz0L+qAKQS5H+8NjDBks=
+
+
+ Headers/UIView+FBNativeAdViewTag.h
+
+ hash
+
+ UIyv4MmxUtXcBhhp1hyYKHadxTA=
+
+ hash2
+
+ +MnUlXhK83jI9ajQxYZoLkV1ou3hSilb1idDllCkq6E=
+
+
+ Modules/module.modulemap
+
+ hash
+
+ eL2I/YyQvaoNWry0nbEJDR6NAhQ=
+
+ hash2
+
+ ik1Ragh1i/sv7KVakaF6zQXkvLt6jm/DDar2NKEWScg=
+
+
+ PrivacyInfo.xcprivacy
+
+ hash
+
+ iJf6SpfSfy71MDcGI+K9k1a78DU=
+
+ hash2
+
+ cSw93xWtIPxdaMlNpIyJu23eaMe/V5QkksYayESwhlc=
+
+
+
+ rules
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^version.plist$
+
+
+ rules2
+
+ .*\.dSYM($|/)
+
+ weight
+ 11
+
+ ^(.*/)?\.DS_Store$
+
+ omit
+
+ weight
+ 2000
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^Info\.plist$
+
+ omit
+
+ weight
+ 20
+
+ ^PkgInfo$
+
+ omit
+
+ weight
+ 20
+
+ ^embedded\.provisionprofile$
+
+ weight
+ 20
+
+ ^version\.plist$
+
+ weight
+ 20
+
+
+
+
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeSignature b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeSignature
new file mode 100644
index 0000000..a13e29f
Binary files /dev/null and b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64/FBAudienceNetwork.framework/_CodeSignature/CodeSignature differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/FBAudienceNetwork b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/FBAudienceNetwork
index e75807b..114bd66 100644
Binary files a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/FBAudienceNetwork and b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/FBAudienceNetwork differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdBridgeContainer.h b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdBridgeContainer.h
index f41862d..8cb4e33 100644
--- a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdBridgeContainer.h
+++ b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdBridgeContainer.h
@@ -81,10 +81,7 @@ typedef void (*FBAdBridgeErrorCallback)(uint32_t uniqueId, char const *error);
@property (nonatomic, assign) FBAdBridgeCallback rewardedVideoAdDidLoadCallback;
@property (nonatomic, assign) FBAdBridgeErrorCallback rewardedVideoAdDidFailWithErrorCallback;
@property (nonatomic, assign) FBAdBridgeCallback rewardedVideoAdWillLogImpressionCallback;
-
@property (nonatomic, assign) FBAdBridgeCallback rewardedVideoAdVideoCompleteCallback;
-@property (nonatomic, assign) FBAdBridgeCallback rewardedVideoAdServerRewardDidSucceedCallback;
-@property (nonatomic, assign) FBAdBridgeCallback rewardedVideoAdServerRewardDidFailCallback;
- (instancetype)init NS_UNAVAILABLE;
+ (instancetype)new NS_UNAVAILABLE;
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdSettings.h b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdSettings.h
index e861883..3e1e833 100644
--- a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdSettings.h
+++ b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAdSettings.h
@@ -116,13 +116,14 @@ FB_CLASS_EXPORT FB_SUBCLASSING_RESTRICTED @interface FBAdSettings : NSObject
/**
User's consent for advertiser tracking.
-
-
- The setter API only works in iOS14 or above and won't take effect in iOS13 or below.
*/
-+ (void)setAdvertiserTrackingEnabled:(BOOL)advertiserTrackingEnabled;
++ (void)setAdvertiserTrackingEnabled:(BOOL)advertiserTrackingEnabled
+ NS_DEPRECATED_IOS(
+ 12_0,
+ 17_0,
+ "The setter for advertiserTrackingEnabled flag is deprecated: The setAdvertiserTrackingEnabled flag is not used for Audience Network SDK 6.15.0+ on iOS 17+ as the Audience Network SDK 6.15.0+ on iOS 17+ now relies on [ATTrackingManager trackingAuthorizationStatus] to accurately represent ATT permission for users of your app");
-/**
+/*
Returns test mode on/off.
*/
+ (BOOL)isTestMode;
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAudienceNetwork.h b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAudienceNetwork.h
index 9d0fc74..4d5a028 100644
--- a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAudienceNetwork.h
+++ b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBAudienceNetwork.h
@@ -45,7 +45,4 @@
#import
#import
-// NOTE: Any changes should also be made to the module.modulemap
-// to ensure comptability with Swift apps using Cocoapods
-
-#define FB_AD_SDK_VERSION @"6.14.0"
+#define FB_AD_SDK_VERSION @"6.15.0"
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBRewardedVideoAd.h b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBRewardedVideoAd.h
index 739724d..b0e0668 100644
--- a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBRewardedVideoAd.h
+++ b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBRewardedVideoAd.h
@@ -217,7 +217,8 @@ FB_CLASS_EXPORT FB_SUBCLASSING_RESTRICTED @interface FBRewardedVideoAd : NSObjec
@param rewardedVideoAd A FBRewardedVideoAd object sending the message.
*/
-- (void)rewardedVideoAdServerRewardDidSucceed:(FBRewardedVideoAd *)rewardedVideoAd;
+- (void)rewardedVideoAdServerRewardDidSucceed:(FBRewardedVideoAd *)rewardedVideoAd
+ FB_DEPRECATED_WITH_MESSAGE("Functionality has been deprecated. This delegate method will not be called.");
/**
Sent if server call to publisher's reward endpoint did not return HTTP status code 200
@@ -226,7 +227,8 @@ FB_CLASS_EXPORT FB_SUBCLASSING_RESTRICTED @interface FBRewardedVideoAd : NSObjec
@param rewardedVideoAd A FBRewardedVideoAd object sending the message.
*/
-- (void)rewardedVideoAdServerRewardDidFail:(FBRewardedVideoAd *)rewardedVideoAd;
+- (void)rewardedVideoAdServerRewardDidFail:(FBRewardedVideoAd *)rewardedVideoAd
+ FB_DEPRECATED_WITH_MESSAGE("Functionality has been deprecated. This delegate method will not be called.");
/**
Experimental Feature, DO NOT USE IN PRODUCTION!
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBRewardedVideoAdBridge.h b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBRewardedVideoAdBridge.h
index 5081229..180ffe2 100644
--- a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBRewardedVideoAdBridge.h
+++ b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Headers/FBRewardedVideoAdBridge.h
@@ -42,7 +42,5 @@ FB_EXPORT void FBRewardedVideoAdBridgeOnError(int32_t uniqueId, FBAdBridgeErrorC
FB_EXPORT void FBRewardedVideoAdBridgeOnDidClose(int32_t uniqueId, FBAdBridgeCallback callback);
FB_EXPORT void FBRewardedVideoAdBridgeOnWillClose(int32_t uniqueId, FBAdBridgeCallback callback);
FB_EXPORT void FBRewardedVideoAdBridgeOnVideoComplete(int32_t uniqueId, FBAdBridgeCallback callback);
-FB_EXPORT void FBRewardedVideoAdBridgeOnServerRewardSuccess(int32_t uniqueId, FBAdBridgeCallback callback);
-FB_EXPORT void FBRewardedVideoAdBridgeOnServerRewardFailure(int32_t uniqueId, FBAdBridgeCallback callback);
FB_EXTERN_C_END
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Info.plist b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Info.plist
index 249b8cc..b4c5677 100644
Binary files a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Info.plist and b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/Info.plist differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/PrivacyInfo.xcprivacy b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000..b79fd3e
--- /dev/null
+++ b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/PrivacyInfo.xcprivacy
@@ -0,0 +1,68 @@
+
+
+
+
+ NSPrivacyTrackingDomains
+
+ ep1.facebook.com
+ ep6.facebook.com
+
+ NSPrivacyCollectedDataTypes
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeAdvertisingData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeDeviceID
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategorySystemBootTime
+ NSPrivacyAccessedAPITypeReasons
+
+ 35F9.1
+
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryFileTimestamp
+ NSPrivacyAccessedAPITypeReasons
+
+ C617.1
+
+
+
+ NSPrivacyTracking
+
+
+
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeDirectory b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeDirectory
new file mode 100644
index 0000000..a270b9b
Binary files /dev/null and b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeDirectory differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements
new file mode 100644
index 0000000..41c7cf2
Binary files /dev/null and b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements-1 b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements-1
new file mode 100644
index 0000000..cce8fa9
Binary files /dev/null and b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeRequirements-1 differ
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeResources b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeResources
new file mode 100644
index 0000000..6a258a9
--- /dev/null
+++ b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeResources
@@ -0,0 +1,751 @@
+
+
+
+
+ files
+
+ Headers/FBAdBridgeCommon.h
+
+ BtpCU0SEsTaWwPXhZG/xryJ14rA=
+
+ Headers/FBAdBridgeContainer.h
+
+ VCjtFROZ6vA+hgirBnmNEZG/05U=
+
+ Headers/FBAdChoicesView.h
+
+ mPVLE+AFJ3hHwfxTaXS82xOGDqM=
+
+ Headers/FBAdCompanionView.h
+
+ nPor4UpY2+3HUmWaWaOcMYRhfJs=
+
+ Headers/FBAdDefines.h
+
+ eF5YA2yTwZ/qymrHCLrHNXxCcks=
+
+ Headers/FBAdExperienceConfig.h
+
+ IWXtxQr66bLlIaz0MZEx+GTWdmg=
+
+ Headers/FBAdExtraHint.h
+
+ n7hvtmm7C4VcB1D1XRUlxhw2ol4=
+
+ Headers/FBAdIconView.h
+
+ mYVzuZvmyQNMvmvzaAYi0RbESdA=
+
+ Headers/FBAdImage.h
+
+ OaVQV9ZKvcm0C1JBmeTqdWCw7mA=
+
+ Headers/FBAdOptionsView.h
+
+ Id+HrpoYLEEmgxgEUQhvGfap6bU=
+
+ Headers/FBAdSDKNotificationManager.h
+
+ Kr1b5BaDE9+Niq1J7t1P+MUGSZI=
+
+ Headers/FBAdSettings.h
+
+ 934rUlgBtzwvwfBeyMMN1YPbgfI=
+
+ Headers/FBAdSettingsBridge.h
+
+ otXXaNl3ivITTXmQnbVsH+2bqoU=
+
+ Headers/FBAdSize.h
+
+ 467OPNHvQN+SuTpujVQIu6UHKS8=
+
+ Headers/FBAdUtilityBridge.h
+
+ gAsta3Ku0CWuWl5UTPHKiH0Htak=
+
+ Headers/FBAdView.h
+
+ 63WRrf+IX626fzGNbMmHZv24gNA=
+
+ Headers/FBAdViewBridge.h
+
+ OodJ7CV+yZ7t4qMfaw+Kf28t8b8=
+
+ Headers/FBAudienceNetwork.h
+
+ Koz9Fi0nOjJ9WWjoAb1uqzgktNE=
+
+ Headers/FBAudienceNetworkAds.h
+
+ H/X7/UR12iWRVjaSltqIiArIosM=
+
+ Headers/FBDynamicBannerAd.h
+
+ tsiK6PU6SwlcUUO3nvmecWvIq0A=
+
+ Headers/FBInterstitialAd.h
+
+ lIlaP5u77Wek+3RM2x88LAnpVVk=
+
+ Headers/FBInterstitialAdBridge.h
+
+ q0sSvvj1o8+x5LmKwxlhIV/565k=
+
+ Headers/FBMediaView.h
+
+ XcW9MWOORzas0upnWUPgaLToIaY=
+
+ Headers/FBMediaViewVideoRenderer.h
+
+ jD5UU9ICd4La/BLkWy6cDpjBwQw=
+
+ Headers/FBNativeAd.h
+
+ 3ja15NIMLK6OWYjdfRKs0kthxi0=
+
+ Headers/FBNativeAdBase.h
+
+ l+lfH5qJMxJy03BevlHJnaMbrhQ=
+
+ Headers/FBNativeAdBaseView.h
+
+ rewXycBU2KSWl8gauwuiGTRq6co=
+
+ Headers/FBNativeAdCollectionViewAdProvider.h
+
+ /zUpuGlyxJuQVIdk34SYBqg1da8=
+
+ Headers/FBNativeAdCollectionViewCellProvider.h
+
+ 5W/OoYUbOOd5XUWJIN2EPFC+5Wg=
+
+ Headers/FBNativeAdScrollView.h
+
+ AIJ+BPRGadRoFOcJq4byzLCNNVI=
+
+ Headers/FBNativeAdTableViewAdProvider.h
+
+ cTgHcaEBZJiOOHqrNJgFYSOTFxc=
+
+ Headers/FBNativeAdTableViewCellProvider.h
+
+ p+bqYNQZS8SWtgZheKS83Hovokg=
+
+ Headers/FBNativeAdView.h
+
+ J9FN9bQtZnm2TSMxR6vdypm5OtM=
+
+ Headers/FBNativeAdViewAttributes.h
+
+ +02NIOY5GtfKVtV9WR6ELAKv6gU=
+
+ Headers/FBNativeAdsManager.h
+
+ SER5cKJ0SHgxJ0VGBKCE9D5pFbQ=
+
+ Headers/FBNativeBannerAd.h
+
+ M0ynY/kAU4FSXp0YzQUwPLR8AAE=
+
+ Headers/FBNativeBannerAdView.h
+
+ hPi9YaW20M8SibWRzcHsvxgB7aI=
+
+ Headers/FBRewardedInterstitialAd.h
+
+ Ja3i8kgcHuIyVokVSFqkrNJJaIc=
+
+ Headers/FBRewardedVideoAd.h
+
+ HTglpeO2IlcK2Sy2WyZsyyu/w+s=
+
+ Headers/FBRewardedVideoAdBridge.h
+
+ 1bMVuSeL7cq06A9kiGQjLeMvy5s=
+
+ Headers/UIView+FBNativeAdViewTag.h
+
+ UIyv4MmxUtXcBhhp1hyYKHadxTA=
+
+ Info.plist
+
+ wKdTzmnW6sqCoBYsT65FPonYqWg=
+
+ Modules/module.modulemap
+
+ eL2I/YyQvaoNWry0nbEJDR6NAhQ=
+
+ PkgInfo
+
+ cBYDa3QyibPnSPDvyuw5uDs0LWg=
+
+ PrivacyInfo.xcprivacy
+
+ iJf6SpfSfy71MDcGI+K9k1a78DU=
+
+
+ files2
+
+ Headers/FBAdBridgeCommon.h
+
+ hash
+
+ BtpCU0SEsTaWwPXhZG/xryJ14rA=
+
+ hash2
+
+ amaDkW5IUAigoQucSvZdqggJ9bJFNojLdc4Kl37mE1E=
+
+
+ Headers/FBAdBridgeContainer.h
+
+ hash
+
+ VCjtFROZ6vA+hgirBnmNEZG/05U=
+
+ hash2
+
+ 7pgAucyPVPz8a4OeQjcjBPFALFNjtGohai8Pi4gCSBM=
+
+
+ Headers/FBAdChoicesView.h
+
+ hash
+
+ mPVLE+AFJ3hHwfxTaXS82xOGDqM=
+
+ hash2
+
+ m8MZnnysUAasNl5+2cwlO03dNvOVI/x5CmRnWP/rDEc=
+
+
+ Headers/FBAdCompanionView.h
+
+ hash
+
+ nPor4UpY2+3HUmWaWaOcMYRhfJs=
+
+ hash2
+
+ 8+MrQaycGt04NRbtNxtiwHUsctGnmJA2VRB4+7LZgYQ=
+
+
+ Headers/FBAdDefines.h
+
+ hash
+
+ eF5YA2yTwZ/qymrHCLrHNXxCcks=
+
+ hash2
+
+ 3CWJcYm2XCY646OOi0BxVi+RoONw3thuDzAEq0MLJ1Y=
+
+
+ Headers/FBAdExperienceConfig.h
+
+ hash
+
+ IWXtxQr66bLlIaz0MZEx+GTWdmg=
+
+ hash2
+
+ lPW2X42jJ+W9PGhaZaXOH/nyAJfv0maGZl/zrf7N5Hs=
+
+
+ Headers/FBAdExtraHint.h
+
+ hash
+
+ n7hvtmm7C4VcB1D1XRUlxhw2ol4=
+
+ hash2
+
+ T1yeJNtdmHpZqJFqQiJ69JITwAIt1MLJ0TJlKRuinW4=
+
+
+ Headers/FBAdIconView.h
+
+ hash
+
+ mYVzuZvmyQNMvmvzaAYi0RbESdA=
+
+ hash2
+
+ JibHgKTOs6wDtAzaPgZvkGM3To4sowPwMfdYYtimfLM=
+
+
+ Headers/FBAdImage.h
+
+ hash
+
+ OaVQV9ZKvcm0C1JBmeTqdWCw7mA=
+
+ hash2
+
+ 9BvTeQ5iGpHNNil5K/TmAhTchYnsaVDRhclDTgoB7Zg=
+
+
+ Headers/FBAdOptionsView.h
+
+ hash
+
+ Id+HrpoYLEEmgxgEUQhvGfap6bU=
+
+ hash2
+
+ AyTv7l1bIkP5CvBa+LUKGvktSdUX6xevDJRsJuinLd0=
+
+
+ Headers/FBAdSDKNotificationManager.h
+
+ hash
+
+ Kr1b5BaDE9+Niq1J7t1P+MUGSZI=
+
+ hash2
+
+ uvVwsWym2LtMl+eGO9BYk7zDvMRit4iaew7jlAApIr8=
+
+
+ Headers/FBAdSettings.h
+
+ hash
+
+ 934rUlgBtzwvwfBeyMMN1YPbgfI=
+
+ hash2
+
+ an02TE/wVcCFLtK5iIN6vG+lJC2I8lFZ2NbMT/qZBxg=
+
+
+ Headers/FBAdSettingsBridge.h
+
+ hash
+
+ otXXaNl3ivITTXmQnbVsH+2bqoU=
+
+ hash2
+
+ UI+J0a95m7Ys7K0cPLtq7WLECIlE530mF+igVHk+JIE=
+
+
+ Headers/FBAdSize.h
+
+ hash
+
+ 467OPNHvQN+SuTpujVQIu6UHKS8=
+
+ hash2
+
+ wF90yazUuH2Zcc8Hs/II5eyL1er7xb7pGGtMmHrcKBg=
+
+
+ Headers/FBAdUtilityBridge.h
+
+ hash
+
+ gAsta3Ku0CWuWl5UTPHKiH0Htak=
+
+ hash2
+
+ Ekr7YVyzcAdl6B0H7nbYsV7iUcHpsrzssTApmPvpQsg=
+
+
+ Headers/FBAdView.h
+
+ hash
+
+ 63WRrf+IX626fzGNbMmHZv24gNA=
+
+ hash2
+
+ 8CDyiOU4r0R1kHWs48WAj7HdOIV2lmk04EUw/XklUdg=
+
+
+ Headers/FBAdViewBridge.h
+
+ hash
+
+ OodJ7CV+yZ7t4qMfaw+Kf28t8b8=
+
+ hash2
+
+ 6af6A0ZYL2djXooZTlBkHbvifK1+LfujFaneIDf12qM=
+
+
+ Headers/FBAudienceNetwork.h
+
+ hash
+
+ Koz9Fi0nOjJ9WWjoAb1uqzgktNE=
+
+ hash2
+
+ 4JhdtxBNiqqFmzn8zNXa2FymFRWkfEpevEcbvzT80CQ=
+
+
+ Headers/FBAudienceNetworkAds.h
+
+ hash
+
+ H/X7/UR12iWRVjaSltqIiArIosM=
+
+ hash2
+
+ fcBdNhRn8zj/GrDiVlUpRzgjLTDGHz0dEL10YpQdQ70=
+
+
+ Headers/FBDynamicBannerAd.h
+
+ hash
+
+ tsiK6PU6SwlcUUO3nvmecWvIq0A=
+
+ hash2
+
+ HF+SY2KIPEIPMlOcchbxR8Hv/VfkHvqC49yH0SR2Bwc=
+
+
+ Headers/FBInterstitialAd.h
+
+ hash
+
+ lIlaP5u77Wek+3RM2x88LAnpVVk=
+
+ hash2
+
+ c4yQYqi0krH8w3Lgio+oX5bvMdjzOhzIAv1J3CrMfDc=
+
+
+ Headers/FBInterstitialAdBridge.h
+
+ hash
+
+ q0sSvvj1o8+x5LmKwxlhIV/565k=
+
+ hash2
+
+ dj5iE+sKiA2u98F/8Ufr71ZBAG/3usLfdO1HX7TNnq4=
+
+
+ Headers/FBMediaView.h
+
+ hash
+
+ XcW9MWOORzas0upnWUPgaLToIaY=
+
+ hash2
+
+ IdJZ2bSGN2VC8krmDBP0qszbSSkjbQsxqyMQtvl9lCs=
+
+
+ Headers/FBMediaViewVideoRenderer.h
+
+ hash
+
+ jD5UU9ICd4La/BLkWy6cDpjBwQw=
+
+ hash2
+
+ zZVU8tBgqcNFlcqoLwU+8CxPXOMVE6b+2qX6+FcW9qg=
+
+
+ Headers/FBNativeAd.h
+
+ hash
+
+ 3ja15NIMLK6OWYjdfRKs0kthxi0=
+
+ hash2
+
+ 0Wcadjh4ZkPNNleFsvb5Kqhh6fiKDU+GU4amLf8v/lk=
+
+
+ Headers/FBNativeAdBase.h
+
+ hash
+
+ l+lfH5qJMxJy03BevlHJnaMbrhQ=
+
+ hash2
+
+ rYE2lIFgnjzYrp0OEDhWQCnPiwJkCuAOScq160xRySw=
+
+
+ Headers/FBNativeAdBaseView.h
+
+ hash
+
+ rewXycBU2KSWl8gauwuiGTRq6co=
+
+ hash2
+
+ /7uVyr53xtwPvs70Jm412vHzEoWRwpIv8xUqPi6uREU=
+
+
+ Headers/FBNativeAdCollectionViewAdProvider.h
+
+ hash
+
+ /zUpuGlyxJuQVIdk34SYBqg1da8=
+
+ hash2
+
+ SO+PSlCk/idLK06M76CgFE8qzVRmaNFq+pX6ncbBMgw=
+
+
+ Headers/FBNativeAdCollectionViewCellProvider.h
+
+ hash
+
+ 5W/OoYUbOOd5XUWJIN2EPFC+5Wg=
+
+ hash2
+
+ FZqpXowlj0fdzO7lfluA2HCaTWSTU6MyX+OC6yMOQvc=
+
+
+ Headers/FBNativeAdScrollView.h
+
+ hash
+
+ AIJ+BPRGadRoFOcJq4byzLCNNVI=
+
+ hash2
+
+ 56CfPO7yPEXW+1j2qNKVpi6fPxjDsdm3pO4R5b1F6Mg=
+
+
+ Headers/FBNativeAdTableViewAdProvider.h
+
+ hash
+
+ cTgHcaEBZJiOOHqrNJgFYSOTFxc=
+
+ hash2
+
+ xb4Qh66pqYjzGIsBIBIDCEZscxJRIr9KN4IL33K0ZzE=
+
+
+ Headers/FBNativeAdTableViewCellProvider.h
+
+ hash
+
+ p+bqYNQZS8SWtgZheKS83Hovokg=
+
+ hash2
+
+ NP81wRmav1YlgTPbO945gezhUmqDDoowhI1udasjQBQ=
+
+
+ Headers/FBNativeAdView.h
+
+ hash
+
+ J9FN9bQtZnm2TSMxR6vdypm5OtM=
+
+ hash2
+
+ Y/qMKttgI1kOxAd2bO2gm+a2r/mXuBj8ZFNhMbz37+w=
+
+
+ Headers/FBNativeAdViewAttributes.h
+
+ hash
+
+ +02NIOY5GtfKVtV9WR6ELAKv6gU=
+
+ hash2
+
+ 1qAkpo1/MuwX5jD2vqzoOuNdGRVFHcnZ4OwAHq9HUPY=
+
+
+ Headers/FBNativeAdsManager.h
+
+ hash
+
+ SER5cKJ0SHgxJ0VGBKCE9D5pFbQ=
+
+ hash2
+
+ qn4dEFN6+wCANj1ZLjH64skPimIjztj9n5ClaoUFM+E=
+
+
+ Headers/FBNativeBannerAd.h
+
+ hash
+
+ M0ynY/kAU4FSXp0YzQUwPLR8AAE=
+
+ hash2
+
+ DgxFwbXDiSln1fywfE7xg4b+byh93VYRgcZAxXQ5fZA=
+
+
+ Headers/FBNativeBannerAdView.h
+
+ hash
+
+ hPi9YaW20M8SibWRzcHsvxgB7aI=
+
+ hash2
+
+ e7LXD+yH3fbbFRkgtLJB9i3fytZnLxniZwjKeOdqLSg=
+
+
+ Headers/FBRewardedInterstitialAd.h
+
+ hash
+
+ Ja3i8kgcHuIyVokVSFqkrNJJaIc=
+
+ hash2
+
+ 3qP9r9VcXg07rx5l7yxO7/zSjKWYX4xAEx7jFXx/3Ew=
+
+
+ Headers/FBRewardedVideoAd.h
+
+ hash
+
+ HTglpeO2IlcK2Sy2WyZsyyu/w+s=
+
+ hash2
+
+ Y2OUHTfxuwWRs9C41o0hoGV4CBfnkdprZOYY7XS/Jts=
+
+
+ Headers/FBRewardedVideoAdBridge.h
+
+ hash
+
+ 1bMVuSeL7cq06A9kiGQjLeMvy5s=
+
+ hash2
+
+ qVNmDTFc5cH9FJUcJ+5UROcaz0L+qAKQS5H+8NjDBks=
+
+
+ Headers/UIView+FBNativeAdViewTag.h
+
+ hash
+
+ UIyv4MmxUtXcBhhp1hyYKHadxTA=
+
+ hash2
+
+ +MnUlXhK83jI9ajQxYZoLkV1ou3hSilb1idDllCkq6E=
+
+
+ Modules/module.modulemap
+
+ hash
+
+ eL2I/YyQvaoNWry0nbEJDR6NAhQ=
+
+ hash2
+
+ ik1Ragh1i/sv7KVakaF6zQXkvLt6jm/DDar2NKEWScg=
+
+
+ PrivacyInfo.xcprivacy
+
+ hash
+
+ iJf6SpfSfy71MDcGI+K9k1a78DU=
+
+ hash2
+
+ cSw93xWtIPxdaMlNpIyJu23eaMe/V5QkksYayESwhlc=
+
+
+
+ rules
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^version.plist$
+
+
+ rules2
+
+ .*\.dSYM($|/)
+
+ weight
+ 11
+
+ ^(.*/)?\.DS_Store$
+
+ omit
+
+ weight
+ 2000
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^Info\.plist$
+
+ omit
+
+ weight
+ 20
+
+ ^PkgInfo$
+
+ omit
+
+ weight
+ 20
+
+ ^embedded\.provisionprofile$
+
+ weight
+ 20
+
+ ^version\.plist$
+
+ weight
+ 20
+
+
+
+
diff --git a/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeSignature b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeSignature
new file mode 100644
index 0000000..df596bf
Binary files /dev/null and b/ios/platform/FBAudienceNetwork.xcframework/ios-arm64_x86_64-simulator/FBAudienceNetwork.framework/_CodeSignature/CodeSignature differ
diff --git a/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeDirectory b/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeDirectory
new file mode 100644
index 0000000..d05260f
Binary files /dev/null and b/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeDirectory differ
diff --git a/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeRequirements b/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeRequirements
new file mode 100644
index 0000000..d2e2620
Binary files /dev/null and b/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeRequirements differ
diff --git a/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeRequirements-1 b/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeRequirements-1
new file mode 100644
index 0000000..ce33d3f
Binary files /dev/null and b/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeRequirements-1 differ
diff --git a/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeResources b/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeResources
new file mode 100644
index 0000000..2d63037
--- /dev/null
+++ b/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeResources
@@ -0,0 +1,3068 @@
+
+
+
+
+ files
+
+ ios-arm64/GoogleMobileAds.framework/GoogleMobileAds
+
+ Q4dQBc7tLj87HOs/hzk6K8WsMEM=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdChoicesPosition.h
+
+ 3HUQ7uVcN3WWKscbUgvRTYb6zGU=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdChoicesView.h
+
+ qNnvxOY2HmWZxgGuaI6NYKXEFr0=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdFormat.h
+
+ xra0fPg7SwSG7qdLOTU+/Z2/Gzg=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdLoader.h
+
+ BchePlG8Q1pZwdU4NuK/LPG6BSs=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdLoaderAdTypes.h
+
+ 8X8NXKflWuqUW1ZX7DWYTZ1sEJk=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdLoaderDelegate.h
+
+ jsfTiQpvxV8kM+FnNaKpxmMWiJU=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdMetadata.h
+
+ R+mmMd9BciU+g2LByLSmev5MKeo=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdNetworkExtras.h
+
+ pEhVRx0KAS7ZddDzUBDRkaExh8I=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdReward.h
+
+ jtoiYod9jZUtgHzWgVX6a6E9+ZM=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdSize.h
+
+ uNdf9JCf5I4jdzYwjD7d9tTYjmo=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdSizeDelegate.h
+
+ zsFshiKVtlod87kG3OVd6NUMOxg=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdValue.h
+
+ nkgwpuGaZUS48lKEpALhJFnmgGY=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAppEventDelegate.h
+
+ TTXmWnlK+BB7uhMTsV48MDHpkI8=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAppOpenAd.h
+
+ Pi+nGzqErKJRbC32MObNfgqE+QQ=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAudioVideoManager.h
+
+ 3lS8xsfXwX4ZR6auPLRSpvFrQqQ=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAudioVideoManagerDelegate.h
+
+ ZJvHvp3bCw4hRMgzzHqJDvM3HyY=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADBannerView.h
+
+ pdahFdicjFLijrfkpNgooj3iQP8=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADBannerViewDelegate.h
+
+ Qrfo7A4zl/bDXNLF7xzuNk/x3+0=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventBanner.h
+
+ qGCy1A+noahdh79cgrK37Dk1L1E=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventBannerDelegate.h
+
+ yeVqeb6lj6vnwM+SiT6O4S6UfD0=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventExtras.h
+
+ tyDEfUrnsRXNoYZWtaImmnCDFCk=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventInterstitial.h
+
+ l8ZlvOyDlckL0QfqyVbVYPlaNsM=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventInterstitialDelegate.h
+
+ 7ztiyvehcDtHg05srSRIrrztG9o=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventNativeAd.h
+
+ M+VlNgp+AUY2mtcxPZ4X/PKpiwc=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventNativeAdDelegate.h
+
+ 8lyeX5v56tQ/QKVA546BH9eHvTg=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventParameters.h
+
+ yR6LJNNnOKOLwfRXiLg6xcvILCU=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventRequest.h
+
+ 6LUAOkcdSUtdhOYFQA92wR5aXs0=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomNativeAd.h
+
+ tn/GIQH6dk1LLXEU91hDaNPg3Qk=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomNativeAdDelegate.h
+
+ T3q4J5qaE+fdMt3285vpz2ApyQU=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADDebugOptionsViewController.h
+
+ zLjSO2X3zWKSAjU2zL7c1jz4Piw=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADDisplayAdMeasurement.h
+
+ lBOi88QFmY681Nn+rpiQ3AyXmhE=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADDynamicHeightSearchRequest.h
+
+ ZaF68/opQBrmdxRVGBcjPoilX7I=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADExtras.h
+
+ yYeHP3vuzvjcGhxtTTJ4SWluWdk=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADFullScreenContentDelegate.h
+
+ +/443o8MPR5e20F7QuE+IUiIyTc=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADInitializationStatus.h
+
+ aDPuW2qEWx4vFqXC8J7su8SS1mw=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADInterstitialAd.h
+
+ KJTYfV6Ww8kJCuFQ3jSl7FBDHCk=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADMediaAspectRatio.h
+
+ MzhWPfGm7SG3MHf0XRxd/zOTGK4=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADMediaContent.h
+
+ wYEddwgajDVbX61ks28RnXWgMcc=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADMediaView.h
+
+ TyAN6KtLY2jqOQ/RfcyBfZy6Mak=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADMobileAds.h
+
+ IhlvvJHtNFqzRuU86CO7rUFNBpQ=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADMultipleAdsAdLoaderOptions.h
+
+ pmnk3VeQeOcbL0PW0hCKfx0MxWc=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADMuteThisAdReason.h
+
+ 5WYeY3zyUAffO7yxDRKUW56PUEE=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAd+ConfirmationClick.h
+
+ tLFTWRd19SRrx9pso51Q//uUP9c=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAd+CustomClickGesture.h
+
+ SSL/Qe9KWkvYHc7tqXSz8iez+9k=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAd.h
+
+ Q57TQPri0v/hKe8djYpgSUPCYV4=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdAssetIdentifiers.h
+
+ WF8V8qBuQYzYube1bpjhk6VTtQc=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdCustomClickGestureOptions.h
+
+ zbYVgF8KaoqwycbD78tgtNGzbiY=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdDelegate.h
+
+ TS5G14xkP4NoNjiQrUoNBiPC+Qo=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdImage+Mediation.h
+
+ jERrfqGRcxU8DeM6GzjxB9eP1gQ=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdImage.h
+
+ PItp6/8tb/SyIyliABTwTWso6JQ=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdImageAdLoaderOptions.h
+
+ V+yNFdMJiUaCnKf9t6JhlWj/MEM=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdMediaAdLoaderOptions.h
+
+ tQY9a/XhPOV7Tkg3xjrF9iucd0Y=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdUnconfirmedClickDelegate.h
+
+ adFUhMad6x1Nszo7jnx/6Go5M64=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdViewAdOptions.h
+
+ 3qrqu7IZca/R79fLGIOj5kP74pM=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeMuteThisAdLoaderOptions.h
+
+ OMACP/+e4wOxWCxjCBqfbbXvSn8=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADPresentationError.h
+
+ /DwQgJA26rp29qAElahS4M92Ves=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADQueryInfo.h
+
+ bbx8+sTRZZ18wKFKbdosCh19LP8=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADRequest.h
+
+ d7kAxm6p84VvKJFdgIh7RKnBdUY=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADRequestConfiguration.h
+
+ p8xu90L6d/+5xIYqcUedMNMAOas=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADRequestError.h
+
+ polhNCpFJ9FdSyv9ZH+r8s5tVWA=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADResponseInfo.h
+
+ nfuBQCjj9cbnaBkHtWmL9khecY4=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADRewardedAd.h
+
+ pAkVn1528dLsfgHFDtWtN97HS88=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADRewardedInterstitialAd.h
+
+ I8l6Sm2AP2znCt+WvYH3rUCNZc4=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADSearchBannerView.h
+
+ eatzmubDJRMpScDkvBu3MdRUCRc=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADServerSideVerificationOptions.h
+
+ rPJOQpfl792Rau0cVjW0tIF0QoM=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADVideoController.h
+
+ ROr6GuDE2MFIjzE8K+EqjJIongA=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADVideoControllerDelegate.h
+
+ RPSqq2oNrkWsBiC944aUTYbsGdY=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADVideoOptions.h
+
+ 4gKbOjeYKPDI8y46f7MYmujVolE=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GAMBannerView.h
+
+ USGsC8COUC7FEu2FzyjpIu9twkk=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GAMBannerViewOptions.h
+
+ UM7nuKLTtZRWtQFxH3g31LWzMUI=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GAMInterstitialAd.h
+
+ Z09wFz3tGqvcJI4/M5Ypp8FFlmI=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GAMRequest.h
+
+ PSRXhPJJoqWwh9qC5jGkxT1yU4Q=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GoogleMobileAds.h
+
+ ZvHPNB+vixckrnfiuMGTFD0Qdic=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GoogleMobileAdsDefines.h
+
+ ajvTC+Y3CV+fidHio4vx7QWS/6M=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMAdNetworkAdapterProtocol.h
+
+ m5SQPMUYo8Qedy/ZtOBil8J613s=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMAdNetworkConnectorProtocol.h
+
+ 5fnIS7Tr7E/R0kXpE2Z74e2uGB4=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMEnums.h
+
+ tJvLWOlUGS/T88+TLEUQKMlOr00=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediatedUnifiedNativeAd.h
+
+ /zQcy15VvaZwUYK9vbBuQt8kYMw=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediatedUnifiedNativeAdNotificationSource.h
+
+ sRut+yR1ITR2iMoSkRbm452gWnU=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAd.h
+
+ 6EqmzUEtxFunPoFRSaTvHWmwM2g=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdConfiguration.h
+
+ z4dRgZl3oSWtJElWBITmwIiAP4w=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdEventDelegate.h
+
+ ZqBdeT5cUaS3twsIUjhbpoVlfZE=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdRequest.h
+
+ yMjoc9zFKLdSN8U4y1Ew/9c+Qok=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdSize.h
+
+ fSUT1kpL5tJuVulCa/ppszvpHe4=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdapter.h
+
+ qbJC3o87Nj4opncueh1M2ynCVSg=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h
+
+ DW1HyY7MiRIkXeYLeHZZyJ0hC1U=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h
+
+ fRuNpE7SjmnAIg8AtxYdcnXlecg=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationInterstitialAd.h
+
+ c7z+4eDsplD/cP+E4R8opNB8q5s=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationNativeAd.h
+
+ Xx7cfccdAUaHeaH9jxLR5YcHnH4=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationRewardedAd.h
+
+ wri4Lk1jBA3XDAFRq19dEh8IsJU=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationServerConfiguration.h
+
+ A54+22v1zABH2pYZw6R1f3iADyA=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADVersionNumber.h
+
+ Q0WWOP9O1Wi+UuOPkTHeSrvHpCU=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/QueryInfo/GADRequest+AdString.h
+
+ vcKuPzFb6BRvsJTPBvvY1RrJfds=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/RTBMediation/GADRTBAdapter.h
+
+ FQ+EY0l9vQ1iuM0vClDfyG6U5cg=
+
+ ios-arm64/GoogleMobileAds.framework/Headers/RTBMediation/GADRTBRequestParameters.h
+
+ IHJsVQZTqqjDy32s9qMZwkytcAY=
+
+ ios-arm64/GoogleMobileAds.framework/Info.plist
+
+ K4KWAUR0T4EeZOiL57v6/Jgwjcc=
+
+ ios-arm64/GoogleMobileAds.framework/Modules/module.modulemap
+
+ uJEOd2YvCKVjhzUfMOfKOptCzuc=
+
+ ios-arm64/GoogleMobileAds.framework/PrivacyInfo.xcprivacy
+
+ VWCA3MeaiPMoOAS1uOteTSLX8js=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/GoogleMobileAds
+
+ g8ZcY9hgZO/kyGLugELE1SzBAoI=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdChoicesPosition.h
+
+ 3HUQ7uVcN3WWKscbUgvRTYb6zGU=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdChoicesView.h
+
+ qNnvxOY2HmWZxgGuaI6NYKXEFr0=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdFormat.h
+
+ xra0fPg7SwSG7qdLOTU+/Z2/Gzg=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdLoader.h
+
+ BchePlG8Q1pZwdU4NuK/LPG6BSs=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdLoaderAdTypes.h
+
+ 8X8NXKflWuqUW1ZX7DWYTZ1sEJk=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdLoaderDelegate.h
+
+ jsfTiQpvxV8kM+FnNaKpxmMWiJU=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdMetadata.h
+
+ R+mmMd9BciU+g2LByLSmev5MKeo=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdNetworkExtras.h
+
+ pEhVRx0KAS7ZddDzUBDRkaExh8I=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdReward.h
+
+ jtoiYod9jZUtgHzWgVX6a6E9+ZM=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdSize.h
+
+ uNdf9JCf5I4jdzYwjD7d9tTYjmo=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdSizeDelegate.h
+
+ zsFshiKVtlod87kG3OVd6NUMOxg=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdValue.h
+
+ nkgwpuGaZUS48lKEpALhJFnmgGY=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAppEventDelegate.h
+
+ TTXmWnlK+BB7uhMTsV48MDHpkI8=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAppOpenAd.h
+
+ Pi+nGzqErKJRbC32MObNfgqE+QQ=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAudioVideoManager.h
+
+ 3lS8xsfXwX4ZR6auPLRSpvFrQqQ=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAudioVideoManagerDelegate.h
+
+ ZJvHvp3bCw4hRMgzzHqJDvM3HyY=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADBannerView.h
+
+ pdahFdicjFLijrfkpNgooj3iQP8=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADBannerViewDelegate.h
+
+ Qrfo7A4zl/bDXNLF7xzuNk/x3+0=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventBanner.h
+
+ qGCy1A+noahdh79cgrK37Dk1L1E=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventBannerDelegate.h
+
+ yeVqeb6lj6vnwM+SiT6O4S6UfD0=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventExtras.h
+
+ tyDEfUrnsRXNoYZWtaImmnCDFCk=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventInterstitial.h
+
+ l8ZlvOyDlckL0QfqyVbVYPlaNsM=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventInterstitialDelegate.h
+
+ 7ztiyvehcDtHg05srSRIrrztG9o=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventNativeAd.h
+
+ M+VlNgp+AUY2mtcxPZ4X/PKpiwc=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventNativeAdDelegate.h
+
+ 8lyeX5v56tQ/QKVA546BH9eHvTg=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventParameters.h
+
+ yR6LJNNnOKOLwfRXiLg6xcvILCU=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventRequest.h
+
+ 6LUAOkcdSUtdhOYFQA92wR5aXs0=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomNativeAd.h
+
+ tn/GIQH6dk1LLXEU91hDaNPg3Qk=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomNativeAdDelegate.h
+
+ T3q4J5qaE+fdMt3285vpz2ApyQU=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADDebugOptionsViewController.h
+
+ zLjSO2X3zWKSAjU2zL7c1jz4Piw=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADDisplayAdMeasurement.h
+
+ lBOi88QFmY681Nn+rpiQ3AyXmhE=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADDynamicHeightSearchRequest.h
+
+ ZaF68/opQBrmdxRVGBcjPoilX7I=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADExtras.h
+
+ yYeHP3vuzvjcGhxtTTJ4SWluWdk=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADFullScreenContentDelegate.h
+
+ +/443o8MPR5e20F7QuE+IUiIyTc=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADInitializationStatus.h
+
+ aDPuW2qEWx4vFqXC8J7su8SS1mw=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADInterstitialAd.h
+
+ KJTYfV6Ww8kJCuFQ3jSl7FBDHCk=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADMediaAspectRatio.h
+
+ MzhWPfGm7SG3MHf0XRxd/zOTGK4=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADMediaContent.h
+
+ wYEddwgajDVbX61ks28RnXWgMcc=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADMediaView.h
+
+ TyAN6KtLY2jqOQ/RfcyBfZy6Mak=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADMobileAds.h
+
+ IhlvvJHtNFqzRuU86CO7rUFNBpQ=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADMultipleAdsAdLoaderOptions.h
+
+ pmnk3VeQeOcbL0PW0hCKfx0MxWc=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADMuteThisAdReason.h
+
+ 5WYeY3zyUAffO7yxDRKUW56PUEE=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAd+ConfirmationClick.h
+
+ tLFTWRd19SRrx9pso51Q//uUP9c=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAd+CustomClickGesture.h
+
+ SSL/Qe9KWkvYHc7tqXSz8iez+9k=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAd.h
+
+ Q57TQPri0v/hKe8djYpgSUPCYV4=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdAssetIdentifiers.h
+
+ WF8V8qBuQYzYube1bpjhk6VTtQc=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdCustomClickGestureOptions.h
+
+ zbYVgF8KaoqwycbD78tgtNGzbiY=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdDelegate.h
+
+ TS5G14xkP4NoNjiQrUoNBiPC+Qo=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdImage+Mediation.h
+
+ jERrfqGRcxU8DeM6GzjxB9eP1gQ=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdImage.h
+
+ PItp6/8tb/SyIyliABTwTWso6JQ=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdImageAdLoaderOptions.h
+
+ V+yNFdMJiUaCnKf9t6JhlWj/MEM=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdMediaAdLoaderOptions.h
+
+ tQY9a/XhPOV7Tkg3xjrF9iucd0Y=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdUnconfirmedClickDelegate.h
+
+ adFUhMad6x1Nszo7jnx/6Go5M64=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdViewAdOptions.h
+
+ 3qrqu7IZca/R79fLGIOj5kP74pM=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeMuteThisAdLoaderOptions.h
+
+ OMACP/+e4wOxWCxjCBqfbbXvSn8=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADPresentationError.h
+
+ /DwQgJA26rp29qAElahS4M92Ves=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADQueryInfo.h
+
+ bbx8+sTRZZ18wKFKbdosCh19LP8=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRequest.h
+
+ d7kAxm6p84VvKJFdgIh7RKnBdUY=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRequestConfiguration.h
+
+ p8xu90L6d/+5xIYqcUedMNMAOas=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRequestError.h
+
+ polhNCpFJ9FdSyv9ZH+r8s5tVWA=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADResponseInfo.h
+
+ nfuBQCjj9cbnaBkHtWmL9khecY4=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRewardedAd.h
+
+ pAkVn1528dLsfgHFDtWtN97HS88=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRewardedInterstitialAd.h
+
+ I8l6Sm2AP2znCt+WvYH3rUCNZc4=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADSearchBannerView.h
+
+ eatzmubDJRMpScDkvBu3MdRUCRc=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADServerSideVerificationOptions.h
+
+ rPJOQpfl792Rau0cVjW0tIF0QoM=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADVideoController.h
+
+ ROr6GuDE2MFIjzE8K+EqjJIongA=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADVideoControllerDelegate.h
+
+ RPSqq2oNrkWsBiC944aUTYbsGdY=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADVideoOptions.h
+
+ 4gKbOjeYKPDI8y46f7MYmujVolE=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GAMBannerView.h
+
+ USGsC8COUC7FEu2FzyjpIu9twkk=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GAMBannerViewOptions.h
+
+ UM7nuKLTtZRWtQFxH3g31LWzMUI=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GAMInterstitialAd.h
+
+ Z09wFz3tGqvcJI4/M5Ypp8FFlmI=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GAMRequest.h
+
+ PSRXhPJJoqWwh9qC5jGkxT1yU4Q=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GoogleMobileAds.h
+
+ ZvHPNB+vixckrnfiuMGTFD0Qdic=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GoogleMobileAdsDefines.h
+
+ ajvTC+Y3CV+fidHio4vx7QWS/6M=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMAdNetworkAdapterProtocol.h
+
+ m5SQPMUYo8Qedy/ZtOBil8J613s=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMAdNetworkConnectorProtocol.h
+
+ 5fnIS7Tr7E/R0kXpE2Z74e2uGB4=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMEnums.h
+
+ tJvLWOlUGS/T88+TLEUQKMlOr00=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediatedUnifiedNativeAd.h
+
+ /zQcy15VvaZwUYK9vbBuQt8kYMw=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediatedUnifiedNativeAdNotificationSource.h
+
+ sRut+yR1ITR2iMoSkRbm452gWnU=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAd.h
+
+ 6EqmzUEtxFunPoFRSaTvHWmwM2g=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdConfiguration.h
+
+ z4dRgZl3oSWtJElWBITmwIiAP4w=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdEventDelegate.h
+
+ ZqBdeT5cUaS3twsIUjhbpoVlfZE=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdRequest.h
+
+ yMjoc9zFKLdSN8U4y1Ew/9c+Qok=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdSize.h
+
+ fSUT1kpL5tJuVulCa/ppszvpHe4=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdapter.h
+
+ qbJC3o87Nj4opncueh1M2ynCVSg=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h
+
+ DW1HyY7MiRIkXeYLeHZZyJ0hC1U=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h
+
+ fRuNpE7SjmnAIg8AtxYdcnXlecg=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationInterstitialAd.h
+
+ c7z+4eDsplD/cP+E4R8opNB8q5s=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationNativeAd.h
+
+ Xx7cfccdAUaHeaH9jxLR5YcHnH4=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationRewardedAd.h
+
+ wri4Lk1jBA3XDAFRq19dEh8IsJU=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationServerConfiguration.h
+
+ A54+22v1zABH2pYZw6R1f3iADyA=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADVersionNumber.h
+
+ Q0WWOP9O1Wi+UuOPkTHeSrvHpCU=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/QueryInfo/GADRequest+AdString.h
+
+ vcKuPzFb6BRvsJTPBvvY1RrJfds=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/RTBMediation/GADRTBAdapter.h
+
+ FQ+EY0l9vQ1iuM0vClDfyG6U5cg=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/RTBMediation/GADRTBRequestParameters.h
+
+ IHJsVQZTqqjDy32s9qMZwkytcAY=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Info.plist
+
+ GaQx8DcY539SJ66Cy2mm2mMrF/w=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Modules/module.modulemap
+
+ uJEOd2YvCKVjhzUfMOfKOptCzuc=
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/PrivacyInfo.xcprivacy
+
+ VWCA3MeaiPMoOAS1uOteTSLX8js=
+
+
+ files2
+
+ ios-arm64/GoogleMobileAds.framework/GoogleMobileAds
+
+ hash
+
+ Q4dQBc7tLj87HOs/hzk6K8WsMEM=
+
+ hash2
+
+ +JZdfQTHNXVx727/ss0NzloPnnGuoisIS3eQiTTyF4Y=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdChoicesPosition.h
+
+ hash
+
+ 3HUQ7uVcN3WWKscbUgvRTYb6zGU=
+
+ hash2
+
+ z8RyCmqV5LRQHT/r6A4LKki+a7T7TWM9jZNGV+KjCzM=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdChoicesView.h
+
+ hash
+
+ qNnvxOY2HmWZxgGuaI6NYKXEFr0=
+
+ hash2
+
+ 0NPaU/FgmojOVQt118d9FloMGFZr9VJw4v8bfJv/Jdk=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdFormat.h
+
+ hash
+
+ xra0fPg7SwSG7qdLOTU+/Z2/Gzg=
+
+ hash2
+
+ TJuBo0dcFWS8ULFwnCQrExsOdG7uATkxIvQZshhQNSQ=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdLoader.h
+
+ hash
+
+ BchePlG8Q1pZwdU4NuK/LPG6BSs=
+
+ hash2
+
+ CuhBmxxjfuYzA5clBWVdcUdl5vw8tGEZVZ1Rlz1y71c=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdLoaderAdTypes.h
+
+ hash
+
+ 8X8NXKflWuqUW1ZX7DWYTZ1sEJk=
+
+ hash2
+
+ vQQFoGO3ohgpw50mCQJe3k65L+OO7JbYGOZQ4HFLAsU=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdLoaderDelegate.h
+
+ hash
+
+ jsfTiQpvxV8kM+FnNaKpxmMWiJU=
+
+ hash2
+
+ MbgutmxF+guXHzKBasnTBzbzZme9t8DXa4ZAU4qW+Hg=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdMetadata.h
+
+ hash
+
+ R+mmMd9BciU+g2LByLSmev5MKeo=
+
+ hash2
+
+ jqhVfyqTnQTTfMYdg7pZTAglm9HF0FQf370MOS7Av7k=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdNetworkExtras.h
+
+ hash
+
+ pEhVRx0KAS7ZddDzUBDRkaExh8I=
+
+ hash2
+
+ 1TtxPlH2TflA/HdTtwXXMHzHn3oTG9pujS7dJ+/Df+Q=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdReward.h
+
+ hash
+
+ jtoiYod9jZUtgHzWgVX6a6E9+ZM=
+
+ hash2
+
+ N+wlH1X/vtIl8vq1wH71h/J9zxVOWZuchwFZNntHeC0=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdSize.h
+
+ hash
+
+ uNdf9JCf5I4jdzYwjD7d9tTYjmo=
+
+ hash2
+
+ UjsL1nyXopJiPvsrx9d0FKMAbLCIUdm/08YimiDUZtE=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdSizeDelegate.h
+
+ hash
+
+ zsFshiKVtlod87kG3OVd6NUMOxg=
+
+ hash2
+
+ LS2WDLHcQDJs1dG33aKk8d17ikg6/dZsEE9h3lZ1PFk=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAdValue.h
+
+ hash
+
+ nkgwpuGaZUS48lKEpALhJFnmgGY=
+
+ hash2
+
+ 9J8OgzwOkEDkxlzUTrmuPpXuLWokkni8bybu4c1RglA=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAppEventDelegate.h
+
+ hash
+
+ TTXmWnlK+BB7uhMTsV48MDHpkI8=
+
+ hash2
+
+ WxjpUBycUdhp9DhfJv3HBhkvqzFP7kYO0WngXRzrkok=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAppOpenAd.h
+
+ hash
+
+ Pi+nGzqErKJRbC32MObNfgqE+QQ=
+
+ hash2
+
+ QtcE+pe8zHLuoso2N6wIrpQdTdi3jCTYCysrfpIYrWA=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAudioVideoManager.h
+
+ hash
+
+ 3lS8xsfXwX4ZR6auPLRSpvFrQqQ=
+
+ hash2
+
+ 5J28MGJiIbK7gQnPbnQz7YNN9uK0dFh2AXGkCEt0QGw=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADAudioVideoManagerDelegate.h
+
+ hash
+
+ ZJvHvp3bCw4hRMgzzHqJDvM3HyY=
+
+ hash2
+
+ ib5UaH4y2caBAI0CmvFotqil2NjDPb7XGrOM6CsyM5c=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADBannerView.h
+
+ hash
+
+ pdahFdicjFLijrfkpNgooj3iQP8=
+
+ hash2
+
+ PRGXokEzjJLezHvCMGx3Poov18662lvkTqPeEHYSng4=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADBannerViewDelegate.h
+
+ hash
+
+ Qrfo7A4zl/bDXNLF7xzuNk/x3+0=
+
+ hash2
+
+ vw06tNB+9++yLydyfCDfJtRnOu9w375ahQL1LxQkqRE=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventBanner.h
+
+ hash
+
+ qGCy1A+noahdh79cgrK37Dk1L1E=
+
+ hash2
+
+ /Kt3PwFV8TseEvh19xGXavmrweaiosLLgkl7yJOmw3Y=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventBannerDelegate.h
+
+ hash
+
+ yeVqeb6lj6vnwM+SiT6O4S6UfD0=
+
+ hash2
+
+ jQQX5f/TTo7cIAqldIeg/3LStODU6LWSQlHaKkOyHKw=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventExtras.h
+
+ hash
+
+ tyDEfUrnsRXNoYZWtaImmnCDFCk=
+
+ hash2
+
+ oXUQX/+MlHkuxsl/BRf05X4BTEur0YyWD/uhRImAOws=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventInterstitial.h
+
+ hash
+
+ l8ZlvOyDlckL0QfqyVbVYPlaNsM=
+
+ hash2
+
+ y8hqFlSwGmQTGVPJk15HZ9U85gGVL0YdCat9hqZJevs=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventInterstitialDelegate.h
+
+ hash
+
+ 7ztiyvehcDtHg05srSRIrrztG9o=
+
+ hash2
+
+ +8sMMN6b4MZCROahpjZoVGMZWA2Og7iQtk/lBQEk6Yw=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventNativeAd.h
+
+ hash
+
+ M+VlNgp+AUY2mtcxPZ4X/PKpiwc=
+
+ hash2
+
+ vBHKX+8MHZ3AK16Ilvke0cP1Nx/C3hBkoCypNSsJYT8=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventNativeAdDelegate.h
+
+ hash
+
+ 8lyeX5v56tQ/QKVA546BH9eHvTg=
+
+ hash2
+
+ DHQs6U1cgoU7fScPYTl08E3DZHPGYJ3oCfcU5HUgmfE=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventParameters.h
+
+ hash
+
+ yR6LJNNnOKOLwfRXiLg6xcvILCU=
+
+ hash2
+
+ QsTX/VbHrb1NLz/mlwFjiBLlC00V9z9+D0RITv0LV+s=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomEventRequest.h
+
+ hash
+
+ 6LUAOkcdSUtdhOYFQA92wR5aXs0=
+
+ hash2
+
+ V3yUDsI4AQLfDIa+BfaMILmQz7uy//POEWEZUdA8AdQ=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomNativeAd.h
+
+ hash
+
+ tn/GIQH6dk1LLXEU91hDaNPg3Qk=
+
+ hash2
+
+ DFUC5CDaTaxKWfkneSWyVa02+MJHo5x11ukcIufjTRg=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADCustomNativeAdDelegate.h
+
+ hash
+
+ T3q4J5qaE+fdMt3285vpz2ApyQU=
+
+ hash2
+
+ c+nafH23J0YGjGtEFOXEA3cJeSwbDd3IhPJdv1/HvSs=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADDebugOptionsViewController.h
+
+ hash
+
+ zLjSO2X3zWKSAjU2zL7c1jz4Piw=
+
+ hash2
+
+ efUPCF1ClQnuaIDQULlcXMbMlWxS0GHYP8KvWthVF84=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADDisplayAdMeasurement.h
+
+ hash
+
+ lBOi88QFmY681Nn+rpiQ3AyXmhE=
+
+ hash2
+
+ 7prDgZ8NTese/s3qmdgiHsRYSKH9fh3qqGcDDvQ4V/Q=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADDynamicHeightSearchRequest.h
+
+ hash
+
+ ZaF68/opQBrmdxRVGBcjPoilX7I=
+
+ hash2
+
+ 973mu1hx4oo8rYP2Lhw6NMgtaY5il+VqPohAICOpvTw=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADExtras.h
+
+ hash
+
+ yYeHP3vuzvjcGhxtTTJ4SWluWdk=
+
+ hash2
+
+ I+sJaMUeBfZ9l+NFxyBdOctVVlZDmQvgoJNPcJChe1w=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADFullScreenContentDelegate.h
+
+ hash
+
+ +/443o8MPR5e20F7QuE+IUiIyTc=
+
+ hash2
+
+ g0JJkCqcZuFBMYrTx83/Pg1Jz65N8Zh1CjYG35D4V48=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADInitializationStatus.h
+
+ hash
+
+ aDPuW2qEWx4vFqXC8J7su8SS1mw=
+
+ hash2
+
+ /kRVWmmp9S+lLNPyEqtpx1sU9JXFgqsDLVbfxuJGwu4=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADInterstitialAd.h
+
+ hash
+
+ KJTYfV6Ww8kJCuFQ3jSl7FBDHCk=
+
+ hash2
+
+ b86+ToI9v0lsFPAZAjfB1TmjSagFTTPUotAw8bZyKHM=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADMediaAspectRatio.h
+
+ hash
+
+ MzhWPfGm7SG3MHf0XRxd/zOTGK4=
+
+ hash2
+
+ ZgmtXh3Wm6KsQ1clC0CPMwORURGKWIxEyIxzmyTIYWQ=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADMediaContent.h
+
+ hash
+
+ wYEddwgajDVbX61ks28RnXWgMcc=
+
+ hash2
+
+ KLwsYJ3C2tX1a50Vy20bBjUh04xFCGzt1kfZqAPBDqQ=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADMediaView.h
+
+ hash
+
+ TyAN6KtLY2jqOQ/RfcyBfZy6Mak=
+
+ hash2
+
+ N5r+51BLTsEhJP9GZGh9+P5MVsaKxX3JRwyqYsATtL0=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADMobileAds.h
+
+ hash
+
+ IhlvvJHtNFqzRuU86CO7rUFNBpQ=
+
+ hash2
+
+ +zZoqZUwRjKItHQsBAmWIum9fylCEvBnF5Xw7ghhIXM=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADMultipleAdsAdLoaderOptions.h
+
+ hash
+
+ pmnk3VeQeOcbL0PW0hCKfx0MxWc=
+
+ hash2
+
+ QUFZ5l2UP4/F781+f292FbGVBvWrMX5j8wcGr1UENfQ=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADMuteThisAdReason.h
+
+ hash
+
+ 5WYeY3zyUAffO7yxDRKUW56PUEE=
+
+ hash2
+
+ OTl0GW8SEJUhOVAbW4l6ADx6yMLHQ2zOi4kiIRVxoPs=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAd+ConfirmationClick.h
+
+ hash
+
+ tLFTWRd19SRrx9pso51Q//uUP9c=
+
+ hash2
+
+ l8XM9PQWZswSLJeV0kLGowLGHrw74xxQJM9A58dcoVY=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAd+CustomClickGesture.h
+
+ hash
+
+ SSL/Qe9KWkvYHc7tqXSz8iez+9k=
+
+ hash2
+
+ Lo4RtYjfhOfhJwkWg5zUIDY78BjkO3ytwpXijlthAcA=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAd.h
+
+ hash
+
+ Q57TQPri0v/hKe8djYpgSUPCYV4=
+
+ hash2
+
+ ZfhPuBoQmW2Xv3nElDbQ4DgackIwg/+3pq6r3x5juU0=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdAssetIdentifiers.h
+
+ hash
+
+ WF8V8qBuQYzYube1bpjhk6VTtQc=
+
+ hash2
+
+ /v1xnzf86+l8Wa+DxIpupxrKmYU4CwQVmR5UFQo5kdU=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdCustomClickGestureOptions.h
+
+ hash
+
+ zbYVgF8KaoqwycbD78tgtNGzbiY=
+
+ hash2
+
+ JI559xGzP6c9xdaHVidix1j9lYrcVrZfzYDqubkJT3g=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdDelegate.h
+
+ hash
+
+ TS5G14xkP4NoNjiQrUoNBiPC+Qo=
+
+ hash2
+
+ WIHvaQcAss46qxGupR1IzbRXtu2394EfPrkxOEjPOgo=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdImage+Mediation.h
+
+ hash
+
+ jERrfqGRcxU8DeM6GzjxB9eP1gQ=
+
+ hash2
+
+ aIxNwnYa4K1Llc0GbOafG/XcddAmJRTLGdSVo7unsmY=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdImage.h
+
+ hash
+
+ PItp6/8tb/SyIyliABTwTWso6JQ=
+
+ hash2
+
+ UA2VqTWnY/vcVmDVeMv5NqxIXBiM8BrPThTylsEigy8=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdImageAdLoaderOptions.h
+
+ hash
+
+ V+yNFdMJiUaCnKf9t6JhlWj/MEM=
+
+ hash2
+
+ nCNxXbRhZsg++7MiWrqvzSUA+Lm1u1LkWCrHhrylhlw=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdMediaAdLoaderOptions.h
+
+ hash
+
+ tQY9a/XhPOV7Tkg3xjrF9iucd0Y=
+
+ hash2
+
+ fatopw5g0N55T5azCjjGebbWQ5bwzP1GS/oiR+4jyic=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdUnconfirmedClickDelegate.h
+
+ hash
+
+ adFUhMad6x1Nszo7jnx/6Go5M64=
+
+ hash2
+
+ f4NpNGtKRLlHafhMr+J7ShwB5D9Sq4GnhGAaA3StoO4=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeAdViewAdOptions.h
+
+ hash
+
+ 3qrqu7IZca/R79fLGIOj5kP74pM=
+
+ hash2
+
+ V5S3Ez5+NfhEBdLiIgRP5SLO79efVcLMB+sZHgCaWaA=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADNativeMuteThisAdLoaderOptions.h
+
+ hash
+
+ OMACP/+e4wOxWCxjCBqfbbXvSn8=
+
+ hash2
+
+ x8pSuscmPucUiXXQ+yD5ySrwf8UOtCDcAlhZ0GBpphg=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADPresentationError.h
+
+ hash
+
+ /DwQgJA26rp29qAElahS4M92Ves=
+
+ hash2
+
+ uJ1MeX9n7DIL5fgshvdtXYcWzbKDN0XQvdGet22tM90=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADQueryInfo.h
+
+ hash
+
+ bbx8+sTRZZ18wKFKbdosCh19LP8=
+
+ hash2
+
+ 6NfPyq53QrGwcmPKonb4oeNcf5ojtIdq0xX+QoCaJdc=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADRequest.h
+
+ hash
+
+ d7kAxm6p84VvKJFdgIh7RKnBdUY=
+
+ hash2
+
+ Hhn9eHg8SDxaWdfskKZGB83SBaChySA/MoAQIzccUvU=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADRequestConfiguration.h
+
+ hash
+
+ p8xu90L6d/+5xIYqcUedMNMAOas=
+
+ hash2
+
+ IxXtlmIyfu0lRHSHF2Hw9Xhk/2G576iqrR+RnXC9AFY=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADRequestError.h
+
+ hash
+
+ polhNCpFJ9FdSyv9ZH+r8s5tVWA=
+
+ hash2
+
+ vXCsHuf0QKYAA4kHjKv36GWjET8CJ96zGnroCmrUeEs=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADResponseInfo.h
+
+ hash
+
+ nfuBQCjj9cbnaBkHtWmL9khecY4=
+
+ hash2
+
+ nbQ6jvkpqLuMuOPvuucYgDLgCaxqPN8KaswlVZeAojA=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADRewardedAd.h
+
+ hash
+
+ pAkVn1528dLsfgHFDtWtN97HS88=
+
+ hash2
+
+ FMO180thIMNprVfmhHhm8lxHOqw885TV5A0jbY/IH3I=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADRewardedInterstitialAd.h
+
+ hash
+
+ I8l6Sm2AP2znCt+WvYH3rUCNZc4=
+
+ hash2
+
+ WTlQF7cRit0b88Ice9SeHgBJtHAft5Q4LltzMCAPFZc=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADSearchBannerView.h
+
+ hash
+
+ eatzmubDJRMpScDkvBu3MdRUCRc=
+
+ hash2
+
+ Qa12dme8hovdM1U7WD/HW+1otadM8gaIdKBBruzH/bw=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADServerSideVerificationOptions.h
+
+ hash
+
+ rPJOQpfl792Rau0cVjW0tIF0QoM=
+
+ hash2
+
+ 46D6ff/t9sQDyl4eSVbUNdwbP+vgyEVtuU3SoqFGAeU=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADVideoController.h
+
+ hash
+
+ ROr6GuDE2MFIjzE8K+EqjJIongA=
+
+ hash2
+
+ e2vVydSO7vXUNbMM6cihaHU/9a//e/8TA8D8B5DYL8w=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADVideoControllerDelegate.h
+
+ hash
+
+ RPSqq2oNrkWsBiC944aUTYbsGdY=
+
+ hash2
+
+ 9p2dFXDNtLFZwaKZoxKygW8DrRuiqcvwUioovaHH81k=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GADVideoOptions.h
+
+ hash
+
+ 4gKbOjeYKPDI8y46f7MYmujVolE=
+
+ hash2
+
+ 0eTFepKwZRWtKA/YGqJqxYEY0s4CVqWk9RylHyL59HQ=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GAMBannerView.h
+
+ hash
+
+ USGsC8COUC7FEu2FzyjpIu9twkk=
+
+ hash2
+
+ deHtyNNDaOYXIFzH3jYAIK9mbx2EZaji994mi5j5er8=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GAMBannerViewOptions.h
+
+ hash
+
+ UM7nuKLTtZRWtQFxH3g31LWzMUI=
+
+ hash2
+
+ xy1wdiUTaR9TD/5pA0DbtYhpuHrGV4XFta4AxkWZoo4=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GAMInterstitialAd.h
+
+ hash
+
+ Z09wFz3tGqvcJI4/M5Ypp8FFlmI=
+
+ hash2
+
+ sPKc9CcFtaYep+n0xZA8PA863s9zd1qUuqhe184MrHc=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GAMRequest.h
+
+ hash
+
+ PSRXhPJJoqWwh9qC5jGkxT1yU4Q=
+
+ hash2
+
+ SRELsjt0vZDHb6NEsKWuNkso3kVYWq/GznePWi++MEo=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GoogleMobileAds.h
+
+ hash
+
+ ZvHPNB+vixckrnfiuMGTFD0Qdic=
+
+ hash2
+
+ AYi9Ix7538I7zFQQgQhSSjpdi6d9XYpohczOktlODqs=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/GoogleMobileAdsDefines.h
+
+ hash
+
+ ajvTC+Y3CV+fidHio4vx7QWS/6M=
+
+ hash2
+
+ mnNJ/7LnKHRz/h2wE2x75kgjQeASHdVSG83dWexcL4s=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMAdNetworkAdapterProtocol.h
+
+ hash
+
+ m5SQPMUYo8Qedy/ZtOBil8J613s=
+
+ hash2
+
+ Fq4YSQ553Bjlrfh0wH1Nd52MuOIqrV/ZLVEeOvtY5rI=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMAdNetworkConnectorProtocol.h
+
+ hash
+
+ 5fnIS7Tr7E/R0kXpE2Z74e2uGB4=
+
+ hash2
+
+ d2wChA7OxUiBih6OB3xGRfv9d7vDDA0s1dWfnGjCEVQ=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMEnums.h
+
+ hash
+
+ tJvLWOlUGS/T88+TLEUQKMlOr00=
+
+ hash2
+
+ aHujPGmJ7ga/uBH0zr4aDGdrs/QWxY+0iivSyhAkyMc=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediatedUnifiedNativeAd.h
+
+ hash
+
+ /zQcy15VvaZwUYK9vbBuQt8kYMw=
+
+ hash2
+
+ m/jsh9VBXQPAkv43geGaps+9AKzK7Txt2JST4dMKsjU=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediatedUnifiedNativeAdNotificationSource.h
+
+ hash
+
+ sRut+yR1ITR2iMoSkRbm452gWnU=
+
+ hash2
+
+ DiABsS9B1hRs7YbArfe7eo8bWXlBSsi5GrsZTAitTjQ=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAd.h
+
+ hash
+
+ 6EqmzUEtxFunPoFRSaTvHWmwM2g=
+
+ hash2
+
+ qKoEd5XMAhk3sn82Wi4r8Hzd+vcQ7fbKMjbBCH4XPQE=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdConfiguration.h
+
+ hash
+
+ z4dRgZl3oSWtJElWBITmwIiAP4w=
+
+ hash2
+
+ qIgWsRsCufg6ZxJsU0RZBCjgBtzUwFDvE7vJiOXIcXw=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdEventDelegate.h
+
+ hash
+
+ ZqBdeT5cUaS3twsIUjhbpoVlfZE=
+
+ hash2
+
+ INjxSFNTdlsXyJ845kq1FgnoTF4N+NX0sdT+wURDfQ0=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdRequest.h
+
+ hash
+
+ yMjoc9zFKLdSN8U4y1Ew/9c+Qok=
+
+ hash2
+
+ lbTxotwx/1naFC0gZ3XaC+VvAs/GsiFT694eG7gdlzU=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdSize.h
+
+ hash
+
+ fSUT1kpL5tJuVulCa/ppszvpHe4=
+
+ hash2
+
+ P/JJAuaaOaezk3TdvGU+m33SmMAqF5gmoagU/Lontn8=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdapter.h
+
+ hash
+
+ qbJC3o87Nj4opncueh1M2ynCVSg=
+
+ hash2
+
+ IhSBI3WYdHvqHPdb+ISdS2o6YbRhHLxy5nBjd3cbJ+A=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h
+
+ hash
+
+ DW1HyY7MiRIkXeYLeHZZyJ0hC1U=
+
+ hash2
+
+ f0jyFcLpNWYrxzAAyl8BkwJxgvsdVXD19xBhh0ksgHo=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h
+
+ hash
+
+ fRuNpE7SjmnAIg8AtxYdcnXlecg=
+
+ hash2
+
+ YTD/yrKLZyD4hKhPHp2jBWUYIOkdsEsMns5O0wb2W4A=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationInterstitialAd.h
+
+ hash
+
+ c7z+4eDsplD/cP+E4R8opNB8q5s=
+
+ hash2
+
+ tDLrlDWc1Z79QLmVD+fpudirmzjwLIVqy9BR2oQ9BUc=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationNativeAd.h
+
+ hash
+
+ Xx7cfccdAUaHeaH9jxLR5YcHnH4=
+
+ hash2
+
+ 5kI5R42wtpp4xwjOvzoQ5Asi2ofPFJcII52EjF2lweA=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationRewardedAd.h
+
+ hash
+
+ wri4Lk1jBA3XDAFRq19dEh8IsJU=
+
+ hash2
+
+ soB7RxEsM6WEsgqjB3Y+M7TJ29NjKrx1ujyvCDDEy8M=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADMediationServerConfiguration.h
+
+ hash
+
+ A54+22v1zABH2pYZw6R1f3iADyA=
+
+ hash2
+
+ sjnlGHLJvbmZYbq2PQ9OcLrJjBIb85/mbYpvBn3L37Y=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/Mediation/GADVersionNumber.h
+
+ hash
+
+ Q0WWOP9O1Wi+UuOPkTHeSrvHpCU=
+
+ hash2
+
+ kP8oAojfYr9vrQeLR2FyctlD4tAQ2gSPBbQD/PQTCBs=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/QueryInfo/GADRequest+AdString.h
+
+ hash
+
+ vcKuPzFb6BRvsJTPBvvY1RrJfds=
+
+ hash2
+
+ XtStXDmVf57EYdfLTP2q12x/hBzEkqk6hnFrajPi0fc=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/RTBMediation/GADRTBAdapter.h
+
+ hash
+
+ FQ+EY0l9vQ1iuM0vClDfyG6U5cg=
+
+ hash2
+
+ GxyXjw4yZgFslSDV49ygj6lcIAqD+Gm9KqpbYkg0c6M=
+
+
+ ios-arm64/GoogleMobileAds.framework/Headers/RTBMediation/GADRTBRequestParameters.h
+
+ hash
+
+ IHJsVQZTqqjDy32s9qMZwkytcAY=
+
+ hash2
+
+ zt7vqwQDhz0Rr/9CgKAI20vd0/N67XpHOh2fQArmtxU=
+
+
+ ios-arm64/GoogleMobileAds.framework/Info.plist
+
+ hash
+
+ K4KWAUR0T4EeZOiL57v6/Jgwjcc=
+
+ hash2
+
+ nJQyzJnP3EnqXV1SWPJ/7m1fnxFlGtS4mFj8NyDH6cE=
+
+
+ ios-arm64/GoogleMobileAds.framework/Modules/module.modulemap
+
+ hash
+
+ uJEOd2YvCKVjhzUfMOfKOptCzuc=
+
+ hash2
+
+ BQpq0/B5tyMs15IF0bsUrdX4hhqC2nLaH2xA0s7qBX8=
+
+
+ ios-arm64/GoogleMobileAds.framework/PrivacyInfo.xcprivacy
+
+ hash
+
+ VWCA3MeaiPMoOAS1uOteTSLX8js=
+
+ hash2
+
+ afsRJYL8I/wGxjXJYdJio/e0tWVNKEeHSR3jAA2t+dI=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/GoogleMobileAds
+
+ hash
+
+ g8ZcY9hgZO/kyGLugELE1SzBAoI=
+
+ hash2
+
+ yvnVuUvxtfy+JbRyditc1jWQ7gh4TJ8uckQU33HWuag=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdChoicesPosition.h
+
+ hash
+
+ 3HUQ7uVcN3WWKscbUgvRTYb6zGU=
+
+ hash2
+
+ z8RyCmqV5LRQHT/r6A4LKki+a7T7TWM9jZNGV+KjCzM=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdChoicesView.h
+
+ hash
+
+ qNnvxOY2HmWZxgGuaI6NYKXEFr0=
+
+ hash2
+
+ 0NPaU/FgmojOVQt118d9FloMGFZr9VJw4v8bfJv/Jdk=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdFormat.h
+
+ hash
+
+ xra0fPg7SwSG7qdLOTU+/Z2/Gzg=
+
+ hash2
+
+ TJuBo0dcFWS8ULFwnCQrExsOdG7uATkxIvQZshhQNSQ=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdLoader.h
+
+ hash
+
+ BchePlG8Q1pZwdU4NuK/LPG6BSs=
+
+ hash2
+
+ CuhBmxxjfuYzA5clBWVdcUdl5vw8tGEZVZ1Rlz1y71c=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdLoaderAdTypes.h
+
+ hash
+
+ 8X8NXKflWuqUW1ZX7DWYTZ1sEJk=
+
+ hash2
+
+ vQQFoGO3ohgpw50mCQJe3k65L+OO7JbYGOZQ4HFLAsU=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdLoaderDelegate.h
+
+ hash
+
+ jsfTiQpvxV8kM+FnNaKpxmMWiJU=
+
+ hash2
+
+ MbgutmxF+guXHzKBasnTBzbzZme9t8DXa4ZAU4qW+Hg=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdMetadata.h
+
+ hash
+
+ R+mmMd9BciU+g2LByLSmev5MKeo=
+
+ hash2
+
+ jqhVfyqTnQTTfMYdg7pZTAglm9HF0FQf370MOS7Av7k=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdNetworkExtras.h
+
+ hash
+
+ pEhVRx0KAS7ZddDzUBDRkaExh8I=
+
+ hash2
+
+ 1TtxPlH2TflA/HdTtwXXMHzHn3oTG9pujS7dJ+/Df+Q=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdReward.h
+
+ hash
+
+ jtoiYod9jZUtgHzWgVX6a6E9+ZM=
+
+ hash2
+
+ N+wlH1X/vtIl8vq1wH71h/J9zxVOWZuchwFZNntHeC0=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdSize.h
+
+ hash
+
+ uNdf9JCf5I4jdzYwjD7d9tTYjmo=
+
+ hash2
+
+ UjsL1nyXopJiPvsrx9d0FKMAbLCIUdm/08YimiDUZtE=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdSizeDelegate.h
+
+ hash
+
+ zsFshiKVtlod87kG3OVd6NUMOxg=
+
+ hash2
+
+ LS2WDLHcQDJs1dG33aKk8d17ikg6/dZsEE9h3lZ1PFk=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAdValue.h
+
+ hash
+
+ nkgwpuGaZUS48lKEpALhJFnmgGY=
+
+ hash2
+
+ 9J8OgzwOkEDkxlzUTrmuPpXuLWokkni8bybu4c1RglA=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAppEventDelegate.h
+
+ hash
+
+ TTXmWnlK+BB7uhMTsV48MDHpkI8=
+
+ hash2
+
+ WxjpUBycUdhp9DhfJv3HBhkvqzFP7kYO0WngXRzrkok=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAppOpenAd.h
+
+ hash
+
+ Pi+nGzqErKJRbC32MObNfgqE+QQ=
+
+ hash2
+
+ QtcE+pe8zHLuoso2N6wIrpQdTdi3jCTYCysrfpIYrWA=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAudioVideoManager.h
+
+ hash
+
+ 3lS8xsfXwX4ZR6auPLRSpvFrQqQ=
+
+ hash2
+
+ 5J28MGJiIbK7gQnPbnQz7YNN9uK0dFh2AXGkCEt0QGw=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAudioVideoManagerDelegate.h
+
+ hash
+
+ ZJvHvp3bCw4hRMgzzHqJDvM3HyY=
+
+ hash2
+
+ ib5UaH4y2caBAI0CmvFotqil2NjDPb7XGrOM6CsyM5c=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADBannerView.h
+
+ hash
+
+ pdahFdicjFLijrfkpNgooj3iQP8=
+
+ hash2
+
+ PRGXokEzjJLezHvCMGx3Poov18662lvkTqPeEHYSng4=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADBannerViewDelegate.h
+
+ hash
+
+ Qrfo7A4zl/bDXNLF7xzuNk/x3+0=
+
+ hash2
+
+ vw06tNB+9++yLydyfCDfJtRnOu9w375ahQL1LxQkqRE=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventBanner.h
+
+ hash
+
+ qGCy1A+noahdh79cgrK37Dk1L1E=
+
+ hash2
+
+ /Kt3PwFV8TseEvh19xGXavmrweaiosLLgkl7yJOmw3Y=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventBannerDelegate.h
+
+ hash
+
+ yeVqeb6lj6vnwM+SiT6O4S6UfD0=
+
+ hash2
+
+ jQQX5f/TTo7cIAqldIeg/3LStODU6LWSQlHaKkOyHKw=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventExtras.h
+
+ hash
+
+ tyDEfUrnsRXNoYZWtaImmnCDFCk=
+
+ hash2
+
+ oXUQX/+MlHkuxsl/BRf05X4BTEur0YyWD/uhRImAOws=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventInterstitial.h
+
+ hash
+
+ l8ZlvOyDlckL0QfqyVbVYPlaNsM=
+
+ hash2
+
+ y8hqFlSwGmQTGVPJk15HZ9U85gGVL0YdCat9hqZJevs=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventInterstitialDelegate.h
+
+ hash
+
+ 7ztiyvehcDtHg05srSRIrrztG9o=
+
+ hash2
+
+ +8sMMN6b4MZCROahpjZoVGMZWA2Og7iQtk/lBQEk6Yw=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventNativeAd.h
+
+ hash
+
+ M+VlNgp+AUY2mtcxPZ4X/PKpiwc=
+
+ hash2
+
+ vBHKX+8MHZ3AK16Ilvke0cP1Nx/C3hBkoCypNSsJYT8=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventNativeAdDelegate.h
+
+ hash
+
+ 8lyeX5v56tQ/QKVA546BH9eHvTg=
+
+ hash2
+
+ DHQs6U1cgoU7fScPYTl08E3DZHPGYJ3oCfcU5HUgmfE=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventParameters.h
+
+ hash
+
+ yR6LJNNnOKOLwfRXiLg6xcvILCU=
+
+ hash2
+
+ QsTX/VbHrb1NLz/mlwFjiBLlC00V9z9+D0RITv0LV+s=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomEventRequest.h
+
+ hash
+
+ 6LUAOkcdSUtdhOYFQA92wR5aXs0=
+
+ hash2
+
+ V3yUDsI4AQLfDIa+BfaMILmQz7uy//POEWEZUdA8AdQ=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomNativeAd.h
+
+ hash
+
+ tn/GIQH6dk1LLXEU91hDaNPg3Qk=
+
+ hash2
+
+ DFUC5CDaTaxKWfkneSWyVa02+MJHo5x11ukcIufjTRg=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADCustomNativeAdDelegate.h
+
+ hash
+
+ T3q4J5qaE+fdMt3285vpz2ApyQU=
+
+ hash2
+
+ c+nafH23J0YGjGtEFOXEA3cJeSwbDd3IhPJdv1/HvSs=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADDebugOptionsViewController.h
+
+ hash
+
+ zLjSO2X3zWKSAjU2zL7c1jz4Piw=
+
+ hash2
+
+ efUPCF1ClQnuaIDQULlcXMbMlWxS0GHYP8KvWthVF84=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADDisplayAdMeasurement.h
+
+ hash
+
+ lBOi88QFmY681Nn+rpiQ3AyXmhE=
+
+ hash2
+
+ 7prDgZ8NTese/s3qmdgiHsRYSKH9fh3qqGcDDvQ4V/Q=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADDynamicHeightSearchRequest.h
+
+ hash
+
+ ZaF68/opQBrmdxRVGBcjPoilX7I=
+
+ hash2
+
+ 973mu1hx4oo8rYP2Lhw6NMgtaY5il+VqPohAICOpvTw=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADExtras.h
+
+ hash
+
+ yYeHP3vuzvjcGhxtTTJ4SWluWdk=
+
+ hash2
+
+ I+sJaMUeBfZ9l+NFxyBdOctVVlZDmQvgoJNPcJChe1w=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADFullScreenContentDelegate.h
+
+ hash
+
+ +/443o8MPR5e20F7QuE+IUiIyTc=
+
+ hash2
+
+ g0JJkCqcZuFBMYrTx83/Pg1Jz65N8Zh1CjYG35D4V48=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADInitializationStatus.h
+
+ hash
+
+ aDPuW2qEWx4vFqXC8J7su8SS1mw=
+
+ hash2
+
+ /kRVWmmp9S+lLNPyEqtpx1sU9JXFgqsDLVbfxuJGwu4=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADInterstitialAd.h
+
+ hash
+
+ KJTYfV6Ww8kJCuFQ3jSl7FBDHCk=
+
+ hash2
+
+ b86+ToI9v0lsFPAZAjfB1TmjSagFTTPUotAw8bZyKHM=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADMediaAspectRatio.h
+
+ hash
+
+ MzhWPfGm7SG3MHf0XRxd/zOTGK4=
+
+ hash2
+
+ ZgmtXh3Wm6KsQ1clC0CPMwORURGKWIxEyIxzmyTIYWQ=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADMediaContent.h
+
+ hash
+
+ wYEddwgajDVbX61ks28RnXWgMcc=
+
+ hash2
+
+ KLwsYJ3C2tX1a50Vy20bBjUh04xFCGzt1kfZqAPBDqQ=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADMediaView.h
+
+ hash
+
+ TyAN6KtLY2jqOQ/RfcyBfZy6Mak=
+
+ hash2
+
+ N5r+51BLTsEhJP9GZGh9+P5MVsaKxX3JRwyqYsATtL0=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADMobileAds.h
+
+ hash
+
+ IhlvvJHtNFqzRuU86CO7rUFNBpQ=
+
+ hash2
+
+ +zZoqZUwRjKItHQsBAmWIum9fylCEvBnF5Xw7ghhIXM=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADMultipleAdsAdLoaderOptions.h
+
+ hash
+
+ pmnk3VeQeOcbL0PW0hCKfx0MxWc=
+
+ hash2
+
+ QUFZ5l2UP4/F781+f292FbGVBvWrMX5j8wcGr1UENfQ=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADMuteThisAdReason.h
+
+ hash
+
+ 5WYeY3zyUAffO7yxDRKUW56PUEE=
+
+ hash2
+
+ OTl0GW8SEJUhOVAbW4l6ADx6yMLHQ2zOi4kiIRVxoPs=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAd+ConfirmationClick.h
+
+ hash
+
+ tLFTWRd19SRrx9pso51Q//uUP9c=
+
+ hash2
+
+ l8XM9PQWZswSLJeV0kLGowLGHrw74xxQJM9A58dcoVY=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAd+CustomClickGesture.h
+
+ hash
+
+ SSL/Qe9KWkvYHc7tqXSz8iez+9k=
+
+ hash2
+
+ Lo4RtYjfhOfhJwkWg5zUIDY78BjkO3ytwpXijlthAcA=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAd.h
+
+ hash
+
+ Q57TQPri0v/hKe8djYpgSUPCYV4=
+
+ hash2
+
+ ZfhPuBoQmW2Xv3nElDbQ4DgackIwg/+3pq6r3x5juU0=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdAssetIdentifiers.h
+
+ hash
+
+ WF8V8qBuQYzYube1bpjhk6VTtQc=
+
+ hash2
+
+ /v1xnzf86+l8Wa+DxIpupxrKmYU4CwQVmR5UFQo5kdU=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdCustomClickGestureOptions.h
+
+ hash
+
+ zbYVgF8KaoqwycbD78tgtNGzbiY=
+
+ hash2
+
+ JI559xGzP6c9xdaHVidix1j9lYrcVrZfzYDqubkJT3g=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdDelegate.h
+
+ hash
+
+ TS5G14xkP4NoNjiQrUoNBiPC+Qo=
+
+ hash2
+
+ WIHvaQcAss46qxGupR1IzbRXtu2394EfPrkxOEjPOgo=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdImage+Mediation.h
+
+ hash
+
+ jERrfqGRcxU8DeM6GzjxB9eP1gQ=
+
+ hash2
+
+ aIxNwnYa4K1Llc0GbOafG/XcddAmJRTLGdSVo7unsmY=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdImage.h
+
+ hash
+
+ PItp6/8tb/SyIyliABTwTWso6JQ=
+
+ hash2
+
+ UA2VqTWnY/vcVmDVeMv5NqxIXBiM8BrPThTylsEigy8=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdImageAdLoaderOptions.h
+
+ hash
+
+ V+yNFdMJiUaCnKf9t6JhlWj/MEM=
+
+ hash2
+
+ nCNxXbRhZsg++7MiWrqvzSUA+Lm1u1LkWCrHhrylhlw=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdMediaAdLoaderOptions.h
+
+ hash
+
+ tQY9a/XhPOV7Tkg3xjrF9iucd0Y=
+
+ hash2
+
+ fatopw5g0N55T5azCjjGebbWQ5bwzP1GS/oiR+4jyic=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdUnconfirmedClickDelegate.h
+
+ hash
+
+ adFUhMad6x1Nszo7jnx/6Go5M64=
+
+ hash2
+
+ f4NpNGtKRLlHafhMr+J7ShwB5D9Sq4GnhGAaA3StoO4=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeAdViewAdOptions.h
+
+ hash
+
+ 3qrqu7IZca/R79fLGIOj5kP74pM=
+
+ hash2
+
+ V5S3Ez5+NfhEBdLiIgRP5SLO79efVcLMB+sZHgCaWaA=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADNativeMuteThisAdLoaderOptions.h
+
+ hash
+
+ OMACP/+e4wOxWCxjCBqfbbXvSn8=
+
+ hash2
+
+ x8pSuscmPucUiXXQ+yD5ySrwf8UOtCDcAlhZ0GBpphg=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADPresentationError.h
+
+ hash
+
+ /DwQgJA26rp29qAElahS4M92Ves=
+
+ hash2
+
+ uJ1MeX9n7DIL5fgshvdtXYcWzbKDN0XQvdGet22tM90=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADQueryInfo.h
+
+ hash
+
+ bbx8+sTRZZ18wKFKbdosCh19LP8=
+
+ hash2
+
+ 6NfPyq53QrGwcmPKonb4oeNcf5ojtIdq0xX+QoCaJdc=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRequest.h
+
+ hash
+
+ d7kAxm6p84VvKJFdgIh7RKnBdUY=
+
+ hash2
+
+ Hhn9eHg8SDxaWdfskKZGB83SBaChySA/MoAQIzccUvU=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRequestConfiguration.h
+
+ hash
+
+ p8xu90L6d/+5xIYqcUedMNMAOas=
+
+ hash2
+
+ IxXtlmIyfu0lRHSHF2Hw9Xhk/2G576iqrR+RnXC9AFY=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRequestError.h
+
+ hash
+
+ polhNCpFJ9FdSyv9ZH+r8s5tVWA=
+
+ hash2
+
+ vXCsHuf0QKYAA4kHjKv36GWjET8CJ96zGnroCmrUeEs=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADResponseInfo.h
+
+ hash
+
+ nfuBQCjj9cbnaBkHtWmL9khecY4=
+
+ hash2
+
+ nbQ6jvkpqLuMuOPvuucYgDLgCaxqPN8KaswlVZeAojA=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRewardedAd.h
+
+ hash
+
+ pAkVn1528dLsfgHFDtWtN97HS88=
+
+ hash2
+
+ FMO180thIMNprVfmhHhm8lxHOqw885TV5A0jbY/IH3I=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADRewardedInterstitialAd.h
+
+ hash
+
+ I8l6Sm2AP2znCt+WvYH3rUCNZc4=
+
+ hash2
+
+ WTlQF7cRit0b88Ice9SeHgBJtHAft5Q4LltzMCAPFZc=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADSearchBannerView.h
+
+ hash
+
+ eatzmubDJRMpScDkvBu3MdRUCRc=
+
+ hash2
+
+ Qa12dme8hovdM1U7WD/HW+1otadM8gaIdKBBruzH/bw=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADServerSideVerificationOptions.h
+
+ hash
+
+ rPJOQpfl792Rau0cVjW0tIF0QoM=
+
+ hash2
+
+ 46D6ff/t9sQDyl4eSVbUNdwbP+vgyEVtuU3SoqFGAeU=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADVideoController.h
+
+ hash
+
+ ROr6GuDE2MFIjzE8K+EqjJIongA=
+
+ hash2
+
+ e2vVydSO7vXUNbMM6cihaHU/9a//e/8TA8D8B5DYL8w=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADVideoControllerDelegate.h
+
+ hash
+
+ RPSqq2oNrkWsBiC944aUTYbsGdY=
+
+ hash2
+
+ 9p2dFXDNtLFZwaKZoxKygW8DrRuiqcvwUioovaHH81k=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADVideoOptions.h
+
+ hash
+
+ 4gKbOjeYKPDI8y46f7MYmujVolE=
+
+ hash2
+
+ 0eTFepKwZRWtKA/YGqJqxYEY0s4CVqWk9RylHyL59HQ=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GAMBannerView.h
+
+ hash
+
+ USGsC8COUC7FEu2FzyjpIu9twkk=
+
+ hash2
+
+ deHtyNNDaOYXIFzH3jYAIK9mbx2EZaji994mi5j5er8=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GAMBannerViewOptions.h
+
+ hash
+
+ UM7nuKLTtZRWtQFxH3g31LWzMUI=
+
+ hash2
+
+ xy1wdiUTaR9TD/5pA0DbtYhpuHrGV4XFta4AxkWZoo4=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GAMInterstitialAd.h
+
+ hash
+
+ Z09wFz3tGqvcJI4/M5Ypp8FFlmI=
+
+ hash2
+
+ sPKc9CcFtaYep+n0xZA8PA863s9zd1qUuqhe184MrHc=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GAMRequest.h
+
+ hash
+
+ PSRXhPJJoqWwh9qC5jGkxT1yU4Q=
+
+ hash2
+
+ SRELsjt0vZDHb6NEsKWuNkso3kVYWq/GznePWi++MEo=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GoogleMobileAds.h
+
+ hash
+
+ ZvHPNB+vixckrnfiuMGTFD0Qdic=
+
+ hash2
+
+ AYi9Ix7538I7zFQQgQhSSjpdi6d9XYpohczOktlODqs=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GoogleMobileAdsDefines.h
+
+ hash
+
+ ajvTC+Y3CV+fidHio4vx7QWS/6M=
+
+ hash2
+
+ mnNJ/7LnKHRz/h2wE2x75kgjQeASHdVSG83dWexcL4s=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMAdNetworkAdapterProtocol.h
+
+ hash
+
+ m5SQPMUYo8Qedy/ZtOBil8J613s=
+
+ hash2
+
+ Fq4YSQ553Bjlrfh0wH1Nd52MuOIqrV/ZLVEeOvtY5rI=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMAdNetworkConnectorProtocol.h
+
+ hash
+
+ 5fnIS7Tr7E/R0kXpE2Z74e2uGB4=
+
+ hash2
+
+ d2wChA7OxUiBih6OB3xGRfv9d7vDDA0s1dWfnGjCEVQ=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMEnums.h
+
+ hash
+
+ tJvLWOlUGS/T88+TLEUQKMlOr00=
+
+ hash2
+
+ aHujPGmJ7ga/uBH0zr4aDGdrs/QWxY+0iivSyhAkyMc=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediatedUnifiedNativeAd.h
+
+ hash
+
+ /zQcy15VvaZwUYK9vbBuQt8kYMw=
+
+ hash2
+
+ m/jsh9VBXQPAkv43geGaps+9AKzK7Txt2JST4dMKsjU=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediatedUnifiedNativeAdNotificationSource.h
+
+ hash
+
+ sRut+yR1ITR2iMoSkRbm452gWnU=
+
+ hash2
+
+ DiABsS9B1hRs7YbArfe7eo8bWXlBSsi5GrsZTAitTjQ=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAd.h
+
+ hash
+
+ 6EqmzUEtxFunPoFRSaTvHWmwM2g=
+
+ hash2
+
+ qKoEd5XMAhk3sn82Wi4r8Hzd+vcQ7fbKMjbBCH4XPQE=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdConfiguration.h
+
+ hash
+
+ z4dRgZl3oSWtJElWBITmwIiAP4w=
+
+ hash2
+
+ qIgWsRsCufg6ZxJsU0RZBCjgBtzUwFDvE7vJiOXIcXw=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdEventDelegate.h
+
+ hash
+
+ ZqBdeT5cUaS3twsIUjhbpoVlfZE=
+
+ hash2
+
+ INjxSFNTdlsXyJ845kq1FgnoTF4N+NX0sdT+wURDfQ0=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdRequest.h
+
+ hash
+
+ yMjoc9zFKLdSN8U4y1Ew/9c+Qok=
+
+ hash2
+
+ lbTxotwx/1naFC0gZ3XaC+VvAs/GsiFT694eG7gdlzU=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdSize.h
+
+ hash
+
+ fSUT1kpL5tJuVulCa/ppszvpHe4=
+
+ hash2
+
+ P/JJAuaaOaezk3TdvGU+m33SmMAqF5gmoagU/Lontn8=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAdapter.h
+
+ hash
+
+ qbJC3o87Nj4opncueh1M2ynCVSg=
+
+ hash2
+
+ IhSBI3WYdHvqHPdb+ISdS2o6YbRhHLxy5nBjd3cbJ+A=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationAppOpenAd.h
+
+ hash
+
+ DW1HyY7MiRIkXeYLeHZZyJ0hC1U=
+
+ hash2
+
+ f0jyFcLpNWYrxzAAyl8BkwJxgvsdVXD19xBhh0ksgHo=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationBannerAd.h
+
+ hash
+
+ fRuNpE7SjmnAIg8AtxYdcnXlecg=
+
+ hash2
+
+ YTD/yrKLZyD4hKhPHp2jBWUYIOkdsEsMns5O0wb2W4A=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationInterstitialAd.h
+
+ hash
+
+ c7z+4eDsplD/cP+E4R8opNB8q5s=
+
+ hash2
+
+ tDLrlDWc1Z79QLmVD+fpudirmzjwLIVqy9BR2oQ9BUc=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationNativeAd.h
+
+ hash
+
+ Xx7cfccdAUaHeaH9jxLR5YcHnH4=
+
+ hash2
+
+ 5kI5R42wtpp4xwjOvzoQ5Asi2ofPFJcII52EjF2lweA=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationRewardedAd.h
+
+ hash
+
+ wri4Lk1jBA3XDAFRq19dEh8IsJU=
+
+ hash2
+
+ soB7RxEsM6WEsgqjB3Y+M7TJ29NjKrx1ujyvCDDEy8M=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADMediationServerConfiguration.h
+
+ hash
+
+ A54+22v1zABH2pYZw6R1f3iADyA=
+
+ hash2
+
+ sjnlGHLJvbmZYbq2PQ9OcLrJjBIb85/mbYpvBn3L37Y=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/Mediation/GADVersionNumber.h
+
+ hash
+
+ Q0WWOP9O1Wi+UuOPkTHeSrvHpCU=
+
+ hash2
+
+ kP8oAojfYr9vrQeLR2FyctlD4tAQ2gSPBbQD/PQTCBs=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/QueryInfo/GADRequest+AdString.h
+
+ hash
+
+ vcKuPzFb6BRvsJTPBvvY1RrJfds=
+
+ hash2
+
+ XtStXDmVf57EYdfLTP2q12x/hBzEkqk6hnFrajPi0fc=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/RTBMediation/GADRTBAdapter.h
+
+ hash
+
+ FQ+EY0l9vQ1iuM0vClDfyG6U5cg=
+
+ hash2
+
+ GxyXjw4yZgFslSDV49ygj6lcIAqD+Gm9KqpbYkg0c6M=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/RTBMediation/GADRTBRequestParameters.h
+
+ hash
+
+ IHJsVQZTqqjDy32s9qMZwkytcAY=
+
+ hash2
+
+ zt7vqwQDhz0Rr/9CgKAI20vd0/N67XpHOh2fQArmtxU=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Info.plist
+
+ hash
+
+ GaQx8DcY539SJ66Cy2mm2mMrF/w=
+
+ hash2
+
+ 67BkIdFy9nKvWRM6nRnwquFgLAyPXViSZSBvlG0KT2s=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Modules/module.modulemap
+
+ hash
+
+ uJEOd2YvCKVjhzUfMOfKOptCzuc=
+
+ hash2
+
+ BQpq0/B5tyMs15IF0bsUrdX4hhqC2nLaH2xA0s7qBX8=
+
+
+ ios-arm64_x86_64-simulator/GoogleMobileAds.framework/PrivacyInfo.xcprivacy
+
+ hash
+
+ VWCA3MeaiPMoOAS1uOteTSLX8js=
+
+ hash2
+
+ afsRJYL8I/wGxjXJYdJio/e0tWVNKEeHSR3jAA2t+dI=
+
+
+
+ rules
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^version.plist$
+
+
+ rules2
+
+ .*\.dSYM($|/)
+
+ weight
+ 11
+
+ ^(.*/)?\.DS_Store$
+
+ omit
+
+ weight
+ 2000
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^Info\.plist$
+
+ omit
+
+ weight
+ 20
+
+ ^PkgInfo$
+
+ omit
+
+ weight
+ 20
+
+ ^embedded\.provisionprofile$
+
+ weight
+ 20
+
+ ^version\.plist$
+
+ weight
+ 20
+
+
+
+
diff --git a/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeSignature b/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeSignature
new file mode 100644
index 0000000..4e8460c
Binary files /dev/null and b/ios/platform/GoogleMobileAds.xcframework/_CodeSignature/CodeSignature differ
diff --git a/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/GoogleMobileAds b/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/GoogleMobileAds
index bce0d95..6d5906f 100644
Binary files a/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/GoogleMobileAds and b/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/GoogleMobileAds differ
diff --git a/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAppOpenAd.h b/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAppOpenAd.h
index 8886292..8f80de4 100644
--- a/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAppOpenAd.h
+++ b/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Headers/GADAppOpenAd.h
@@ -39,6 +39,9 @@ typedef void (^GADAppOpenAdLoadCompletionHandler)(GADAppOpenAd *_Nullable appOpe
/// presenting the ad.
@property(nonatomic, weak, nullable) id fullScreenContentDelegate;
+/// The ad unit ID.
+@property(nonatomic, readonly, nonnull) NSString *adUnitID;
+
/// Information about the ad response that returned the ad.
@property(nonatomic, readonly, nonnull) GADResponseInfo *responseInfo;
diff --git a/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Info.plist b/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Info.plist
index 66a17ab..5a1b56f 100644
Binary files a/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Info.plist and b/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/Info.plist differ
diff --git a/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/PrivacyInfo.xcprivacy b/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000..4419430
--- /dev/null
+++ b/ios/platform/GoogleMobileAds.xcframework/ios-arm64/GoogleMobileAds.framework/PrivacyInfo.xcprivacy
@@ -0,0 +1,132 @@
+
+
+
+
+ NSPrivacyCollectedDataTypes
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeOtherDiagnosticData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+ NSPrivacyCollectedDataTypePurposeDeveloperAdvertising
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeCoarseLocation
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+ NSPrivacyCollectedDataTypePurposeAnalytics
+ NSPrivacyCollectedDataTypePurposeDeveloperAdvertising
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypePerformanceData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+ NSPrivacyCollectedDataTypePurposeDeveloperAdvertising
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeCrashData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeAdvertisingData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+ NSPrivacyCollectedDataTypePurposeDeveloperAdvertising
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeProductInteraction
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAnalytics
+ NSPrivacyCollectedDataTypePurposeDeveloperAdvertising
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeDeviceID
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+ NSPrivacyCollectedDataTypePurposeAnalytics
+ NSPrivacyCollectedDataTypePurposeDeveloperAdvertising
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPITypeReasons
+
+ 35F9.1
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategorySystemBootTime
+
+
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+
+
+ NSPrivacyAccessedAPITypeReasons
+
+ E174.1
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryDiskSpace
+
+
+
+
diff --git a/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/GoogleMobileAds b/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/GoogleMobileAds
index eb48d7a..09f4965 100644
Binary files a/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/GoogleMobileAds and b/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/GoogleMobileAds differ
diff --git a/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAppOpenAd.h b/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAppOpenAd.h
index 8886292..8f80de4 100644
--- a/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAppOpenAd.h
+++ b/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Headers/GADAppOpenAd.h
@@ -39,6 +39,9 @@ typedef void (^GADAppOpenAdLoadCompletionHandler)(GADAppOpenAd *_Nullable appOpe
/// presenting the ad.
@property(nonatomic, weak, nullable) id fullScreenContentDelegate;
+/// The ad unit ID.
+@property(nonatomic, readonly, nonnull) NSString *adUnitID;
+
/// Information about the ad response that returned the ad.
@property(nonatomic, readonly, nonnull) GADResponseInfo *responseInfo;
diff --git a/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Info.plist b/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Info.plist
index 267dd7a..af37ec6 100644
Binary files a/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Info.plist and b/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/Info.plist differ
diff --git a/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/PrivacyInfo.xcprivacy b/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000..4419430
--- /dev/null
+++ b/ios/platform/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/PrivacyInfo.xcprivacy
@@ -0,0 +1,132 @@
+
+
+
+
+ NSPrivacyCollectedDataTypes
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeOtherDiagnosticData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+ NSPrivacyCollectedDataTypePurposeDeveloperAdvertising
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeCoarseLocation
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+ NSPrivacyCollectedDataTypePurposeAnalytics
+ NSPrivacyCollectedDataTypePurposeDeveloperAdvertising
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypePerformanceData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+ NSPrivacyCollectedDataTypePurposeDeveloperAdvertising
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeCrashData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeAdvertisingData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+ NSPrivacyCollectedDataTypePurposeDeveloperAdvertising
+ NSPrivacyCollectedDataTypePurposeAnalytics
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeProductInteraction
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAnalytics
+ NSPrivacyCollectedDataTypePurposeDeveloperAdvertising
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeDeviceID
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising
+ NSPrivacyCollectedDataTypePurposeAnalytics
+ NSPrivacyCollectedDataTypePurposeDeveloperAdvertising
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPITypeReasons
+
+ 35F9.1
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategorySystemBootTime
+
+
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+
+
+ NSPrivacyAccessedAPITypeReasons
+
+ E174.1
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryDiskSpace
+
+
+
+
diff --git a/ios/platform/InMobiAdapter.xcframework/Info.plist b/ios/platform/InMobiAdapter.xcframework/Info.plist
index 0a5fbfb..f5855ad 100644
--- a/ios/platform/InMobiAdapter.xcframework/Info.plist
+++ b/ios/platform/InMobiAdapter.xcframework/Info.plist
@@ -5,31 +5,35 @@
AvailableLibraries
+ BinaryPath
+ InMobiAdapter.framework/InMobiAdapter
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
InMobiAdapter.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
+ BinaryPath
+ InMobiAdapter.framework/InMobiAdapter
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
InMobiAdapter.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
CFBundlePackageType
diff --git a/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/InMobiAdapter b/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/InMobiAdapter
index c7fa67e..4e3b9c6 100644
Binary files a/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/InMobiAdapter and b/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/InMobiAdapter differ
diff --git a/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/Info.plist b/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/Info.plist
new file mode 100644
index 0000000..b90bbd9
Binary files /dev/null and b/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/Info.plist differ
diff --git a/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/InMobiAdapter b/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/InMobiAdapter
index 231ef50..b078047 100644
Binary files a/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/InMobiAdapter and b/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/InMobiAdapter differ
diff --git a/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/Info.plist b/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/Info.plist
new file mode 100644
index 0000000..17940bb
Binary files /dev/null and b/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/Info.plist differ
diff --git a/ios/platform/InMobiSDK.xcframework/Info.plist b/ios/platform/InMobiSDK.xcframework/Info.plist
index f51195c..14862e7 100644
--- a/ios/platform/InMobiSDK.xcframework/Info.plist
+++ b/ios/platform/InMobiSDK.xcframework/Info.plist
@@ -5,6 +5,8 @@
AvailableLibraries
+ BinaryPath
+ InMobiSDK.framework/InMobiSDK
LibraryIdentifier
ios-arm64_x86_64-simulator
LibraryPath
@@ -20,6 +22,8 @@
simulator
+ BinaryPath
+ InMobiSDK.framework/InMobiSDK
LibraryIdentifier
ios-arm64
LibraryPath
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/InMobiSDK-Swift.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/InMobiSDK-Swift.h
index 0a2ce8f..41eea13 100644
--- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/InMobiSDK-Swift.h
+++ b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/InMobiSDK-Swift.h
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
#ifndef INMOBISDK_SWIFT_H
#define INMOBISDK_SWIFT_H
#pragma clang diagnostic push
@@ -23,7 +23,6 @@
# include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
@@ -32,10 +31,30 @@
#include
#include
#include
+#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+# include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+# ifndef __ptrauth_swift_value_witness_function_pointer
+# define __ptrauth_swift_value_witness_function_pointer(x)
+# endif
+# ifndef __ptrauth_swift_class_method_pointer
+# define __ptrauth_swift_class_method_pointer(x)
+# endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -71,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# if __has_feature(objc_class_property)
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
# else
-# define SWIFT_CLASS_PROPERTY(...)
+# define SWIFT_CLASS_PROPERTY(...)
# endif
#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
+#if !defined(SWIFT_RUNTIME_NAME)
+# if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+# else
+# define SWIFT_RUNTIME_NAME(X)
+# endif
#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
+#if !defined(SWIFT_COMPILE_NAME)
+# if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+# else
+# define SWIFT_COMPILE_NAME(X)
+# endif
#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
+#if !defined(SWIFT_METHOD_FAMILY)
+# if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+# else
+# define SWIFT_METHOD_FAMILY(X)
+# endif
#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
+#if !defined(SWIFT_NOESCAPE)
+# if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+# else
+# define SWIFT_NOESCAPE
+# endif
#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
+#if !defined(SWIFT_RELEASES_ARGUMENT)
+# if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+# else
+# define SWIFT_RELEASES_ARGUMENT
+# endif
#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
+# if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+# else
+# define SWIFT_WARN_UNUSED_RESULT
+# endif
#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
+#if !defined(SWIFT_NORETURN)
+# if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+# else
+# define SWIFT_NORETURN
+# endif
#endif
#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_EXTRA
#endif
#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
+# define SWIFT_ENUM_EXTRA
#endif
#if !defined(SWIFT_CLASS)
# if __has_attribute(objc_subclassing_restricted)
@@ -137,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
# endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
# if __has_attribute(objc_designated_initializer)
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
# else
-# define OBJC_DESIGNATED_INITIALIZER
+# define OBJC_DESIGNATED_INITIALIZER
# endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
+# if __has_attribute(enum_extensibility)
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
# else
-# define SWIFT_ENUM_ATTR(_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility)
# endif
#endif
#if !defined(SWIFT_ENUM)
@@ -187,14 +216,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+#if !defined(SWIFT_DEPRECATED_OBJC)
+# if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+# else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+# endif
#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
-# define IBSegueAction
+# define IBSegueAction
#endif
#endif
#if !defined(SWIFT_EXTERN)
@@ -207,26 +238,42 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
# define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+# define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+# if __has_attribute(always_inline)
+# if __has_attribute(nodebug)
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
+# else
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
+# endif
+# else
+# define SWIFT_C_INLINE_THUNK inline
+# endif
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-}
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -1525,12 +1572,12 @@ SWIFT_CLASS("_TtC9InMobiSDK11IMWatermark")
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/InMobiSDK b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/InMobiSDK
index ec6ce1f..65c4e9d 100644
Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/InMobiSDK and b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/InMobiSDK differ
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Info.plist b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Info.plist
index b517f1d..688d586 100644
Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Info.plist and b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Info.plist differ
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
deleted file mode 100644
index feb4518..0000000
Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo and /dev/null differ
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.abi.json b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.abi.json
index b1aaba6..c0ab414 100644
--- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.abi.json
+++ b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.abi.json
@@ -1592,6 +1592,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -6299,6 +6306,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -11341,6 +11355,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -17127,6 +17148,41 @@
"printedName": "CVarArg",
"usr": "s:s7CVarArgP",
"mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Transferable",
+ "printedName": "Transferable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Representation",
+ "printedName": "Representation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "OpaqueTypeArchetype",
+ "printedName": "some CoreTransferable.TransferRepresentation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransferRepresentation",
+ "printedName": "CoreTransferable.TransferRepresentation",
+ "usr": "s:16CoreTransferable22TransferRepresentationP"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Sendable",
+ "printedName": "Swift.Sendable",
+ "usr": "s:s8SendableP"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "usr": "s:16CoreTransferable0B0P",
+ "mangledName": "$s16CoreTransferable0B0P"
}
]
}
@@ -17135,7119 +17191,7119 @@
},
"ConstValues": [
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 247,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 275,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 299,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 247,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 275,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 299,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 247,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 275,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 299,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "StringLiteral",
"offset": 509,
"length": 46,
"value": "\"com.inmobi.IMAdQualityNetworkInterface.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "BooleanLiteral",
"offset": 802,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift",
"kind": "StringLiteral",
"offset": 770,
"length": 31,
"value": "\"Kindly create IMBanner Object\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift",
"kind": "StringLiteral",
"offset": 584,
"length": 22,
"value": "\"InMobiSDK.IMBannerPreloadManager\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 248,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 317,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 337,
"length": 1,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 364,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 389,
"length": 1,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 419,
"length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 248,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 317,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 337,
"length": 1,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 364,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 389,
"length": 1,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 419,
"length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 248,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 317,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 337,
"length": 1,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 364,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 389,
"length": 1,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 419,
"length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "StringLiteral",
"offset": 4834,
"length": 45,
"value": "\"com.inmobi.unifiedidservice.backgroundQueue\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 6,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 14,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 347,
"length": 14,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 371,
"length": 15,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 396,
"length": 27,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 433,
"length": 13,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 456,
"length": 11,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 477,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 495,
"length": 19,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 524,
"length": 22,
"value": "10"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 556,
"length": 20,
"value": "11"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 586,
"length": 17,
"value": "12"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 613,
"length": 18,
"value": "13"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 641,
"length": 17,
"value": "14"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 684,
"length": 2,
"value": "22"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 719,
"length": 2,
"value": "23"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 6,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 14,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 347,
"length": 14,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 371,
"length": 15,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 396,
"length": 27,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 433,
"length": 13,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 456,
"length": 11,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 477,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 495,
"length": 19,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 524,
"length": 22,
"value": "10"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 556,
"length": 20,
"value": "11"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 586,
"length": 17,
"value": "12"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 613,
"length": 18,
"value": "13"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 641,
"length": 17,
"value": "14"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 684,
"length": 2,
"value": "22"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 719,
"length": 2,
"value": "23"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "StringLiteral",
"offset": 744,
"length": 15,
"value": "\"InMobiSDK.IMRequestStatus\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift",
"kind": "BooleanLiteral",
"offset": 536,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift",
"kind": "StringLiteral",
"offset": 168,
"length": 11,
"value": "\"InMobiSDK.IMAdManager\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift",
"kind": "BooleanLiteral",
"offset": 380,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift",
"kind": "StringLiteral",
"offset": 184,
"length": 24,
"value": "\"InMobiSDK.IMInterstitialAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "StringLiteral",
"offset": 201,
"length": 38,
"value": "\"com.inmobi.ads.adresponsemodel.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 300,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 300,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 300,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Audience Bidding\/IMAudienceBiddingToken.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Audience Bidding\/IMAudienceBiddingToken.swift",
"kind": "IntegerLiteral",
"offset": 237,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
"kind": "BooleanLiteral",
"offset": 428,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
"kind": "BooleanLiteral",
"offset": 490,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
"kind": "BooleanLiteral",
"offset": 622,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
"kind": "StringLiteral",
"offset": 726,
"length": 36,
"value": "\"com.inmobi.IMAdQualityManager.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAudioAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAudioAdUnit.swift",
"kind": "StringLiteral",
"offset": 171,
"length": 13,
"value": "\"InMobiSDK.IMAudioAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
"kind": "BooleanLiteral",
"offset": 1047,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
"kind": "FloatLiteral",
"offset": 2482,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
"kind": "FloatLiteral",
"offset": 2534,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdFetchServiceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdFetchServiceManager.swift",
"kind": "StringLiteral",
"offset": 219,
"length": 42,
"value": "\"com.inmobi.unifiedid.fetch.service.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataModel.swift",
"kind": "StringLiteral",
"offset": 892,
"length": 15,
"value": "\"InMobiSDK.IMUserDataModel\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMKeyValueStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMKeyValueStore.swift",
"kind": "StringLiteral",
"offset": 191,
"length": 12,
"value": "\"com.inmobi\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Model\/IMLogEntry.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Model\/IMLogEntry.swift",
"kind": "BooleanLiteral",
"offset": 341,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 319,
"length": 41,
"value": "\"com.inmobi.IMPublisherProvidedInfo.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 398,
"length": 24,
"value": "\"com.inmobi.user.gender\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 462,
"length": 27,
"value": "\"com.inmobi.user.education\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 533,
"length": 29,
"value": "\"com.inmobi.user.yearofbirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 596,
"length": 21,
"value": "\"com.inmobi.user.age\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 656,
"length": 26,
"value": "\"com.inmobi.user.language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 724,
"length": 28,
"value": "\"com.inmobi.user.postalcode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 792,
"length": 26,
"value": "\"com.inmobi.user.areacode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 858,
"length": 27,
"value": "\"com.inmobi.user.interests\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 925,
"length": 26,
"value": "\"com.inmobi.user.agegroup\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 994,
"length": 29,
"value": "\"com.inmobi.user.haslocation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1062,
"length": 26,
"value": "\"com.inmobi.user.latitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1128,
"length": 27,
"value": "\"com.inmobi.user.longitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1194,
"length": 26,
"value": "\"com.inmobi.user.accuracy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1263,
"length": 29,
"value": "\"com.inmobi.user.lastknownts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1334,
"length": 28,
"value": "\"com.inmobi.sdk.haslocation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1400,
"length": 25,
"value": "\"com.inmobi.sdk.latitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1464,
"length": 26,
"value": "\"com.inmobi.sdk.longitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1528,
"length": 25,
"value": "\"com.inmobi.sdk.accuracy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1596,
"length": 28,
"value": "\"com.inmobi.sdk.lastknownts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1659,
"length": 22,
"value": "\"com.inmobi.user.city\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1717,
"length": 23,
"value": "\"com.inmobi.user.state\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1778,
"length": 25,
"value": "\"com.inmobi.user.country\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1848,
"length": 32,
"value": "\"com.inmobi.publisher.unifiedid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1925,
"length": 32,
"value": "\"com.inmobi.user.age.restricted\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 261,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 277,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 261,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 277,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBanner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBanner.swift",
"kind": "IntegerLiteral",
"offset": 7762,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift",
"kind": "BooleanLiteral",
"offset": 262,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift",
"kind": "StringLiteral",
"offset": 171,
"length": 14,
"value": "\"InMobiSDK.IMBannerCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitialPreloadManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitialPreloadManager.swift",
"kind": "StringLiteral",
"offset": 614,
"length": 28,
"value": "\"InMobiSDK.IMInterstitialPreloadManager\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 216,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 13,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 332,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 372,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 409,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 444,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 478,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 508,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 545,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 605,
"length": 4,
"value": "1101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 647,
"length": 4,
"value": "1102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 675,
"length": 4,
"value": "1103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 737,
"length": 4,
"value": "1104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 781,
"length": 4,
"value": "1105"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 812,
"length": 4,
"value": "1106"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 846,
"length": 4,
"value": "1107"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 885,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 921,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 953,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 981,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1012,
"length": 4,
"value": "1112"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1046,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1082,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1116,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1160,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1193,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1216,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1250,
"length": 4,
"value": "1119"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1286,
"length": 4,
"value": "1120"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1327,
"length": 4,
"value": "1131"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1358,
"length": 4,
"value": "1132"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1421,
"length": 4,
"value": "1133"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1482,
"length": 4,
"value": "1134"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1540,
"length": 4,
"value": "1135"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1600,
"length": 4,
"value": "1136"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1629,
"length": 4,
"value": "1160"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1668,
"length": 4,
"value": "1161"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1712,
"length": 4,
"value": "1162"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1755,
"length": 4,
"value": "1170"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1784,
"length": 4,
"value": "1181"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1815,
"length": 4,
"value": "1182"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1856,
"length": 4,
"value": "1183"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1904,
"length": 4,
"value": "1184"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1932,
"length": 4,
"value": "1185"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1980,
"length": 4,
"value": "1186"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2008,
"length": 4,
"value": "1187"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2052,
"length": 4,
"value": "1310"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2101,
"length": 4,
"value": "1311"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2148,
"length": 4,
"value": "1312"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2189,
"length": 4,
"value": "1315"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 216,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 13,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 332,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 372,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 409,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 444,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 478,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 508,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 545,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 605,
"length": 4,
"value": "1101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 647,
"length": 4,
"value": "1102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 675,
"length": 4,
"value": "1103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 737,
"length": 4,
"value": "1104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 781,
"length": 4,
"value": "1105"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 812,
"length": 4,
"value": "1106"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 846,
"length": 4,
"value": "1107"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 885,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 921,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 953,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 981,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1012,
"length": 4,
"value": "1112"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1046,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1082,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1116,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1160,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1193,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1216,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1250,
"length": 4,
"value": "1119"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1286,
"length": 4,
"value": "1120"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1327,
"length": 4,
"value": "1131"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1358,
"length": 4,
"value": "1132"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1421,
"length": 4,
"value": "1133"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1482,
"length": 4,
"value": "1134"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1540,
"length": 4,
"value": "1135"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1600,
"length": 4,
"value": "1136"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1629,
"length": 4,
"value": "1160"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1668,
"length": 4,
"value": "1161"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1712,
"length": 4,
"value": "1162"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1755,
"length": 4,
"value": "1170"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1784,
"length": 4,
"value": "1181"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1815,
"length": 4,
"value": "1182"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1856,
"length": 4,
"value": "1183"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1904,
"length": 4,
"value": "1184"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1932,
"length": 4,
"value": "1185"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1980,
"length": 4,
"value": "1186"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2008,
"length": 4,
"value": "1187"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2052,
"length": 4,
"value": "1310"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2101,
"length": 4,
"value": "1311"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2148,
"length": 4,
"value": "1312"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2189,
"length": 4,
"value": "1315"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 216,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 13,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 332,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 372,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 409,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 444,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 478,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 508,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 545,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 605,
"length": 4,
"value": "1101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 647,
"length": 4,
"value": "1102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 675,
"length": 4,
"value": "1103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 737,
"length": 4,
"value": "1104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 781,
"length": 4,
"value": "1105"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 812,
"length": 4,
"value": "1106"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 846,
"length": 4,
"value": "1107"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 885,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 921,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 953,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 981,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1012,
"length": 4,
"value": "1112"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1046,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1082,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1116,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1160,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1193,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1216,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1250,
"length": 4,
"value": "1119"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1286,
"length": 4,
"value": "1120"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1327,
"length": 4,
"value": "1131"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1358,
"length": 4,
"value": "1132"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1421,
"length": 4,
"value": "1133"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1482,
"length": 4,
"value": "1134"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1540,
"length": 4,
"value": "1135"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1600,
"length": 4,
"value": "1136"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1629,
"length": 4,
"value": "1160"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1668,
"length": 4,
"value": "1161"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1712,
"length": 4,
"value": "1162"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1755,
"length": 4,
"value": "1170"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1784,
"length": 4,
"value": "1181"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1815,
"length": 4,
"value": "1182"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1856,
"length": 4,
"value": "1183"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1904,
"length": 4,
"value": "1184"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1932,
"length": 4,
"value": "1185"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1980,
"length": 4,
"value": "1186"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2008,
"length": 4,
"value": "1187"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2052,
"length": 4,
"value": "1310"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2101,
"length": 4,
"value": "1311"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2148,
"length": 4,
"value": "1312"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2189,
"length": 4,
"value": "1315"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "StringLiteral",
"offset": 3609,
"length": 30,
"value": "\"com.inmobi.ads.requeststatus\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 280,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 304,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 324,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 348,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 280,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 304,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 324,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 348,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 280,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 304,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 324,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 348,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceSaveOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceSaveOperation.swift",
"kind": "BooleanLiteral",
"offset": 371,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceSaveOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceSaveOperation.swift",
"kind": "StringLiteral",
"offset": 181,
"length": 29,
"value": "\"InMobiSDK.IMLogPersistenceSaveOperation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
"kind": "IntegerLiteral",
"offset": 248,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
"kind": "IntegerLiteral",
"offset": 294,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
"kind": "IntegerLiteral",
"offset": 341,
"length": 2,
"value": "36"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 368,
"length": 16,
"value": "\"com.inmobi.log\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 416,
"length": 14,
"value": "\"InMobiSdkLog\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 461,
"length": 4,
"value": "\"id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 498,
"length": 8,
"value": "\"expiry\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 541,
"length": 9,
"value": "\"created\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 1032,
"length": 17,
"value": "\"com.inmobi.logs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "BooleanLiteral",
"offset": 1157,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 1221,
"length": 10,
"value": "\"\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 1230,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 439,
"length": 12,
"value": "\"mk-ad-slot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 486,
"length": 6,
"value": "\"u-rt\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 526,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 439,
"length": 12,
"value": "\"mk-ad-slot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 486,
"length": 6,
"value": "\"u-rt\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 526,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1171,
"length": 19,
"value": "\"a-parentViewWidth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1221,
"length": 18,
"value": "\"a-productVersion\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1267,
"length": 13,
"value": "\"trackerType\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1171,
"length": 19,
"value": "\"a-parentViewWidth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1221,
"length": 18,
"value": "\"a-productVersion\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1267,
"length": 13,
"value": "\"trackerType\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1787,
"length": 12,
"value": "\"mk-ad-slot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1827,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1787,
"length": 12,
"value": "\"mk-ad-slot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1827,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2730,
"length": 3,
"value": "\"0\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2762,
"length": 4,
"value": "\"im\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2839,
"length": 14,
"value": "\"u-postalcode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2878,
"length": 12,
"value": "\"u-areacode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2927,
"length": 33,
"value": "\"d-density-dependent-screen-size\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2985,
"length": 12,
"value": "\"d-textsize\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3020,
"length": 8,
"value": "\"adtype\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3053,
"length": 19,
"value": "\"client-request-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3105,
"length": 8,
"value": "\"format\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3141,
"length": 9,
"value": "\"im-plid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3172,
"length": 12,
"value": "\"c-ap-bssid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3215,
"length": 20,
"value": "\"loc-consent-status\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3260,
"length": 12,
"value": "\"u-appcache\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3308,
"length": 23,
"value": "\"has-dynamic-mediation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3357,
"length": 12,
"value": "\"int-origin\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2839,
"length": 14,
"value": "\"u-postalcode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2878,
"length": 12,
"value": "\"u-areacode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2927,
"length": 33,
"value": "\"d-density-dependent-screen-size\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2985,
"length": 12,
"value": "\"d-textsize\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3020,
"length": 8,
"value": "\"adtype\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3053,
"length": 19,
"value": "\"client-request-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3105,
"length": 8,
"value": "\"format\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3141,
"length": 9,
"value": "\"im-plid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3172,
"length": 12,
"value": "\"c-ap-bssid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3215,
"length": 20,
"value": "\"loc-consent-status\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3260,
"length": 12,
"value": "\"u-appcache\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3308,
"length": 23,
"value": "\"has-dynamic-mediation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3357,
"length": 12,
"value": "\"int-origin\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMUnifiedLogger.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMUnifiedLogger.swift",
"kind": "Array",
"offset": 1001,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMUnifiedLogger.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMUnifiedLogger.swift",
"kind": "BooleanLiteral",
"offset": 1828,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 207,
"length": 12,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 245,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 207,
"length": 12,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 245,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 207,
"length": 12,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 245,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 635,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 652,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 666,
"length": 15,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 635,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 652,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 666,
"length": 15,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 635,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 652,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 666,
"length": 15,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "BooleanLiteral",
"offset": 984,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 1115,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "BooleanLiteral",
"offset": 1165,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "BooleanLiteral",
"offset": 1294,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 1405,
"length": 3,
"value": "320"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 1418,
"length": 2,
"value": "50"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "StringLiteral",
"offset": 1466,
"length": 3,
"value": "\"0\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "BooleanLiteral",
"offset": 3972,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 4493,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift",
"kind": "BooleanLiteral",
"offset": 7216,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift",
"kind": "StringLiteral",
"offset": 1320,
"length": 8,
"value": "\"InMobiSDK.IMNative\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataTypes.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataTypes.swift",
"kind": "StringLiteral",
"offset": 1083,
"length": 15,
"value": "\"InMobiSDK.IMUserDataTypes\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 16,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 298,
"length": 15,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 16,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 298,
"length": 15,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 16,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 298,
"length": 15,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "StringLiteral",
"offset": 423,
"length": 40,
"value": "\"kInMobiReachabilityChangedNotification\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 376,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 1070,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "StringLiteral",
"offset": 1276,
"length": 29,
"value": "\"com.inmobi.IMAdQuality.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 1386,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 1438,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 1534,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 1740,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 1794,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 1830,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "StringLiteral",
"offset": 199,
"length": 8,
"value": "\"InMobiSDK.IMAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 17062,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1068,
"length": 15,
"value": "\"d-nettype-raw\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1118,
"length": 16,
"value": "\"d-localization\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1165,
"length": 12,
"value": "\"d-language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1209,
"length": 19,
"value": "\"d-devicemachinehw\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1255,
"length": 10,
"value": "\"u-appver\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1293,
"length": 10,
"value": "\"u-appbid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1334,
"length": 10,
"value": "\"u-appdnm\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1374,
"length": 18,
"value": "\"u-appsecure-dict\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1418,
"length": 4,
"value": "\"ts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1453,
"length": 19,
"value": "\"u-tracking-status\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1498,
"length": 12,
"value": "\"mk-version\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1533,
"length": 10,
"value": "\"u-id-map\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1566,
"length": 10,
"value": "\"u-id-adt\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1602,
"length": 8,
"value": "\"u-s-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1663,
"length": 13,
"value": "\"do_not_sell\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1708,
"length": 12,
"value": "\"us_privacy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1068,
"length": 15,
"value": "\"d-nettype-raw\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1118,
"length": 16,
"value": "\"d-localization\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1165,
"length": 12,
"value": "\"d-language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1209,
"length": 19,
"value": "\"d-devicemachinehw\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1255,
"length": 10,
"value": "\"u-appver\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1293,
"length": 10,
"value": "\"u-appbid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1334,
"length": 10,
"value": "\"u-appdnm\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1374,
"length": 18,
"value": "\"u-appsecure-dict\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1418,
"length": 4,
"value": "\"ts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1453,
"length": 19,
"value": "\"u-tracking-status\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1498,
"length": 12,
"value": "\"mk-version\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1533,
"length": 10,
"value": "\"u-id-map\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1566,
"length": 10,
"value": "\"u-id-adt\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1602,
"length": 8,
"value": "\"u-s-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1663,
"length": 13,
"value": "\"do_not_sell\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1708,
"length": 12,
"value": "\"us_privacy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
- "offset": 3615,
+ "offset": 3914,
"length": 20,
"value": "\"u-app-orientations\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
- "offset": 3660,
+ "offset": 3959,
"length": 4,
"value": "\"tz\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
- "offset": 3615,
+ "offset": 3914,
"length": 20,
"value": "\"u-app-orientations\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
- "offset": 3660,
+ "offset": 3959,
"length": 4,
"value": "\"tz\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 261,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 261,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift",
"kind": "BooleanLiteral",
"offset": 807,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift",
"kind": "StringLiteral",
"offset": 528,
"length": 16,
"value": "\"InMobiSDK.IMNetworkWebView\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 2109,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 2148,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
"kind": "StringLiteral",
"offset": 412,
"length": 18,
"value": "\"InMobiSDK.IMNetworkOperation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMNativeCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMNativeCoreAd.swift",
"kind": "StringLiteral",
"offset": 171,
"length": 14,
"value": "\"InMobiSDK.IMNativeCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkRequest.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkRequest.swift",
"kind": "IntegerLiteral",
"offset": 566,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 217,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 234,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 271,
"length": 6,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 5,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 320,
"length": 6,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 336,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 354,
"length": 7,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 217,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 234,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 271,
"length": 6,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 5,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 320,
"length": 6,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 336,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 354,
"length": 7,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 217,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 234,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 271,
"length": 6,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 5,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 320,
"length": 6,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 336,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 354,
"length": 7,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 1335,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 2009,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 2674,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 3365,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 4069,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 4631,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudio.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudio.swift",
"kind": "IntegerLiteral",
"offset": 4571,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudio.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudio.swift",
"kind": "BooleanLiteral",
"offset": 4646,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift",
"kind": "StringLiteral",
"offset": 289,
"length": 37,
"value": "\"com.inmobi.IMComplianceManager.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 126,
"length": 5,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 155,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 126,
"length": 5,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 155,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
"kind": "StringLiteral",
"offset": 218,
"length": 36,
"value": "\"com.inmobi.unifiedid.service.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
"kind": "StringLiteral",
"offset": 387,
"length": 45,
"value": "\"com.inmobi.IMUnifiedIdNetworkInterface.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
"kind": "BooleanLiteral",
"offset": 492,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMInternetAvailabilityAdRetryTracker.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMInternetAvailabilityAdRetryTracker.swift",
"kind": "IntegerLiteral",
"offset": 453,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMInternetAvailabilityAdRetryTracker.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMInternetAvailabilityAdRetryTracker.swift",
"kind": "BooleanLiteral",
"offset": 508,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift",
"kind": "BooleanLiteral",
"offset": 530,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift",
"kind": "StringLiteral",
"offset": 262,
"length": 14,
"value": "\"InMobiSDK.IMTimerManager\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPing.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPing.swift",
"kind": "StringLiteral",
"offset": 166,
"length": 6,
"value": "\"InMobiSDK.IMPing\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "IntegerLiteral",
"offset": 396,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 432,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 480,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 800,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "StringLiteral",
"offset": 173,
"length": 21,
"value": "\"InMobiSDK.IMLogNetworkOperation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12659,
"length": 15,
"value": "\".IMLTVPEvents\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12750,
"length": 20,
"value": "\"im-cfg-commons-mgr\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12815,
"length": 20,
"value": "\"im-cfg-metrics-mgr\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12879,
"length": 19,
"value": "\"im-cfg-req-params\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12940,
"length": 17,
"value": "\"im-cfg-root-mgr\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12999,
"length": 24,
"value": "\"im_cache_ad_server_url\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13067,
"length": 26,
"value": "\"im_cache_rule_server_url\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13132,
"length": 20,
"value": "\"imm_cache_location\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13193,
"length": 24,
"value": "\"com.inmobi.logs.prefix\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13272,
"length": 13,
"value": "\"_iat_dids__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13325,
"length": 20,
"value": "\"_iat_dids_expiry__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13387,
"length": 17,
"value": "\"_iat_download__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13441,
"length": 12,
"value": "\"_iat_map__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13491,
"length": 24,
"value": "\"com.inmobi._iat_list__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13577,
"length": 16,
"value": "\"iae_session_id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13637,
"length": 16,
"value": "\"iae_session_ts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13694,
"length": 13,
"value": "\"ltvp_ft_day\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13749,
"length": 14,
"value": "\"ltvp_ft_ever\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13806,
"length": 15,
"value": "\"ltvp_ft_month\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13863,
"length": 14,
"value": "\"ltvp_ft_user\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13919,
"length": 14,
"value": "\"ltvp_ft_week\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13975,
"length": 14,
"value": "\"ltvp_ft_bits\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14041,
"length": 23,
"value": "\"com.inmobi.user.ltvid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14105,
"length": 40,
"value": "\"com.inmobi.commonManager.adNetwork.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14186,
"length": 38,
"value": "\"com.inmobi.commonManager.commons.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14261,
"length": 34,
"value": "\"com.inmobi.commonManager.iat.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14333,
"length": 35,
"value": "\"com.inmobi.commonManager.ltvp.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14411,
"length": 40,
"value": "\"com.inmobi.commonManager.rendering.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14489,
"length": 35,
"value": "\"com.inmobi.commonManager.carb.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14563,
"length": 36,
"value": "\"com.inmobi.commonManager.mraid.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14635,
"length": 33,
"value": "\"com.inmobi.commonManager.pk.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14734,
"length": 36,
"value": "\"com.inmobi.configManager.adNetwork\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14814,
"length": 34,
"value": "\"com.inmobi.configManager.commons\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14888,
"length": 30,
"value": "\"com.inmobi.configManager.iat\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14959,
"length": 31,
"value": "\"com.inmobi.configManager.ltvp\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15031,
"length": 31,
"value": "\"com.inmobi.configManager.root\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15108,
"length": 36,
"value": "\"com.inmobi.configManager.rendering\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15185,
"length": 31,
"value": "\"com.inmobi.configManager.carb\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15255,
"length": 29,
"value": "\"com.inmobi.configManager.pk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15360,
"length": 38,
"value": "\"com.inmobi.metricManager.configs.API\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15445,
"length": 44,
"value": "\"com.inmobi.metricManager.configs.adNetwork\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15537,
"length": 38,
"value": "\"com.inmobi.metricManager.configs.iat\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15621,
"length": 36,
"value": "\"com.inmobi.metricManager.count.API\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15702,
"length": 42,
"value": "\"com.inmobi.metricManager.count.adNetwork\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15790,
"length": 36,
"value": "\"com.inmobi.metricManager.count.iat\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15869,
"length": 40,
"value": "\"com.inmobi.metricManager.timestamp.API\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15951,
"length": 46,
"value": "\"com.inmobi.metricManager.timestamp.adNetwork\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16040,
"length": 40,
"value": "\"com.inmobi.metricManager.timestamp.iat\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16139,
"length": 29,
"value": "\"com.inmobi.catalog.updateTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16209,
"length": 24,
"value": "\"com.inmobi.user.gender\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16271,
"length": 27,
"value": "\"com.inmobi.user.education\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16336,
"length": 29,
"value": "\"com.inmobi.user.dateOfBirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16403,
"length": 21,
"value": "\"com.inmobi.user.age\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16473,
"length": 31,
"value": "\"com.inmobi.user.maritalStatus\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16557,
"length": 35,
"value": "\"com.inmobi.user.sexualOrientation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16639,
"length": 29,
"value": "\"com.inmobi.user.hasChildren\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16707,
"length": 26,
"value": "\"com.inmobi.user.language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16774,
"length": 28,
"value": "\"com.inmobi.user.postalCode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16841,
"length": 26,
"value": "\"com.inmobi.user.areaCode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16910,
"length": 27,
"value": "\"com.inmobi.user.interests\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16983,
"length": 29,
"value": "\"com.inmobi.user.hasLocation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17050,
"length": 26,
"value": "\"com.inmobi.user.latitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17115,
"length": 27,
"value": "\"com.inmobi.user.longitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17181,
"length": 26,
"value": "\"com.inmobi.user.accuracy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17254,
"length": 44,
"value": "\"com.inmobi.user.lastKnownLocationTimestamp\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17337,
"length": 22,
"value": "\"com.inmobi.user.city\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17399,
"length": 23,
"value": "\"com.inmobi.user.state\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17464,
"length": 25,
"value": "\"com.inmobi.user.country\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17538,
"length": 26,
"value": "\"com.inmobi.sdk.sessionid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17609,
"length": 37,
"value": "\"com.inmobi.sdk.location.hasLocation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17683,
"length": 34,
"value": "\"com.inmobi.sdk.location.latitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17755,
"length": 35,
"value": "\"com.inmobi.sdk.location.longitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17828,
"length": 34,
"value": "\"com.inmobi.sdk.location.accuracy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17908,
"length": 52,
"value": "\"com.inmobi.sdk.location.lastKnownLocationTimestamp\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18005,
"length": 26,
"value": "\"com.inmobi.carb.updateTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18069,
"length": 19,
"value": "\"com.inmobi.aesKey\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18120,
"length": 18,
"value": "\"com.inmobi.ivKey\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18175,
"length": 33,
"value": "\"com.inmobi.exceptionlogs.prefix\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18296,
"length": 32,
"value": "\"crashreportinglasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18519,
"length": 26,
"value": "\"com.inmobi.user.agegroup\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18593,
"length": 29,
"value": "\"com.inmobi.user.yearofbirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18669,
"length": 29,
"value": "\"com.inmobi.user.lastknownts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18731,
"length": 21,
"value": "\"com.inmobi.keys.aes\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18905,
"length": 45,
"value": "\"InMobi_defaultStore_user_preference_to_send\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19108,
"length": 21,
"value": "\"InMobi_defaultStore\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19189,
"length": 25,
"value": "\"InMobi_com.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19368,
"length": 24,
"value": "\"com.inmobidefaultStore\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19455,
"length": 28,
"value": "\"com.inmobicom.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19620,
"length": 25,
"value": "\"com.inmobi_defaultStore\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19709,
"length": 29,
"value": "\"com.inmobi_com.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19924,
"length": 9,
"value": "\".inmobi\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19978,
"length": 19,
"value": "\"inmobi.sdkversion\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20035,
"length": 12,
"value": "\"com.inmobi\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20102,
"length": 26,
"value": "\"com.preinit.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20179,
"length": 24,
"value": "\"com.coppa.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20256,
"length": 17,
"value": "\"_configUpdateTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20326,
"length": 24,
"value": "\"bannerlasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20400,
"length": 21,
"value": "\"intlasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20474,
"length": 24,
"value": "\"nativelasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20564,
"length": 27,
"value": "\"telemetrylasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20641,
"length": 21,
"value": "\"asimMappingManagers\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20710,
"length": 19,
"value": "\"asimPlacementInfo\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20781,
"length": 23,
"value": "\"asimTrueBaseEventUrls\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMInterstitialCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMInterstitialCoreAd.swift",
"kind": "StringLiteral",
"offset": 177,
"length": 20,
"value": "\"InMobiSDK.IMInterstitialCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPingStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPingStore.swift",
"kind": "StringLiteral",
"offset": 707,
"length": 29,
"value": "\"com.inmobi.IMPingStore.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 349,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 349,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 349,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 1238,
"length": 6,
"value": "\"view\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 1275,
"length": 6,
"value": "\"type\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 1238,
"length": 6,
"value": "\"view\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 1275,
"length": 6,
"value": "\"type\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 2934,
"length": 10,
"value": "\"geometry\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 2934,
"length": 10,
"value": "\"geometry\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 7150,
"length": 2,
- "value": "1"
+ "value": "-1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 7183,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "BooleanLiteral",
"offset": 7214,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 7258,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "BooleanLiteral",
"offset": 8188,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "FloatLiteral",
"offset": 8240,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "BooleanLiteral",
"offset": 8284,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5578,
"length": 5,
"value": "\"GET\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5600,
"length": 6,
"value": "\"POST\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5622,
"length": 5,
"value": "\"PUT\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5644,
"length": 6,
"value": "\"HEAD\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5578,
"length": 5,
"value": "\"GET\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5600,
"length": 6,
"value": "\"POST\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5622,
"length": 5,
"value": "\"PUT\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5644,
"length": 6,
"value": "\"HEAD\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "IntegerLiteral",
"offset": 5860,
"length": 2,
"value": "60"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "BooleanLiteral",
"offset": 5892,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "IntegerLiteral",
"offset": 5931,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "FloatLiteral",
"offset": 5972,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "BooleanLiteral",
"offset": 6014,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "BooleanLiteral",
"offset": 6135,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/AdReport\/IMUserAdReportHandler.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/AdReport\/IMUserAdReportHandler.swift",
"kind": "StringLiteral",
"offset": 524,
"length": 21,
"value": "\"InMobiSDK.IMUserAdReportHandler\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 226,
"length": 3,
"value": "101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 239,
"length": 16,
"value": "102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 265,
"length": 12,
"value": "103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 18,
"value": "104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 226,
"length": 3,
"value": "101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 239,
"length": 16,
"value": "102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 265,
"length": 12,
"value": "103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 18,
"value": "104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 226,
"length": 3,
"value": "101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 239,
"length": 16,
"value": "102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 265,
"length": 12,
"value": "103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 18,
"value": "104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "StringLiteral",
"offset": 405,
"length": 27,
"value": "\"com.inmobi.initialisation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "BooleanLiteral",
"offset": 480,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "BooleanLiteral",
"offset": 535,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMAdMetaInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMAdMetaInfo.swift",
"kind": "StringLiteral",
"offset": 136,
"length": 12,
"value": "\"InMobiSDK.IMAdMetaInfo\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMBannerAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMBannerAdUnit.swift",
"kind": "StringLiteral",
"offset": 174,
"length": 14,
"value": "\"InMobiSDK.IMBannerAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Signals\/IMSDKGeoLocationManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Signals\/IMSDKGeoLocationManager.swift",
"kind": "BooleanLiteral",
"offset": 391,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 319,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 351,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 367,
"length": 13,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 390,
"length": 8,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 408,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 426,
"length": 7,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 443,
"length": 5,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 319,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 351,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 367,
"length": 13,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 390,
"length": 8,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 408,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 426,
"length": 7,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 443,
"length": 5,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 319,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 351,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 367,
"length": 13,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 390,
"length": 8,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 408,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 426,
"length": 7,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 443,
"length": 5,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 498,
"length": 27,
"value": "\"a-lastAudioBannerPlayedTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 562,
"length": 22,
"value": "\"a-audioBannerEnabled\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 628,
"length": 19,
"value": "\"a-audioBannerFreq\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 693,
"length": 9,
"value": "\"a-b-umc\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 498,
"length": 27,
"value": "\"a-lastAudioBannerPlayedTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 562,
"length": 22,
"value": "\"a-audioBannerEnabled\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 628,
"length": 19,
"value": "\"a-audioBannerFreq\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 693,
"length": 9,
"value": "\"a-b-umc\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1456,
"length": 21,
"value": "\"a-lastAudioPlayedTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1526,
"length": 13,
"value": "\"a-audioFreq\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1590,
"length": 7,
"value": "\"a-umc\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1456,
"length": 21,
"value": "\"a-lastAudioPlayedTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1526,
"length": 13,
"value": "\"a-audioFreq\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1590,
"length": 7,
"value": "\"a-umc\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 206,
"length": 2,
- "value": "1"
+ "value": "-1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 269,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 290,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 206,
"length": 1,
- "value": "1"
+ "value": "-1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 269,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 290,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 206,
"length": 1,
- "value": "1"
+ "value": "-1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 269,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 290,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "StringLiteral",
"offset": 393,
"length": 30,
"value": "\"com.inmobi.IMAdProvider.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "BooleanLiteral",
"offset": 636,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "StringLiteral",
"offset": 307,
"length": 12,
"value": "\"InMobiSDK.IMAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift",
"kind": "BooleanLiteral",
"offset": 6716,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift",
"kind": "StringLiteral",
"offset": 869,
"length": 14,
"value": "\"InMobiSDK.IMInterstitial\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "StringLiteral",
"offset": 50,
"length": 31,
"value": "\"com.inmobi.ads.adsmodel.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 177,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 211,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 177,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 211,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 177,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 211,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "StringLiteral",
"offset": 2439,
"length": 10,
"value": "\"tracking\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "StringLiteral",
"offset": 2439,
"length": 10,
"value": "\"tracking\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "BooleanLiteral",
"offset": 3071,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "BooleanLiteral",
"offset": 3119,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1843,
"length": 7,
"value": "\"u-age\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1875,
"length": 12,
"value": "\"u-agegroup\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1915,
"length": 15,
"value": "\"u-yearofbirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1956,
"length": 13,
"value": "\"u-education\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1992,
"length": 10,
"value": "\"u-gender\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2028,
"length": 13,
"value": "\"u-interests\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2066,
"length": 12,
"value": "\"u-language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2103,
"length": 12,
"value": "\"u-location\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2147,
"length": 16,
"value": "\"u-latlong-accu\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2193,
"length": 25,
"value": "\"d-device-screen-density\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2245,
"length": 22,
"value": "\"d-device-screen-size\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2295,
"length": 15,
"value": "\"d-orientation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2331,
"length": 6,
"value": "\"ufid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2366,
"length": 24,
"value": "\"is-unifid-service-used\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2418,
"length": 16,
"value": "\"d-media-volume\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2464,
"length": 25,
"value": "\"d-device-screen-margins\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2521,
"length": 18,
"value": "\"sdk-capabilities\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2564,
"length": 11,
"value": "\"skan-list\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2601,
"length": 6,
"value": "\"os-v\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2632,
"length": 12,
"value": "\"p-keywords\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2678,
"length": 6,
"value": "\"s-co\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2715,
"length": 7,
"value": "\"s-iso\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2750,
"length": 6,
"value": "\"s-cn\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2778,
"length": 8,
"value": "\"im-ext\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2821,
"length": 18,
"value": "\"u-age-restricted\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2872,
"length": 8,
"value": "\"cs-ids\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2905,
"length": 9,
"value": "\"d-drk-m\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2947,
"length": 12,
"value": "\"d-key-lang\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2988,
"length": 12,
"value": "\"d-bat-chrg\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3029,
"length": 11,
"value": "\"d-bat-lev\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3073,
"length": 12,
"value": "\"d-tot-disk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3122,
"length": 11,
"value": "\"d-av-disk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3162,
"length": 11,
"value": "\"d-bat-sav\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3206,
"length": 7,
"value": "\"d-w-h\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3244,
"length": 8,
"value": "\"c_data\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3282,
"length": 5,
"value": "\"aKV\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3323,
"length": 4,
"value": "\"ik\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3358,
"length": 8,
"value": "\"n-h-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3396,
"length": 10,
"value": "\"u-r-crid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1843,
"length": 7,
"value": "\"u-age\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1875,
"length": 12,
"value": "\"u-agegroup\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1915,
"length": 15,
"value": "\"u-yearofbirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1956,
"length": 13,
"value": "\"u-education\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1992,
"length": 10,
"value": "\"u-gender\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2028,
"length": 13,
"value": "\"u-interests\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2066,
"length": 12,
"value": "\"u-language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2103,
"length": 12,
"value": "\"u-location\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2147,
"length": 16,
"value": "\"u-latlong-accu\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2193,
"length": 25,
"value": "\"d-device-screen-density\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2245,
"length": 22,
"value": "\"d-device-screen-size\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2295,
"length": 15,
"value": "\"d-orientation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2331,
"length": 6,
"value": "\"ufid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2366,
"length": 24,
"value": "\"is-unifid-service-used\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2418,
"length": 16,
"value": "\"d-media-volume\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2464,
"length": 25,
"value": "\"d-device-screen-margins\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2521,
"length": 18,
"value": "\"sdk-capabilities\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2564,
"length": 11,
"value": "\"skan-list\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2601,
"length": 6,
"value": "\"os-v\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2632,
"length": 12,
"value": "\"p-keywords\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2678,
"length": 6,
"value": "\"s-co\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2715,
"length": 7,
"value": "\"s-iso\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2750,
"length": 6,
"value": "\"s-cn\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2778,
"length": 8,
"value": "\"im-ext\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2821,
"length": 18,
"value": "\"u-age-restricted\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2872,
"length": 8,
"value": "\"cs-ids\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2905,
"length": 9,
"value": "\"d-drk-m\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2947,
"length": 12,
"value": "\"d-key-lang\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2988,
"length": 12,
"value": "\"d-bat-chrg\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3029,
"length": 11,
"value": "\"d-bat-lev\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3073,
"length": 12,
"value": "\"d-tot-disk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3122,
"length": 11,
"value": "\"d-av-disk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3162,
"length": 11,
"value": "\"d-bat-sav\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3206,
"length": 7,
"value": "\"d-w-h\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3244,
"length": 8,
"value": "\"c_data\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3282,
"length": 5,
"value": "\"aKV\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3323,
"length": 4,
"value": "\"ik\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3358,
"length": 8,
"value": "\"n-h-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3396,
"length": 10,
"value": "\"u-r-crid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceDeleteOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceDeleteOperation.swift",
"kind": "BooleanLiteral",
"offset": 354,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceDeleteOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceDeleteOperation.swift",
"kind": "StringLiteral",
"offset": 183,
"length": 31,
"value": "\"InMobiSDK.IMLogPersistenceDeleteOperation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Logging\/IMLogger.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Logging\/IMLogger.swift",
"kind": "StringLiteral",
"offset": 322,
"length": 25,
"value": "\"yyyy.MM.dd HH:mm:ss.SSS\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
"kind": "StringLiteral",
"offset": 224,
"length": 42,
"value": "\"com.inmobi.unifiedid.fetch.service.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
"kind": "StringLiteral",
"offset": 420,
"length": 54,
"value": "\"com.inmobi.IMUnifiedIdServicePushServiceManager.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
"kind": "BooleanLiteral",
"offset": 603,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMAudioCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMAudioCoreAd.swift",
"kind": "StringLiteral",
"offset": 171,
"length": 13,
"value": "\"InMobiSDK.IMAudioCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAudioAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAudioAdProvider.swift",
"kind": "StringLiteral",
"offset": 175,
"length": 17,
"value": "\"InMobiSDK.IMAudioAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 324,
"length": 27,
"value": "\"PersistentCleanSuccessful\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 388,
"length": 25,
"value": "\"Audio status is unknown\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 484,
"length": 26,
"value": "\"IABConsent_ConsentString\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 553,
"length": 26,
"value": "\"IABConsent_SubjectToGDPR\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 616,
"length": 20,
"value": "\"IABTCF_gdprApplies\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 670,
"length": 17,
"value": "\"IABTCF_TCString\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 750,
"length": 12,
"value": "\"retryCount\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 829,
"length": 14,
"value": "\"adQualityUrl\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 884,
"length": 18,
"value": "\"enableScreenshot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 937,
"length": 14,
"value": "\"templateInfo\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 995,
"length": 17,
"value": "\"AdReportSuccess\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 1051,
"length": 16,
"value": "\"AdReportFailed\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 1116,
"length": 19,
"value": "\"ScreenshotSuccess\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 1208,
"length": 30,
"value": "\"templateTelemetryEventFailed\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 1266,
"length": 11,
"value": "\"eventType\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 187,
"length": 11,
"value": "\"AdQuality\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 225,
"length": 4,
"value": "\"id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 263,
"length": 11,
"value": "\"imageName\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 308,
"length": 11,
"value": "\"beaconURL\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 355,
"length": 8,
"value": "\"extras\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "BooleanLiteral",
"offset": 1912,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
"kind": "StringLiteral",
"offset": 203,
"length": 36,
"value": "\"com.inmobi.ads.trackersmodel.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Extensions\/Collection + Extension.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Extensions\/Collection + Extension.swift",
"kind": "Array",
"offset": 254,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMEncodingUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMEncodingUtils.swift",
"kind": "BooleanLiteral",
"offset": 1568,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 205,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 230,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 266,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 334,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 362,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 205,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 230,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 266,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 334,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 362,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 205,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 230,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 266,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 334,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 362,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 443,
"length": 26,
"value": "\"com.inmobi.network.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 512,
"length": 16,
"value": "\"Internal Error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 568,
"length": 28,
"value": "\"Service Returned An Error.\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 636,
"length": 20,
"value": "\"Client side errors\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 705,
"length": 52,
"value": "\"Network not reachable currently. Please try again.\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 376,
"length": 14,
"value": "\"InMobiSDK.IMNetworkError\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMWatermark.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMWatermark.swift",
"kind": "StringLiteral",
"offset": 192,
"length": 11,
"value": "\"InMobiSDK.IMWatermark\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMBannerAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMBannerAdProvider.swift",
"kind": "StringLiteral",
"offset": 178,
"length": 18,
"value": "\"InMobiSDK.IMBannerAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 237,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 254,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 237,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 254,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 237,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 254,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdMulticastDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdMulticastDelegate.swift",
"kind": "StringLiteral",
"offset": 403,
"length": 46,
"value": "\"com.inmobi.IMUnifiedIdMulticastDelegate.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift",
"kind": "StringLiteral",
"offset": 292,
"length": 50,
"value": "\"com.inmobi.IMUnifiedlIdUserDataModelManager.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift",
"kind": "BooleanLiteral",
"offset": 434,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/DataModels\/IMSDKSettingsEx.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/DataModels\/IMSDKSettingsEx.swift",
"kind": "StringLiteral",
"offset": 216,
"length": 15,
"value": "\"InMobiSDK.IMSDKSettingsEx\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 421,
"length": 14,
"value": "\"h-user-agent\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 469,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 421,
"length": 14,
"value": "\"h-user-agent\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 469,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
"kind": "IntegerLiteral",
"offset": 310,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
"kind": "IntegerLiteral",
"offset": 348,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
"kind": "StringLiteral",
"offset": 165,
"length": 8,
"value": "\"InMobiSDK.IMCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMInterstitialAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMInterstitialAdUnit.swift",
"kind": "StringLiteral",
"offset": 193,
"length": 20,
"value": "\"InMobiSDK.IMInterstitialAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMScreenShotCaptureHandler.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMScreenShotCaptureHandler.swift",
"kind": "StringLiteral",
"offset": 889,
"length": 25,
"value": "\"com.inmobi.IMAdQuality_\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMScreenShotCaptureHandler.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMScreenShotCaptureHandler.swift",
"kind": "StringLiteral",
"offset": 354,
"length": 26,
"value": "\"InMobiSDK.IMScreenShotCaptureHandler\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMNativeAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMNativeAdProvider.swift",
"kind": "StringLiteral",
"offset": 178,
"length": 18,
"value": "\"InMobiSDK.IMNativeAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 346,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 396,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 437,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 483,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "StringLiteral",
"offset": 187,
"length": 14,
"value": "\"InMobiSDK.IMNativeAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 220,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 244,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 310,
"length": 4,
"value": "1003"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 335,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 374,
"length": 4,
"value": "1005"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 402,
"length": 4,
"value": "1006"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 431,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 468,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 502,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 535,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 565,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 602,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 220,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 244,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 310,
"length": 4,
"value": "1003"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 335,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 374,
"length": 4,
"value": "1005"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 402,
"length": 4,
"value": "1006"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 431,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 468,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 502,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 535,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 565,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 602,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 220,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 244,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 310,
"length": 4,
"value": "1003"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 335,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 374,
"length": 4,
"value": "1005"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 402,
"length": 4,
"value": "1006"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 431,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 468,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 502,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 535,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 565,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 602,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 228,
"length": 24,
"value": "\"gdpr_consent_available\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 297,
"length": 14,
"value": "\"gdpr_consent\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 355,
"length": 6,
"value": "\"gdpr\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 420,
"length": 32,
"value": "\"partner_gdpr_consent_available\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 501,
"length": 22,
"value": "\"partner_gdpr_applies\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 615,
"length": 5,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 630,
"length": 5,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 615,
"length": 5,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 630,
"length": 5,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 716,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 727,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 716,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 727,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1029,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1040,
"length": 17,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1067,
"length": 19,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1029,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1040,
"length": 17,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1067,
"length": 19,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1502,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1513,
"length": 14,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1537,
"length": 14,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1561,
"length": 14,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1585,
"length": 14,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1609,
"length": 14,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1633,
"length": 14,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1657,
"length": 7,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1502,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1513,
"length": 14,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1537,
"length": 14,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1561,
"length": 14,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1585,
"length": 14,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1609,
"length": 14,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1633,
"length": 14,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1657,
"length": 7,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 2402,
"length": 14,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 2426,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 2402,
"length": 14,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 2426,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift",
"kind": "StringLiteral",
"offset": 246,
"length": 27,
"value": "\"com.inmobi.IMSignals.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift",
"kind": "BooleanLiteral",
"offset": 409,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
"kind": "StringLiteral",
"offset": 253,
"length": 15,
"value": "\"inMobi.sqlite\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
"kind": "StringLiteral",
"offset": 303,
"length": 22,
"value": "\"com.inmobi.datastore\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
"kind": "StringLiteral",
"offset": 449,
"length": 34,
"value": "\"com.inmobi.IMRdbmsDataStore.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "StringLiteral",
"offset": 190,
"length": 33,
"value": "\"com.inmobi.ads.adsetmodel.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 289,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 309,
"length": 13,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 289,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 309,
"length": 13,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 289,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 309,
"length": 13,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "BooleanLiteral",
"offset": 853,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "BooleanLiteral",
"offset": 896,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "BooleanLiteral",
"offset": 933,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift",
"kind": "StringLiteral",
"offset": 844,
"length": 3,
"value": "\",\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift",
"kind": "StringLiteral",
"offset": 1117,
"length": 27,
"value": "\"com.inmobi.contextualData\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "FloatLiteral",
"offset": 363,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "IntegerLiteral",
"offset": 388,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "BooleanLiteral",
"offset": 413,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "BooleanLiteral",
"offset": 442,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "BooleanLiteral",
"offset": 473,
"length": 5,
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.private.swiftinterface b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.private.swiftinterface
index 609c019..efe1422 100644
--- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.private.swiftinterface
+++ b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.private.swiftinterface
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK
+// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AdSupport
import AppTrackingTransparency
@@ -20,6 +20,7 @@ import UIKit
import WebKit
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
@_hasMissingDesignatedInitializers @objc public class IMBannerPreloadManager : ObjectiveC.NSObject {
@objc public func preload()
@objc public func load()
@@ -62,7 +63,7 @@ import _StringProcessing
}
@objc public protocol IMInterstitialDelegate {
@objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didReceiveWithMetaInfo metaInfo: InMobiSDK.IMAdMetaInfo)
- @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: Swift.Error)
+ @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: any Swift.Error)
@objc optional func interstitialDidReceiveAd(_ interstitial: InMobiSDK.IMInterstitial)
@objc optional func interstitialDidFinishLoading(_ interstitial: InMobiSDK.IMInterstitial)
@objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToLoadWithError error: InMobiSDK.IMRequestStatus)
@@ -86,8 +87,8 @@ import _StringProcessing
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMSdk : ObjectiveC.NSObject {
- @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil)
- @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil)
+ @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: (((any Swift.Error)?) -> Swift.Void)? = nil)
+ @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: (((any Swift.Error)?) -> Swift.Void)? = nil)
@available(*, deprecated, message: "Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future")
@objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?)
@available(*, deprecated, message: "Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future")
@@ -152,8 +153,8 @@ extension InMobiSDK.IMSdk {
@objc get
@objc set
}
- @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMBannerDelegate?
- @objc @_Concurrency.MainActor(unsafe) weak public var audioDelegate: InMobiSDK.IMBannerAudioDelegate? {
+ @objc @_Concurrency.MainActor(unsafe) weak public var delegate: (any InMobiSDK.IMBannerDelegate)?
+ @objc @_Concurrency.MainActor(unsafe) weak public var audioDelegate: (any InMobiSDK.IMBannerAudioDelegate)? {
@objc get
@objc set
}
@@ -188,7 +189,7 @@ extension InMobiSDK.IMSdk {
}
@_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect)
@objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64)
- @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMBannerDelegate?)
+ @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: (any InMobiSDK.IMBannerDelegate)?)
@objc @_Concurrency.MainActor(unsafe) public func load()
@objc @_Concurrency.MainActor(unsafe) public func load(_ response: Foundation.Data)
@objc @_Concurrency.MainActor(unsafe) public func shouldAutoRefresh(_ shouldAutoRefresh: Swift.Bool)
@@ -220,7 +221,7 @@ extension InMobiSDK.IMSdk {
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMUnifiedIdService : ObjectiveC.NSObject {
@objc public class func push(_ data: InMobiSDK.IMUserDataModel?)
@objc public class func reset()
- @objc public class func fetchUnifiedIds(_ delegate: InMobiSDK.IMUnifiedIdDelegate?)
+ @objc public class func fetchUnifiedIds(_ delegate: (any InMobiSDK.IMUnifiedIdDelegate)?)
@objc public class func enableDebugMode(_ debugMode: Swift.Bool)
@objc deinit
}
@@ -234,7 +235,7 @@ extension InMobiSDK.IMSdk {
@objc get
@objc set
}
- @objc weak public var delegate: InMobiSDK.IMNativeDelegate?
+ @objc weak public var delegate: (any InMobiSDK.IMNativeDelegate)?
@objc public var keywords: Swift.String? {
@objc get
@objc set
@@ -275,7 +276,7 @@ extension InMobiSDK.IMSdk {
@objc get
}
@objc convenience public init(placementId: Swift.Int64)
- @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMNativeDelegate?)
+ @objc public init(placementId: Swift.Int64, delegate: (any InMobiSDK.IMNativeDelegate)?)
@objc public func primaryView(ofWidth width: CoreFoundation.CGFloat) -> UIKit.UIView?
@objc public func load()
@objc public func load(_ response: Foundation.Data)
@@ -314,7 +315,7 @@ extension InMobiSDK.IMSdk {
@objc optional func banner(_ banner: InMobiSDK.IMBanner, audioStatusChanged status: InMobiSDK.IMBannerAudioStatus)
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) public class IMAudio : UIKit.UIView {
- @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMAudioDelegate?
+ @objc @_Concurrency.MainActor(unsafe) weak public var delegate: (any InMobiSDK.IMAudioDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var placementId: Swift.Int64 {
@objc get
@objc set
@@ -340,7 +341,7 @@ extension InMobiSDK.IMSdk {
}
@_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect)
@objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64)
- @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMAudioDelegate?)
+ @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: (any InMobiSDK.IMAudioDelegate)?)
@objc @_Concurrency.MainActor(unsafe) public func getAdMetaInfo() -> [Swift.String : Any]?
@objc deinit
}
@@ -352,7 +353,7 @@ extension InMobiSDK.IMAudio {
}
@_inheritsConvenienceInitializers @objc public class IMBannerAudioHandler : ObjectiveC.NSObject {
@objc public static func setAudioEnabled(_ isEnabled: Swift.Bool)
- @objc public func onView(_ view: UIKit.UIView, addBannerAudioDelegate delegate: InMobiSDK.IMBannerAudioDelegate)
+ @objc public func onView(_ view: UIKit.UIView, addBannerAudioDelegate delegate: any InMobiSDK.IMBannerAudioDelegate)
@objc override dynamic public init()
@objc deinit
}
@@ -390,7 +391,7 @@ extension InMobiSDK.IMAudio {
@objc get
@objc set
}
- @objc weak public var delegate: InMobiSDK.IMInterstitialDelegate?
+ @objc weak public var delegate: (any InMobiSDK.IMInterstitialDelegate)?
@objc public var keywords: Swift.String? {
@objc get
@objc set
@@ -410,7 +411,7 @@ extension InMobiSDK.IMAudio {
@objc get
}
@objc convenience public init(placementId: Swift.Int64)
- @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMInterstitialDelegate?)
+ @objc public init(placementId: Swift.Int64, delegate: (any InMobiSDK.IMInterstitialDelegate)?)
@objc public func load()
@objc public func load(_ response: Foundation.Data)
@objc public func isReady() -> Swift.Bool
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.swiftdoc b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.swiftdoc
index 7533e50..24476c2 100644
Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.swiftdoc and b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.swiftdoc differ
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.swiftinterface b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.swiftinterface
index 609c019..efe1422 100644
--- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.swiftinterface
+++ b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.swiftinterface
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK
+// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AdSupport
import AppTrackingTransparency
@@ -20,6 +20,7 @@ import UIKit
import WebKit
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
@_hasMissingDesignatedInitializers @objc public class IMBannerPreloadManager : ObjectiveC.NSObject {
@objc public func preload()
@objc public func load()
@@ -62,7 +63,7 @@ import _StringProcessing
}
@objc public protocol IMInterstitialDelegate {
@objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didReceiveWithMetaInfo metaInfo: InMobiSDK.IMAdMetaInfo)
- @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: Swift.Error)
+ @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: any Swift.Error)
@objc optional func interstitialDidReceiveAd(_ interstitial: InMobiSDK.IMInterstitial)
@objc optional func interstitialDidFinishLoading(_ interstitial: InMobiSDK.IMInterstitial)
@objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToLoadWithError error: InMobiSDK.IMRequestStatus)
@@ -86,8 +87,8 @@ import _StringProcessing
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMSdk : ObjectiveC.NSObject {
- @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil)
- @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil)
+ @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: (((any Swift.Error)?) -> Swift.Void)? = nil)
+ @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: (((any Swift.Error)?) -> Swift.Void)? = nil)
@available(*, deprecated, message: "Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future")
@objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?)
@available(*, deprecated, message: "Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future")
@@ -152,8 +153,8 @@ extension InMobiSDK.IMSdk {
@objc get
@objc set
}
- @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMBannerDelegate?
- @objc @_Concurrency.MainActor(unsafe) weak public var audioDelegate: InMobiSDK.IMBannerAudioDelegate? {
+ @objc @_Concurrency.MainActor(unsafe) weak public var delegate: (any InMobiSDK.IMBannerDelegate)?
+ @objc @_Concurrency.MainActor(unsafe) weak public var audioDelegate: (any InMobiSDK.IMBannerAudioDelegate)? {
@objc get
@objc set
}
@@ -188,7 +189,7 @@ extension InMobiSDK.IMSdk {
}
@_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect)
@objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64)
- @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMBannerDelegate?)
+ @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: (any InMobiSDK.IMBannerDelegate)?)
@objc @_Concurrency.MainActor(unsafe) public func load()
@objc @_Concurrency.MainActor(unsafe) public func load(_ response: Foundation.Data)
@objc @_Concurrency.MainActor(unsafe) public func shouldAutoRefresh(_ shouldAutoRefresh: Swift.Bool)
@@ -220,7 +221,7 @@ extension InMobiSDK.IMSdk {
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMUnifiedIdService : ObjectiveC.NSObject {
@objc public class func push(_ data: InMobiSDK.IMUserDataModel?)
@objc public class func reset()
- @objc public class func fetchUnifiedIds(_ delegate: InMobiSDK.IMUnifiedIdDelegate?)
+ @objc public class func fetchUnifiedIds(_ delegate: (any InMobiSDK.IMUnifiedIdDelegate)?)
@objc public class func enableDebugMode(_ debugMode: Swift.Bool)
@objc deinit
}
@@ -234,7 +235,7 @@ extension InMobiSDK.IMSdk {
@objc get
@objc set
}
- @objc weak public var delegate: InMobiSDK.IMNativeDelegate?
+ @objc weak public var delegate: (any InMobiSDK.IMNativeDelegate)?
@objc public var keywords: Swift.String? {
@objc get
@objc set
@@ -275,7 +276,7 @@ extension InMobiSDK.IMSdk {
@objc get
}
@objc convenience public init(placementId: Swift.Int64)
- @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMNativeDelegate?)
+ @objc public init(placementId: Swift.Int64, delegate: (any InMobiSDK.IMNativeDelegate)?)
@objc public func primaryView(ofWidth width: CoreFoundation.CGFloat) -> UIKit.UIView?
@objc public func load()
@objc public func load(_ response: Foundation.Data)
@@ -314,7 +315,7 @@ extension InMobiSDK.IMSdk {
@objc optional func banner(_ banner: InMobiSDK.IMBanner, audioStatusChanged status: InMobiSDK.IMBannerAudioStatus)
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) public class IMAudio : UIKit.UIView {
- @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMAudioDelegate?
+ @objc @_Concurrency.MainActor(unsafe) weak public var delegate: (any InMobiSDK.IMAudioDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var placementId: Swift.Int64 {
@objc get
@objc set
@@ -340,7 +341,7 @@ extension InMobiSDK.IMSdk {
}
@_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect)
@objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64)
- @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMAudioDelegate?)
+ @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: (any InMobiSDK.IMAudioDelegate)?)
@objc @_Concurrency.MainActor(unsafe) public func getAdMetaInfo() -> [Swift.String : Any]?
@objc deinit
}
@@ -352,7 +353,7 @@ extension InMobiSDK.IMAudio {
}
@_inheritsConvenienceInitializers @objc public class IMBannerAudioHandler : ObjectiveC.NSObject {
@objc public static func setAudioEnabled(_ isEnabled: Swift.Bool)
- @objc public func onView(_ view: UIKit.UIView, addBannerAudioDelegate delegate: InMobiSDK.IMBannerAudioDelegate)
+ @objc public func onView(_ view: UIKit.UIView, addBannerAudioDelegate delegate: any InMobiSDK.IMBannerAudioDelegate)
@objc override dynamic public init()
@objc deinit
}
@@ -390,7 +391,7 @@ extension InMobiSDK.IMAudio {
@objc get
@objc set
}
- @objc weak public var delegate: InMobiSDK.IMInterstitialDelegate?
+ @objc weak public var delegate: (any InMobiSDK.IMInterstitialDelegate)?
@objc public var keywords: Swift.String? {
@objc get
@objc set
@@ -410,7 +411,7 @@ extension InMobiSDK.IMAudio {
@objc get
}
@objc convenience public init(placementId: Swift.Int64)
- @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMInterstitialDelegate?)
+ @objc public init(placementId: Swift.Int64, delegate: (any InMobiSDK.IMInterstitialDelegate)?)
@objc public func load()
@objc public func load(_ response: Foundation.Data)
@objc public func isReady() -> Swift.Bool
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/InMobiSDK-Swift.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/InMobiSDK-Swift.h
index 5ad3700..007e64c 100644
--- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/InMobiSDK-Swift.h
+++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/InMobiSDK-Swift.h
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
#ifndef INMOBISDK_SWIFT_H
#define INMOBISDK_SWIFT_H
#pragma clang diagnostic push
@@ -23,7 +23,6 @@
# include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
@@ -32,10 +31,30 @@
#include
#include
#include
+#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+# include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+# ifndef __ptrauth_swift_value_witness_function_pointer
+# define __ptrauth_swift_value_witness_function_pointer(x)
+# endif
+# ifndef __ptrauth_swift_class_method_pointer
+# define __ptrauth_swift_class_method_pointer(x)
+# endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -71,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# if __has_feature(objc_class_property)
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
# else
-# define SWIFT_CLASS_PROPERTY(...)
+# define SWIFT_CLASS_PROPERTY(...)
# endif
#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
+#if !defined(SWIFT_RUNTIME_NAME)
+# if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+# else
+# define SWIFT_RUNTIME_NAME(X)
+# endif
#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
+#if !defined(SWIFT_COMPILE_NAME)
+# if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+# else
+# define SWIFT_COMPILE_NAME(X)
+# endif
#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
+#if !defined(SWIFT_METHOD_FAMILY)
+# if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+# else
+# define SWIFT_METHOD_FAMILY(X)
+# endif
#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
+#if !defined(SWIFT_NOESCAPE)
+# if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+# else
+# define SWIFT_NOESCAPE
+# endif
#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
+#if !defined(SWIFT_RELEASES_ARGUMENT)
+# if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+# else
+# define SWIFT_RELEASES_ARGUMENT
+# endif
#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
+# if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+# else
+# define SWIFT_WARN_UNUSED_RESULT
+# endif
#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
+#if !defined(SWIFT_NORETURN)
+# if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+# else
+# define SWIFT_NORETURN
+# endif
#endif
#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_EXTRA
#endif
#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
+# define SWIFT_ENUM_EXTRA
#endif
#if !defined(SWIFT_CLASS)
# if __has_attribute(objc_subclassing_restricted)
@@ -137,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
# endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
# if __has_attribute(objc_designated_initializer)
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
# else
-# define OBJC_DESIGNATED_INITIALIZER
+# define OBJC_DESIGNATED_INITIALIZER
# endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
+# if __has_attribute(enum_extensibility)
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
# else
-# define SWIFT_ENUM_ATTR(_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility)
# endif
#endif
#if !defined(SWIFT_ENUM)
@@ -187,14 +216,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+#if !defined(SWIFT_DEPRECATED_OBJC)
+# if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+# else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+# endif
#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
-# define IBSegueAction
+# define IBSegueAction
#endif
#endif
#if !defined(SWIFT_EXTERN)
@@ -207,26 +238,42 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
# define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+# define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+# if __has_attribute(always_inline)
+# if __has_attribute(nodebug)
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
+# else
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
+# endif
+# else
+# define SWIFT_C_INLINE_THUNK inline
+# endif
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-}
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -1525,17 +1572,17 @@ SWIFT_CLASS("_TtC9InMobiSDK11IMWatermark")
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
#elif defined(__x86_64__) && __x86_64__
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
#ifndef INMOBISDK_SWIFT_H
#define INMOBISDK_SWIFT_H
#pragma clang diagnostic push
@@ -1558,7 +1605,6 @@ SWIFT_CLASS("_TtC9InMobiSDK11IMWatermark")
# include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
@@ -1567,10 +1613,30 @@ SWIFT_CLASS("_TtC9InMobiSDK11IMWatermark")
#include
#include
#include
+#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+# include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+# ifndef __ptrauth_swift_value_witness_function_pointer
+# define __ptrauth_swift_value_witness_function_pointer(x)
+# endif
+# ifndef __ptrauth_swift_class_method_pointer
+# define __ptrauth_swift_class_method_pointer(x)
+# endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -1606,53 +1672,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# if __has_feature(objc_class_property)
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
# else
-# define SWIFT_CLASS_PROPERTY(...)
+# define SWIFT_CLASS_PROPERTY(...)
# endif
#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
+#if !defined(SWIFT_RUNTIME_NAME)
+# if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+# else
+# define SWIFT_RUNTIME_NAME(X)
+# endif
#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
+#if !defined(SWIFT_COMPILE_NAME)
+# if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+# else
+# define SWIFT_COMPILE_NAME(X)
+# endif
#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
+#if !defined(SWIFT_METHOD_FAMILY)
+# if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+# else
+# define SWIFT_METHOD_FAMILY(X)
+# endif
#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
+#if !defined(SWIFT_NOESCAPE)
+# if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+# else
+# define SWIFT_NOESCAPE
+# endif
#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
+#if !defined(SWIFT_RELEASES_ARGUMENT)
+# if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+# else
+# define SWIFT_RELEASES_ARGUMENT
+# endif
#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
+# if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+# else
+# define SWIFT_WARN_UNUSED_RESULT
+# endif
#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
+#if !defined(SWIFT_NORETURN)
+# if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+# else
+# define SWIFT_NORETURN
+# endif
#endif
#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_EXTRA
#endif
#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
+# define SWIFT_ENUM_EXTRA
#endif
#if !defined(SWIFT_CLASS)
# if __has_attribute(objc_subclassing_restricted)
@@ -1672,28 +1751,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
# endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
# if __has_attribute(objc_designated_initializer)
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
# else
-# define OBJC_DESIGNATED_INITIALIZER
+# define OBJC_DESIGNATED_INITIALIZER
# endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
+# if __has_attribute(enum_extensibility)
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
# else
-# define SWIFT_ENUM_ATTR(_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility)
# endif
#endif
#if !defined(SWIFT_ENUM)
@@ -1722,14 +1798,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+#if !defined(SWIFT_DEPRECATED_OBJC)
+# if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+# else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+# endif
#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
-# define IBSegueAction
+# define IBSegueAction
#endif
#endif
#if !defined(SWIFT_EXTERN)
@@ -1742,26 +1820,42 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
# define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+# define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+# if __has_attribute(always_inline)
+# if __has_attribute(nodebug)
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
+# else
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
+# endif
+# else
+# define SWIFT_C_INLINE_THUNK inline
+# endif
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-}
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -3060,12 +3154,12 @@ SWIFT_CLASS("_TtC9InMobiSDK11IMWatermark")
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/InMobiSDK b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/InMobiSDK
index cc5eb5d..f2fe3a4 100644
Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/InMobiSDK and b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/InMobiSDK differ
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Info.plist b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Info.plist
index 47b9c9b..ac925d3 100644
Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Info.plist and b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Info.plist differ
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo
deleted file mode 100644
index 6a5802f..0000000
Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo and /dev/null differ
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo
deleted file mode 100644
index 4f51f1d..0000000
Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo and /dev/null differ
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.abi.json b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
index b1aaba6..c0ab414 100644
--- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
+++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
@@ -1592,6 +1592,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -6299,6 +6306,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -11341,6 +11355,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -17127,6 +17148,41 @@
"printedName": "CVarArg",
"usr": "s:s7CVarArgP",
"mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Transferable",
+ "printedName": "Transferable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Representation",
+ "printedName": "Representation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "OpaqueTypeArchetype",
+ "printedName": "some CoreTransferable.TransferRepresentation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransferRepresentation",
+ "printedName": "CoreTransferable.TransferRepresentation",
+ "usr": "s:16CoreTransferable22TransferRepresentationP"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Sendable",
+ "printedName": "Swift.Sendable",
+ "usr": "s:s8SendableP"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "usr": "s:16CoreTransferable0B0P",
+ "mangledName": "$s16CoreTransferable0B0P"
}
]
}
@@ -17135,7119 +17191,7119 @@
},
"ConstValues": [
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 247,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 275,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 299,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 247,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 275,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 299,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 247,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 275,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 299,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "StringLiteral",
"offset": 509,
"length": 46,
"value": "\"com.inmobi.IMAdQualityNetworkInterface.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "BooleanLiteral",
"offset": 802,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift",
"kind": "StringLiteral",
"offset": 770,
"length": 31,
"value": "\"Kindly create IMBanner Object\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift",
"kind": "StringLiteral",
"offset": 584,
"length": 22,
"value": "\"InMobiSDK.IMBannerPreloadManager\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 248,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 317,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 337,
"length": 1,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 364,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 389,
"length": 1,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 419,
"length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 248,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 317,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 337,
"length": 1,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 364,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 389,
"length": 1,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 419,
"length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 248,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 317,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 337,
"length": 1,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 364,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 389,
"length": 1,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 419,
"length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "StringLiteral",
"offset": 4834,
"length": 45,
"value": "\"com.inmobi.unifiedidservice.backgroundQueue\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 6,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 14,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 347,
"length": 14,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 371,
"length": 15,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 396,
"length": 27,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 433,
"length": 13,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 456,
"length": 11,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 477,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 495,
"length": 19,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 524,
"length": 22,
"value": "10"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 556,
"length": 20,
"value": "11"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 586,
"length": 17,
"value": "12"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 613,
"length": 18,
"value": "13"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 641,
"length": 17,
"value": "14"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 684,
"length": 2,
"value": "22"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 719,
"length": 2,
"value": "23"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 6,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 14,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 347,
"length": 14,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 371,
"length": 15,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 396,
"length": 27,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 433,
"length": 13,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 456,
"length": 11,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 477,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 495,
"length": 19,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 524,
"length": 22,
"value": "10"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 556,
"length": 20,
"value": "11"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 586,
"length": 17,
"value": "12"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 613,
"length": 18,
"value": "13"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 641,
"length": 17,
"value": "14"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 684,
"length": 2,
"value": "22"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 719,
"length": 2,
"value": "23"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "StringLiteral",
"offset": 744,
"length": 15,
"value": "\"InMobiSDK.IMRequestStatus\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift",
"kind": "BooleanLiteral",
"offset": 536,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift",
"kind": "StringLiteral",
"offset": 168,
"length": 11,
"value": "\"InMobiSDK.IMAdManager\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift",
"kind": "BooleanLiteral",
"offset": 380,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift",
"kind": "StringLiteral",
"offset": 184,
"length": 24,
"value": "\"InMobiSDK.IMInterstitialAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "StringLiteral",
"offset": 201,
"length": 38,
"value": "\"com.inmobi.ads.adresponsemodel.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 300,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 300,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 300,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Audience Bidding\/IMAudienceBiddingToken.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Audience Bidding\/IMAudienceBiddingToken.swift",
"kind": "IntegerLiteral",
"offset": 237,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
"kind": "BooleanLiteral",
"offset": 428,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
"kind": "BooleanLiteral",
"offset": 490,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
"kind": "BooleanLiteral",
"offset": 622,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
"kind": "StringLiteral",
"offset": 726,
"length": 36,
"value": "\"com.inmobi.IMAdQualityManager.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAudioAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAudioAdUnit.swift",
"kind": "StringLiteral",
"offset": 171,
"length": 13,
"value": "\"InMobiSDK.IMAudioAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
"kind": "BooleanLiteral",
"offset": 1047,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
"kind": "FloatLiteral",
"offset": 2482,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
"kind": "FloatLiteral",
"offset": 2534,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdFetchServiceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdFetchServiceManager.swift",
"kind": "StringLiteral",
"offset": 219,
"length": 42,
"value": "\"com.inmobi.unifiedid.fetch.service.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataModel.swift",
"kind": "StringLiteral",
"offset": 892,
"length": 15,
"value": "\"InMobiSDK.IMUserDataModel\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMKeyValueStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMKeyValueStore.swift",
"kind": "StringLiteral",
"offset": 191,
"length": 12,
"value": "\"com.inmobi\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Model\/IMLogEntry.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Model\/IMLogEntry.swift",
"kind": "BooleanLiteral",
"offset": 341,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 319,
"length": 41,
"value": "\"com.inmobi.IMPublisherProvidedInfo.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 398,
"length": 24,
"value": "\"com.inmobi.user.gender\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 462,
"length": 27,
"value": "\"com.inmobi.user.education\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 533,
"length": 29,
"value": "\"com.inmobi.user.yearofbirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 596,
"length": 21,
"value": "\"com.inmobi.user.age\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 656,
"length": 26,
"value": "\"com.inmobi.user.language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 724,
"length": 28,
"value": "\"com.inmobi.user.postalcode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 792,
"length": 26,
"value": "\"com.inmobi.user.areacode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 858,
"length": 27,
"value": "\"com.inmobi.user.interests\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 925,
"length": 26,
"value": "\"com.inmobi.user.agegroup\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 994,
"length": 29,
"value": "\"com.inmobi.user.haslocation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1062,
"length": 26,
"value": "\"com.inmobi.user.latitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1128,
"length": 27,
"value": "\"com.inmobi.user.longitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1194,
"length": 26,
"value": "\"com.inmobi.user.accuracy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1263,
"length": 29,
"value": "\"com.inmobi.user.lastknownts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1334,
"length": 28,
"value": "\"com.inmobi.sdk.haslocation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1400,
"length": 25,
"value": "\"com.inmobi.sdk.latitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1464,
"length": 26,
"value": "\"com.inmobi.sdk.longitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1528,
"length": 25,
"value": "\"com.inmobi.sdk.accuracy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1596,
"length": 28,
"value": "\"com.inmobi.sdk.lastknownts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1659,
"length": 22,
"value": "\"com.inmobi.user.city\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1717,
"length": 23,
"value": "\"com.inmobi.user.state\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1778,
"length": 25,
"value": "\"com.inmobi.user.country\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1848,
"length": 32,
"value": "\"com.inmobi.publisher.unifiedid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1925,
"length": 32,
"value": "\"com.inmobi.user.age.restricted\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 261,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 277,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 261,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 277,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBanner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBanner.swift",
"kind": "IntegerLiteral",
"offset": 7762,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift",
"kind": "BooleanLiteral",
"offset": 262,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift",
"kind": "StringLiteral",
"offset": 171,
"length": 14,
"value": "\"InMobiSDK.IMBannerCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitialPreloadManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitialPreloadManager.swift",
"kind": "StringLiteral",
"offset": 614,
"length": 28,
"value": "\"InMobiSDK.IMInterstitialPreloadManager\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 216,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 13,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 332,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 372,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 409,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 444,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 478,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 508,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 545,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 605,
"length": 4,
"value": "1101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 647,
"length": 4,
"value": "1102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 675,
"length": 4,
"value": "1103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 737,
"length": 4,
"value": "1104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 781,
"length": 4,
"value": "1105"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 812,
"length": 4,
"value": "1106"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 846,
"length": 4,
"value": "1107"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 885,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 921,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 953,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 981,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1012,
"length": 4,
"value": "1112"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1046,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1082,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1116,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1160,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1193,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1216,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1250,
"length": 4,
"value": "1119"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1286,
"length": 4,
"value": "1120"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1327,
"length": 4,
"value": "1131"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1358,
"length": 4,
"value": "1132"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1421,
"length": 4,
"value": "1133"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1482,
"length": 4,
"value": "1134"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1540,
"length": 4,
"value": "1135"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1600,
"length": 4,
"value": "1136"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1629,
"length": 4,
"value": "1160"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1668,
"length": 4,
"value": "1161"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1712,
"length": 4,
"value": "1162"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1755,
"length": 4,
"value": "1170"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1784,
"length": 4,
"value": "1181"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1815,
"length": 4,
"value": "1182"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1856,
"length": 4,
"value": "1183"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1904,
"length": 4,
"value": "1184"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1932,
"length": 4,
"value": "1185"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1980,
"length": 4,
"value": "1186"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2008,
"length": 4,
"value": "1187"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2052,
"length": 4,
"value": "1310"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2101,
"length": 4,
"value": "1311"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2148,
"length": 4,
"value": "1312"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2189,
"length": 4,
"value": "1315"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 216,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 13,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 332,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 372,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 409,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 444,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 478,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 508,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 545,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 605,
"length": 4,
"value": "1101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 647,
"length": 4,
"value": "1102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 675,
"length": 4,
"value": "1103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 737,
"length": 4,
"value": "1104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 781,
"length": 4,
"value": "1105"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 812,
"length": 4,
"value": "1106"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 846,
"length": 4,
"value": "1107"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 885,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 921,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 953,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 981,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1012,
"length": 4,
"value": "1112"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1046,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1082,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1116,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1160,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1193,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1216,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1250,
"length": 4,
"value": "1119"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1286,
"length": 4,
"value": "1120"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1327,
"length": 4,
"value": "1131"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1358,
"length": 4,
"value": "1132"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1421,
"length": 4,
"value": "1133"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1482,
"length": 4,
"value": "1134"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1540,
"length": 4,
"value": "1135"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1600,
"length": 4,
"value": "1136"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1629,
"length": 4,
"value": "1160"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1668,
"length": 4,
"value": "1161"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1712,
"length": 4,
"value": "1162"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1755,
"length": 4,
"value": "1170"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1784,
"length": 4,
"value": "1181"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1815,
"length": 4,
"value": "1182"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1856,
"length": 4,
"value": "1183"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1904,
"length": 4,
"value": "1184"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1932,
"length": 4,
"value": "1185"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1980,
"length": 4,
"value": "1186"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2008,
"length": 4,
"value": "1187"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2052,
"length": 4,
"value": "1310"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2101,
"length": 4,
"value": "1311"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2148,
"length": 4,
"value": "1312"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2189,
"length": 4,
"value": "1315"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 216,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 13,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 332,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 372,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 409,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 444,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 478,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 508,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 545,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 605,
"length": 4,
"value": "1101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 647,
"length": 4,
"value": "1102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 675,
"length": 4,
"value": "1103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 737,
"length": 4,
"value": "1104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 781,
"length": 4,
"value": "1105"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 812,
"length": 4,
"value": "1106"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 846,
"length": 4,
"value": "1107"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 885,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 921,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 953,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 981,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1012,
"length": 4,
"value": "1112"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1046,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1082,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1116,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1160,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1193,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1216,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1250,
"length": 4,
"value": "1119"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1286,
"length": 4,
"value": "1120"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1327,
"length": 4,
"value": "1131"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1358,
"length": 4,
"value": "1132"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1421,
"length": 4,
"value": "1133"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1482,
"length": 4,
"value": "1134"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1540,
"length": 4,
"value": "1135"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1600,
"length": 4,
"value": "1136"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1629,
"length": 4,
"value": "1160"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1668,
"length": 4,
"value": "1161"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1712,
"length": 4,
"value": "1162"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1755,
"length": 4,
"value": "1170"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1784,
"length": 4,
"value": "1181"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1815,
"length": 4,
"value": "1182"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1856,
"length": 4,
"value": "1183"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1904,
"length": 4,
"value": "1184"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1932,
"length": 4,
"value": "1185"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1980,
"length": 4,
"value": "1186"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2008,
"length": 4,
"value": "1187"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2052,
"length": 4,
"value": "1310"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2101,
"length": 4,
"value": "1311"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2148,
"length": 4,
"value": "1312"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2189,
"length": 4,
"value": "1315"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "StringLiteral",
"offset": 3609,
"length": 30,
"value": "\"com.inmobi.ads.requeststatus\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 280,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 304,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 324,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 348,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 280,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 304,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 324,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 348,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 280,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 304,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 324,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 348,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceSaveOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceSaveOperation.swift",
"kind": "BooleanLiteral",
"offset": 371,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceSaveOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceSaveOperation.swift",
"kind": "StringLiteral",
"offset": 181,
"length": 29,
"value": "\"InMobiSDK.IMLogPersistenceSaveOperation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
"kind": "IntegerLiteral",
"offset": 248,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
"kind": "IntegerLiteral",
"offset": 294,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
"kind": "IntegerLiteral",
"offset": 341,
"length": 2,
"value": "36"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 368,
"length": 16,
"value": "\"com.inmobi.log\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 416,
"length": 14,
"value": "\"InMobiSdkLog\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 461,
"length": 4,
"value": "\"id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 498,
"length": 8,
"value": "\"expiry\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 541,
"length": 9,
"value": "\"created\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 1032,
"length": 17,
"value": "\"com.inmobi.logs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "BooleanLiteral",
"offset": 1157,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 1221,
"length": 10,
"value": "\"\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 1230,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 439,
"length": 12,
"value": "\"mk-ad-slot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 486,
"length": 6,
"value": "\"u-rt\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 526,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 439,
"length": 12,
"value": "\"mk-ad-slot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 486,
"length": 6,
"value": "\"u-rt\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 526,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1171,
"length": 19,
"value": "\"a-parentViewWidth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1221,
"length": 18,
"value": "\"a-productVersion\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1267,
"length": 13,
"value": "\"trackerType\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1171,
"length": 19,
"value": "\"a-parentViewWidth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1221,
"length": 18,
"value": "\"a-productVersion\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1267,
"length": 13,
"value": "\"trackerType\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1787,
"length": 12,
"value": "\"mk-ad-slot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1827,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1787,
"length": 12,
"value": "\"mk-ad-slot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1827,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2730,
"length": 3,
"value": "\"0\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2762,
"length": 4,
"value": "\"im\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2839,
"length": 14,
"value": "\"u-postalcode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2878,
"length": 12,
"value": "\"u-areacode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2927,
"length": 33,
"value": "\"d-density-dependent-screen-size\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2985,
"length": 12,
"value": "\"d-textsize\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3020,
"length": 8,
"value": "\"adtype\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3053,
"length": 19,
"value": "\"client-request-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3105,
"length": 8,
"value": "\"format\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3141,
"length": 9,
"value": "\"im-plid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3172,
"length": 12,
"value": "\"c-ap-bssid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3215,
"length": 20,
"value": "\"loc-consent-status\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3260,
"length": 12,
"value": "\"u-appcache\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3308,
"length": 23,
"value": "\"has-dynamic-mediation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3357,
"length": 12,
"value": "\"int-origin\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2839,
"length": 14,
"value": "\"u-postalcode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2878,
"length": 12,
"value": "\"u-areacode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2927,
"length": 33,
"value": "\"d-density-dependent-screen-size\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2985,
"length": 12,
"value": "\"d-textsize\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3020,
"length": 8,
"value": "\"adtype\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3053,
"length": 19,
"value": "\"client-request-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3105,
"length": 8,
"value": "\"format\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3141,
"length": 9,
"value": "\"im-plid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3172,
"length": 12,
"value": "\"c-ap-bssid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3215,
"length": 20,
"value": "\"loc-consent-status\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3260,
"length": 12,
"value": "\"u-appcache\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3308,
"length": 23,
"value": "\"has-dynamic-mediation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3357,
"length": 12,
"value": "\"int-origin\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMUnifiedLogger.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMUnifiedLogger.swift",
"kind": "Array",
"offset": 1001,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMUnifiedLogger.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMUnifiedLogger.swift",
"kind": "BooleanLiteral",
"offset": 1828,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 207,
"length": 12,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 245,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 207,
"length": 12,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 245,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 207,
"length": 12,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 245,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 635,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 652,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 666,
"length": 15,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 635,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 652,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 666,
"length": 15,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 635,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 652,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 666,
"length": 15,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "BooleanLiteral",
"offset": 984,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 1115,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "BooleanLiteral",
"offset": 1165,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "BooleanLiteral",
"offset": 1294,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 1405,
"length": 3,
"value": "320"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 1418,
"length": 2,
"value": "50"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "StringLiteral",
"offset": 1466,
"length": 3,
"value": "\"0\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "BooleanLiteral",
"offset": 3972,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 4493,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift",
"kind": "BooleanLiteral",
"offset": 7216,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift",
"kind": "StringLiteral",
"offset": 1320,
"length": 8,
"value": "\"InMobiSDK.IMNative\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataTypes.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataTypes.swift",
"kind": "StringLiteral",
"offset": 1083,
"length": 15,
"value": "\"InMobiSDK.IMUserDataTypes\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 16,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 298,
"length": 15,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 16,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 298,
"length": 15,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 16,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 298,
"length": 15,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "StringLiteral",
"offset": 423,
"length": 40,
"value": "\"kInMobiReachabilityChangedNotification\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 376,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 1070,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "StringLiteral",
"offset": 1276,
"length": 29,
"value": "\"com.inmobi.IMAdQuality.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 1386,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 1438,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 1534,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 1740,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 1794,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 1830,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "StringLiteral",
"offset": 199,
"length": 8,
"value": "\"InMobiSDK.IMAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 17062,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1068,
"length": 15,
"value": "\"d-nettype-raw\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1118,
"length": 16,
"value": "\"d-localization\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1165,
"length": 12,
"value": "\"d-language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1209,
"length": 19,
"value": "\"d-devicemachinehw\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1255,
"length": 10,
"value": "\"u-appver\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1293,
"length": 10,
"value": "\"u-appbid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1334,
"length": 10,
"value": "\"u-appdnm\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1374,
"length": 18,
"value": "\"u-appsecure-dict\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1418,
"length": 4,
"value": "\"ts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1453,
"length": 19,
"value": "\"u-tracking-status\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1498,
"length": 12,
"value": "\"mk-version\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1533,
"length": 10,
"value": "\"u-id-map\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1566,
"length": 10,
"value": "\"u-id-adt\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1602,
"length": 8,
"value": "\"u-s-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1663,
"length": 13,
"value": "\"do_not_sell\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1708,
"length": 12,
"value": "\"us_privacy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1068,
"length": 15,
"value": "\"d-nettype-raw\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1118,
"length": 16,
"value": "\"d-localization\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1165,
"length": 12,
"value": "\"d-language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1209,
"length": 19,
"value": "\"d-devicemachinehw\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1255,
"length": 10,
"value": "\"u-appver\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1293,
"length": 10,
"value": "\"u-appbid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1334,
"length": 10,
"value": "\"u-appdnm\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1374,
"length": 18,
"value": "\"u-appsecure-dict\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1418,
"length": 4,
"value": "\"ts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1453,
"length": 19,
"value": "\"u-tracking-status\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1498,
"length": 12,
"value": "\"mk-version\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1533,
"length": 10,
"value": "\"u-id-map\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1566,
"length": 10,
"value": "\"u-id-adt\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1602,
"length": 8,
"value": "\"u-s-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1663,
"length": 13,
"value": "\"do_not_sell\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1708,
"length": 12,
"value": "\"us_privacy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
- "offset": 3615,
+ "offset": 3914,
"length": 20,
"value": "\"u-app-orientations\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
- "offset": 3660,
+ "offset": 3959,
"length": 4,
"value": "\"tz\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
- "offset": 3615,
+ "offset": 3914,
"length": 20,
"value": "\"u-app-orientations\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
- "offset": 3660,
+ "offset": 3959,
"length": 4,
"value": "\"tz\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 261,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 261,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift",
"kind": "BooleanLiteral",
"offset": 807,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift",
"kind": "StringLiteral",
"offset": 528,
"length": 16,
"value": "\"InMobiSDK.IMNetworkWebView\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 2109,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 2148,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
"kind": "StringLiteral",
"offset": 412,
"length": 18,
"value": "\"InMobiSDK.IMNetworkOperation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMNativeCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMNativeCoreAd.swift",
"kind": "StringLiteral",
"offset": 171,
"length": 14,
"value": "\"InMobiSDK.IMNativeCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkRequest.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkRequest.swift",
"kind": "IntegerLiteral",
"offset": 566,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 217,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 234,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 271,
"length": 6,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 5,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 320,
"length": 6,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 336,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 354,
"length": 7,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 217,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 234,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 271,
"length": 6,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 5,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 320,
"length": 6,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 336,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 354,
"length": 7,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 217,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 234,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 271,
"length": 6,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 5,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 320,
"length": 6,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 336,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 354,
"length": 7,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 1335,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 2009,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 2674,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 3365,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 4069,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 4631,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudio.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudio.swift",
"kind": "IntegerLiteral",
"offset": 4571,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudio.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudio.swift",
"kind": "BooleanLiteral",
"offset": 4646,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift",
"kind": "StringLiteral",
"offset": 289,
"length": 37,
"value": "\"com.inmobi.IMComplianceManager.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 126,
"length": 5,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 155,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 126,
"length": 5,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 155,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
"kind": "StringLiteral",
"offset": 218,
"length": 36,
"value": "\"com.inmobi.unifiedid.service.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
"kind": "StringLiteral",
"offset": 387,
"length": 45,
"value": "\"com.inmobi.IMUnifiedIdNetworkInterface.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
"kind": "BooleanLiteral",
"offset": 492,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMInternetAvailabilityAdRetryTracker.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMInternetAvailabilityAdRetryTracker.swift",
"kind": "IntegerLiteral",
"offset": 453,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMInternetAvailabilityAdRetryTracker.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMInternetAvailabilityAdRetryTracker.swift",
"kind": "BooleanLiteral",
"offset": 508,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift",
"kind": "BooleanLiteral",
"offset": 530,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift",
"kind": "StringLiteral",
"offset": 262,
"length": 14,
"value": "\"InMobiSDK.IMTimerManager\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPing.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPing.swift",
"kind": "StringLiteral",
"offset": 166,
"length": 6,
"value": "\"InMobiSDK.IMPing\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "IntegerLiteral",
"offset": 396,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 432,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 480,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 800,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "StringLiteral",
"offset": 173,
"length": 21,
"value": "\"InMobiSDK.IMLogNetworkOperation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12659,
"length": 15,
"value": "\".IMLTVPEvents\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12750,
"length": 20,
"value": "\"im-cfg-commons-mgr\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12815,
"length": 20,
"value": "\"im-cfg-metrics-mgr\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12879,
"length": 19,
"value": "\"im-cfg-req-params\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12940,
"length": 17,
"value": "\"im-cfg-root-mgr\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12999,
"length": 24,
"value": "\"im_cache_ad_server_url\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13067,
"length": 26,
"value": "\"im_cache_rule_server_url\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13132,
"length": 20,
"value": "\"imm_cache_location\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13193,
"length": 24,
"value": "\"com.inmobi.logs.prefix\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13272,
"length": 13,
"value": "\"_iat_dids__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13325,
"length": 20,
"value": "\"_iat_dids_expiry__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13387,
"length": 17,
"value": "\"_iat_download__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13441,
"length": 12,
"value": "\"_iat_map__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13491,
"length": 24,
"value": "\"com.inmobi._iat_list__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13577,
"length": 16,
"value": "\"iae_session_id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13637,
"length": 16,
"value": "\"iae_session_ts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13694,
"length": 13,
"value": "\"ltvp_ft_day\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13749,
"length": 14,
"value": "\"ltvp_ft_ever\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13806,
"length": 15,
"value": "\"ltvp_ft_month\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13863,
"length": 14,
"value": "\"ltvp_ft_user\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13919,
"length": 14,
"value": "\"ltvp_ft_week\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13975,
"length": 14,
"value": "\"ltvp_ft_bits\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14041,
"length": 23,
"value": "\"com.inmobi.user.ltvid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14105,
"length": 40,
"value": "\"com.inmobi.commonManager.adNetwork.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14186,
"length": 38,
"value": "\"com.inmobi.commonManager.commons.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14261,
"length": 34,
"value": "\"com.inmobi.commonManager.iat.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14333,
"length": 35,
"value": "\"com.inmobi.commonManager.ltvp.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14411,
"length": 40,
"value": "\"com.inmobi.commonManager.rendering.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14489,
"length": 35,
"value": "\"com.inmobi.commonManager.carb.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14563,
"length": 36,
"value": "\"com.inmobi.commonManager.mraid.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14635,
"length": 33,
"value": "\"com.inmobi.commonManager.pk.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14734,
"length": 36,
"value": "\"com.inmobi.configManager.adNetwork\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14814,
"length": 34,
"value": "\"com.inmobi.configManager.commons\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14888,
"length": 30,
"value": "\"com.inmobi.configManager.iat\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14959,
"length": 31,
"value": "\"com.inmobi.configManager.ltvp\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15031,
"length": 31,
"value": "\"com.inmobi.configManager.root\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15108,
"length": 36,
"value": "\"com.inmobi.configManager.rendering\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15185,
"length": 31,
"value": "\"com.inmobi.configManager.carb\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15255,
"length": 29,
"value": "\"com.inmobi.configManager.pk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15360,
"length": 38,
"value": "\"com.inmobi.metricManager.configs.API\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15445,
"length": 44,
"value": "\"com.inmobi.metricManager.configs.adNetwork\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15537,
"length": 38,
"value": "\"com.inmobi.metricManager.configs.iat\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15621,
"length": 36,
"value": "\"com.inmobi.metricManager.count.API\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15702,
"length": 42,
"value": "\"com.inmobi.metricManager.count.adNetwork\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15790,
"length": 36,
"value": "\"com.inmobi.metricManager.count.iat\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15869,
"length": 40,
"value": "\"com.inmobi.metricManager.timestamp.API\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15951,
"length": 46,
"value": "\"com.inmobi.metricManager.timestamp.adNetwork\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16040,
"length": 40,
"value": "\"com.inmobi.metricManager.timestamp.iat\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16139,
"length": 29,
"value": "\"com.inmobi.catalog.updateTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16209,
"length": 24,
"value": "\"com.inmobi.user.gender\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16271,
"length": 27,
"value": "\"com.inmobi.user.education\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16336,
"length": 29,
"value": "\"com.inmobi.user.dateOfBirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16403,
"length": 21,
"value": "\"com.inmobi.user.age\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16473,
"length": 31,
"value": "\"com.inmobi.user.maritalStatus\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16557,
"length": 35,
"value": "\"com.inmobi.user.sexualOrientation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16639,
"length": 29,
"value": "\"com.inmobi.user.hasChildren\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16707,
"length": 26,
"value": "\"com.inmobi.user.language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16774,
"length": 28,
"value": "\"com.inmobi.user.postalCode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16841,
"length": 26,
"value": "\"com.inmobi.user.areaCode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16910,
"length": 27,
"value": "\"com.inmobi.user.interests\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16983,
"length": 29,
"value": "\"com.inmobi.user.hasLocation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17050,
"length": 26,
"value": "\"com.inmobi.user.latitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17115,
"length": 27,
"value": "\"com.inmobi.user.longitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17181,
"length": 26,
"value": "\"com.inmobi.user.accuracy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17254,
"length": 44,
"value": "\"com.inmobi.user.lastKnownLocationTimestamp\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17337,
"length": 22,
"value": "\"com.inmobi.user.city\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17399,
"length": 23,
"value": "\"com.inmobi.user.state\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17464,
"length": 25,
"value": "\"com.inmobi.user.country\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17538,
"length": 26,
"value": "\"com.inmobi.sdk.sessionid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17609,
"length": 37,
"value": "\"com.inmobi.sdk.location.hasLocation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17683,
"length": 34,
"value": "\"com.inmobi.sdk.location.latitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17755,
"length": 35,
"value": "\"com.inmobi.sdk.location.longitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17828,
"length": 34,
"value": "\"com.inmobi.sdk.location.accuracy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17908,
"length": 52,
"value": "\"com.inmobi.sdk.location.lastKnownLocationTimestamp\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18005,
"length": 26,
"value": "\"com.inmobi.carb.updateTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18069,
"length": 19,
"value": "\"com.inmobi.aesKey\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18120,
"length": 18,
"value": "\"com.inmobi.ivKey\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18175,
"length": 33,
"value": "\"com.inmobi.exceptionlogs.prefix\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18296,
"length": 32,
"value": "\"crashreportinglasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18519,
"length": 26,
"value": "\"com.inmobi.user.agegroup\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18593,
"length": 29,
"value": "\"com.inmobi.user.yearofbirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18669,
"length": 29,
"value": "\"com.inmobi.user.lastknownts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18731,
"length": 21,
"value": "\"com.inmobi.keys.aes\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18905,
"length": 45,
"value": "\"InMobi_defaultStore_user_preference_to_send\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19108,
"length": 21,
"value": "\"InMobi_defaultStore\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19189,
"length": 25,
"value": "\"InMobi_com.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19368,
"length": 24,
"value": "\"com.inmobidefaultStore\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19455,
"length": 28,
"value": "\"com.inmobicom.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19620,
"length": 25,
"value": "\"com.inmobi_defaultStore\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19709,
"length": 29,
"value": "\"com.inmobi_com.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19924,
"length": 9,
"value": "\".inmobi\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19978,
"length": 19,
"value": "\"inmobi.sdkversion\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20035,
"length": 12,
"value": "\"com.inmobi\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20102,
"length": 26,
"value": "\"com.preinit.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20179,
"length": 24,
"value": "\"com.coppa.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20256,
"length": 17,
"value": "\"_configUpdateTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20326,
"length": 24,
"value": "\"bannerlasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20400,
"length": 21,
"value": "\"intlasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20474,
"length": 24,
"value": "\"nativelasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20564,
"length": 27,
"value": "\"telemetrylasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20641,
"length": 21,
"value": "\"asimMappingManagers\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20710,
"length": 19,
"value": "\"asimPlacementInfo\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20781,
"length": 23,
"value": "\"asimTrueBaseEventUrls\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMInterstitialCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMInterstitialCoreAd.swift",
"kind": "StringLiteral",
"offset": 177,
"length": 20,
"value": "\"InMobiSDK.IMInterstitialCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPingStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPingStore.swift",
"kind": "StringLiteral",
"offset": 707,
"length": 29,
"value": "\"com.inmobi.IMPingStore.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 349,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 349,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 349,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 1238,
"length": 6,
"value": "\"view\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 1275,
"length": 6,
"value": "\"type\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 1238,
"length": 6,
"value": "\"view\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 1275,
"length": 6,
"value": "\"type\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 2934,
"length": 10,
"value": "\"geometry\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 2934,
"length": 10,
"value": "\"geometry\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 7150,
"length": 2,
- "value": "1"
+ "value": "-1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 7183,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "BooleanLiteral",
"offset": 7214,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 7258,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "BooleanLiteral",
"offset": 8188,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "FloatLiteral",
"offset": 8240,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "BooleanLiteral",
"offset": 8284,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5578,
"length": 5,
"value": "\"GET\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5600,
"length": 6,
"value": "\"POST\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5622,
"length": 5,
"value": "\"PUT\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5644,
"length": 6,
"value": "\"HEAD\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5578,
"length": 5,
"value": "\"GET\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5600,
"length": 6,
"value": "\"POST\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5622,
"length": 5,
"value": "\"PUT\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5644,
"length": 6,
"value": "\"HEAD\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "IntegerLiteral",
"offset": 5860,
"length": 2,
"value": "60"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "BooleanLiteral",
"offset": 5892,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "IntegerLiteral",
"offset": 5931,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "FloatLiteral",
"offset": 5972,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "BooleanLiteral",
"offset": 6014,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "BooleanLiteral",
"offset": 6135,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/AdReport\/IMUserAdReportHandler.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/AdReport\/IMUserAdReportHandler.swift",
"kind": "StringLiteral",
"offset": 524,
"length": 21,
"value": "\"InMobiSDK.IMUserAdReportHandler\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 226,
"length": 3,
"value": "101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 239,
"length": 16,
"value": "102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 265,
"length": 12,
"value": "103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 18,
"value": "104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 226,
"length": 3,
"value": "101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 239,
"length": 16,
"value": "102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 265,
"length": 12,
"value": "103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 18,
"value": "104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 226,
"length": 3,
"value": "101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 239,
"length": 16,
"value": "102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 265,
"length": 12,
"value": "103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 18,
"value": "104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "StringLiteral",
"offset": 405,
"length": 27,
"value": "\"com.inmobi.initialisation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "BooleanLiteral",
"offset": 480,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "BooleanLiteral",
"offset": 535,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMAdMetaInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMAdMetaInfo.swift",
"kind": "StringLiteral",
"offset": 136,
"length": 12,
"value": "\"InMobiSDK.IMAdMetaInfo\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMBannerAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMBannerAdUnit.swift",
"kind": "StringLiteral",
"offset": 174,
"length": 14,
"value": "\"InMobiSDK.IMBannerAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Signals\/IMSDKGeoLocationManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Signals\/IMSDKGeoLocationManager.swift",
"kind": "BooleanLiteral",
"offset": 391,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 319,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 351,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 367,
"length": 13,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 390,
"length": 8,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 408,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 426,
"length": 7,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 443,
"length": 5,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 319,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 351,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 367,
"length": 13,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 390,
"length": 8,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 408,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 426,
"length": 7,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 443,
"length": 5,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 319,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 351,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 367,
"length": 13,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 390,
"length": 8,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 408,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 426,
"length": 7,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 443,
"length": 5,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 498,
"length": 27,
"value": "\"a-lastAudioBannerPlayedTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 562,
"length": 22,
"value": "\"a-audioBannerEnabled\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 628,
"length": 19,
"value": "\"a-audioBannerFreq\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 693,
"length": 9,
"value": "\"a-b-umc\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 498,
"length": 27,
"value": "\"a-lastAudioBannerPlayedTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 562,
"length": 22,
"value": "\"a-audioBannerEnabled\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 628,
"length": 19,
"value": "\"a-audioBannerFreq\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 693,
"length": 9,
"value": "\"a-b-umc\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1456,
"length": 21,
"value": "\"a-lastAudioPlayedTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1526,
"length": 13,
"value": "\"a-audioFreq\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1590,
"length": 7,
"value": "\"a-umc\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1456,
"length": 21,
"value": "\"a-lastAudioPlayedTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1526,
"length": 13,
"value": "\"a-audioFreq\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1590,
"length": 7,
"value": "\"a-umc\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 206,
"length": 2,
- "value": "1"
+ "value": "-1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 269,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 290,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 206,
"length": 1,
- "value": "1"
+ "value": "-1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 269,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 290,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 206,
"length": 1,
- "value": "1"
+ "value": "-1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 269,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 290,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "StringLiteral",
"offset": 393,
"length": 30,
"value": "\"com.inmobi.IMAdProvider.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "BooleanLiteral",
"offset": 636,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "StringLiteral",
"offset": 307,
"length": 12,
"value": "\"InMobiSDK.IMAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift",
"kind": "BooleanLiteral",
"offset": 6716,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift",
"kind": "StringLiteral",
"offset": 869,
"length": 14,
"value": "\"InMobiSDK.IMInterstitial\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "StringLiteral",
"offset": 50,
"length": 31,
"value": "\"com.inmobi.ads.adsmodel.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 177,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 211,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 177,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 211,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 177,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 211,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "StringLiteral",
"offset": 2439,
"length": 10,
"value": "\"tracking\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "StringLiteral",
"offset": 2439,
"length": 10,
"value": "\"tracking\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "BooleanLiteral",
"offset": 3071,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "BooleanLiteral",
"offset": 3119,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1843,
"length": 7,
"value": "\"u-age\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1875,
"length": 12,
"value": "\"u-agegroup\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1915,
"length": 15,
"value": "\"u-yearofbirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1956,
"length": 13,
"value": "\"u-education\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1992,
"length": 10,
"value": "\"u-gender\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2028,
"length": 13,
"value": "\"u-interests\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2066,
"length": 12,
"value": "\"u-language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2103,
"length": 12,
"value": "\"u-location\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2147,
"length": 16,
"value": "\"u-latlong-accu\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2193,
"length": 25,
"value": "\"d-device-screen-density\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2245,
"length": 22,
"value": "\"d-device-screen-size\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2295,
"length": 15,
"value": "\"d-orientation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2331,
"length": 6,
"value": "\"ufid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2366,
"length": 24,
"value": "\"is-unifid-service-used\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2418,
"length": 16,
"value": "\"d-media-volume\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2464,
"length": 25,
"value": "\"d-device-screen-margins\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2521,
"length": 18,
"value": "\"sdk-capabilities\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2564,
"length": 11,
"value": "\"skan-list\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2601,
"length": 6,
"value": "\"os-v\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2632,
"length": 12,
"value": "\"p-keywords\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2678,
"length": 6,
"value": "\"s-co\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2715,
"length": 7,
"value": "\"s-iso\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2750,
"length": 6,
"value": "\"s-cn\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2778,
"length": 8,
"value": "\"im-ext\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2821,
"length": 18,
"value": "\"u-age-restricted\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2872,
"length": 8,
"value": "\"cs-ids\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2905,
"length": 9,
"value": "\"d-drk-m\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2947,
"length": 12,
"value": "\"d-key-lang\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2988,
"length": 12,
"value": "\"d-bat-chrg\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3029,
"length": 11,
"value": "\"d-bat-lev\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3073,
"length": 12,
"value": "\"d-tot-disk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3122,
"length": 11,
"value": "\"d-av-disk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3162,
"length": 11,
"value": "\"d-bat-sav\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3206,
"length": 7,
"value": "\"d-w-h\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3244,
"length": 8,
"value": "\"c_data\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3282,
"length": 5,
"value": "\"aKV\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3323,
"length": 4,
"value": "\"ik\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3358,
"length": 8,
"value": "\"n-h-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3396,
"length": 10,
"value": "\"u-r-crid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1843,
"length": 7,
"value": "\"u-age\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1875,
"length": 12,
"value": "\"u-agegroup\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1915,
"length": 15,
"value": "\"u-yearofbirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1956,
"length": 13,
"value": "\"u-education\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1992,
"length": 10,
"value": "\"u-gender\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2028,
"length": 13,
"value": "\"u-interests\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2066,
"length": 12,
"value": "\"u-language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2103,
"length": 12,
"value": "\"u-location\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2147,
"length": 16,
"value": "\"u-latlong-accu\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2193,
"length": 25,
"value": "\"d-device-screen-density\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2245,
"length": 22,
"value": "\"d-device-screen-size\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2295,
"length": 15,
"value": "\"d-orientation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2331,
"length": 6,
"value": "\"ufid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2366,
"length": 24,
"value": "\"is-unifid-service-used\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2418,
"length": 16,
"value": "\"d-media-volume\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2464,
"length": 25,
"value": "\"d-device-screen-margins\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2521,
"length": 18,
"value": "\"sdk-capabilities\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2564,
"length": 11,
"value": "\"skan-list\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2601,
"length": 6,
"value": "\"os-v\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2632,
"length": 12,
"value": "\"p-keywords\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2678,
"length": 6,
"value": "\"s-co\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2715,
"length": 7,
"value": "\"s-iso\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2750,
"length": 6,
"value": "\"s-cn\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2778,
"length": 8,
"value": "\"im-ext\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2821,
"length": 18,
"value": "\"u-age-restricted\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2872,
"length": 8,
"value": "\"cs-ids\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2905,
"length": 9,
"value": "\"d-drk-m\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2947,
"length": 12,
"value": "\"d-key-lang\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2988,
"length": 12,
"value": "\"d-bat-chrg\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3029,
"length": 11,
"value": "\"d-bat-lev\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3073,
"length": 12,
"value": "\"d-tot-disk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3122,
"length": 11,
"value": "\"d-av-disk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3162,
"length": 11,
"value": "\"d-bat-sav\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3206,
"length": 7,
"value": "\"d-w-h\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3244,
"length": 8,
"value": "\"c_data\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3282,
"length": 5,
"value": "\"aKV\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3323,
"length": 4,
"value": "\"ik\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3358,
"length": 8,
"value": "\"n-h-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3396,
"length": 10,
"value": "\"u-r-crid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceDeleteOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceDeleteOperation.swift",
"kind": "BooleanLiteral",
"offset": 354,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceDeleteOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceDeleteOperation.swift",
"kind": "StringLiteral",
"offset": 183,
"length": 31,
"value": "\"InMobiSDK.IMLogPersistenceDeleteOperation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Logging\/IMLogger.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Logging\/IMLogger.swift",
"kind": "StringLiteral",
"offset": 322,
"length": 25,
"value": "\"yyyy.MM.dd HH:mm:ss.SSS\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
"kind": "StringLiteral",
"offset": 224,
"length": 42,
"value": "\"com.inmobi.unifiedid.fetch.service.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
"kind": "StringLiteral",
"offset": 420,
"length": 54,
"value": "\"com.inmobi.IMUnifiedIdServicePushServiceManager.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
"kind": "BooleanLiteral",
"offset": 603,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMAudioCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMAudioCoreAd.swift",
"kind": "StringLiteral",
"offset": 171,
"length": 13,
"value": "\"InMobiSDK.IMAudioCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAudioAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAudioAdProvider.swift",
"kind": "StringLiteral",
"offset": 175,
"length": 17,
"value": "\"InMobiSDK.IMAudioAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 324,
"length": 27,
"value": "\"PersistentCleanSuccessful\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 388,
"length": 25,
"value": "\"Audio status is unknown\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 484,
"length": 26,
"value": "\"IABConsent_ConsentString\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 553,
"length": 26,
"value": "\"IABConsent_SubjectToGDPR\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 616,
"length": 20,
"value": "\"IABTCF_gdprApplies\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 670,
"length": 17,
"value": "\"IABTCF_TCString\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 750,
"length": 12,
"value": "\"retryCount\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 829,
"length": 14,
"value": "\"adQualityUrl\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 884,
"length": 18,
"value": "\"enableScreenshot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 937,
"length": 14,
"value": "\"templateInfo\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 995,
"length": 17,
"value": "\"AdReportSuccess\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 1051,
"length": 16,
"value": "\"AdReportFailed\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 1116,
"length": 19,
"value": "\"ScreenshotSuccess\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 1208,
"length": 30,
"value": "\"templateTelemetryEventFailed\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 1266,
"length": 11,
"value": "\"eventType\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 187,
"length": 11,
"value": "\"AdQuality\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 225,
"length": 4,
"value": "\"id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 263,
"length": 11,
"value": "\"imageName\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 308,
"length": 11,
"value": "\"beaconURL\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 355,
"length": 8,
"value": "\"extras\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "BooleanLiteral",
"offset": 1912,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
"kind": "StringLiteral",
"offset": 203,
"length": 36,
"value": "\"com.inmobi.ads.trackersmodel.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Extensions\/Collection + Extension.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Extensions\/Collection + Extension.swift",
"kind": "Array",
"offset": 254,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMEncodingUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMEncodingUtils.swift",
"kind": "BooleanLiteral",
"offset": 1568,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 205,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 230,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 266,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 334,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 362,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 205,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 230,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 266,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 334,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 362,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 205,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 230,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 266,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 334,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 362,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 443,
"length": 26,
"value": "\"com.inmobi.network.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 512,
"length": 16,
"value": "\"Internal Error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 568,
"length": 28,
"value": "\"Service Returned An Error.\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 636,
"length": 20,
"value": "\"Client side errors\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 705,
"length": 52,
"value": "\"Network not reachable currently. Please try again.\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 376,
"length": 14,
"value": "\"InMobiSDK.IMNetworkError\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMWatermark.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMWatermark.swift",
"kind": "StringLiteral",
"offset": 192,
"length": 11,
"value": "\"InMobiSDK.IMWatermark\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMBannerAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMBannerAdProvider.swift",
"kind": "StringLiteral",
"offset": 178,
"length": 18,
"value": "\"InMobiSDK.IMBannerAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 237,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 254,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 237,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 254,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 237,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 254,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdMulticastDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdMulticastDelegate.swift",
"kind": "StringLiteral",
"offset": 403,
"length": 46,
"value": "\"com.inmobi.IMUnifiedIdMulticastDelegate.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift",
"kind": "StringLiteral",
"offset": 292,
"length": 50,
"value": "\"com.inmobi.IMUnifiedlIdUserDataModelManager.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift",
"kind": "BooleanLiteral",
"offset": 434,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/DataModels\/IMSDKSettingsEx.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/DataModels\/IMSDKSettingsEx.swift",
"kind": "StringLiteral",
"offset": 216,
"length": 15,
"value": "\"InMobiSDK.IMSDKSettingsEx\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 421,
"length": 14,
"value": "\"h-user-agent\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 469,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 421,
"length": 14,
"value": "\"h-user-agent\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 469,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
"kind": "IntegerLiteral",
"offset": 310,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
"kind": "IntegerLiteral",
"offset": 348,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
"kind": "StringLiteral",
"offset": 165,
"length": 8,
"value": "\"InMobiSDK.IMCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMInterstitialAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMInterstitialAdUnit.swift",
"kind": "StringLiteral",
"offset": 193,
"length": 20,
"value": "\"InMobiSDK.IMInterstitialAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMScreenShotCaptureHandler.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMScreenShotCaptureHandler.swift",
"kind": "StringLiteral",
"offset": 889,
"length": 25,
"value": "\"com.inmobi.IMAdQuality_\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMScreenShotCaptureHandler.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMScreenShotCaptureHandler.swift",
"kind": "StringLiteral",
"offset": 354,
"length": 26,
"value": "\"InMobiSDK.IMScreenShotCaptureHandler\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMNativeAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMNativeAdProvider.swift",
"kind": "StringLiteral",
"offset": 178,
"length": 18,
"value": "\"InMobiSDK.IMNativeAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 346,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 396,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 437,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 483,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "StringLiteral",
"offset": 187,
"length": 14,
"value": "\"InMobiSDK.IMNativeAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 220,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 244,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 310,
"length": 4,
"value": "1003"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 335,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 374,
"length": 4,
"value": "1005"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 402,
"length": 4,
"value": "1006"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 431,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 468,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 502,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 535,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 565,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 602,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 220,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 244,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 310,
"length": 4,
"value": "1003"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 335,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 374,
"length": 4,
"value": "1005"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 402,
"length": 4,
"value": "1006"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 431,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 468,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 502,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 535,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 565,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 602,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 220,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 244,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 310,
"length": 4,
"value": "1003"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 335,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 374,
"length": 4,
"value": "1005"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 402,
"length": 4,
"value": "1006"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 431,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 468,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 502,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 535,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 565,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 602,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 228,
"length": 24,
"value": "\"gdpr_consent_available\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 297,
"length": 14,
"value": "\"gdpr_consent\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 355,
"length": 6,
"value": "\"gdpr\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 420,
"length": 32,
"value": "\"partner_gdpr_consent_available\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 501,
"length": 22,
"value": "\"partner_gdpr_applies\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 615,
"length": 5,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 630,
"length": 5,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 615,
"length": 5,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 630,
"length": 5,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 716,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 727,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 716,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 727,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1029,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1040,
"length": 17,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1067,
"length": 19,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1029,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1040,
"length": 17,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1067,
"length": 19,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1502,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1513,
"length": 14,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1537,
"length": 14,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1561,
"length": 14,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1585,
"length": 14,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1609,
"length": 14,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1633,
"length": 14,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1657,
"length": 7,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1502,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1513,
"length": 14,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1537,
"length": 14,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1561,
"length": 14,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1585,
"length": 14,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1609,
"length": 14,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1633,
"length": 14,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1657,
"length": 7,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 2402,
"length": 14,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 2426,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 2402,
"length": 14,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 2426,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift",
"kind": "StringLiteral",
"offset": 246,
"length": 27,
"value": "\"com.inmobi.IMSignals.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift",
"kind": "BooleanLiteral",
"offset": 409,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
"kind": "StringLiteral",
"offset": 253,
"length": 15,
"value": "\"inMobi.sqlite\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
"kind": "StringLiteral",
"offset": 303,
"length": 22,
"value": "\"com.inmobi.datastore\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
"kind": "StringLiteral",
"offset": 449,
"length": 34,
"value": "\"com.inmobi.IMRdbmsDataStore.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "StringLiteral",
"offset": 190,
"length": 33,
"value": "\"com.inmobi.ads.adsetmodel.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 289,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 309,
"length": 13,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 289,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 309,
"length": 13,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 289,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 309,
"length": 13,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "BooleanLiteral",
"offset": 853,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "BooleanLiteral",
"offset": 896,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "BooleanLiteral",
"offset": 933,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift",
"kind": "StringLiteral",
"offset": 844,
"length": 3,
"value": "\",\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift",
"kind": "StringLiteral",
"offset": 1117,
"length": 27,
"value": "\"com.inmobi.contextualData\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "FloatLiteral",
"offset": 363,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "IntegerLiteral",
"offset": 388,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "BooleanLiteral",
"offset": 413,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "BooleanLiteral",
"offset": 442,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "BooleanLiteral",
"offset": 473,
"length": 5,
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
index 8453647..c33885e 100644
--- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK
+// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AdSupport
import AppTrackingTransparency
@@ -20,6 +20,7 @@ import UIKit
import WebKit
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
@_hasMissingDesignatedInitializers @objc public class IMBannerPreloadManager : ObjectiveC.NSObject {
@objc public func preload()
@objc public func load()
@@ -62,7 +63,7 @@ import _StringProcessing
}
@objc public protocol IMInterstitialDelegate {
@objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didReceiveWithMetaInfo metaInfo: InMobiSDK.IMAdMetaInfo)
- @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: Swift.Error)
+ @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: any Swift.Error)
@objc optional func interstitialDidReceiveAd(_ interstitial: InMobiSDK.IMInterstitial)
@objc optional func interstitialDidFinishLoading(_ interstitial: InMobiSDK.IMInterstitial)
@objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToLoadWithError error: InMobiSDK.IMRequestStatus)
@@ -86,8 +87,8 @@ import _StringProcessing
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMSdk : ObjectiveC.NSObject {
- @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil)
- @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil)
+ @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: (((any Swift.Error)?) -> Swift.Void)? = nil)
+ @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: (((any Swift.Error)?) -> Swift.Void)? = nil)
@available(*, deprecated, message: "Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future")
@objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?)
@available(*, deprecated, message: "Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future")
@@ -152,8 +153,8 @@ extension InMobiSDK.IMSdk {
@objc get
@objc set
}
- @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMBannerDelegate?
- @objc @_Concurrency.MainActor(unsafe) weak public var audioDelegate: InMobiSDK.IMBannerAudioDelegate? {
+ @objc @_Concurrency.MainActor(unsafe) weak public var delegate: (any InMobiSDK.IMBannerDelegate)?
+ @objc @_Concurrency.MainActor(unsafe) weak public var audioDelegate: (any InMobiSDK.IMBannerAudioDelegate)? {
@objc get
@objc set
}
@@ -188,7 +189,7 @@ extension InMobiSDK.IMSdk {
}
@_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect)
@objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64)
- @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMBannerDelegate?)
+ @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: (any InMobiSDK.IMBannerDelegate)?)
@objc @_Concurrency.MainActor(unsafe) public func load()
@objc @_Concurrency.MainActor(unsafe) public func load(_ response: Foundation.Data)
@objc @_Concurrency.MainActor(unsafe) public func shouldAutoRefresh(_ shouldAutoRefresh: Swift.Bool)
@@ -220,7 +221,7 @@ extension InMobiSDK.IMSdk {
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMUnifiedIdService : ObjectiveC.NSObject {
@objc public class func push(_ data: InMobiSDK.IMUserDataModel?)
@objc public class func reset()
- @objc public class func fetchUnifiedIds(_ delegate: InMobiSDK.IMUnifiedIdDelegate?)
+ @objc public class func fetchUnifiedIds(_ delegate: (any InMobiSDK.IMUnifiedIdDelegate)?)
@objc public class func enableDebugMode(_ debugMode: Swift.Bool)
@objc deinit
}
@@ -234,7 +235,7 @@ extension InMobiSDK.IMSdk {
@objc get
@objc set
}
- @objc weak public var delegate: InMobiSDK.IMNativeDelegate?
+ @objc weak public var delegate: (any InMobiSDK.IMNativeDelegate)?
@objc public var keywords: Swift.String? {
@objc get
@objc set
@@ -275,7 +276,7 @@ extension InMobiSDK.IMSdk {
@objc get
}
@objc convenience public init(placementId: Swift.Int64)
- @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMNativeDelegate?)
+ @objc public init(placementId: Swift.Int64, delegate: (any InMobiSDK.IMNativeDelegate)?)
@objc public func primaryView(ofWidth width: CoreFoundation.CGFloat) -> UIKit.UIView?
@objc public func load()
@objc public func load(_ response: Foundation.Data)
@@ -314,7 +315,7 @@ extension InMobiSDK.IMSdk {
@objc optional func banner(_ banner: InMobiSDK.IMBanner, audioStatusChanged status: InMobiSDK.IMBannerAudioStatus)
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) public class IMAudio : UIKit.UIView {
- @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMAudioDelegate?
+ @objc @_Concurrency.MainActor(unsafe) weak public var delegate: (any InMobiSDK.IMAudioDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var placementId: Swift.Int64 {
@objc get
@objc set
@@ -340,7 +341,7 @@ extension InMobiSDK.IMSdk {
}
@_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect)
@objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64)
- @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMAudioDelegate?)
+ @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: (any InMobiSDK.IMAudioDelegate)?)
@objc @_Concurrency.MainActor(unsafe) public func getAdMetaInfo() -> [Swift.String : Any]?
@objc deinit
}
@@ -352,7 +353,7 @@ extension InMobiSDK.IMAudio {
}
@_inheritsConvenienceInitializers @objc public class IMBannerAudioHandler : ObjectiveC.NSObject {
@objc public static func setAudioEnabled(_ isEnabled: Swift.Bool)
- @objc public func onView(_ view: UIKit.UIView, addBannerAudioDelegate delegate: InMobiSDK.IMBannerAudioDelegate)
+ @objc public func onView(_ view: UIKit.UIView, addBannerAudioDelegate delegate: any InMobiSDK.IMBannerAudioDelegate)
@objc override dynamic public init()
@objc deinit
}
@@ -390,7 +391,7 @@ extension InMobiSDK.IMAudio {
@objc get
@objc set
}
- @objc weak public var delegate: InMobiSDK.IMInterstitialDelegate?
+ @objc weak public var delegate: (any InMobiSDK.IMInterstitialDelegate)?
@objc public var keywords: Swift.String? {
@objc get
@objc set
@@ -410,7 +411,7 @@ extension InMobiSDK.IMAudio {
@objc get
}
@objc convenience public init(placementId: Swift.Int64)
- @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMInterstitialDelegate?)
+ @objc public init(placementId: Swift.Int64, delegate: (any InMobiSDK.IMInterstitialDelegate)?)
@objc public func load()
@objc public func load(_ response: Foundation.Data)
@objc public func isReady() -> Swift.Bool
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc
index c51da37..de5c3a4 100644
Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
index 8453647..c33885e 100644
--- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK
+// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AdSupport
import AppTrackingTransparency
@@ -20,6 +20,7 @@ import UIKit
import WebKit
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
@_hasMissingDesignatedInitializers @objc public class IMBannerPreloadManager : ObjectiveC.NSObject {
@objc public func preload()
@objc public func load()
@@ -62,7 +63,7 @@ import _StringProcessing
}
@objc public protocol IMInterstitialDelegate {
@objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didReceiveWithMetaInfo metaInfo: InMobiSDK.IMAdMetaInfo)
- @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: Swift.Error)
+ @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: any Swift.Error)
@objc optional func interstitialDidReceiveAd(_ interstitial: InMobiSDK.IMInterstitial)
@objc optional func interstitialDidFinishLoading(_ interstitial: InMobiSDK.IMInterstitial)
@objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToLoadWithError error: InMobiSDK.IMRequestStatus)
@@ -86,8 +87,8 @@ import _StringProcessing
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMSdk : ObjectiveC.NSObject {
- @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil)
- @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil)
+ @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: (((any Swift.Error)?) -> Swift.Void)? = nil)
+ @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: (((any Swift.Error)?) -> Swift.Void)? = nil)
@available(*, deprecated, message: "Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future")
@objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?)
@available(*, deprecated, message: "Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future")
@@ -152,8 +153,8 @@ extension InMobiSDK.IMSdk {
@objc get
@objc set
}
- @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMBannerDelegate?
- @objc @_Concurrency.MainActor(unsafe) weak public var audioDelegate: InMobiSDK.IMBannerAudioDelegate? {
+ @objc @_Concurrency.MainActor(unsafe) weak public var delegate: (any InMobiSDK.IMBannerDelegate)?
+ @objc @_Concurrency.MainActor(unsafe) weak public var audioDelegate: (any InMobiSDK.IMBannerAudioDelegate)? {
@objc get
@objc set
}
@@ -188,7 +189,7 @@ extension InMobiSDK.IMSdk {
}
@_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect)
@objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64)
- @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMBannerDelegate?)
+ @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: (any InMobiSDK.IMBannerDelegate)?)
@objc @_Concurrency.MainActor(unsafe) public func load()
@objc @_Concurrency.MainActor(unsafe) public func load(_ response: Foundation.Data)
@objc @_Concurrency.MainActor(unsafe) public func shouldAutoRefresh(_ shouldAutoRefresh: Swift.Bool)
@@ -220,7 +221,7 @@ extension InMobiSDK.IMSdk {
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMUnifiedIdService : ObjectiveC.NSObject {
@objc public class func push(_ data: InMobiSDK.IMUserDataModel?)
@objc public class func reset()
- @objc public class func fetchUnifiedIds(_ delegate: InMobiSDK.IMUnifiedIdDelegate?)
+ @objc public class func fetchUnifiedIds(_ delegate: (any InMobiSDK.IMUnifiedIdDelegate)?)
@objc public class func enableDebugMode(_ debugMode: Swift.Bool)
@objc deinit
}
@@ -234,7 +235,7 @@ extension InMobiSDK.IMSdk {
@objc get
@objc set
}
- @objc weak public var delegate: InMobiSDK.IMNativeDelegate?
+ @objc weak public var delegate: (any InMobiSDK.IMNativeDelegate)?
@objc public var keywords: Swift.String? {
@objc get
@objc set
@@ -275,7 +276,7 @@ extension InMobiSDK.IMSdk {
@objc get
}
@objc convenience public init(placementId: Swift.Int64)
- @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMNativeDelegate?)
+ @objc public init(placementId: Swift.Int64, delegate: (any InMobiSDK.IMNativeDelegate)?)
@objc public func primaryView(ofWidth width: CoreFoundation.CGFloat) -> UIKit.UIView?
@objc public func load()
@objc public func load(_ response: Foundation.Data)
@@ -314,7 +315,7 @@ extension InMobiSDK.IMSdk {
@objc optional func banner(_ banner: InMobiSDK.IMBanner, audioStatusChanged status: InMobiSDK.IMBannerAudioStatus)
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) public class IMAudio : UIKit.UIView {
- @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMAudioDelegate?
+ @objc @_Concurrency.MainActor(unsafe) weak public var delegate: (any InMobiSDK.IMAudioDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var placementId: Swift.Int64 {
@objc get
@objc set
@@ -340,7 +341,7 @@ extension InMobiSDK.IMSdk {
}
@_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect)
@objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64)
- @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMAudioDelegate?)
+ @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: (any InMobiSDK.IMAudioDelegate)?)
@objc @_Concurrency.MainActor(unsafe) public func getAdMetaInfo() -> [Swift.String : Any]?
@objc deinit
}
@@ -352,7 +353,7 @@ extension InMobiSDK.IMAudio {
}
@_inheritsConvenienceInitializers @objc public class IMBannerAudioHandler : ObjectiveC.NSObject {
@objc public static func setAudioEnabled(_ isEnabled: Swift.Bool)
- @objc public func onView(_ view: UIKit.UIView, addBannerAudioDelegate delegate: InMobiSDK.IMBannerAudioDelegate)
+ @objc public func onView(_ view: UIKit.UIView, addBannerAudioDelegate delegate: any InMobiSDK.IMBannerAudioDelegate)
@objc override dynamic public init()
@objc deinit
}
@@ -390,7 +391,7 @@ extension InMobiSDK.IMAudio {
@objc get
@objc set
}
- @objc weak public var delegate: InMobiSDK.IMInterstitialDelegate?
+ @objc weak public var delegate: (any InMobiSDK.IMInterstitialDelegate)?
@objc public var keywords: Swift.String? {
@objc get
@objc set
@@ -410,7 +411,7 @@ extension InMobiSDK.IMAudio {
@objc get
}
@objc convenience public init(placementId: Swift.Int64)
- @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMInterstitialDelegate?)
+ @objc public init(placementId: Swift.Int64, delegate: (any InMobiSDK.IMInterstitialDelegate)?)
@objc public func load()
@objc public func load(_ response: Foundation.Data)
@objc public func isReady() -> Swift.Bool
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
index b1aaba6..c0ab414 100644
--- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
+++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
@@ -1592,6 +1592,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -6299,6 +6306,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -11341,6 +11355,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -17127,6 +17148,41 @@
"printedName": "CVarArg",
"usr": "s:s7CVarArgP",
"mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Transferable",
+ "printedName": "Transferable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Representation",
+ "printedName": "Representation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "OpaqueTypeArchetype",
+ "printedName": "some CoreTransferable.TransferRepresentation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransferRepresentation",
+ "printedName": "CoreTransferable.TransferRepresentation",
+ "usr": "s:16CoreTransferable22TransferRepresentationP"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Sendable",
+ "printedName": "Swift.Sendable",
+ "usr": "s:s8SendableP"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "usr": "s:16CoreTransferable0B0P",
+ "mangledName": "$s16CoreTransferable0B0P"
}
]
}
@@ -17135,7119 +17191,7119 @@
},
"ConstValues": [
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 247,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 275,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 299,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 247,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 275,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 299,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 247,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 275,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "IntegerLiteral",
"offset": 299,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "StringLiteral",
"offset": 509,
"length": 46,
"value": "\"com.inmobi.IMAdQualityNetworkInterface.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkInterface.swift",
"kind": "BooleanLiteral",
"offset": 802,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift",
"kind": "StringLiteral",
"offset": 770,
"length": 31,
"value": "\"Kindly create IMBanner Object\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift",
"kind": "StringLiteral",
"offset": 584,
"length": 22,
"value": "\"InMobiSDK.IMBannerPreloadManager\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 248,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 317,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 337,
"length": 1,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 364,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 389,
"length": 1,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 419,
"length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 248,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 317,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 337,
"length": 1,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 364,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 389,
"length": 1,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 419,
"length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 248,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 317,
"length": 1,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 337,
"length": 1,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 364,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 389,
"length": 1,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 419,
"length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift",
"kind": "StringLiteral",
"offset": 4834,
"length": 45,
"value": "\"com.inmobi.unifiedidservice.backgroundQueue\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 6,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 14,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 347,
"length": 14,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 371,
"length": 15,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 396,
"length": 27,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 433,
"length": 13,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 456,
"length": 11,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 477,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 495,
"length": 19,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 524,
"length": 22,
"value": "10"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 556,
"length": 20,
"value": "11"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 586,
"length": 17,
"value": "12"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 613,
"length": 18,
"value": "13"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 641,
"length": 17,
"value": "14"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 684,
"length": 2,
"value": "22"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 719,
"length": 2,
"value": "23"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 6,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 14,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 347,
"length": 14,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 371,
"length": 15,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 396,
"length": 27,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 433,
"length": 13,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 456,
"length": 11,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 477,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 495,
"length": 19,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 524,
"length": 22,
"value": "10"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 556,
"length": 20,
"value": "11"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 586,
"length": 17,
"value": "12"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 613,
"length": 18,
"value": "13"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 641,
"length": 17,
"value": "14"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 684,
"length": 2,
"value": "22"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "IntegerLiteral",
"offset": 719,
"length": 2,
"value": "23"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift",
"kind": "StringLiteral",
"offset": 744,
"length": 15,
"value": "\"InMobiSDK.IMRequestStatus\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift",
"kind": "BooleanLiteral",
"offset": 536,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift",
"kind": "StringLiteral",
"offset": 168,
"length": 11,
"value": "\"InMobiSDK.IMAdManager\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift",
"kind": "BooleanLiteral",
"offset": 380,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift",
"kind": "StringLiteral",
"offset": 184,
"length": 24,
"value": "\"InMobiSDK.IMInterstitialAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "StringLiteral",
"offset": 201,
"length": 38,
"value": "\"com.inmobi.ads.adresponsemodel.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 300,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 300,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 300,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift",
"kind": "IntegerLiteral",
"offset": 323,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Audience Bidding\/IMAudienceBiddingToken.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Audience Bidding\/IMAudienceBiddingToken.swift",
"kind": "IntegerLiteral",
"offset": 237,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
"kind": "BooleanLiteral",
"offset": 428,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
"kind": "BooleanLiteral",
"offset": 490,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
"kind": "BooleanLiteral",
"offset": 622,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityManager.swift",
"kind": "StringLiteral",
"offset": 726,
"length": 36,
"value": "\"com.inmobi.IMAdQualityManager.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAudioAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAudioAdUnit.swift",
"kind": "StringLiteral",
"offset": 171,
"length": 13,
"value": "\"InMobiSDK.IMAudioAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
"kind": "BooleanLiteral",
"offset": 1047,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
"kind": "FloatLiteral",
"offset": 2482,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Movable\/IMMovableView.swift",
"kind": "FloatLiteral",
"offset": 2534,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdFetchServiceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdFetchServiceManager.swift",
"kind": "StringLiteral",
"offset": 219,
"length": 42,
"value": "\"com.inmobi.unifiedid.fetch.service.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataModel.swift",
"kind": "StringLiteral",
"offset": 892,
"length": 15,
"value": "\"InMobiSDK.IMUserDataModel\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMKeyValueStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMKeyValueStore.swift",
"kind": "StringLiteral",
"offset": 191,
"length": 12,
"value": "\"com.inmobi\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Model\/IMLogEntry.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Model\/IMLogEntry.swift",
"kind": "BooleanLiteral",
"offset": 341,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 319,
"length": 41,
"value": "\"com.inmobi.IMPublisherProvidedInfo.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 398,
"length": 24,
"value": "\"com.inmobi.user.gender\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 462,
"length": 27,
"value": "\"com.inmobi.user.education\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 533,
"length": 29,
"value": "\"com.inmobi.user.yearofbirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 596,
"length": 21,
"value": "\"com.inmobi.user.age\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 656,
"length": 26,
"value": "\"com.inmobi.user.language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 724,
"length": 28,
"value": "\"com.inmobi.user.postalcode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 792,
"length": 26,
"value": "\"com.inmobi.user.areacode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 858,
"length": 27,
"value": "\"com.inmobi.user.interests\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 925,
"length": 26,
"value": "\"com.inmobi.user.agegroup\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 994,
"length": 29,
"value": "\"com.inmobi.user.haslocation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1062,
"length": 26,
"value": "\"com.inmobi.user.latitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1128,
"length": 27,
"value": "\"com.inmobi.user.longitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1194,
"length": 26,
"value": "\"com.inmobi.user.accuracy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1263,
"length": 29,
"value": "\"com.inmobi.user.lastknownts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1334,
"length": 28,
"value": "\"com.inmobi.sdk.haslocation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1400,
"length": 25,
"value": "\"com.inmobi.sdk.latitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1464,
"length": 26,
"value": "\"com.inmobi.sdk.longitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1528,
"length": 25,
"value": "\"com.inmobi.sdk.accuracy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1596,
"length": 28,
"value": "\"com.inmobi.sdk.lastknownts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1659,
"length": 22,
"value": "\"com.inmobi.user.city\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1717,
"length": 23,
"value": "\"com.inmobi.user.state\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1778,
"length": 25,
"value": "\"com.inmobi.user.country\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1848,
"length": 32,
"value": "\"com.inmobi.publisher.unifiedid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift",
"kind": "StringLiteral",
"offset": 1925,
"length": 32,
"value": "\"com.inmobi.user.age.restricted\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 261,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 277,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 261,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 277,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBanner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBanner.swift",
"kind": "IntegerLiteral",
"offset": 7762,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift",
"kind": "BooleanLiteral",
"offset": 262,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift",
"kind": "StringLiteral",
"offset": 171,
"length": 14,
"value": "\"InMobiSDK.IMBannerCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitialPreloadManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitialPreloadManager.swift",
"kind": "StringLiteral",
"offset": 614,
"length": 28,
"value": "\"InMobiSDK.IMInterstitialPreloadManager\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 216,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 13,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 332,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 372,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 409,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 444,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 478,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 508,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 545,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 605,
"length": 4,
"value": "1101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 647,
"length": 4,
"value": "1102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 675,
"length": 4,
"value": "1103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 737,
"length": 4,
"value": "1104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 781,
"length": 4,
"value": "1105"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 812,
"length": 4,
"value": "1106"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 846,
"length": 4,
"value": "1107"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 885,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 921,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 953,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 981,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1012,
"length": 4,
"value": "1112"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1046,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1082,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1116,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1160,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1193,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1216,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1250,
"length": 4,
"value": "1119"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1286,
"length": 4,
"value": "1120"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1327,
"length": 4,
"value": "1131"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1358,
"length": 4,
"value": "1132"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1421,
"length": 4,
"value": "1133"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1482,
"length": 4,
"value": "1134"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1540,
"length": 4,
"value": "1135"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1600,
"length": 4,
"value": "1136"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1629,
"length": 4,
"value": "1160"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1668,
"length": 4,
"value": "1161"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1712,
"length": 4,
"value": "1162"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1755,
"length": 4,
"value": "1170"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1784,
"length": 4,
"value": "1181"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1815,
"length": 4,
"value": "1182"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1856,
"length": 4,
"value": "1183"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1904,
"length": 4,
"value": "1184"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1932,
"length": 4,
"value": "1185"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1980,
"length": 4,
"value": "1186"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2008,
"length": 4,
"value": "1187"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2052,
"length": 4,
"value": "1310"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2101,
"length": 4,
"value": "1311"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2148,
"length": 4,
"value": "1312"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2189,
"length": 4,
"value": "1315"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 216,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 13,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 332,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 372,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 409,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 444,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 478,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 508,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 545,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 605,
"length": 4,
"value": "1101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 647,
"length": 4,
"value": "1102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 675,
"length": 4,
"value": "1103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 737,
"length": 4,
"value": "1104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 781,
"length": 4,
"value": "1105"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 812,
"length": 4,
"value": "1106"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 846,
"length": 4,
"value": "1107"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 885,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 921,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 953,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 981,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1012,
"length": 4,
"value": "1112"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1046,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1082,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1116,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1160,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1193,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1216,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1250,
"length": 4,
"value": "1119"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1286,
"length": 4,
"value": "1120"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1327,
"length": 4,
"value": "1131"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1358,
"length": 4,
"value": "1132"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1421,
"length": 4,
"value": "1133"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1482,
"length": 4,
"value": "1134"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1540,
"length": 4,
"value": "1135"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1600,
"length": 4,
"value": "1136"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1629,
"length": 4,
"value": "1160"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1668,
"length": 4,
"value": "1161"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1712,
"length": 4,
"value": "1162"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1755,
"length": 4,
"value": "1170"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1784,
"length": 4,
"value": "1181"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1815,
"length": 4,
"value": "1182"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1856,
"length": 4,
"value": "1183"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1904,
"length": 4,
"value": "1184"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1932,
"length": 4,
"value": "1185"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1980,
"length": 4,
"value": "1186"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2008,
"length": 4,
"value": "1187"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2052,
"length": 4,
"value": "1310"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2101,
"length": 4,
"value": "1311"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2148,
"length": 4,
"value": "1312"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2189,
"length": 4,
"value": "1315"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 216,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 13,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 332,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 372,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 409,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 444,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 478,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 508,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 545,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 605,
"length": 4,
"value": "1101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 647,
"length": 4,
"value": "1102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 675,
"length": 4,
"value": "1103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 737,
"length": 4,
"value": "1104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 781,
"length": 4,
"value": "1105"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 812,
"length": 4,
"value": "1106"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 846,
"length": 4,
"value": "1107"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 885,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 921,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 953,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 981,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1012,
"length": 4,
"value": "1112"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1046,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1082,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1116,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1160,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1193,
"length": 4,
"value": "1117"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1216,
"length": 4,
"value": "1118"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1250,
"length": 4,
"value": "1119"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1286,
"length": 4,
"value": "1120"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1327,
"length": 4,
"value": "1131"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1358,
"length": 4,
"value": "1132"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1421,
"length": 4,
"value": "1133"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1482,
"length": 4,
"value": "1134"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1540,
"length": 4,
"value": "1135"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1600,
"length": 4,
"value": "1136"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1629,
"length": 4,
"value": "1160"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1668,
"length": 4,
"value": "1161"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1712,
"length": 4,
"value": "1162"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1755,
"length": 4,
"value": "1170"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1784,
"length": 4,
"value": "1181"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1815,
"length": 4,
"value": "1182"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1856,
"length": 4,
"value": "1183"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1904,
"length": 4,
"value": "1184"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1932,
"length": 4,
"value": "1185"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 1980,
"length": 4,
"value": "1186"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2008,
"length": 4,
"value": "1187"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2052,
"length": 4,
"value": "1310"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2101,
"length": 4,
"value": "1311"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2148,
"length": 4,
"value": "1312"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "IntegerLiteral",
"offset": 2189,
"length": 4,
"value": "1315"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift",
"kind": "StringLiteral",
"offset": 3609,
"length": 30,
"value": "\"com.inmobi.ads.requeststatus\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 280,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 304,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 324,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 348,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 280,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 304,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 324,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 348,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 280,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 304,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 324,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift",
"kind": "IntegerLiteral",
"offset": 348,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceSaveOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceSaveOperation.swift",
"kind": "BooleanLiteral",
"offset": 371,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceSaveOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceSaveOperation.swift",
"kind": "StringLiteral",
"offset": 181,
"length": 29,
"value": "\"InMobiSDK.IMLogPersistenceSaveOperation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
"kind": "IntegerLiteral",
"offset": 248,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
"kind": "IntegerLiteral",
"offset": 294,
"length": 2,
"value": "32"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift",
"kind": "IntegerLiteral",
"offset": 341,
"length": 2,
"value": "36"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 368,
"length": 16,
"value": "\"com.inmobi.log\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 416,
"length": 14,
"value": "\"InMobiSdkLog\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 461,
"length": 4,
"value": "\"id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 498,
"length": 8,
"value": "\"expiry\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 541,
"length": 9,
"value": "\"created\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 1032,
"length": 17,
"value": "\"com.inmobi.logs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "BooleanLiteral",
"offset": 1157,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 1221,
"length": 10,
"value": "\"\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Persistence\/IMSdkLogDAO.swift",
"kind": "StringLiteral",
"offset": 1230,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 439,
"length": 12,
"value": "\"mk-ad-slot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 486,
"length": 6,
"value": "\"u-rt\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 526,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 439,
"length": 12,
"value": "\"mk-ad-slot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 486,
"length": 6,
"value": "\"u-rt\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 526,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1171,
"length": 19,
"value": "\"a-parentViewWidth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1221,
"length": 18,
"value": "\"a-productVersion\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1267,
"length": 13,
"value": "\"trackerType\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1171,
"length": 19,
"value": "\"a-parentViewWidth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1221,
"length": 18,
"value": "\"a-productVersion\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1267,
"length": 13,
"value": "\"trackerType\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1787,
"length": 12,
"value": "\"mk-ad-slot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1827,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1787,
"length": 12,
"value": "\"mk-ad-slot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1827,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2730,
"length": 3,
"value": "\"0\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2762,
"length": 4,
"value": "\"im\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2839,
"length": 14,
"value": "\"u-postalcode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2878,
"length": 12,
"value": "\"u-areacode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2927,
"length": 33,
"value": "\"d-density-dependent-screen-size\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2985,
"length": 12,
"value": "\"d-textsize\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3020,
"length": 8,
"value": "\"adtype\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3053,
"length": 19,
"value": "\"client-request-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3105,
"length": 8,
"value": "\"format\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3141,
"length": 9,
"value": "\"im-plid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3172,
"length": 12,
"value": "\"c-ap-bssid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3215,
"length": 20,
"value": "\"loc-consent-status\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3260,
"length": 12,
"value": "\"u-appcache\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3308,
"length": 23,
"value": "\"has-dynamic-mediation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3357,
"length": 12,
"value": "\"int-origin\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2839,
"length": 14,
"value": "\"u-postalcode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2878,
"length": 12,
"value": "\"u-areacode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2927,
"length": 33,
"value": "\"d-density-dependent-screen-size\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2985,
"length": 12,
"value": "\"d-textsize\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3020,
"length": 8,
"value": "\"adtype\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3053,
"length": 19,
"value": "\"client-request-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3105,
"length": 8,
"value": "\"format\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3141,
"length": 9,
"value": "\"im-plid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3172,
"length": 12,
"value": "\"c-ap-bssid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3215,
"length": 20,
"value": "\"loc-consent-status\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3260,
"length": 12,
"value": "\"u-appcache\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3308,
"length": 23,
"value": "\"has-dynamic-mediation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3357,
"length": 12,
"value": "\"int-origin\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMUnifiedLogger.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMUnifiedLogger.swift",
"kind": "Array",
"offset": 1001,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMUnifiedLogger.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMUnifiedLogger.swift",
"kind": "BooleanLiteral",
"offset": 1828,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 207,
"length": 12,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 245,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 207,
"length": 12,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 245,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 207,
"length": 12,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 245,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 635,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 652,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 666,
"length": 15,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 635,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 652,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 666,
"length": 15,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 635,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 652,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 666,
"length": 15,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "BooleanLiteral",
"offset": 984,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 1115,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "BooleanLiteral",
"offset": 1165,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "BooleanLiteral",
"offset": 1294,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 1405,
"length": 3,
"value": "320"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 1418,
"length": 2,
"value": "50"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "StringLiteral",
"offset": 1466,
"length": 3,
"value": "\"0\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "BooleanLiteral",
"offset": 3972,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift",
"kind": "IntegerLiteral",
"offset": 4493,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift",
"kind": "BooleanLiteral",
"offset": 7216,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift",
"kind": "StringLiteral",
"offset": 1320,
"length": 8,
"value": "\"InMobiSDK.IMNative\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataTypes.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataTypes.swift",
"kind": "StringLiteral",
"offset": 1083,
"length": 15,
"value": "\"InMobiSDK.IMUserDataTypes\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 16,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 298,
"length": 15,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 16,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 298,
"length": 15,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 16,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "IntegerLiteral",
"offset": 298,
"length": 15,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift",
"kind": "StringLiteral",
"offset": 423,
"length": 40,
"value": "\"kInMobiReachabilityChangedNotification\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 376,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 1070,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "StringLiteral",
"offset": 1276,
"length": 29,
"value": "\"com.inmobi.IMAdQuality.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 1386,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 1438,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 1534,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 1740,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 1794,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 1830,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "StringLiteral",
"offset": 199,
"length": 8,
"value": "\"InMobiSDK.IMAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift",
"kind": "IntegerLiteral",
"offset": 17062,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1068,
"length": 15,
"value": "\"d-nettype-raw\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1118,
"length": 16,
"value": "\"d-localization\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1165,
"length": 12,
"value": "\"d-language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1209,
"length": 19,
"value": "\"d-devicemachinehw\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1255,
"length": 10,
"value": "\"u-appver\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1293,
"length": 10,
"value": "\"u-appbid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1334,
"length": 10,
"value": "\"u-appdnm\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1374,
"length": 18,
"value": "\"u-appsecure-dict\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1418,
"length": 4,
"value": "\"ts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1453,
"length": 19,
"value": "\"u-tracking-status\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1498,
"length": 12,
"value": "\"mk-version\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1533,
"length": 10,
"value": "\"u-id-map\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1566,
"length": 10,
"value": "\"u-id-adt\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1602,
"length": 8,
"value": "\"u-s-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1663,
"length": 13,
"value": "\"do_not_sell\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1708,
"length": 12,
"value": "\"us_privacy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1068,
"length": 15,
"value": "\"d-nettype-raw\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1118,
"length": 16,
"value": "\"d-localization\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1165,
"length": 12,
"value": "\"d-language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1209,
"length": 19,
"value": "\"d-devicemachinehw\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1255,
"length": 10,
"value": "\"u-appver\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1293,
"length": 10,
"value": "\"u-appbid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1334,
"length": 10,
"value": "\"u-appdnm\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1374,
"length": 18,
"value": "\"u-appsecure-dict\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1418,
"length": 4,
"value": "\"ts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1453,
"length": 19,
"value": "\"u-tracking-status\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1498,
"length": 12,
"value": "\"mk-version\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1533,
"length": 10,
"value": "\"u-id-map\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1566,
"length": 10,
"value": "\"u-id-adt\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1602,
"length": 8,
"value": "\"u-s-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1663,
"length": 13,
"value": "\"do_not_sell\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
"offset": 1708,
"length": 12,
"value": "\"us_privacy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
- "offset": 3615,
+ "offset": 3914,
"length": 20,
"value": "\"u-app-orientations\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
- "offset": 3660,
+ "offset": 3959,
"length": 4,
"value": "\"tz\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
- "offset": 3615,
+ "offset": 3914,
"length": 20,
"value": "\"u-app-orientations\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift",
"kind": "StringLiteral",
- "offset": 3660,
+ "offset": 3959,
"length": 4,
"value": "\"tz\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 261,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 261,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 272,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerAudioDelegate.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift",
"kind": "BooleanLiteral",
"offset": 807,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift",
"kind": "StringLiteral",
"offset": 528,
"length": 16,
"value": "\"InMobiSDK.IMNetworkWebView\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 2109,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 2148,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift",
"kind": "StringLiteral",
"offset": 412,
"length": 18,
"value": "\"InMobiSDK.IMNetworkOperation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMNativeCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMNativeCoreAd.swift",
"kind": "StringLiteral",
"offset": 171,
"length": 14,
"value": "\"InMobiSDK.IMNativeCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkRequest.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityNetworkRequest.swift",
"kind": "IntegerLiteral",
"offset": 566,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 217,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 234,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 271,
"length": 6,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 5,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 320,
"length": 6,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 336,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 354,
"length": 7,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 217,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 234,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 271,
"length": 6,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 5,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 320,
"length": 6,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 336,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 354,
"length": 7,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 217,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 234,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 271,
"length": 6,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 5,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 320,
"length": 6,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 336,
"length": 8,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift",
"kind": "IntegerLiteral",
"offset": 354,
"length": 7,
"value": "9"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 1335,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 2009,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 2674,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 3365,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 4069,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogAdTypeProtocol.swift",
"kind": "BooleanLiteral",
"offset": 4631,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudio.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudio.swift",
"kind": "IntegerLiteral",
"offset": 4571,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudio.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/AudioIcon\/IMAudio.swift",
"kind": "BooleanLiteral",
"offset": 4646,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift",
"kind": "StringLiteral",
"offset": 289,
"length": 37,
"value": "\"com.inmobi.IMComplianceManager.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 126,
"length": 5,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 155,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 126,
"length": 5,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Interface\/IMLogging.swift",
"kind": "IntegerLiteral",
"offset": 155,
"length": 5,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
"kind": "StringLiteral",
"offset": 218,
"length": 36,
"value": "\"com.inmobi.unifiedid.service.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
"kind": "StringLiteral",
"offset": 387,
"length": 45,
"value": "\"com.inmobi.IMUnifiedIdNetworkInterface.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift",
"kind": "BooleanLiteral",
"offset": 492,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMInternetAvailabilityAdRetryTracker.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMInternetAvailabilityAdRetryTracker.swift",
"kind": "IntegerLiteral",
"offset": 453,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMInternetAvailabilityAdRetryTracker.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMInternetAvailabilityAdRetryTracker.swift",
"kind": "BooleanLiteral",
"offset": 508,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift",
"kind": "BooleanLiteral",
"offset": 530,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift",
"kind": "StringLiteral",
"offset": 262,
"length": 14,
"value": "\"InMobiSDK.IMTimerManager\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPing.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPing.swift",
"kind": "StringLiteral",
"offset": 166,
"length": 6,
"value": "\"InMobiSDK.IMPing\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "IntegerLiteral",
"offset": 396,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 432,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 480,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "BooleanLiteral",
"offset": 800,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogNetworkOperation.swift",
"kind": "StringLiteral",
"offset": 173,
"length": 21,
"value": "\"InMobiSDK.IMLogNetworkOperation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12659,
"length": 15,
"value": "\".IMLTVPEvents\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12750,
"length": 20,
"value": "\"im-cfg-commons-mgr\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12815,
"length": 20,
"value": "\"im-cfg-metrics-mgr\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12879,
"length": 19,
"value": "\"im-cfg-req-params\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12940,
"length": 17,
"value": "\"im-cfg-root-mgr\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 12999,
"length": 24,
"value": "\"im_cache_ad_server_url\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13067,
"length": 26,
"value": "\"im_cache_rule_server_url\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13132,
"length": 20,
"value": "\"imm_cache_location\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13193,
"length": 24,
"value": "\"com.inmobi.logs.prefix\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13272,
"length": 13,
"value": "\"_iat_dids__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13325,
"length": 20,
"value": "\"_iat_dids_expiry__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13387,
"length": 17,
"value": "\"_iat_download__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13441,
"length": 12,
"value": "\"_iat_map__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13491,
"length": 24,
"value": "\"com.inmobi._iat_list__\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13577,
"length": 16,
"value": "\"iae_session_id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13637,
"length": 16,
"value": "\"iae_session_ts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13694,
"length": 13,
"value": "\"ltvp_ft_day\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13749,
"length": 14,
"value": "\"ltvp_ft_ever\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13806,
"length": 15,
"value": "\"ltvp_ft_month\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13863,
"length": 14,
"value": "\"ltvp_ft_user\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13919,
"length": 14,
"value": "\"ltvp_ft_week\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 13975,
"length": 14,
"value": "\"ltvp_ft_bits\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14041,
"length": 23,
"value": "\"com.inmobi.user.ltvid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14105,
"length": 40,
"value": "\"com.inmobi.commonManager.adNetwork.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14186,
"length": 38,
"value": "\"com.inmobi.commonManager.commons.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14261,
"length": 34,
"value": "\"com.inmobi.commonManager.iat.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14333,
"length": 35,
"value": "\"com.inmobi.commonManager.ltvp.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14411,
"length": 40,
"value": "\"com.inmobi.commonManager.rendering.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14489,
"length": 35,
"value": "\"com.inmobi.commonManager.carb.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14563,
"length": 36,
"value": "\"com.inmobi.commonManager.mraid.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14635,
"length": 33,
"value": "\"com.inmobi.commonManager.pk.uid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14734,
"length": 36,
"value": "\"com.inmobi.configManager.adNetwork\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14814,
"length": 34,
"value": "\"com.inmobi.configManager.commons\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14888,
"length": 30,
"value": "\"com.inmobi.configManager.iat\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 14959,
"length": 31,
"value": "\"com.inmobi.configManager.ltvp\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15031,
"length": 31,
"value": "\"com.inmobi.configManager.root\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15108,
"length": 36,
"value": "\"com.inmobi.configManager.rendering\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15185,
"length": 31,
"value": "\"com.inmobi.configManager.carb\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15255,
"length": 29,
"value": "\"com.inmobi.configManager.pk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15360,
"length": 38,
"value": "\"com.inmobi.metricManager.configs.API\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15445,
"length": 44,
"value": "\"com.inmobi.metricManager.configs.adNetwork\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15537,
"length": 38,
"value": "\"com.inmobi.metricManager.configs.iat\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15621,
"length": 36,
"value": "\"com.inmobi.metricManager.count.API\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15702,
"length": 42,
"value": "\"com.inmobi.metricManager.count.adNetwork\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15790,
"length": 36,
"value": "\"com.inmobi.metricManager.count.iat\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15869,
"length": 40,
"value": "\"com.inmobi.metricManager.timestamp.API\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 15951,
"length": 46,
"value": "\"com.inmobi.metricManager.timestamp.adNetwork\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16040,
"length": 40,
"value": "\"com.inmobi.metricManager.timestamp.iat\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16139,
"length": 29,
"value": "\"com.inmobi.catalog.updateTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16209,
"length": 24,
"value": "\"com.inmobi.user.gender\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16271,
"length": 27,
"value": "\"com.inmobi.user.education\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16336,
"length": 29,
"value": "\"com.inmobi.user.dateOfBirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16403,
"length": 21,
"value": "\"com.inmobi.user.age\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16473,
"length": 31,
"value": "\"com.inmobi.user.maritalStatus\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16557,
"length": 35,
"value": "\"com.inmobi.user.sexualOrientation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16639,
"length": 29,
"value": "\"com.inmobi.user.hasChildren\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16707,
"length": 26,
"value": "\"com.inmobi.user.language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16774,
"length": 28,
"value": "\"com.inmobi.user.postalCode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16841,
"length": 26,
"value": "\"com.inmobi.user.areaCode\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16910,
"length": 27,
"value": "\"com.inmobi.user.interests\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 16983,
"length": 29,
"value": "\"com.inmobi.user.hasLocation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17050,
"length": 26,
"value": "\"com.inmobi.user.latitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17115,
"length": 27,
"value": "\"com.inmobi.user.longitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17181,
"length": 26,
"value": "\"com.inmobi.user.accuracy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17254,
"length": 44,
"value": "\"com.inmobi.user.lastKnownLocationTimestamp\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17337,
"length": 22,
"value": "\"com.inmobi.user.city\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17399,
"length": 23,
"value": "\"com.inmobi.user.state\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17464,
"length": 25,
"value": "\"com.inmobi.user.country\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17538,
"length": 26,
"value": "\"com.inmobi.sdk.sessionid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17609,
"length": 37,
"value": "\"com.inmobi.sdk.location.hasLocation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17683,
"length": 34,
"value": "\"com.inmobi.sdk.location.latitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17755,
"length": 35,
"value": "\"com.inmobi.sdk.location.longitude\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17828,
"length": 34,
"value": "\"com.inmobi.sdk.location.accuracy\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 17908,
"length": 52,
"value": "\"com.inmobi.sdk.location.lastKnownLocationTimestamp\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18005,
"length": 26,
"value": "\"com.inmobi.carb.updateTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18069,
"length": 19,
"value": "\"com.inmobi.aesKey\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18120,
"length": 18,
"value": "\"com.inmobi.ivKey\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18175,
"length": 33,
"value": "\"com.inmobi.exceptionlogs.prefix\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18296,
"length": 32,
"value": "\"crashreportinglasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18519,
"length": 26,
"value": "\"com.inmobi.user.agegroup\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18593,
"length": 29,
"value": "\"com.inmobi.user.yearofbirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18669,
"length": 29,
"value": "\"com.inmobi.user.lastknownts\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18731,
"length": 21,
"value": "\"com.inmobi.keys.aes\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 18905,
"length": 45,
"value": "\"InMobi_defaultStore_user_preference_to_send\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19108,
"length": 21,
"value": "\"InMobi_defaultStore\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19189,
"length": 25,
"value": "\"InMobi_com.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19368,
"length": 24,
"value": "\"com.inmobidefaultStore\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19455,
"length": 28,
"value": "\"com.inmobicom.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19620,
"length": 25,
"value": "\"com.inmobi_defaultStore\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19709,
"length": 29,
"value": "\"com.inmobi_com.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19924,
"length": 9,
"value": "\".inmobi\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 19978,
"length": 19,
"value": "\"inmobi.sdkversion\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20035,
"length": 12,
"value": "\"com.inmobi\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20102,
"length": 26,
"value": "\"com.preinit.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20179,
"length": 24,
"value": "\"com.coppa.config.store\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20256,
"length": 17,
"value": "\"_configUpdateTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20326,
"length": 24,
"value": "\"bannerlasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20400,
"length": 21,
"value": "\"intlasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20474,
"length": 24,
"value": "\"nativelasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20564,
"length": 27,
"value": "\"telemetrylasttransmission\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20641,
"length": 21,
"value": "\"asimMappingManagers\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20710,
"length": 19,
"value": "\"asimPlacementInfo\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift",
"kind": "StringLiteral",
"offset": 20781,
"length": 23,
"value": "\"asimTrueBaseEventUrls\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMInterstitialCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMInterstitialCoreAd.swift",
"kind": "StringLiteral",
"offset": 177,
"length": 20,
"value": "\"InMobiSDK.IMInterstitialCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPingStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPingStore.swift",
"kind": "StringLiteral",
"offset": 707,
"length": 29,
"value": "\"com.inmobi.IMPingStore.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 349,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 349,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 288,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 349,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 1238,
"length": 6,
"value": "\"view\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 1275,
"length": 6,
"value": "\"type\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 1238,
"length": 6,
"value": "\"view\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 1275,
"length": 6,
"value": "\"type\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 2934,
"length": 10,
"value": "\"geometry\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 2934,
"length": 10,
"value": "\"geometry\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 7150,
"length": 2,
- "value": "1"
+ "value": "-1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "IntegerLiteral",
"offset": 7183,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "BooleanLiteral",
"offset": 7214,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "StringLiteral",
"offset": 7258,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "BooleanLiteral",
"offset": 8188,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "FloatLiteral",
"offset": 8240,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift",
"kind": "BooleanLiteral",
"offset": 8284,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5578,
"length": 5,
"value": "\"GET\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5600,
"length": 6,
"value": "\"POST\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5622,
"length": 5,
"value": "\"PUT\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5644,
"length": 6,
"value": "\"HEAD\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5578,
"length": 5,
"value": "\"GET\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5600,
"length": 6,
"value": "\"POST\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5622,
"length": 5,
"value": "\"PUT\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "StringLiteral",
"offset": 5644,
"length": 6,
"value": "\"HEAD\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "IntegerLiteral",
"offset": 5860,
"length": 2,
"value": "60"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "BooleanLiteral",
"offset": 5892,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "IntegerLiteral",
"offset": 5931,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "FloatLiteral",
"offset": 5972,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "BooleanLiteral",
"offset": 6014,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift",
"kind": "BooleanLiteral",
"offset": 6135,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/AdReport\/IMUserAdReportHandler.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/AdReport\/IMUserAdReportHandler.swift",
"kind": "StringLiteral",
"offset": 524,
"length": 21,
"value": "\"InMobiSDK.IMUserAdReportHandler\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 226,
"length": 3,
"value": "101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 239,
"length": 16,
"value": "102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 265,
"length": 12,
"value": "103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 18,
"value": "104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 226,
"length": 3,
"value": "101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 239,
"length": 16,
"value": "102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 265,
"length": 12,
"value": "103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 18,
"value": "104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 226,
"length": 3,
"value": "101"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 239,
"length": 16,
"value": "102"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 265,
"length": 12,
"value": "103"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "IntegerLiteral",
"offset": 287,
"length": 18,
"value": "104"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "StringLiteral",
"offset": 405,
"length": 27,
"value": "\"com.inmobi.initialisation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "BooleanLiteral",
"offset": 480,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift",
"kind": "BooleanLiteral",
"offset": 535,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMAdMetaInfo.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMAdMetaInfo.swift",
"kind": "StringLiteral",
"offset": 136,
"length": 12,
"value": "\"InMobiSDK.IMAdMetaInfo\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMBannerAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMBannerAdUnit.swift",
"kind": "StringLiteral",
"offset": 174,
"length": 14,
"value": "\"InMobiSDK.IMBannerAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Signals\/IMSDKGeoLocationManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Signals\/IMSDKGeoLocationManager.swift",
"kind": "BooleanLiteral",
"offset": 391,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 319,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 351,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 367,
"length": 13,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 390,
"length": 8,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 408,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 426,
"length": 7,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 443,
"length": 5,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 319,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 351,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 367,
"length": 13,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 390,
"length": 8,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 408,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 426,
"length": 7,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 443,
"length": 5,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 319,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 330,
"length": 11,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 351,
"length": 6,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 367,
"length": 13,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 390,
"length": 8,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 408,
"length": 8,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 426,
"length": 7,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift",
"kind": "IntegerLiteral",
"offset": 443,
"length": 5,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 498,
"length": 27,
"value": "\"a-lastAudioBannerPlayedTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 562,
"length": 22,
"value": "\"a-audioBannerEnabled\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 628,
"length": 19,
"value": "\"a-audioBannerFreq\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 693,
"length": 9,
"value": "\"a-b-umc\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 498,
"length": 27,
"value": "\"a-lastAudioBannerPlayedTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 562,
"length": 22,
"value": "\"a-audioBannerEnabled\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 628,
"length": 19,
"value": "\"a-audioBannerFreq\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 693,
"length": 9,
"value": "\"a-b-umc\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1456,
"length": 21,
"value": "\"a-lastAudioPlayedTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1526,
"length": 13,
"value": "\"a-audioFreq\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1590,
"length": 7,
"value": "\"a-umc\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1456,
"length": 21,
"value": "\"a-lastAudioPlayedTs\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1526,
"length": 13,
"value": "\"a-audioFreq\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAudioRequestParamsModel.swift",
"kind": "StringLiteral",
"offset": 1590,
"length": 7,
"value": "\"a-umc\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 206,
"length": 2,
- "value": "1"
+ "value": "-1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 269,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 290,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 206,
"length": 1,
- "value": "1"
+ "value": "-1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 269,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 290,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 206,
"length": 1,
- "value": "1"
+ "value": "-1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 229,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 250,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 269,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "IntegerLiteral",
"offset": 290,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "StringLiteral",
"offset": 393,
"length": 30,
"value": "\"com.inmobi.IMAdProvider.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "BooleanLiteral",
"offset": 636,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift",
"kind": "StringLiteral",
"offset": 307,
"length": 12,
"value": "\"InMobiSDK.IMAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift",
"kind": "BooleanLiteral",
"offset": 6716,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift",
"kind": "StringLiteral",
"offset": 869,
"length": 14,
"value": "\"InMobiSDK.IMInterstitial\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "StringLiteral",
"offset": 50,
"length": 31,
"value": "\"com.inmobi.ads.adsmodel.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 177,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 211,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 177,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 211,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 141,
"length": 4,
"value": "1113"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 177,
"length": 4,
"value": "1114"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 211,
"length": 4,
"value": "1115"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 4,
"value": "1116"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "StringLiteral",
"offset": 2439,
"length": 10,
"value": "\"tracking\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "StringLiteral",
"offset": 2439,
"length": 10,
"value": "\"tracking\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "BooleanLiteral",
"offset": 3071,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift",
"kind": "BooleanLiteral",
"offset": 3119,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1843,
"length": 7,
"value": "\"u-age\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1875,
"length": 12,
"value": "\"u-agegroup\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1915,
"length": 15,
"value": "\"u-yearofbirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1956,
"length": 13,
"value": "\"u-education\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1992,
"length": 10,
"value": "\"u-gender\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2028,
"length": 13,
"value": "\"u-interests\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2066,
"length": 12,
"value": "\"u-language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2103,
"length": 12,
"value": "\"u-location\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2147,
"length": 16,
"value": "\"u-latlong-accu\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2193,
"length": 25,
"value": "\"d-device-screen-density\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2245,
"length": 22,
"value": "\"d-device-screen-size\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2295,
"length": 15,
"value": "\"d-orientation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2331,
"length": 6,
"value": "\"ufid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2366,
"length": 24,
"value": "\"is-unifid-service-used\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2418,
"length": 16,
"value": "\"d-media-volume\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2464,
"length": 25,
"value": "\"d-device-screen-margins\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2521,
"length": 18,
"value": "\"sdk-capabilities\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2564,
"length": 11,
"value": "\"skan-list\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2601,
"length": 6,
"value": "\"os-v\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2632,
"length": 12,
"value": "\"p-keywords\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2678,
"length": 6,
"value": "\"s-co\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2715,
"length": 7,
"value": "\"s-iso\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2750,
"length": 6,
"value": "\"s-cn\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2778,
"length": 8,
"value": "\"im-ext\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2821,
"length": 18,
"value": "\"u-age-restricted\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2872,
"length": 8,
"value": "\"cs-ids\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2905,
"length": 9,
"value": "\"d-drk-m\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2947,
"length": 12,
"value": "\"d-key-lang\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2988,
"length": 12,
"value": "\"d-bat-chrg\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3029,
"length": 11,
"value": "\"d-bat-lev\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3073,
"length": 12,
"value": "\"d-tot-disk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3122,
"length": 11,
"value": "\"d-av-disk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3162,
"length": 11,
"value": "\"d-bat-sav\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3206,
"length": 7,
"value": "\"d-w-h\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3244,
"length": 8,
"value": "\"c_data\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3282,
"length": 5,
"value": "\"aKV\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3323,
"length": 4,
"value": "\"ik\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3358,
"length": 8,
"value": "\"n-h-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3396,
"length": 10,
"value": "\"u-r-crid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1843,
"length": 7,
"value": "\"u-age\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1875,
"length": 12,
"value": "\"u-agegroup\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1915,
"length": 15,
"value": "\"u-yearofbirth\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1956,
"length": 13,
"value": "\"u-education\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 1992,
"length": 10,
"value": "\"u-gender\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2028,
"length": 13,
"value": "\"u-interests\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2066,
"length": 12,
"value": "\"u-language\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2103,
"length": 12,
"value": "\"u-location\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2147,
"length": 16,
"value": "\"u-latlong-accu\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2193,
"length": 25,
"value": "\"d-device-screen-density\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2245,
"length": 22,
"value": "\"d-device-screen-size\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2295,
"length": 15,
"value": "\"d-orientation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2331,
"length": 6,
"value": "\"ufid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2366,
"length": 24,
"value": "\"is-unifid-service-used\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2418,
"length": 16,
"value": "\"d-media-volume\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2464,
"length": 25,
"value": "\"d-device-screen-margins\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2521,
"length": 18,
"value": "\"sdk-capabilities\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2564,
"length": 11,
"value": "\"skan-list\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2601,
"length": 6,
"value": "\"os-v\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2632,
"length": 12,
"value": "\"p-keywords\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2678,
"length": 6,
"value": "\"s-co\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2715,
"length": 7,
"value": "\"s-iso\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2750,
"length": 6,
"value": "\"s-cn\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2778,
"length": 8,
"value": "\"im-ext\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2821,
"length": 18,
"value": "\"u-age-restricted\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2872,
"length": 8,
"value": "\"cs-ids\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2905,
"length": 9,
"value": "\"d-drk-m\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2947,
"length": 12,
"value": "\"d-key-lang\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 2988,
"length": 12,
"value": "\"d-bat-chrg\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3029,
"length": 11,
"value": "\"d-bat-lev\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3073,
"length": 12,
"value": "\"d-tot-disk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3122,
"length": 11,
"value": "\"d-av-disk\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3162,
"length": 11,
"value": "\"d-bat-sav\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3206,
"length": 7,
"value": "\"d-w-h\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3244,
"length": 8,
"value": "\"c_data\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3282,
"length": 5,
"value": "\"aKV\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3323,
"length": 4,
"value": "\"ik\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3358,
"length": 8,
"value": "\"n-h-id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 3396,
"length": 10,
"value": "\"u-r-crid\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceDeleteOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceDeleteOperation.swift",
"kind": "BooleanLiteral",
"offset": 354,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceDeleteOperation.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedLogger\/Operation\/IMLogPersistenceDeleteOperation.swift",
"kind": "StringLiteral",
"offset": 183,
"length": 31,
"value": "\"InMobiSDK.IMLogPersistenceDeleteOperation\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Logging\/IMLogger.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Logging\/IMLogger.swift",
"kind": "StringLiteral",
"offset": 322,
"length": 25,
"value": "\"yyyy.MM.dd HH:mm:ss.SSS\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
"kind": "StringLiteral",
"offset": 224,
"length": 42,
"value": "\"com.inmobi.unifiedid.fetch.service.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
"kind": "StringLiteral",
"offset": 420,
"length": 54,
"value": "\"com.inmobi.IMUnifiedIdServicePushServiceManager.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift",
"kind": "BooleanLiteral",
"offset": 603,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMAudioCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMAudioCoreAd.swift",
"kind": "StringLiteral",
"offset": 171,
"length": 13,
"value": "\"InMobiSDK.IMAudioCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAudioAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAudioAdProvider.swift",
"kind": "StringLiteral",
"offset": 175,
"length": 17,
"value": "\"InMobiSDK.IMAudioAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 324,
"length": 27,
"value": "\"PersistentCleanSuccessful\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 388,
"length": 25,
"value": "\"Audio status is unknown\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 484,
"length": 26,
"value": "\"IABConsent_ConsentString\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 553,
"length": 26,
"value": "\"IABConsent_SubjectToGDPR\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 616,
"length": 20,
"value": "\"IABTCF_gdprApplies\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 670,
"length": 17,
"value": "\"IABTCF_TCString\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 750,
"length": 12,
"value": "\"retryCount\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 829,
"length": 14,
"value": "\"adQualityUrl\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 884,
"length": 18,
"value": "\"enableScreenshot\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 937,
"length": 14,
"value": "\"templateInfo\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 995,
"length": 17,
"value": "\"AdReportSuccess\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 1051,
"length": 16,
"value": "\"AdReportFailed\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 1116,
"length": 19,
"value": "\"ScreenshotSuccess\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 1208,
"length": 30,
"value": "\"templateTelemetryEventFailed\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift",
"kind": "StringLiteral",
"offset": 1266,
"length": 11,
"value": "\"eventType\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 187,
"length": 11,
"value": "\"AdQuality\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 225,
"length": 4,
"value": "\"id\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 263,
"length": 11,
"value": "\"imageName\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 308,
"length": 11,
"value": "\"beaconURL\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "StringLiteral",
"offset": 355,
"length": 8,
"value": "\"extras\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMAdQualityDAO.swift",
"kind": "BooleanLiteral",
"offset": 1912,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
"kind": "StringLiteral",
"offset": 203,
"length": 36,
"value": "\"com.inmobi.ads.trackersmodel.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift",
"kind": "IntegerLiteral",
"offset": 308,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Extensions\/Collection + Extension.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Extensions\/Collection + Extension.swift",
"kind": "Array",
"offset": 254,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMEncodingUtils.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMEncodingUtils.swift",
"kind": "BooleanLiteral",
"offset": 1568,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 205,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 230,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 266,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 334,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 362,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 205,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 230,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 266,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 334,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 362,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 205,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 230,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 266,
"length": 4,
"value": "1108"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 302,
"length": 4,
"value": "1109"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 334,
"length": 4,
"value": "1110"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "IntegerLiteral",
"offset": 362,
"length": 4,
"value": "1111"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 443,
"length": 26,
"value": "\"com.inmobi.network.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 512,
"length": 16,
"value": "\"Internal Error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 568,
"length": 28,
"value": "\"Service Returned An Error.\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 636,
"length": 20,
"value": "\"Client side errors\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 705,
"length": 52,
"value": "\"Network not reachable currently. Please try again.\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift",
"kind": "StringLiteral",
"offset": 376,
"length": 14,
"value": "\"InMobiSDK.IMNetworkError\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMWatermark.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMWatermark.swift",
"kind": "StringLiteral",
"offset": 192,
"length": 11,
"value": "\"InMobiSDK.IMWatermark\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMBannerAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMBannerAdProvider.swift",
"kind": "StringLiteral",
"offset": 178,
"length": 18,
"value": "\"InMobiSDK.IMBannerAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 237,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 254,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 237,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 254,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 237,
"length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 254,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Internal\/AudioIcon\/IMAudioInternalAudioStatus.swift",
"kind": "IntegerLiteral",
"offset": 270,
"length": 9,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdMulticastDelegate.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdMulticastDelegate.swift",
"kind": "StringLiteral",
"offset": 403,
"length": 46,
"value": "\"com.inmobi.IMUnifiedIdMulticastDelegate.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift",
"kind": "StringLiteral",
"offset": 292,
"length": 50,
"value": "\"com.inmobi.IMUnifiedlIdUserDataModelManager.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift",
"kind": "BooleanLiteral",
"offset": 434,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Init\/DataModels\/IMSDKSettingsEx.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Init\/DataModels\/IMSDKSettingsEx.swift",
"kind": "StringLiteral",
"offset": 216,
"length": 15,
"value": "\"InMobiSDK.IMSDKSettingsEx\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 421,
"length": 14,
"value": "\"h-user-agent\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 469,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 421,
"length": 14,
"value": "\"h-user-agent\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift",
"kind": "StringLiteral",
"offset": 469,
"length": 13,
"value": "\"audioObject\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
"kind": "IntegerLiteral",
"offset": 310,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
"kind": "IntegerLiteral",
"offset": 348,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift",
"kind": "StringLiteral",
"offset": 165,
"length": 8,
"value": "\"InMobiSDK.IMCoreAd\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMInterstitialAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMInterstitialAdUnit.swift",
"kind": "StringLiteral",
"offset": 193,
"length": 20,
"value": "\"InMobiSDK.IMInterstitialAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMScreenShotCaptureHandler.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMScreenShotCaptureHandler.swift",
"kind": "StringLiteral",
"offset": 889,
"length": 25,
"value": "\"com.inmobi.IMAdQuality_\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMScreenShotCaptureHandler.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/AdQuality\/IMScreenShotCaptureHandler.swift",
"kind": "StringLiteral",
"offset": 354,
"length": 26,
"value": "\"InMobiSDK.IMScreenShotCaptureHandler\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMNativeAdProvider.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMNativeAdProvider.swift",
"kind": "StringLiteral",
"offset": 178,
"length": 18,
"value": "\"InMobiSDK.IMNativeAdProvider\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 346,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 396,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 437,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "BooleanLiteral",
"offset": 483,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift",
"kind": "StringLiteral",
"offset": 187,
"length": 14,
"value": "\"InMobiSDK.IMNativeAdUnit\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 220,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 244,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 310,
"length": 4,
"value": "1003"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 335,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 374,
"length": 4,
"value": "1005"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 402,
"length": 4,
"value": "1006"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 431,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 468,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 502,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 535,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 565,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 602,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 220,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 244,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 310,
"length": 4,
"value": "1003"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 335,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 374,
"length": 4,
"value": "1005"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 402,
"length": 4,
"value": "1006"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 431,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 468,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 502,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 535,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 565,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 602,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 220,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 244,
"length": 4,
"value": "1000"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 279,
"length": 4,
"value": "1001"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 310,
"length": 4,
"value": "1003"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 335,
"length": 4,
"value": "1004"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 374,
"length": 4,
"value": "1005"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 402,
"length": 4,
"value": "1006"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 431,
"length": 4,
"value": "1010"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 468,
"length": 4,
"value": "1013"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 502,
"length": 4,
"value": "1014"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 535,
"length": 4,
"value": "1015"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 565,
"length": 4,
"value": "1016"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift",
"kind": "IntegerLiteral",
"offset": 602,
"length": 4,
"value": "1017"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 228,
"length": 24,
"value": "\"gdpr_consent_available\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 297,
"length": 14,
"value": "\"gdpr_consent\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 355,
"length": 6,
"value": "\"gdpr\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 420,
"length": 32,
"value": "\"partner_gdpr_consent_available\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "StringLiteral",
"offset": 501,
"length": 22,
"value": "\"partner_gdpr_applies\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 615,
"length": 5,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 630,
"length": 5,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 615,
"length": 5,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 630,
"length": 5,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 716,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 727,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 716,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 727,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1029,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1040,
"length": 17,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1067,
"length": 19,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1029,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1040,
"length": 17,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1067,
"length": 19,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1502,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1513,
"length": 14,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1537,
"length": 14,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1561,
"length": 14,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1585,
"length": 14,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1609,
"length": 14,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1633,
"length": 14,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1657,
"length": 7,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1502,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1513,
"length": 14,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1537,
"length": 14,
"value": "3"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1561,
"length": 14,
"value": "4"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1585,
"length": 14,
"value": "5"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1609,
"length": 14,
"value": "6"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1633,
"length": 14,
"value": "7"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 1657,
"length": 7,
"value": "8"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 2402,
"length": 14,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 2426,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 2402,
"length": 14,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift",
"kind": "IntegerLiteral",
"offset": 2426,
"length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift",
"kind": "StringLiteral",
"offset": 246,
"length": 27,
"value": "\"com.inmobi.IMSignals.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift",
"kind": "BooleanLiteral",
"offset": 409,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
"kind": "StringLiteral",
"offset": 253,
"length": 15,
"value": "\"inMobi.sqlite\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
"kind": "StringLiteral",
"offset": 303,
"length": 22,
"value": "\"com.inmobi.datastore\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift",
"kind": "StringLiteral",
"offset": 449,
"length": 34,
"value": "\"com.inmobi.IMRdbmsDataStore.lock\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "StringLiteral",
"offset": 190,
"length": 33,
"value": "\"com.inmobi.ads.adsetmodel.error\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 289,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 309,
"length": 13,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 289,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 309,
"length": 13,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 289,
"length": 10,
"value": "1"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "IntegerLiteral",
"offset": 309,
"length": 13,
"value": "2"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "BooleanLiteral",
"offset": 853,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "BooleanLiteral",
"offset": 896,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift",
"kind": "BooleanLiteral",
"offset": 933,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift",
"kind": "StringLiteral",
"offset": 844,
"length": 3,
"value": "\",\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift",
"kind": "StringLiteral",
"offset": 1117,
"length": 27,
"value": "\"com.inmobi.contextualData\""
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "FloatLiteral",
"offset": 363,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "IntegerLiteral",
"offset": 388,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "BooleanLiteral",
"offset": 413,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "BooleanLiteral",
"offset": 442,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1323\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
+ "filePath": "\/Users\/jenkins\/workspace\/nified-iOS-SDK_cd-flow_PR-1342_2\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift",
"kind": "BooleanLiteral",
"offset": 473,
"length": 5,
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
index 81c6791..7e14375 100644
--- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK
+// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AdSupport
import AppTrackingTransparency
@@ -20,6 +20,7 @@ import UIKit
import WebKit
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
@_hasMissingDesignatedInitializers @objc public class IMBannerPreloadManager : ObjectiveC.NSObject {
@objc public func preload()
@objc public func load()
@@ -62,7 +63,7 @@ import _StringProcessing
}
@objc public protocol IMInterstitialDelegate {
@objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didReceiveWithMetaInfo metaInfo: InMobiSDK.IMAdMetaInfo)
- @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: Swift.Error)
+ @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: any Swift.Error)
@objc optional func interstitialDidReceiveAd(_ interstitial: InMobiSDK.IMInterstitial)
@objc optional func interstitialDidFinishLoading(_ interstitial: InMobiSDK.IMInterstitial)
@objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToLoadWithError error: InMobiSDK.IMRequestStatus)
@@ -86,8 +87,8 @@ import _StringProcessing
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMSdk : ObjectiveC.NSObject {
- @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil)
- @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil)
+ @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: (((any Swift.Error)?) -> Swift.Void)? = nil)
+ @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: (((any Swift.Error)?) -> Swift.Void)? = nil)
@available(*, deprecated, message: "Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future")
@objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?)
@available(*, deprecated, message: "Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future")
@@ -152,8 +153,8 @@ extension InMobiSDK.IMSdk {
@objc get
@objc set
}
- @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMBannerDelegate?
- @objc @_Concurrency.MainActor(unsafe) weak public var audioDelegate: InMobiSDK.IMBannerAudioDelegate? {
+ @objc @_Concurrency.MainActor(unsafe) weak public var delegate: (any InMobiSDK.IMBannerDelegate)?
+ @objc @_Concurrency.MainActor(unsafe) weak public var audioDelegate: (any InMobiSDK.IMBannerAudioDelegate)? {
@objc get
@objc set
}
@@ -188,7 +189,7 @@ extension InMobiSDK.IMSdk {
}
@_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect)
@objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64)
- @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMBannerDelegate?)
+ @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: (any InMobiSDK.IMBannerDelegate)?)
@objc @_Concurrency.MainActor(unsafe) public func load()
@objc @_Concurrency.MainActor(unsafe) public func load(_ response: Foundation.Data)
@objc @_Concurrency.MainActor(unsafe) public func shouldAutoRefresh(_ shouldAutoRefresh: Swift.Bool)
@@ -220,7 +221,7 @@ extension InMobiSDK.IMSdk {
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMUnifiedIdService : ObjectiveC.NSObject {
@objc public class func push(_ data: InMobiSDK.IMUserDataModel?)
@objc public class func reset()
- @objc public class func fetchUnifiedIds(_ delegate: InMobiSDK.IMUnifiedIdDelegate?)
+ @objc public class func fetchUnifiedIds(_ delegate: (any InMobiSDK.IMUnifiedIdDelegate)?)
@objc public class func enableDebugMode(_ debugMode: Swift.Bool)
@objc deinit
}
@@ -234,7 +235,7 @@ extension InMobiSDK.IMSdk {
@objc get
@objc set
}
- @objc weak public var delegate: InMobiSDK.IMNativeDelegate?
+ @objc weak public var delegate: (any InMobiSDK.IMNativeDelegate)?
@objc public var keywords: Swift.String? {
@objc get
@objc set
@@ -275,7 +276,7 @@ extension InMobiSDK.IMSdk {
@objc get
}
@objc convenience public init(placementId: Swift.Int64)
- @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMNativeDelegate?)
+ @objc public init(placementId: Swift.Int64, delegate: (any InMobiSDK.IMNativeDelegate)?)
@objc public func primaryView(ofWidth width: CoreFoundation.CGFloat) -> UIKit.UIView?
@objc public func load()
@objc public func load(_ response: Foundation.Data)
@@ -314,7 +315,7 @@ extension InMobiSDK.IMSdk {
@objc optional func banner(_ banner: InMobiSDK.IMBanner, audioStatusChanged status: InMobiSDK.IMBannerAudioStatus)
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) public class IMAudio : UIKit.UIView {
- @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMAudioDelegate?
+ @objc @_Concurrency.MainActor(unsafe) weak public var delegate: (any InMobiSDK.IMAudioDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var placementId: Swift.Int64 {
@objc get
@objc set
@@ -340,7 +341,7 @@ extension InMobiSDK.IMSdk {
}
@_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect)
@objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64)
- @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMAudioDelegate?)
+ @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: (any InMobiSDK.IMAudioDelegate)?)
@objc @_Concurrency.MainActor(unsafe) public func getAdMetaInfo() -> [Swift.String : Any]?
@objc deinit
}
@@ -352,7 +353,7 @@ extension InMobiSDK.IMAudio {
}
@_inheritsConvenienceInitializers @objc public class IMBannerAudioHandler : ObjectiveC.NSObject {
@objc public static func setAudioEnabled(_ isEnabled: Swift.Bool)
- @objc public func onView(_ view: UIKit.UIView, addBannerAudioDelegate delegate: InMobiSDK.IMBannerAudioDelegate)
+ @objc public func onView(_ view: UIKit.UIView, addBannerAudioDelegate delegate: any InMobiSDK.IMBannerAudioDelegate)
@objc override dynamic public init()
@objc deinit
}
@@ -390,7 +391,7 @@ extension InMobiSDK.IMAudio {
@objc get
@objc set
}
- @objc weak public var delegate: InMobiSDK.IMInterstitialDelegate?
+ @objc weak public var delegate: (any InMobiSDK.IMInterstitialDelegate)?
@objc public var keywords: Swift.String? {
@objc get
@objc set
@@ -410,7 +411,7 @@ extension InMobiSDK.IMAudio {
@objc get
}
@objc convenience public init(placementId: Swift.Int64)
- @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMInterstitialDelegate?)
+ @objc public init(placementId: Swift.Int64, delegate: (any InMobiSDK.IMInterstitialDelegate)?)
@objc public func load()
@objc public func load(_ response: Foundation.Data)
@objc public func isReady() -> Swift.Bool
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
index 3bebcb1..d078bc1 100644
Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
index 81c6791..7e14375 100644
--- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK
+// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AdSupport
import AppTrackingTransparency
@@ -20,6 +20,7 @@ import UIKit
import WebKit
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
@_hasMissingDesignatedInitializers @objc public class IMBannerPreloadManager : ObjectiveC.NSObject {
@objc public func preload()
@objc public func load()
@@ -62,7 +63,7 @@ import _StringProcessing
}
@objc public protocol IMInterstitialDelegate {
@objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didReceiveWithMetaInfo metaInfo: InMobiSDK.IMAdMetaInfo)
- @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: Swift.Error)
+ @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: any Swift.Error)
@objc optional func interstitialDidReceiveAd(_ interstitial: InMobiSDK.IMInterstitial)
@objc optional func interstitialDidFinishLoading(_ interstitial: InMobiSDK.IMInterstitial)
@objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToLoadWithError error: InMobiSDK.IMRequestStatus)
@@ -86,8 +87,8 @@ import _StringProcessing
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMSdk : ObjectiveC.NSObject {
- @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil)
- @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil)
+ @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: (((any Swift.Error)?) -> Swift.Void)? = nil)
+ @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: (((any Swift.Error)?) -> Swift.Void)? = nil)
@available(*, deprecated, message: "Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future")
@objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?)
@available(*, deprecated, message: "Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future")
@@ -152,8 +153,8 @@ extension InMobiSDK.IMSdk {
@objc get
@objc set
}
- @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMBannerDelegate?
- @objc @_Concurrency.MainActor(unsafe) weak public var audioDelegate: InMobiSDK.IMBannerAudioDelegate? {
+ @objc @_Concurrency.MainActor(unsafe) weak public var delegate: (any InMobiSDK.IMBannerDelegate)?
+ @objc @_Concurrency.MainActor(unsafe) weak public var audioDelegate: (any InMobiSDK.IMBannerAudioDelegate)? {
@objc get
@objc set
}
@@ -188,7 +189,7 @@ extension InMobiSDK.IMSdk {
}
@_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect)
@objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64)
- @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMBannerDelegate?)
+ @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: (any InMobiSDK.IMBannerDelegate)?)
@objc @_Concurrency.MainActor(unsafe) public func load()
@objc @_Concurrency.MainActor(unsafe) public func load(_ response: Foundation.Data)
@objc @_Concurrency.MainActor(unsafe) public func shouldAutoRefresh(_ shouldAutoRefresh: Swift.Bool)
@@ -220,7 +221,7 @@ extension InMobiSDK.IMSdk {
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMUnifiedIdService : ObjectiveC.NSObject {
@objc public class func push(_ data: InMobiSDK.IMUserDataModel?)
@objc public class func reset()
- @objc public class func fetchUnifiedIds(_ delegate: InMobiSDK.IMUnifiedIdDelegate?)
+ @objc public class func fetchUnifiedIds(_ delegate: (any InMobiSDK.IMUnifiedIdDelegate)?)
@objc public class func enableDebugMode(_ debugMode: Swift.Bool)
@objc deinit
}
@@ -234,7 +235,7 @@ extension InMobiSDK.IMSdk {
@objc get
@objc set
}
- @objc weak public var delegate: InMobiSDK.IMNativeDelegate?
+ @objc weak public var delegate: (any InMobiSDK.IMNativeDelegate)?
@objc public var keywords: Swift.String? {
@objc get
@objc set
@@ -275,7 +276,7 @@ extension InMobiSDK.IMSdk {
@objc get
}
@objc convenience public init(placementId: Swift.Int64)
- @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMNativeDelegate?)
+ @objc public init(placementId: Swift.Int64, delegate: (any InMobiSDK.IMNativeDelegate)?)
@objc public func primaryView(ofWidth width: CoreFoundation.CGFloat) -> UIKit.UIView?
@objc public func load()
@objc public func load(_ response: Foundation.Data)
@@ -314,7 +315,7 @@ extension InMobiSDK.IMSdk {
@objc optional func banner(_ banner: InMobiSDK.IMBanner, audioStatusChanged status: InMobiSDK.IMBannerAudioStatus)
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) public class IMAudio : UIKit.UIView {
- @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMAudioDelegate?
+ @objc @_Concurrency.MainActor(unsafe) weak public var delegate: (any InMobiSDK.IMAudioDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var placementId: Swift.Int64 {
@objc get
@objc set
@@ -340,7 +341,7 @@ extension InMobiSDK.IMSdk {
}
@_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect)
@objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64)
- @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMAudioDelegate?)
+ @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: (any InMobiSDK.IMAudioDelegate)?)
@objc @_Concurrency.MainActor(unsafe) public func getAdMetaInfo() -> [Swift.String : Any]?
@objc deinit
}
@@ -352,7 +353,7 @@ extension InMobiSDK.IMAudio {
}
@_inheritsConvenienceInitializers @objc public class IMBannerAudioHandler : ObjectiveC.NSObject {
@objc public static func setAudioEnabled(_ isEnabled: Swift.Bool)
- @objc public func onView(_ view: UIKit.UIView, addBannerAudioDelegate delegate: InMobiSDK.IMBannerAudioDelegate)
+ @objc public func onView(_ view: UIKit.UIView, addBannerAudioDelegate delegate: any InMobiSDK.IMBannerAudioDelegate)
@objc override dynamic public init()
@objc deinit
}
@@ -390,7 +391,7 @@ extension InMobiSDK.IMAudio {
@objc get
@objc set
}
- @objc weak public var delegate: InMobiSDK.IMInterstitialDelegate?
+ @objc weak public var delegate: (any InMobiSDK.IMInterstitialDelegate)?
@objc public var keywords: Swift.String? {
@objc get
@objc set
@@ -410,7 +411,7 @@ extension InMobiSDK.IMAudio {
@objc get
}
@objc convenience public init(placementId: Swift.Int64)
- @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMInterstitialDelegate?)
+ @objc public init(placementId: Swift.Int64, delegate: (any InMobiSDK.IMInterstitialDelegate)?)
@objc public func load()
@objc public func load(_ response: Foundation.Data)
@objc public func isReady() -> Swift.Bool
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeDirectory b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeDirectory
index efb3414..2fed506 100644
Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeDirectory and b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeDirectory differ
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeRequirements-1 b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeRequirements-1
index 747c68f..fc16da2 100644
Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeRequirements-1 and b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeRequirements-1 differ
diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeResources b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeResources
index cd187a7..624940d 100644
--- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeResources
+++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeResources
@@ -10,7 +10,7 @@
Headers/InMobiSDK-Swift.h
- AbO/y5le9L3+ls1Z5Ww/EkBj7+k=
+ ogKk8JBWCKwr20u4ytpHnN/rJRo=
Headers/InMobiSDK.h
@@ -18,59 +18,51 @@
Info.plist
- fCCoLwePx94lKyzLwI+fMe5euyc=
-
- Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo
-
- eRPnJMbdGY7pRymG0KzsuRY24CI=
-
- Modules/InMobiSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo
-
- Ce6kWVvha5rZXsSOY3kDUZO7PJU=
+ 64vwoCvpr10mx3AgBbRtArMaSMA=
Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
- Yt1so838FH0jFTEuK18rWopxKqU=
+ YoieygZVoWU7F/DUplBJrfUKzzo=
Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
- Llw0O/HpVrkoklZbCjHcbnX+keQ=
+ zYkF/VemKD1srodUOK59qwPIISs=
Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc
- bdgWNUYHjJXJ2bu374+c+gwkarY=
+ uT7TnpW592ZP6lbC9OyeRMmA9i8=
Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
- Llw0O/HpVrkoklZbCjHcbnX+keQ=
+ zYkF/VemKD1srodUOK59qwPIISs=
Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule
- AG9HXVAtnBFsHnQphOrUWciZcD0=
+ dmONc1D+F7SbOgC7oIZRsIothg0=
Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
- Yt1so838FH0jFTEuK18rWopxKqU=
+ YoieygZVoWU7F/DUplBJrfUKzzo=
Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
- kyDZ6VMDt8isem85dQjAbeatkOI=
+ Z6yZ5+d68QlVzyN/GIHLQNbRg+I=
Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
- GJbW1Wy+yR5kcKTRxt+Wg9FxmgM=
+ 7lrKYqpvblZdloEMPa64wM6ID4Y=
Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
- kyDZ6VMDt8isem85dQjAbeatkOI=
+ Z6yZ5+d68QlVzyN/GIHLQNbRg+I=
Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- /TNrW3FCGyXhhTYkPvN6LhT03YE=
+ E3X2vsUuQyVaQ6Pm6EHFJ0r+Dug=
Modules/module.modulemap
- 8zr/wtKSctlMg4yokcsatseU4K0=
+ L5/WkxFuF4De87Yb/A8c42oVpSU=
PrivateHeaders/ASCloseButton.h
@@ -434,7 +426,7 @@
PrivateHeaders/IMKeyValueStoreObjc.h
- OnqthVd+jE5lGAvghXrFUVdsY9A=
+ VHlinPEgOZe2WEZ+iX6zgjY4HRI=
PrivateHeaders/IMLandingPageModel.h
@@ -650,7 +642,7 @@
PrivateHeaders/IMSDKCommonUtil.h
- VNqzV+y/a/4rnbQU9bf3gh6Qf3k=
+ S7mCn7H4qrLz3HC1yX/iW6hWTFo=
PrivateHeaders/IMSDKCommonsNetworkReachabilityObjc.h
@@ -982,7 +974,7 @@
PrivateHeaders/OMIDAdSessionContext.h
- uC65f296y58FraiFGpdSJh4Wbf0=
+ bIA9RqmfInic1VTINpYZTzwdJQQ=
PrivateHeaders/OMIDFriendlyObstructionType.h
@@ -990,7 +982,11 @@
PrivateHeaders/OMIDImports.h
- kklBQQiiHyi6ArUe1OOfy92xxX4=
+ /ghw/vX0KUlF9SSq4LZhhZDpZb4=
+
+ PrivateHeaders/OMIDJavaScriptSessionService.h
+
+ mBu9XauLFBZBYvbJs+k74fx3z1w=
PrivateHeaders/OMIDMediaEvents.h
@@ -1002,7 +998,7 @@
PrivateHeaders/OMIDSDK.h
- Cw/IDUiu+WAOmr/+A66VP2y0hqk=
+ 9SXNS1hFnZvl4vfiUbp4uQVp4rw=
PrivateHeaders/OMIDScriptInjector.h
@@ -1038,11 +1034,11 @@
hash
- AbO/y5le9L3+ls1Z5Ww/EkBj7+k=
+ ogKk8JBWCKwr20u4ytpHnN/rJRo=
hash2
- Oz4xBamoLT8ejuhYEHwIT6QpqluPpfVSp6/bclZbs1U=
+ Is+u8HTLd8j0qzza64WCTmui0d10yJsXkN1iATK4g6g=
Headers/InMobiSDK.h
@@ -1056,147 +1052,125 @@
2PaXJLHGE3cA0IZoMszUFgo6s75xn6DyMbs+Ctyry54=
- Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo
-
- hash
-
- eRPnJMbdGY7pRymG0KzsuRY24CI=
-
- hash2
-
- U+bPQLb75utYwm74n/KpYNw2PG16yMKb4NcJ1kFV7X8=
-
-
- Modules/InMobiSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo
-
- hash
-
- Ce6kWVvha5rZXsSOY3kDUZO7PJU=
-
- hash2
-
- pVse6j4v9gny0v/MHXBlau2cPc3ijLsGpRSIuodrEoA=
-
-
Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
hash
- Yt1so838FH0jFTEuK18rWopxKqU=
+ YoieygZVoWU7F/DUplBJrfUKzzo=
hash2
- 0H+TCZMg2bFIqPrUWSPSr13soyGfbJwz9OOZ5+8xN88=
+ szURhVCmC0tvYxhNXkkiPYlWvI6e1/j+DOrU7y2hX4s=
Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
hash
- Llw0O/HpVrkoklZbCjHcbnX+keQ=
+ zYkF/VemKD1srodUOK59qwPIISs=
hash2
- dk2Yx7G5WFijx4WR5MPx3wtB6lG57QXHXd3FkdFvV9I=
+ CKv542+PbINXW1/D8eVrrlMx8xGa9Y/Gcp38SjkBLXs=
Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc
hash
- bdgWNUYHjJXJ2bu374+c+gwkarY=
+ uT7TnpW592ZP6lbC9OyeRMmA9i8=
hash2
- EktureymyPHcMmf1wK30AkN6Po5iZTcT7aVatGaNEkE=
+ wNIvSUWJHYE7iDBjykGHr/iz1Kxl5td9f6isIWqblWk=
Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
hash
- Llw0O/HpVrkoklZbCjHcbnX+keQ=
+ zYkF/VemKD1srodUOK59qwPIISs=
hash2
- dk2Yx7G5WFijx4WR5MPx3wtB6lG57QXHXd3FkdFvV9I=
+ CKv542+PbINXW1/D8eVrrlMx8xGa9Y/Gcp38SjkBLXs=
Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule
hash
- AG9HXVAtnBFsHnQphOrUWciZcD0=
+ dmONc1D+F7SbOgC7oIZRsIothg0=
hash2
- 0U0UupWKqhOQ5a7n8cqHg/3EYf/X3wNoY6C/WS4/PE8=
+ ziq9KVLYG4PWzV4k+FlZLuIhIu1xy8E2DwDvgKZfSSM=
Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
hash
- Yt1so838FH0jFTEuK18rWopxKqU=
+ YoieygZVoWU7F/DUplBJrfUKzzo=
hash2
- 0H+TCZMg2bFIqPrUWSPSr13soyGfbJwz9OOZ5+8xN88=
+ szURhVCmC0tvYxhNXkkiPYlWvI6e1/j+DOrU7y2hX4s=
Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
hash
- kyDZ6VMDt8isem85dQjAbeatkOI=
+ Z6yZ5+d68QlVzyN/GIHLQNbRg+I=
hash2
- UKJbE6K2HqpuhdpHbtkVYfHzZxDcwPhfSd9Guc1meog=
+ mcNl6IwF3UOftI13VKKInaGKkzpnn3EarVFB8LgALEk=
Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
hash
- GJbW1Wy+yR5kcKTRxt+Wg9FxmgM=
+ 7lrKYqpvblZdloEMPa64wM6ID4Y=
hash2
- Br2cJKJ00rXR3BAUbzdN+vY/IfgvFxweGozg+k+XikM=
+ bGLYHSk4qvj7PGgr5l0ccpPoLfX+IuYzg3wzVQ/utOA=
Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
hash
- kyDZ6VMDt8isem85dQjAbeatkOI=
+ Z6yZ5+d68QlVzyN/GIHLQNbRg+I=
hash2
- UKJbE6K2HqpuhdpHbtkVYfHzZxDcwPhfSd9Guc1meog=
+ mcNl6IwF3UOftI13VKKInaGKkzpnn3EarVFB8LgALEk=
Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
hash
- /TNrW3FCGyXhhTYkPvN6LhT03YE=
+ E3X2vsUuQyVaQ6Pm6EHFJ0r+Dug=
hash2
- olXLpSvgWOwWxlFo7QbaJApSfR7L1oZ3rLabuh9p1lE=
+ FeK/R/U7JeUWsWvQA/80NsWZBT3hrBIhZt3tVu7a2t4=
Modules/module.modulemap
hash
- 8zr/wtKSctlMg4yokcsatseU4K0=
+ L5/WkxFuF4De87Yb/A8c42oVpSU=
hash2
- kN6EmH/VYjCIh31r88LqD/DNTaHbG2MAg+Lzd5Vd6eU=
+ ljXDeySm5QncPlojibVtSz6r/6n7YnxgVyeLcFTLMEY=
PrivateHeaders/ASCloseButton.h
@@ -2193,11 +2167,11 @@
hash
- OnqthVd+jE5lGAvghXrFUVdsY9A=
+ VHlinPEgOZe2WEZ+iX6zgjY4HRI=
hash2
- Fg3KH+kH95uFbbKseN/rB9viVFKjg1r+yPpU+9ACcJw=
+ UwcXuQizVX2qSxZAsHKBuG7p20yDEwVfpTvrQFijy2o=
PrivateHeaders/IMLandingPageModel.h
@@ -2787,11 +2761,11 @@
hash
- VNqzV+y/a/4rnbQU9bf3gh6Qf3k=
+ S7mCn7H4qrLz3HC1yX/iW6hWTFo=
hash2
- iQqNI443VqUsNBkB6iShHfTiRe7ip8iQ93wBaakhWso=
+ NDmi5v/XJELsUJjS67sW7p3QwfHJjQsEqhwa+C5A0is=
PrivateHeaders/IMSDKCommonsNetworkReachabilityObjc.h
@@ -3700,11 +3674,11 @@
hash
- uC65f296y58FraiFGpdSJh4Wbf0=
+ bIA9RqmfInic1VTINpYZTzwdJQQ=
hash2
- FrLzLGR4BzQfmHpQWqGLV31ChG3Gcbyl1WG40Axh27Q=
+ NyYpkM9ApFoq6zUNXkHkpHHODofP5SAGluKuvPM99SI=
PrivateHeaders/OMIDFriendlyObstructionType.h
@@ -3722,11 +3696,22 @@
hash
- kklBQQiiHyi6ArUe1OOfy92xxX4=
+ /ghw/vX0KUlF9SSq4LZhhZDpZb4=
+
+ hash2
+
+ XQBgb62m3DEN2XBtnlS+hqca4MEIuBJjq6po9fIbZco=
+
+
+ PrivateHeaders/OMIDJavaScriptSessionService.h
+
+ hash
+
+ mBu9XauLFBZBYvbJs+k74fx3z1w=
hash2
- WWfw+Z3RNrtOfWYdio9jyxKjmeVbPXzWNH7Pa7ErD0U=
+ gRK7u1BSR6kfGbblY8pq+xLy6vJ8POqC7hreN++RUW4=
PrivateHeaders/OMIDMediaEvents.h
@@ -3755,11 +3740,11 @@
hash
- Cw/IDUiu+WAOmr/+A66VP2y0hqk=
+ 9SXNS1hFnZvl4vfiUbp4uQVp4rw=
hash2
- UdVRa9Kr8Rh1EEezr+RVohyZ00u/yOaO14PHvPh8OB8=
+ PT1Ax8hdKgylE6+zFSPBPIgCXLBhv1PDoZ8CNkEQdNY=
PrivateHeaders/OMIDScriptInjector.h
diff --git a/ios/platform/MetaAdapter.xcframework/Info.plist b/ios/platform/MetaAdapter.xcframework/Info.plist
index e6dc9dd..ffcc37a 100644
--- a/ios/platform/MetaAdapter.xcframework/Info.plist
+++ b/ios/platform/MetaAdapter.xcframework/Info.plist
@@ -5,6 +5,8 @@
AvailableLibraries
+ BinaryPath
+ MetaAdapter.framework/MetaAdapter
LibraryIdentifier
ios-arm64
LibraryPath
@@ -17,6 +19,8 @@
ios
+ BinaryPath
+ MetaAdapter.framework/MetaAdapter
LibraryIdentifier
ios-arm64_x86_64-simulator
LibraryPath
diff --git a/ios/platform/MetaAdapter.xcframework/ios-arm64/MetaAdapter.framework/Info.plist b/ios/platform/MetaAdapter.xcframework/ios-arm64/MetaAdapter.framework/Info.plist
new file mode 100644
index 0000000..ddeeccb
Binary files /dev/null and b/ios/platform/MetaAdapter.xcframework/ios-arm64/MetaAdapter.framework/Info.plist differ
diff --git a/ios/platform/MetaAdapter.xcframework/ios-arm64/MetaAdapter.framework/MetaAdapter b/ios/platform/MetaAdapter.xcframework/ios-arm64/MetaAdapter.framework/MetaAdapter
index c00d9cd..6e303ed 100644
Binary files a/ios/platform/MetaAdapter.xcframework/ios-arm64/MetaAdapter.framework/MetaAdapter and b/ios/platform/MetaAdapter.xcframework/ios-arm64/MetaAdapter.framework/MetaAdapter differ
diff --git a/ios/platform/MetaAdapter.xcframework/ios-arm64_x86_64-simulator/MetaAdapter.framework/Info.plist b/ios/platform/MetaAdapter.xcframework/ios-arm64_x86_64-simulator/MetaAdapter.framework/Info.plist
new file mode 100644
index 0000000..b05ffd9
Binary files /dev/null and b/ios/platform/MetaAdapter.xcframework/ios-arm64_x86_64-simulator/MetaAdapter.framework/Info.plist differ
diff --git a/ios/platform/MetaAdapter.xcframework/ios-arm64_x86_64-simulator/MetaAdapter.framework/MetaAdapter b/ios/platform/MetaAdapter.xcframework/ios-arm64_x86_64-simulator/MetaAdapter.framework/MetaAdapter
index ca4d0a6..6d39532 100644
Binary files a/ios/platform/MetaAdapter.xcframework/ios-arm64_x86_64-simulator/MetaAdapter.framework/MetaAdapter and b/ios/platform/MetaAdapter.xcframework/ios-arm64_x86_64-simulator/MetaAdapter.framework/MetaAdapter differ
diff --git a/ios/platform/UserMessagingPlatform.xcframework/Info.plist b/ios/platform/UserMessagingPlatform.xcframework/Info.plist
index e6e408d..0caff65 100644
--- a/ios/platform/UserMessagingPlatform.xcframework/Info.plist
+++ b/ios/platform/UserMessagingPlatform.xcframework/Info.plist
@@ -5,6 +5,8 @@
AvailableLibraries
+ BinaryPath
+ UserMessagingPlatform.framework/UserMessagingPlatform
LibraryIdentifier
ios-arm64
LibraryPath
@@ -17,6 +19,8 @@
ios
+ BinaryPath
+ UserMessagingPlatform.framework/UserMessagingPlatform
LibraryIdentifier
ios-arm64_x86_64-simulator
LibraryPath
diff --git a/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeDirectory b/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeDirectory
new file mode 100644
index 0000000..54db5f4
Binary files /dev/null and b/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeDirectory differ
diff --git a/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeRequirements b/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeRequirements
new file mode 100644
index 0000000..8d84799
Binary files /dev/null and b/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeRequirements differ
diff --git a/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeRequirements-1 b/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeRequirements-1
new file mode 100644
index 0000000..5a3dc51
Binary files /dev/null and b/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeRequirements-1 differ
diff --git a/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeResources b/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeResources
new file mode 100644
index 0000000..c96f106
--- /dev/null
+++ b/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeResources
@@ -0,0 +1,398 @@
+
+
+
+
+ files
+
+ ios-arm64/UserMessagingPlatform.framework/Headers/UMPConsentForm.h
+
+ z6mtCk+9rFiXmTUvx1iwu7OD7Yc=
+
+ ios-arm64/UserMessagingPlatform.framework/Headers/UMPConsentInformation.h
+
+ nTwROE/A7JrgHOlBRVyp2eJrGZU=
+
+ ios-arm64/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h
+
+ sTZSuUtSAmUeGMutCHiZgEGxAbk=
+
+ ios-arm64/UserMessagingPlatform.framework/Headers/UMPError.h
+
+ dap5fPtno9hcuFhzft3VWvMy4f0=
+
+ ios-arm64/UserMessagingPlatform.framework/Headers/UMPRequestParameters.h
+
+ biWyekLSQxSKsxHTjJ8KDsmj7qQ=
+
+ ios-arm64/UserMessagingPlatform.framework/Headers/UserMessagingPlatform.h
+
+ 9RCFJSaqhLHeEgqG9d/eph7W3lI=
+
+ ios-arm64/UserMessagingPlatform.framework/Info.plist
+
+ 4yyH75ssIcEUBY3FQzBrs4lVAUI=
+
+ ios-arm64/UserMessagingPlatform.framework/Modules/module.modulemap
+
+ RkG2jbWyWyEbQ8hlPX98EMJhvZc=
+
+ ios-arm64/UserMessagingPlatform.framework/PrivacyInfo.xcprivacy
+
+ k9OFlDPBRWfteJ+bfG12WAoBuls=
+
+ ios-arm64/UserMessagingPlatform.framework/UserMessagingPlatform
+
+ ENCXcaVCjBX8KJkub73K3r6Nljg=
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPConsentForm.h
+
+ z6mtCk+9rFiXmTUvx1iwu7OD7Yc=
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPConsentInformation.h
+
+ nTwROE/A7JrgHOlBRVyp2eJrGZU=
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h
+
+ sTZSuUtSAmUeGMutCHiZgEGxAbk=
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPError.h
+
+ dap5fPtno9hcuFhzft3VWvMy4f0=
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPRequestParameters.h
+
+ biWyekLSQxSKsxHTjJ8KDsmj7qQ=
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UserMessagingPlatform.h
+
+ 9RCFJSaqhLHeEgqG9d/eph7W3lI=
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Info.plist
+
+ kGcpoMUdgkGk9yRvH0ZE/6yKBVU=
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Modules/module.modulemap
+
+ RkG2jbWyWyEbQ8hlPX98EMJhvZc=
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/PrivacyInfo.xcprivacy
+
+ k9OFlDPBRWfteJ+bfG12WAoBuls=
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/UserMessagingPlatform
+
+ OuBUPabYtBwwMmE8ijLau7Q/Mz0=
+
+
+ files2
+
+ ios-arm64/UserMessagingPlatform.framework/Headers/UMPConsentForm.h
+
+ hash
+
+ z6mtCk+9rFiXmTUvx1iwu7OD7Yc=
+
+ hash2
+
+ OwZyBXD77uoq+ek46dD7dqPf76vxTPXCg9wmmmzG2dc=
+
+
+ ios-arm64/UserMessagingPlatform.framework/Headers/UMPConsentInformation.h
+
+ hash
+
+ nTwROE/A7JrgHOlBRVyp2eJrGZU=
+
+ hash2
+
+ ofTAHdcbyTaK9Dd3vFWZfDh6sx/22bavVkEUQrKx8kk=
+
+
+ ios-arm64/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h
+
+ hash
+
+ sTZSuUtSAmUeGMutCHiZgEGxAbk=
+
+ hash2
+
+ jW8LeaN56pcVFeX4YU8KyHfdeQa6ubqv2Cc/HWP7cbU=
+
+
+ ios-arm64/UserMessagingPlatform.framework/Headers/UMPError.h
+
+ hash
+
+ dap5fPtno9hcuFhzft3VWvMy4f0=
+
+ hash2
+
+ v0umJGzT5bRrYkwGJzPCZ9JC74kxjka7RH9xyLveHpg=
+
+
+ ios-arm64/UserMessagingPlatform.framework/Headers/UMPRequestParameters.h
+
+ hash
+
+ biWyekLSQxSKsxHTjJ8KDsmj7qQ=
+
+ hash2
+
+ I/ZkAH7XX1RbIA+P/tfB/7MPDRl2RorB5sh/YbPq/5Y=
+
+
+ ios-arm64/UserMessagingPlatform.framework/Headers/UserMessagingPlatform.h
+
+ hash
+
+ 9RCFJSaqhLHeEgqG9d/eph7W3lI=
+
+ hash2
+
+ oIfOo52szNDhoW7/k2wegqpLbm/gh4ehYlgE9ik6M2U=
+
+
+ ios-arm64/UserMessagingPlatform.framework/Info.plist
+
+ hash
+
+ 4yyH75ssIcEUBY3FQzBrs4lVAUI=
+
+ hash2
+
+ YdOtoVsXSowAP+XTsajZIMPb7a43ONQwo6rGVk5YShc=
+
+
+ ios-arm64/UserMessagingPlatform.framework/Modules/module.modulemap
+
+ hash
+
+ RkG2jbWyWyEbQ8hlPX98EMJhvZc=
+
+ hash2
+
+ 58hJ+pDAaGDwJPOU6I9Te4Vv2O/oXyVD+XQQyTwdk94=
+
+
+ ios-arm64/UserMessagingPlatform.framework/PrivacyInfo.xcprivacy
+
+ hash
+
+ k9OFlDPBRWfteJ+bfG12WAoBuls=
+
+ hash2
+
+ RbetuZ/NLZYqHIAPv8wTJbV6f6QWX0FhgjI7tf/pyQA=
+
+
+ ios-arm64/UserMessagingPlatform.framework/UserMessagingPlatform
+
+ hash
+
+ ENCXcaVCjBX8KJkub73K3r6Nljg=
+
+ hash2
+
+ XfufQBufqkOoRex/t13O0EboS7WTlhR33cFxcastOtM=
+
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPConsentForm.h
+
+ hash
+
+ z6mtCk+9rFiXmTUvx1iwu7OD7Yc=
+
+ hash2
+
+ OwZyBXD77uoq+ek46dD7dqPf76vxTPXCg9wmmmzG2dc=
+
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPConsentInformation.h
+
+ hash
+
+ nTwROE/A7JrgHOlBRVyp2eJrGZU=
+
+ hash2
+
+ ofTAHdcbyTaK9Dd3vFWZfDh6sx/22bavVkEUQrKx8kk=
+
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h
+
+ hash
+
+ sTZSuUtSAmUeGMutCHiZgEGxAbk=
+
+ hash2
+
+ jW8LeaN56pcVFeX4YU8KyHfdeQa6ubqv2Cc/HWP7cbU=
+
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPError.h
+
+ hash
+
+ dap5fPtno9hcuFhzft3VWvMy4f0=
+
+ hash2
+
+ v0umJGzT5bRrYkwGJzPCZ9JC74kxjka7RH9xyLveHpg=
+
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPRequestParameters.h
+
+ hash
+
+ biWyekLSQxSKsxHTjJ8KDsmj7qQ=
+
+ hash2
+
+ I/ZkAH7XX1RbIA+P/tfB/7MPDRl2RorB5sh/YbPq/5Y=
+
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UserMessagingPlatform.h
+
+ hash
+
+ 9RCFJSaqhLHeEgqG9d/eph7W3lI=
+
+ hash2
+
+ oIfOo52szNDhoW7/k2wegqpLbm/gh4ehYlgE9ik6M2U=
+
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Info.plist
+
+ hash
+
+ kGcpoMUdgkGk9yRvH0ZE/6yKBVU=
+
+ hash2
+
+ L0vFpPYvJPKxIIWhFIfYHJy+jx085uEzRmxUHksmK+4=
+
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Modules/module.modulemap
+
+ hash
+
+ RkG2jbWyWyEbQ8hlPX98EMJhvZc=
+
+ hash2
+
+ 58hJ+pDAaGDwJPOU6I9Te4Vv2O/oXyVD+XQQyTwdk94=
+
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/PrivacyInfo.xcprivacy
+
+ hash
+
+ k9OFlDPBRWfteJ+bfG12WAoBuls=
+
+ hash2
+
+ RbetuZ/NLZYqHIAPv8wTJbV6f6QWX0FhgjI7tf/pyQA=
+
+
+ ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/UserMessagingPlatform
+
+ hash
+
+ OuBUPabYtBwwMmE8ijLau7Q/Mz0=
+
+ hash2
+
+ cRXtcCGaX5nHjw0SLcA/0MR9lvNZsuP33/JUekadxts=
+
+
+
+ rules
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^version.plist$
+
+
+ rules2
+
+ .*\.dSYM($|/)
+
+ weight
+ 11
+
+ ^(.*/)?\.DS_Store$
+
+ omit
+
+ weight
+ 2000
+
+ ^.*
+
+ ^.*\.lproj/
+
+ optional
+
+ weight
+ 1000
+
+ ^.*\.lproj/locversion.plist$
+
+ omit
+
+ weight
+ 1100
+
+ ^Base\.lproj/
+
+ weight
+ 1010
+
+ ^Info\.plist$
+
+ omit
+
+ weight
+ 20
+
+ ^PkgInfo$
+
+ omit
+
+ weight
+ 20
+
+ ^embedded\.provisionprofile$
+
+ weight
+ 20
+
+ ^version\.plist$
+
+ weight
+ 20
+
+
+
+
diff --git a/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeSignature b/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeSignature
new file mode 100644
index 0000000..b826b96
Binary files /dev/null and b/ios/platform/UserMessagingPlatform.xcframework/_CodeSignature/CodeSignature differ
diff --git a/ios/platform/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h
index a1399ec..ed59af0 100644
--- a/ios/platform/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h
+++ b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h
@@ -12,7 +12,7 @@ typedef NS_ENUM(NSInteger, UMPDebugGeography) {
/// Array of device identifier strings. Debug features are enabled for devices with these
/// identifiers. Debug features are always enabled for simulators.
-@property(nonatomic, nullable) NSArray *testDeviceIdentifiers;
+@property(nonatomic, copy, nullable) NSArray *testDeviceIdentifiers;
/// Debug geography.
@property(nonatomic) UMPDebugGeography geography;
diff --git a/ios/platform/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/Info.plist b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/Info.plist
new file mode 100644
index 0000000..da6a467
--- /dev/null
+++ b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/Info.plist
@@ -0,0 +1,55 @@
+
+
+
+
+ BuildMachineOSBuild
+ 23D60
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ UserMessagingPlatform
+ CFBundleIdentifier
+ com.google.UserMessagingPlatform
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ UserMessagingPlatform
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 2.3.0
+ CFBundleSupportedPlatforms
+
+ iPhoneOS
+
+ CFBundleVersion
+ 1
+ DTCompiler
+ com.apple.compilers.llvm.clang.1_0
+ DTPlatformBuild
+ 21C52
+ DTPlatformName
+ iphoneos
+ DTPlatformVersion
+ 17.2
+ DTSDKBuild
+ 21C52
+ DTSDKName
+ iphoneos17.2
+ DTXcode
+ 1510
+ DTXcodeBuild
+ 15C65
+ MinimumOSVersion
+ 100.0
+ UIDeviceFamily
+
+ 1
+ 2
+
+ UIRequiredDeviceCapabilities
+
+ arm64
+
+
+
diff --git a/ios/platform/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/PrivacyInfo.xcprivacy b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000..3113f4c
--- /dev/null
+++ b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/PrivacyInfo.xcprivacy
@@ -0,0 +1,56 @@
+
+
+
+
+ NSPrivacyCollectedDataTypes
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeCoarseLocation
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypePerformanceData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeProductInteraction
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+
+
+
+
diff --git a/ios/platform/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/UserMessagingPlatform b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/UserMessagingPlatform
index 96badb2..8cb9e1e 100644
Binary files a/ios/platform/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/UserMessagingPlatform and b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64/UserMessagingPlatform.framework/UserMessagingPlatform differ
diff --git a/ios/platform/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h
index a1399ec..ed59af0 100644
--- a/ios/platform/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h
+++ b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Headers/UMPDebugSettings.h
@@ -12,7 +12,7 @@ typedef NS_ENUM(NSInteger, UMPDebugGeography) {
/// Array of device identifier strings. Debug features are enabled for devices with these
/// identifiers. Debug features are always enabled for simulators.
-@property(nonatomic, nullable) NSArray *testDeviceIdentifiers;
+@property(nonatomic, copy, nullable) NSArray *testDeviceIdentifiers;
/// Debug geography.
@property(nonatomic) UMPDebugGeography geography;
diff --git a/ios/platform/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Info.plist b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Info.plist
new file mode 100644
index 0000000..0b51ca5
--- /dev/null
+++ b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/Info.plist
@@ -0,0 +1,51 @@
+
+
+
+
+ BuildMachineOSBuild
+ 23D60
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ UserMessagingPlatform
+ CFBundleIdentifier
+ com.google.UserMessagingPlatform
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ UserMessagingPlatform
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 2.3.0
+ CFBundleSupportedPlatforms
+
+ iPhoneSimulator
+
+ CFBundleVersion
+ 1
+ DTCompiler
+ com.apple.compilers.llvm.clang.1_0
+ DTPlatformBuild
+ 21C52
+ DTPlatformName
+ iphonesimulator
+ DTPlatformVersion
+ 17.2
+ DTSDKBuild
+ 21C52
+ DTSDKName
+ iphonesimulator17.2
+ DTXcode
+ 1510
+ DTXcodeBuild
+ 15C65
+ MinimumOSVersion
+ 100.0
+ UIDeviceFamily
+
+ 1
+ 2
+
+
+
diff --git a/ios/platform/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/PrivacyInfo.xcprivacy b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000..3113f4c
--- /dev/null
+++ b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/PrivacyInfo.xcprivacy
@@ -0,0 +1,56 @@
+
+
+
+
+ NSPrivacyCollectedDataTypes
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeCoarseLocation
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypePerformanceData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeProductInteraction
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+
+
+
+
diff --git a/ios/platform/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/UserMessagingPlatform b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/UserMessagingPlatform
index 3d8ee10..859c1af 100644
Binary files a/ios/platform/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/UserMessagingPlatform and b/ios/platform/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/UserMessagingPlatform differ