Skip to content

Commit 05a2ef5

Browse files
WIP
1 parent 862134b commit 05a2ef5

File tree

6 files changed

+288
-6
lines changed

6 files changed

+288
-6
lines changed

Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ target 'TeadsDemoApp' do
88
use_frameworks!
99

1010
# Pods for TeadsDemoApp
11-
pod 'GoogleMobileAdsMediationTeads', '4.7.8'
12-
pod 'MoPub-Teads-Adapters', '4.7.8'
13-
11+
pod 'GoogleMobileAdsMediationTeads', '4.8.0'
12+
pod 'MoPub-Teads-Adapters', '4.8.0'
13+
pod 'TeadsSASAdapter', '4.8.0'
1414
end
1515

1616
post_install do |installer|

TeadsDemoApp.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
B57FB1F11FC5E21F00609036 /* PidTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57FB1F01FC5E21F00609036 /* PidTableViewCell.swift */; };
3838
B5CF15BF252DC47000B12F83 /* TeadsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5CF15BE252DC47000B12F83 /* TeadsViewController.swift */; };
3939
B5D8037924E3E6C800C0AAF6 /* InReadMopubScrollViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5D8037824E3E6C800C0AAF6 /* InReadMopubScrollViewController.swift */; };
40+
B5EBAF6025655A1300B0DAFA /* InReadSASScrollViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5EBAF5F25655A1300B0DAFA /* InReadSASScrollViewController.swift */; };
4041
D822AE1F658F3E8B193836D6 /* Pods_TeadsDemoApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A00B2DB925EAF9FCC9B791B /* Pods_TeadsDemoApp.framework */; };
4142
DB4660DC2181B865003A6CF5 /* InReadAdmobScrollViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB4660DB2181B865003A6CF5 /* InReadAdmobScrollViewController.swift */; };
4243
/* End PBXBuildFile section */
@@ -77,6 +78,7 @@
7778
B57FB1F01FC5E21F00609036 /* PidTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PidTableViewCell.swift; sourceTree = "<group>"; };
7879
B5CF15BE252DC47000B12F83 /* TeadsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TeadsViewController.swift; sourceTree = "<group>"; };
7980
B5D8037824E3E6C800C0AAF6 /* InReadMopubScrollViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InReadMopubScrollViewController.swift; sourceTree = "<group>"; };
81+
B5EBAF5F25655A1300B0DAFA /* InReadSASScrollViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InReadSASScrollViewController.swift; sourceTree = "<group>"; };
8082
DB4660DB2181B865003A6CF5 /* InReadAdmobScrollViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InReadAdmobScrollViewController.swift; sourceTree = "<group>"; };
8183
/* End PBXFileReference section */
8284

@@ -142,6 +144,7 @@
142144
40D289EE25384E9E0031A64D /* Direct */,
143145
40D289F325384F240031A64D /* Admob */,
144146
40D289F425384F2F0031A64D /* Mopub */,
147+
B5EBAF5D256559A900B0DAFA /* SAS */,
145148
);
146149
path = InRead;
147150
sourceTree = "<group>";
@@ -358,6 +361,22 @@
358361
path = Views;
359362
sourceTree = "<group>";
360363
};
364+
B5EBAF5D256559A900B0DAFA /* SAS */ = {
365+
isa = PBXGroup;
366+
children = (
367+
B5EBAF6225655A2400B0DAFA /* ScrollView */,
368+
);
369+
path = SAS;
370+
sourceTree = "<group>";
371+
};
372+
B5EBAF6225655A2400B0DAFA /* ScrollView */ = {
373+
isa = PBXGroup;
374+
children = (
375+
B5EBAF5F25655A1300B0DAFA /* InReadSASScrollViewController.swift */,
376+
);
377+
path = ScrollView;
378+
sourceTree = "<group>";
379+
};
361380
/* End PBXGroup section */
362381

363382
/* Begin PBXNativeTarget section */
@@ -442,6 +461,8 @@
442461
"${PODS_ROOT}/Target Support Files/Pods-TeadsDemoApp/Pods-TeadsDemoApp-frameworks.sh",
443462
"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
444463
"${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework",
464+
"${PODS_ROOT}/Smart-Core-SDK/SCSCoreKit.framework",
465+
"${PODS_ROOT}/Smart-Display-SDK/SASDisplayKit.framework",
445466
"${PODS_ROOT}/TeadsSDK/TeadsSDK.framework",
446467
"${BUILT_PRODUCTS_DIR}/mopub-ios-sdk/MoPub.framework",
447468
"${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
@@ -450,6 +471,8 @@
450471
outputPaths = (
451472
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
452473
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework",
474+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SCSCoreKit.framework",
475+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SASDisplayKit.framework",
453476
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TeadsSDK.framework",
454477
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MoPub.framework",
455478
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
@@ -522,6 +545,7 @@
522545
B5555A491F7CE4C7007406D4 /* DemoTableViewCell.swift in Sources */,
523546
4079F253252CC1EF00B0AC31 /* RootViewController.swift in Sources */,
524547
B50C184922CCDC65004F2360 /* InReadAdmobWebViewController.swift in Sources */,
548+
B5EBAF6025655A1300B0DAFA /* InReadSASScrollViewController.swift in Sources */,
525549
B5555A361F7CDF80007406D4 /* AppDelegate.swift in Sources */,
526550
B5555A4E1F7D3177007406D4 /* InReadDirectScrollViewController.swift in Sources */,
527551
B5CF15BF252DC47000B12F83 /* TeadsViewController.swift in Sources */,

0 commit comments

Comments
 (0)