Skip to content

Commit 68b1e7f

Browse files
committed
rename all demo occurence to `sample
1 parent 555960e commit 68b1e7f

File tree

147 files changed

+106
-109
lines changed

Some content is hidden

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

147 files changed

+106
-109
lines changed

Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
project 'TeadsDemoApp.xcodeproj'
1+
project 'TeadsSampleApp.xcodeproj'
22

33
# Uncomment the next line to define a global platform for your project
44
# platform :ios, '10.0'
55

6-
target 'TeadsDemoApp' do
6+
target 'TeadsSampleApp' do
77
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
88
use_frameworks!
99

10-
# Pods for TeadsDemoApp
10+
# Pods for TeadsSampleApp
1111
pod 'GoogleMobileAdsMediationTeads', '4.8.0'
1212
pod 'MoPub-Teads-Adapters', '4.8.0'
1313
pod 'TeadsSASAdapter', '4.8.0'

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ SPEC CHECKSUMS:
9090
TeadsSASAdapter: d8966f7856d9e117af76df2f7a5adeaab2600b1a
9191
TeadsSDK: 2eb77986f95f0644b681ac86edc2f56e4faa7cb0
9292

93-
PODFILE CHECKSUM: db26ca30ea40e3a2ba4b94cc0d71b93b136e3988
93+
PODFILE CHECKSUM: eae1089d2208fa39dbb41ecbaf626603f64da49a
9494

9595
COCOAPODS: 1.10.0

TeadsDemoApp.xcodeproj/project.pbxproj renamed to TeadsSampleApp.xcodeproj/project.pbxproj

Lines changed: 43 additions & 43 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

TeadsDemoApp.xcodeproj/xcshareddata/xcschemes/TeadsDemoApp.xcscheme renamed to TeadsSampleApp.xcodeproj/xcshareddata/xcschemes/TeadsDemoApp.xcscheme

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "B5555A311F7CDF80007406D4"
18-
BuildableName = "TeadsDemoApp.app"
19-
BlueprintName = "TeadsDemoApp"
20-
ReferencedContainer = "container:TeadsDemoApp.xcodeproj">
18+
BuildableName = "TeadsSampleApp.app"
19+
BlueprintName = "TeadsSampleApp"
20+
ReferencedContainer = "container:TeadsSampleApp.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -27,19 +27,17 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<Testables>
31-
</Testables>
3230
<MacroExpansion>
3331
<BuildableReference
3432
BuildableIdentifier = "primary"
3533
BlueprintIdentifier = "B5555A311F7CDF80007406D4"
36-
BuildableName = "TeadsDemoApp.app"
37-
BlueprintName = "TeadsDemoApp"
38-
ReferencedContainer = "container:TeadsDemoApp.xcodeproj">
34+
BuildableName = "TeadsSampleApp.app"
35+
BlueprintName = "TeadsSampleApp"
36+
ReferencedContainer = "container:TeadsSampleApp.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
39+
<Testables>
40+
</Testables>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Debug"
@@ -56,13 +54,11 @@
5654
<BuildableReference
5755
BuildableIdentifier = "primary"
5856
BlueprintIdentifier = "B5555A311F7CDF80007406D4"
59-
BuildableName = "TeadsDemoApp.app"
60-
BlueprintName = "TeadsDemoApp"
61-
ReferencedContainer = "container:TeadsDemoApp.xcodeproj">
57+
BuildableName = "TeadsSampleApp.app"
58+
BlueprintName = "TeadsSampleApp"
59+
ReferencedContainer = "container:TeadsSampleApp.xcodeproj">
6260
</BuildableReference>
6361
</BuildableProductRunnable>
64-
<AdditionalOptions>
65-
</AdditionalOptions>
6662
</LaunchAction>
6763
<ProfileAction
6864
buildConfiguration = "Release"
@@ -75,9 +71,9 @@
7571
<BuildableReference
7672
BuildableIdentifier = "primary"
7773
BlueprintIdentifier = "B5555A311F7CDF80007406D4"
78-
BuildableName = "TeadsDemoApp.app"
79-
BlueprintName = "TeadsDemoApp"
80-
ReferencedContainer = "container:TeadsDemoApp.xcodeproj">
74+
BuildableName = "TeadsSampleApp.app"
75+
BlueprintName = "TeadsSampleApp"
76+
ReferencedContainer = "container:TeadsSampleApp.xcodeproj">
8177
</BuildableReference>
8278
</BuildableProductRunnable>
8379
</ProfileAction>

TeadsDemoApp.xcworkspace/contents.xcworkspacedata renamed to TeadsSampleApp.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

TeadsDemoApp/AppDelegate.swift renamed to TeadsSampleApp/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// AppDelegate.swift
3-
// TeadsDemoApp
3+
// TeadsSampleApp
44
//
55
// Created by Jérémy Grosjean on 28/09/2017.
66
// Copyright © 2018 Teads. All rights reserved.

0 commit comments

Comments
 (0)