Skip to content

Commit

Permalink
upload new version 4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Carrera committed Mar 3, 2022
1 parent 28c9ea1 commit 35a4334
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
# CHANGELOG

# 4.10.2 - 03/03/2022

[FIX] Fixed critical crash produced in production only with app with SDK started and request ASA atribution. Versions 4.10.0 and 4.10.1 have been deleted due to affection.

## 4.10.1 - 07/02/2022 [deleted version]

[FIX] Fixed Apple Attribution with AdServices.framework. On iOS 14.3 to 14.8.1 it could produced a hang.

## 4.10.0 - 20/01/2022 [deleted version]

[NEW] Notifications with action buttons

## 4.9.3 - 07/10/2021

[FIX] Fixed problem banner dismiss root viewcontregllar and minor bugs

## 4.9.2 - 27/04/2021

[FIX] In early versions of iOS 14 sometimes the IDFA was not obtained correctly <br/>
[FIX] Fixed bug customerId in purchases added in version 4.9.0

## 4.9.1 - 18/03/2021

[FIX] Fixed EMMAEventRequest as optional when instantiating <br/>

## 4.9.0 - 13/03/2021

[CHANGE] Changed deployment target to iOS 9 <br/>
[NEW] SDK partial rewritten in Swift lenguage. The API has been adpated. <br/>
[NEW] SDK reescrito parcialmente en swift. Se han adaptado varias api's para ser mas convenientes en el lenguaje swift. <br/>
Expand All @@ -37,6 +53,7 @@
[NEW] New method to add inapp plugins

## 4.8.1 - 07/01/2021

[FIX] Fixed crash "Collection was mutated while being enumerated" in campaign controller <br/>
[FIX] Minor bugs fixed

Expand Down
14 changes: 7 additions & 7 deletions EMMA_iOS.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>EMMA_iOS.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>EMMA_iOS.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</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>
Expand Down
Binary file modified EMMA_iOS.xcframework/ios-arm64_armv7/EMMA_iOS.framework/EMMA_iOS
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</data>
<key>Info.plist</key>
<data>
IMUC/a31ffpQkWw/Jgqb9hmfkG0=
33KMDLkEsTtXb1W+kVWCglMEYZU=
</data>
<key>Modules/EMMA_iOS.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data>
Expand Down

0 comments on commit 35a4334

Please sign in to comment.