Skip to content

Commit 44f28e1

Browse files
Revert "Release new version: 5.1.5"
This reverts commit 1a757d4.
1 parent 1a757d4 commit 44f28e1

31 files changed

+23683
-7759
lines changed

Frameworks/TeadsSDK.xcframework/Info.plist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8-
<key>BinaryPath</key>
9-
<string>TeadsSDK.framework/TeadsSDK</string>
108
<key>LibraryIdentifier</key>
119
<string>ios-arm64</string>
1210
<key>LibraryPath</key>
@@ -19,8 +17,6 @@
1917
<string>ios</string>
2018
</dict>
2119
<dict>
22-
<key>BinaryPath</key>
23-
<string>TeadsSDK.framework/TeadsSDK</string>
2420
<key>LibraryIdentifier</key>
2521
<string>ios-arm64_x86_64-simulator</string>
2622
<key>LibraryPath</key>
162 KB
Binary file not shown.

Frameworks/TeadsSDK.xcframework/ios-arm64/TeadsSDK.framework/Headers/TeadsSDK-Swift.h

Lines changed: 6 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
3+
// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
44
#ifndef TEADSSDK_SWIFT_H
55
#define TEADSSDK_SWIFT_H
66
#pragma clang diagnostic push
@@ -42,22 +42,13 @@
4242
#include <string.h>
4343
#endif
4444
#if defined(__cplusplus)
45-
#pragma clang diagnostic push
46-
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
47-
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
45+
#if __has_include(<ptrauth.h>)
4846
# include <ptrauth.h>
4947
#else
50-
#pragma clang diagnostic push
51-
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
5248
# ifndef __ptrauth_swift_value_witness_function_pointer
5349
# define __ptrauth_swift_value_witness_function_pointer(x)
5450
# endif
55-
# ifndef __ptrauth_swift_class_method_pointer
56-
# define __ptrauth_swift_class_method_pointer(x)
57-
# endif
58-
#pragma clang diagnostic pop
5951
#endif
60-
#pragma clang diagnostic pop
6152
#endif
6253

6354
#if !defined(SWIFT_TYPEDEFS)
@@ -255,17 +246,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
255246
#else
256247
# define SWIFT_NOEXCEPT
257248
#endif
258-
#if !defined(SWIFT_C_INLINE_THUNK)
259-
# if __has_attribute(always_inline)
260-
# if __has_attribute(nodebug)
261-
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
262-
# else
263-
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
264-
# endif
265-
# else
266-
# define SWIFT_C_INLINE_THUNK inline
267-
# endif
268-
#endif
269249
#if defined(_WIN32)
270250
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
271251
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
@@ -295,7 +275,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
295275
#pragma clang diagnostic ignored "-Wunknown-pragmas"
296276
#pragma clang diagnostic ignored "-Wnullability"
297277
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
298-
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
299278

300279
#if __has_attribute(external_source_symbol)
301280
# pragma push_macro("any")
@@ -722,14 +701,6 @@ SWIFT_CLASS("_TtC8TeadsSDK24TeadsAdPlacementSettings")
722701
/// \param consent The CCPA consent string.
723702
///
724703
- (void)setUsPrivacyWithConsent:(NSString * _Nonnull)consent;
725-
/// In order to follow the IAB specifications for GDPR, please fill the following parameters with attention.
726-
/// note:
727-
/// If you use a <a href="https://iabeurope.eu/tcf-for-cmps/">CMP</a>, you can skip this step: CMP will store those parameters into <code>UserDefaults</code>, TeadSDK will automatically retrieve these values. <a href="https://github.com/InteractiveAdvertisingBureau/Global-Privacy-Platform/blob/main/Core/Consent%20String%20Specification.md">Global Privacy Platform </a> IAB documentation.
728-
/// \param consent Which vendors and purposes did the user give consent for.
729-
///
730-
/// \param sectionIds List of the applicable section ids.
731-
///
732-
- (void)setGppConsentWithConsent:(NSString * _Nonnull)consent sectionIds:(NSString * _Nonnull)sectionIds;
733704
/// Prevent to automatically set UIDevice.current.isBatteryMonitoringEnabled
734705
- (void)disableBatteryMonitoring;
735706
/// Add extra informations to settings.
@@ -898,14 +869,6 @@ SWIFT_CLASS("_TtC8TeadsSDK20TeadsAdapterSettings")
898869
/// \param consent The CCPA consent string
899870
///
900871
- (void)setUsPrivacyWithConsent:(NSString * _Nonnull)consent;
901-
/// In order to follow the IAB specifications for GPP, please fill the following parameters with attention.
902-
/// note:
903-
/// If you use a <a href="https://iabeurope.eu/tcf-for-cmps/">CMP</a>, you can skip this step: CMP will store those parameters into <code>UserDefaults</code>, TeadSDK will automatically retrieve these values. <a href="https://github.com/InteractiveAdvertisingBureau/Global-Privacy-Platform/blob/main/Core/Consent%20String%20Specification.md">Global Privacy Platform </a> IAB documentation.
904-
/// \param consent Which vendors and purposes did the user give consent for.
905-
///
906-
/// \param sectionIds List of the applicable section ids.
907-
///
908-
- (void)setGppConsentWithConsent:(NSString * _Nonnull)consent sectionIds:(NSString * _Nonnull)sectionIds;
909872
/// Prevent to automatically set UIDevice.current.isBatteryMonitoringEnabled
910873
- (void)disableBatteryMonitoring;
911874
/// Add extra informations to settings.
@@ -1330,15 +1293,13 @@ SWIFT_PROTOCOL("_TtP8TeadsSDK18TeadsSoundDelegate_") SWIFT_UNAVAILABLE_MSG("'Tea
13301293

13311294

13321295

1296+
13331297
@interface UIButton (SWIFT_EXTENSION(TeadsSDK))
13341298
- (void)bindWithComponent:(CommonComponent * _Nullable)component;
13351299
@end
13361300

13371301

13381302

1339-
1340-
1341-
13421303
@interface UIImageView (SWIFT_EXTENSION(TeadsSDK))
13431304
- (void)bindWithComponent:(CommonComponent * _Nullable)component;
13441305
@end
@@ -1350,6 +1311,7 @@ SWIFT_PROTOCOL("_TtP8TeadsSDK18TeadsSoundDelegate_") SWIFT_UNAVAILABLE_MSG("'Tea
13501311

13511312

13521313

1314+
13531315
@interface UIView (SWIFT_EXTENSION(TeadsSDK))
13541316
/// map your UIKit element to TeadsSDK logic,
13551317
/// this ensures visibility measurement is monitored and click behaviors are well handled
@@ -1366,7 +1328,6 @@ SWIFT_PROTOCOL("_TtP8TeadsSDK18TeadsSoundDelegate_") SWIFT_UNAVAILABLE_MSG("'Tea
13661328

13671329

13681330

1369-
13701331
/// Native video component containing media content
13711332
/// note:
13721333
/// In order to render VideoComponent, you need to instanciate a <code>TeadsMediaView</code> by calling <code>TeadsMediaView/init(videoComponent:)</code>
@@ -1376,12 +1337,12 @@ SWIFT_CLASS("_TtC8TeadsSDK14VideoComponent")
13761337
@property (nonatomic, readonly) CGFloat contentAspectRatio;
13771338
@end
13781339

1340+
#endif
1341+
#if defined(__cplusplus)
13791342
#endif
13801343
#if __has_attribute(external_source_symbol)
13811344
# pragma clang attribute pop
13821345
#endif
1383-
#if defined(__cplusplus)
1384-
#endif
13851346
#pragma clang diagnostic pop
13861347
#endif
13871348

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)