Skip to content

Commit 4981ee5

Browse files
committed
Copyright comment removed from the files header
1 parent bb2438a commit 4981ee5

24 files changed

Lines changed: 79 additions & 23 deletions
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "2610"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES"
8+
buildArchitectures = "Automatic">
9+
<BuildActionEntries>
10+
<BuildActionEntry
11+
buildForTesting = "YES"
12+
buildForRunning = "YES"
13+
buildForProfiling = "YES"
14+
buildForArchiving = "YES"
15+
buildForAnalyzing = "YES">
16+
<BuildableReference
17+
BuildableIdentifier = "primary"
18+
BlueprintIdentifier = "CTAnalytics"
19+
BuildableName = "CTAnalytics"
20+
BlueprintName = "CTAnalytics"
21+
ReferencedContainer = "container:">
22+
</BuildableReference>
23+
</BuildActionEntry>
24+
</BuildActionEntries>
25+
</BuildAction>
26+
<TestAction
27+
buildConfiguration = "Debug"
28+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
29+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
30+
shouldUseLaunchSchemeArgsEnv = "YES"
31+
shouldAutocreateTestPlan = "YES">
32+
<Testables>
33+
<TestableReference
34+
skipped = "NO">
35+
<BuildableReference
36+
BuildableIdentifier = "primary"
37+
BlueprintIdentifier = "CTAnalyticsTests"
38+
BuildableName = "CTAnalyticsTests"
39+
BlueprintName = "CTAnalyticsTests"
40+
ReferencedContainer = "container:">
41+
</BuildableReference>
42+
</TestableReference>
43+
</Testables>
44+
</TestAction>
45+
<LaunchAction
46+
buildConfiguration = "Debug"
47+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
48+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
49+
launchStyle = "0"
50+
useCustomWorkingDirectory = "NO"
51+
ignoresPersistentStateOnLaunch = "NO"
52+
debugDocumentVersioning = "YES"
53+
debugServiceExtension = "internal"
54+
allowLocationSimulation = "YES">
55+
</LaunchAction>
56+
<ProfileAction
57+
buildConfiguration = "Release"
58+
shouldUseLaunchSchemeArgsEnv = "YES"
59+
savedToolIdentifier = ""
60+
useCustomWorkingDirectory = "NO"
61+
debugDocumentVersioning = "YES">
62+
<MacroExpansion>
63+
<BuildableReference
64+
BuildableIdentifier = "primary"
65+
BlueprintIdentifier = "CTAnalytics"
66+
BuildableName = "CTAnalytics"
67+
BlueprintName = "CTAnalytics"
68+
ReferencedContainer = "container:">
69+
</BuildableReference>
70+
</MacroExpansion>
71+
</ProfileAction>
72+
<AnalyzeAction
73+
buildConfiguration = "Debug">
74+
</AnalyzeAction>
75+
<ArchiveAction
76+
buildConfiguration = "Release"
77+
revealArchiveInOrganizer = "YES">
78+
</ArchiveAction>
79+
</Scheme>

Sources/CTAnalytics/Enum/AnalyticsEvent.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// CTAnalytics
44
//
55
// Created by Mark Pospesel on 7/23/21.
6-
// Copyright © 2023 Y Media Labs. All rights reserved.
76
//
87

98
import Foundation

Sources/CTAnalytics/Implementations/CompoundAnalyticsEngine.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// CTAnalytics
44
//
55
// Created by Mark Pospesel on 7/19/21.
6-
// Copyright © 2023 Y Media Labs. All rights reserved.
76
//
87

98
import Foundation

Sources/CTAnalytics/Implementations/ConsoleAnalyticsEngine.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// CTAnalyticsTestHarnessTests
44
//
55
// Created by Sumit Goswami on 18/01/22.
6-
// Copyright © 2023 Y Media Labs. All rights reserved.
76
//
87

98
import Foundation

Sources/CTAnalytics/Implementations/LoggerAnalyticsEngine.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// CTAnalytics
44
//
55
// Created by Sumit Goswami on 17/01/22.
6-
// Copyright © 2023 Y Media Labs. All rights reserved.
76
//
87

98
import Foundation

Sources/CTAnalytics/Implementations/MockAnalyticsEngine.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// CTAnalyticsTests
44
//
55
// Created by Mark Pospesel on 7/20/21.
6-
// Copyright © 2023 Y Media Labs. All rights reserved.
76
//
87

98
import Foundation

Sources/CTAnalytics/Implementations/SpyAnalyticsEngine.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// CTAnalytics
44
//
55
// Created by Mark Pospesel on 2/21/23.
6-
// Copyright © 2023 Y Media Labs. All rights reserved.
76
//
87

98
import Foundation

Sources/CTAnalytics/Protocol/AnalyticsEngine.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// CTAnalytics
44
//
55
// Created by Mark Pospesel on 7/23/21.
6-
// Copyright © 2023 Y Media Labs. All rights reserved.
76
//
87

98
import Foundation

Sources/CTAnalytics/Protocol/AnalyticsEventFactory.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// CTAnalytics
44
//
55
// Created by Mark Pospesel on 3/8/23.
6-
// Copyright © 2023 Y Media Labs. All rights reserved.
76
//
87

98
import Foundation

Sources/CTAnalytics/Protocol/EventFactory.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// CTAnalytics
44
//
55
// Created by Mark Pospesel on 3/8/23.
6-
// Copyright © 2023 Y Media Labs. All rights reserved.
76
//
87

98
import Foundation

0 commit comments

Comments
 (0)