Skip to content

Commit d7dfff2

Browse files
authored
Removed flurry instances from UIKit Example (#20)
1 parent ebf3860 commit d7dfff2

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

Examples/apps/SegmentUIKitExample/SegmentUIKitExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
4602278C261F860100A9E913 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4602278A261F860100A9E913 /* Main.storyboard */; };
1414
4602278E261F860300A9E913 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4602278D261F860300A9E913 /* Assets.xcassets */; };
1515
46022791261F860300A9E913 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4602278F261F860300A9E913 /* LaunchScreen.storyboard */; };
16-
46E3834626582D9600BA2502 /* FlurryDestination.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46E3834526582D9600BA2502 /* FlurryDestination.swift */; };
1716
46E3834C26582D9E00BA2502 /* UIKitScreenTracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46E3834826582D9E00BA2502 /* UIKitScreenTracking.swift */; };
1817
46E3834D26582D9E00BA2502 /* ConsentTracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46E3834926582D9E00BA2502 /* ConsentTracking.swift */; };
1918
46E3834E26582D9E00BA2502 /* IDFACollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46E3834A26582D9E00BA2502 /* IDFACollection.swift */; };
@@ -34,7 +33,6 @@
3433
46022792261F860300A9E913 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3534
460227BC2620C02B00A9E913 /* SegmentUIKitExample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SegmentUIKitExample-Bridging-Header.h"; sourceTree = "<group>"; };
3635
469F7AFA265D8D890038E773 /* SegmentUIKitExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SegmentUIKitExample.entitlements; sourceTree = "<group>"; };
37-
46E3834526582D9600BA2502 /* FlurryDestination.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlurryDestination.swift; sourceTree = "<group>"; };
3836
46E3834826582D9E00BA2502 /* UIKitScreenTracking.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIKitScreenTracking.swift; sourceTree = "<group>"; };
3937
46E3834926582D9E00BA2502 /* ConsentTracking.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConsentTracking.swift; sourceTree = "<group>"; };
4038
46E3834A26582D9E00BA2502 /* IDFACollection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IDFACollection.swift; sourceTree = "<group>"; };
@@ -60,7 +58,6 @@
6058
children = (
6159
46E3835026582DA400BA2502 /* tasks */,
6260
46E3834726582D9E00BA2502 /* other_plugins */,
63-
46E3834426582D9600BA2502 /* destination_plugins */,
6461
46022783261F860100A9E913 /* SegmentUIKitExample */,
6562
46022782261F860100A9E913 /* Products */,
6663
46E383552658307800BA2502 /* Frameworks */,
@@ -91,15 +88,6 @@
9188
path = SegmentUIKitExample;
9289
sourceTree = "<group>";
9390
};
94-
46E3834426582D9600BA2502 /* destination_plugins */ = {
95-
isa = PBXGroup;
96-
children = (
97-
46E3834526582D9600BA2502 /* FlurryDestination.swift */,
98-
);
99-
name = destination_plugins;
100-
path = ../../destination_plugins;
101-
sourceTree = "<group>";
102-
};
10391
46E3834726582D9E00BA2502 /* other_plugins */ = {
10492
isa = PBXGroup;
10593
children = (
@@ -206,7 +194,6 @@
206194
buildActionMask = 2147483647;
207195
files = (
208196
46E3835326582DA400BA2502 /* CustomScreenTracking.swift in Sources */,
209-
46E3834626582D9600BA2502 /* FlurryDestination.swift in Sources */,
210197
46E3834F26582D9E00BA2502 /* ConsoleLogger.swift in Sources */,
211198
46022789261F860100A9E913 /* Tab1ViewController.swift in Sources */,
212199
46022785261F860100A9E913 /* AppDelegate.swift in Sources */,

Examples/apps/SegmentUIKitExample/SegmentUIKitExample/AppDelegate.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
2020

2121
Analytics.support.add(plugin: ConsoleLogger(name: "support"))
2222
Analytics.support.add(plugin: ConsentTracking(name: "consent"))
23-
24-
// setup flurry on the main instance
25-
// NOTE: This is currently commented out due to lack of arm64 support in the flurry SDK via swift package manager.
26-
//let flurry = FlurryDestination(name: "Flurry", analytics: Analytics.main)
27-
//Analytics.main.add(plugin: flurry)
2823

2924
Analytics.support.track(name: "test event")
3025

0 commit comments

Comments
 (0)