Skip to content

Commit 519236e

Browse files
Introduce smart ad server native format sample
1 parent ef9bf68 commit 519236e

File tree

5 files changed

+536
-38
lines changed

5 files changed

+536
-38
lines changed

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)