Skip to content

Commit 3032237

Browse files
Merge branch 'master' into gam-package-dependency-compliance-10
2 parents 209e84c + c44cc1c commit 3032237

File tree

6 files changed

+545
-45
lines changed

6 files changed

+545
-45
lines changed

Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- AppLovinSDK (11.7.0)
2+
- AppLovinSDK (11.7.1)
33
- Google-Mobile-Ads-SDK (10.0.0):
44
- GoogleAppMeasurement (< 11.0, >= 7.0)
55
- GoogleUserMessagingPlatform (>= 1.1)
@@ -47,9 +47,9 @@ PODS:
4747
- nanopb/decode (2.30909.0)
4848
- nanopb/encode (2.30909.0)
4949
- PromisesObjC (2.1.1)
50-
- Smart-Core-SDK (7.18.1)
51-
- Smart-Display-SDK (7.18.0):
52-
- Smart-Core-SDK (~> 7.18)
50+
- Smart-Core-SDK (7.20.0)
51+
- Smart-Display-SDK (7.20.1):
52+
- Smart-Core-SDK (~> 7.20)
5353
- SwiftFormat/CLI (0.50.1)
5454
- TeadsAdMobAdapter (5.0.24):
5555
- Google-Mobile-Ads-SDK (>= 9.0.0)
@@ -89,15 +89,15 @@ SPEC REPOS:
8989
- TeadsSDK
9090

9191
SPEC CHECKSUMS:
92-
AppLovinSDK: 14f62baf5a803337307e20fa553609fa123bc07e
92+
AppLovinSDK: 8b2496b62b942d409da6241f967ac837415d05ad
9393
Google-Mobile-Ads-SDK: 02b68fc1dd65d011dd5e61e204a7d0cee79b8a85
9494
GoogleAppMeasurement: 173fa22ce7d62c29332568e853b39b2525a0e584
9595
GoogleUserMessagingPlatform: 5f8b30daf181805317b6b985bb51c1ff3beca054
9696
GoogleUtilities: c2bdc4cf2ce786c4d2e6b3bcfd599a25ca78f06f
9797
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
9898
PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb
99-
Smart-Core-SDK: 7f2b321a2f8a4233481db716a30a2715d2fafbd1
100-
Smart-Display-SDK: 83450dd0befaa55f08779a8c67c30bd6d8e80ee9
99+
Smart-Core-SDK: fffd60b4e87bd3cf2c2f106b512a06ff8feacd3b
100+
Smart-Display-SDK: 524216003ad9e86b68c78f718205d4bc35b2baa9
101101
SwiftFormat: e73212c71908404e333da34e303772b9e516ac9b
102102
TeadsAdMobAdapter: 71d1d2f125acbc5245813ca269db04281d67bc45
103103
TeadsAppLovinAdapter: 19a8dc6877a6292277ca2b2d6156b3b9dd818c91

TeadsSampleApp.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
408A2D4B253D995200CCFF44 /* RootImageViewLabelCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 408A2D48253D995200CCFF44 /* RootImageViewLabelCollectionViewCell.swift */; };
1515
40DCC3C925306FA00012407C /* Format.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40DCC3C825306FA00012407C /* Format.swift */; };
1616
979210C427E0A5C00010E81A /* AppLovinViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 979210C327E0A5C00010E81A /* AppLovinViewController.swift */; };
17+
A9799DF729BF770B0038DCCD /* NativeSASTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9799DF629BF770B0038DCCD /* NativeSASTableViewController.swift */; };
18+
A9799DF929BF771F0038DCCD /* SmartNativeAdTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9799DF829BF771F0038DCCD /* SmartNativeAdTableViewCell.swift */; };
1719
B501EC721F823541002909B9 /* InReadDirectWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B501EC711F823541002909B9 /* InReadDirectWebViewController.swift */; };
1820
B50425D0252E078B00ABF07D /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50425CF252E078B00ABF07D /* String.swift */; };
1921
B50425D3252E134E00ABF07D /* FakeArticleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50425D2252E134E00ABF07D /* FakeArticleView.swift */; };
@@ -77,6 +79,8 @@
7779
4E4C6A68AA96696F039D0AA4 /* Pods-TeadsSampleApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TeadsSampleApp.release.xcconfig"; path = "Target Support Files/Pods-TeadsSampleApp/Pods-TeadsSampleApp.release.xcconfig"; sourceTree = "<group>"; };
7880
979210C327E0A5C00010E81A /* AppLovinViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppLovinViewController.swift; sourceTree = "<group>"; };
7981
9D48A37BC2D2CEACF8F6BED5 /* Pods-TeadsSampleApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TeadsSampleApp.debug.xcconfig"; path = "Target Support Files/Pods-TeadsSampleApp/Pods-TeadsSampleApp.debug.xcconfig"; sourceTree = "<group>"; };
82+
A9799DF629BF770B0038DCCD /* NativeSASTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NativeSASTableViewController.swift; sourceTree = "<group>"; };
83+
A9799DF829BF771F0038DCCD /* SmartNativeAdTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SmartNativeAdTableViewCell.swift; sourceTree = "<group>"; };
8084
B501EC711F823541002909B9 /* InReadDirectWebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InReadDirectWebViewController.swift; sourceTree = "<group>"; };
8185
B502BA121F827D5C008257EC /* InReadDirectTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InReadDirectTableViewController.swift; sourceTree = "<group>"; };
8286
B50425CF252E078B00ABF07D /* String.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = "<group>"; };
@@ -264,6 +268,23 @@
264268
path = Pods;
265269
sourceTree = "<group>";
266270
};
271+
A9799DF429BF76D90038DCCD /* SAS */ = {
272+
isa = PBXGroup;
273+
children = (
274+
A9799DF529BF76E70038DCCD /* TableView */,
275+
);
276+
path = SAS;
277+
sourceTree = "<group>";
278+
};
279+
A9799DF529BF76E70038DCCD /* TableView */ = {
280+
isa = PBXGroup;
281+
children = (
282+
A9799DF629BF770B0038DCCD /* NativeSASTableViewController.swift */,
283+
A9799DF829BF771F0038DCCD /* SmartNativeAdTableViewCell.swift */,
284+
);
285+
path = TableView;
286+
sourceTree = "<group>";
287+
};
267288
B501EC681F8232A4002909B9 /* Ressources */ = {
268289
isa = PBXGroup;
269290
children = (
@@ -417,6 +438,7 @@
417438
E9984ED626AF3CCC000D42D3 /* Direct */,
418439
E9984EDB26AF3CCC000D42D3 /* Admob */,
419440
E954312227CD038A005004B4 /* AppLovin */,
441+
A9799DF429BF76D90038DCCD /* SAS */,
420442
);
421443
path = Native;
422444
sourceTree = "<group>";
@@ -736,6 +758,7 @@
736758
E9984EEB26AF3CCC000D42D3 /* NativeDirectCollectionViewController.swift in Sources */,
737759
B5966D1D269C7F33005CA2FF /* InReadAdmobTableViewController.swift in Sources */,
738760
408A2D4A253D995200CCFF44 /* RootHeaderCollectionReusableView.swift in Sources */,
761+
A9799DF729BF770B0038DCCD /* NativeSASTableViewController.swift in Sources */,
739762
E9A6F4BD26B7188D005C5F78 /* NativeAdCollectionViewCell.swift in Sources */,
740763
E9A3AC5A2795BB0D00F124D6 /* AdOpportunityTrackerCollectionViewCell.swift in Sources */,
741764
E9984EFB26B2D46F000D42D3 /* AdmobNativeAdTableViewCell.swift in Sources */,
@@ -748,6 +771,7 @@
748771
B5966D22269DE859005CA2FF /* InReadSASScrollViewController.swift in Sources */,
749772
4079F253252CC1EF00B0AC31 /* RootViewController.swift in Sources */,
750773
B5555A361F7CDF80007406D4 /* AppDelegate.swift in Sources */,
774+
A9799DF929BF771F0038DCCD /* SmartNativeAdTableViewCell.swift in Sources */,
751775
B56A8ABA26988C780090A14A /* InReadDirectScrollViewController.swift in Sources */,
752776
B5966D23269DE8D0005CA2FF /* InReadSASTableViewController.swift in Sources */,
753777
B5CF15BF252DC47000B12F83 /* TeadsViewController.swift in Sources */,

0 commit comments

Comments
 (0)