Skip to content

Commit cf530e2

Browse files
committed
Merge branch 'master' into adapters-spm
# Conflicts: # MediationAdapters/TeadsAdMobAdapter/README.md # README.md
2 parents 6208a83 + e5cd3f4 commit cf530e2

File tree

66 files changed

+1750
-3453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1750
-3453
lines changed
0 Bytes
Binary file not shown.
-134 KB
Binary file not shown.
0 Bytes
Binary file not shown.
-22.2 KB
Binary file not shown.

Frameworks/OMSDK_Teadstv.xcframework/ios-arm64_i386_x86_64-simulator/OMSDK_Teadstv.framework/_CodeSignature/CodeResources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</data>
5959
<key>Info.plist</key>
6060
<data>
61-
UC30bI7c6k0uanEVuRf8PBhEUOk=
61+
gP5XSViFaQ1TLkB5UiddfGTtZYY=
6262
</data>
6363
<key>Modules/module.modulemap</key>
6464
<data>

Frameworks/TeadsSDK.xcframework/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_i386_x86_64-simulator</string>
9+
<string>ios-arm64_armv7</string>
1010
<key>LibraryPath</key>
1111
<string>TeadsSDK.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>i386</string>
16-
<string>x86_64</string>
15+
<string>armv7</string>
1716
</array>
1817
<key>SupportedPlatform</key>
1918
<string>ios</string>
20-
<key>SupportedPlatformVariant</key>
21-
<string>simulator</string>
2219
</dict>
2320
<dict>
2421
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_armv7</string>
22+
<string>ios-arm64_i386_x86_64-simulator</string>
2623
<key>LibraryPath</key>
2724
<string>TeadsSDK.framework</string>
2825
<key>SupportedArchitectures</key>
2926
<array>
3027
<string>arm64</string>
31-
<string>armv7</string>
28+
<string>i386</string>
29+
<string>x86_64</string>
3230
</array>
3331
<key>SupportedPlatform</key>
3432
<string>ios</string>
33+
<key>SupportedPlatformVariant</key>
34+
<string>simulator</string>
3535
</dict>
3636
</array>
3737
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.

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

Lines changed: 16 additions & 4 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 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)
3+
// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
44
#ifndef TEADSSDK_SWIFT_H
55
#define TEADSSDK_SWIFT_H
66
#pragma clang diagnostic push
@@ -186,6 +186,13 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
186186
#if !defined(IBSegueAction)
187187
# define IBSegueAction
188188
#endif
189+
#if !defined(SWIFT_EXTERN)
190+
# if defined(__cplusplus)
191+
# define SWIFT_EXTERN extern "C"
192+
# else
193+
# define SWIFT_EXTERN extern
194+
# endif
195+
#endif
189196
#if __has_feature(modules)
190197
#if __has_warning("-Watimport-in-framework-header")
191198
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
@@ -301,7 +308,6 @@ SWIFT_CLASS("_TtC8TeadsSDK18ContainerComponent")
301308

302309

303310

304-
@class NSNumber;
305311
@class UIImage;
306312

307313
/// Native image component containing image url
@@ -1139,7 +1145,7 @@ SWIFT_CLASS("_TtC8TeadsSDK14VideoComponent")
11391145
#endif
11401146

11411147
#elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__
1142-
// Generated by Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)
1148+
// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
11431149
#ifndef TEADSSDK_SWIFT_H
11441150
#define TEADSSDK_SWIFT_H
11451151
#pragma clang diagnostic push
@@ -1325,6 +1331,13 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
13251331
#if !defined(IBSegueAction)
13261332
# define IBSegueAction
13271333
#endif
1334+
#if !defined(SWIFT_EXTERN)
1335+
# if defined(__cplusplus)
1336+
# define SWIFT_EXTERN extern "C"
1337+
# else
1338+
# define SWIFT_EXTERN extern
1339+
# endif
1340+
#endif
13281341
#if __has_feature(modules)
13291342
#if __has_warning("-Watimport-in-framework-header")
13301343
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
@@ -1440,7 +1453,6 @@ SWIFT_CLASS("_TtC8TeadsSDK18ContainerComponent")
14401453

14411454

14421455

1443-
@class NSNumber;
14441456
@class UIImage;
14451457

14461458
/// Native image component containing image url
-1 Bytes
Binary file not shown.
-62.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)