This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release AppMetrica Unity Plugin 4.0.0
- Loading branch information
Aliaksei Nestsiarovich
committed
Dec 6, 2021
1 parent
2108705
commit 34759b4
Showing
64 changed files
with
2,353 additions
and
50 deletions.
There are no files selected for viewing
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
YandexMetricaPluginSample/Assets/AppMetrica/Plugins/Android/annotations-13.0.jar
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
YandexMetricaPluginSample/Assets/AppMetrica/Plugins/Android/installreferrer-2.2.aar
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
YandexMetricaPluginSample/Assets/AppMetrica/Plugins/Android/kotlin-stdlib-1.4.32.jar
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
YandexMetricaPluginSample/Assets/AppMetrica/Plugins/Android/kotlin-stdlib-common-1.4.32.jar
Git LFS file not shown
3 changes: 0 additions & 3 deletions
3
YandexMetricaPluginSample/Assets/AppMetrica/Plugins/Android/mobmetricalib-3.21.1.aar
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
YandexMetricaPluginSample/Assets/AppMetrica/Plugins/Android/mobmetricalib-4.0.0.aar
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
...mple/Assets/AppMetrica/Plugins/iOS/YandexMobileMetrica.framework/Modules/module.modulemap
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...ginSample/Assets/AppMetrica/Plugins/iOS/YandexMobileMetrica.framework/YandexMobileMetrica
This file was deleted.
Oops, something went wrong.
42 changes: 42 additions & 0 deletions
42
...ricaPluginSample/Assets/AppMetrica/Plugins/iOS/YandexMobileMetrica.xcframework/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>AvailableLibraries</key> | ||
<array> | ||
<dict> | ||
<key>LibraryIdentifier</key> | ||
<string>ios-arm64_armv7</string> | ||
<key>LibraryPath</key> | ||
<string>YandexMobileMetrica.framework</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>arm64</string> | ||
<string>armv7</string> | ||
</array> | ||
<key>SupportedPlatform</key> | ||
<string>ios</string> | ||
</dict> | ||
<dict> | ||
<key>LibraryIdentifier</key> | ||
<string>ios-arm64_i386_x86_64-simulator</string> | ||
<key>LibraryPath</key> | ||
<string>YandexMobileMetrica.framework</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>arm64</string> | ||
<string>i386</string> | ||
<string>x86_64</string> | ||
</array> | ||
<key>SupportedPlatform</key> | ||
<string>ios</string> | ||
<key>SupportedPlatformVariant</key> | ||
<string>simulator</string> | ||
</dict> | ||
</array> | ||
<key>CFBundlePackageType</key> | ||
<string>XFWK</string> | ||
<key>XCFrameworkFormatVersion</key> | ||
<string>1.0</string> | ||
</dict> | ||
</plist> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
...etrica.xcframework/ios-arm64_armv7/YandexMobileMetrica.framework/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
framework module YandexMobileMetrica { | ||
umbrella header "YandexMobileMetrica-umbrella.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
3 changes: 3 additions & 0 deletions
3
...bileMetrica.xcframework/ios-arm64_armv7/YandexMobileMetrica.framework/YandexMobileMetrica
Git LFS file not shown
21 changes: 21 additions & 0 deletions
21
...s-arm64_i386_x86_64-simulator/YandexMobileMetrica.framework/Headers/YMMCompletionBlocks.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* | ||
* Version for iOS | ||
* © 2012–2019 YANDEX | ||
* You may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* https://yandex.com/legal/appmetrica_sdk_agreement/ | ||
*/ | ||
|
||
#ifndef YMMCompletionBlocks_h | ||
#define YMMCompletionBlocks_h | ||
|
||
/** Identifiers callback block | ||
@param appMetricaDeviceID Contains retrieved appMetricaDeviceID | ||
Empty appMetricaDeviceID may be returned if server by any reason did not provide identifier. | ||
@param error Error of NSURLErrorDomain. In a case of error appMetricaDeviceID param is nil. | ||
*/ | ||
typedef void(^YMMAppMetricaDeviceIDRetrievingBlock)(NSString * _Nullable appMetricaDeviceID, NSError * _Nullable error); | ||
|
||
#endif /* YMMCompletionBlocks_h */ |
Oops, something went wrong.