From 1fc91b52f000ab91a4bd2251a87841d5bcc51644 Mon Sep 17 00:00:00 2001 From: Cody Garvin Date: Wed, 2 Jun 2021 11:31:26 -0700 Subject: [PATCH] Removed flurry instances from UIKit Example --- .../SegmentUIKitExample.xcodeproj/project.pbxproj | 13 ------------- .../SegmentUIKitExample/AppDelegate.swift | 5 ----- 2 files changed, 18 deletions(-) diff --git a/Examples/apps/SegmentUIKitExample/SegmentUIKitExample.xcodeproj/project.pbxproj b/Examples/apps/SegmentUIKitExample/SegmentUIKitExample.xcodeproj/project.pbxproj index 63d109fa..459a88bd 100644 --- a/Examples/apps/SegmentUIKitExample/SegmentUIKitExample.xcodeproj/project.pbxproj +++ b/Examples/apps/SegmentUIKitExample/SegmentUIKitExample.xcodeproj/project.pbxproj @@ -13,7 +13,6 @@ 4602278C261F860100A9E913 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4602278A261F860100A9E913 /* Main.storyboard */; }; 4602278E261F860300A9E913 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4602278D261F860300A9E913 /* Assets.xcassets */; }; 46022791261F860300A9E913 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4602278F261F860300A9E913 /* LaunchScreen.storyboard */; }; - 46E3834626582D9600BA2502 /* FlurryDestination.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46E3834526582D9600BA2502 /* FlurryDestination.swift */; }; 46E3834C26582D9E00BA2502 /* UIKitScreenTracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46E3834826582D9E00BA2502 /* UIKitScreenTracking.swift */; }; 46E3834D26582D9E00BA2502 /* ConsentTracking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46E3834926582D9E00BA2502 /* ConsentTracking.swift */; }; 46E3834E26582D9E00BA2502 /* IDFACollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46E3834A26582D9E00BA2502 /* IDFACollection.swift */; }; @@ -34,7 +33,6 @@ 46022792261F860300A9E913 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 460227BC2620C02B00A9E913 /* SegmentUIKitExample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SegmentUIKitExample-Bridging-Header.h"; sourceTree = ""; }; 469F7AFA265D8D890038E773 /* SegmentUIKitExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SegmentUIKitExample.entitlements; sourceTree = ""; }; - 46E3834526582D9600BA2502 /* FlurryDestination.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlurryDestination.swift; sourceTree = ""; }; 46E3834826582D9E00BA2502 /* UIKitScreenTracking.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIKitScreenTracking.swift; sourceTree = ""; }; 46E3834926582D9E00BA2502 /* ConsentTracking.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConsentTracking.swift; sourceTree = ""; }; 46E3834A26582D9E00BA2502 /* IDFACollection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IDFACollection.swift; sourceTree = ""; }; @@ -60,7 +58,6 @@ children = ( 46E3835026582DA400BA2502 /* tasks */, 46E3834726582D9E00BA2502 /* other_plugins */, - 46E3834426582D9600BA2502 /* destination_plugins */, 46022783261F860100A9E913 /* SegmentUIKitExample */, 46022782261F860100A9E913 /* Products */, 46E383552658307800BA2502 /* Frameworks */, @@ -91,15 +88,6 @@ path = SegmentUIKitExample; sourceTree = ""; }; - 46E3834426582D9600BA2502 /* destination_plugins */ = { - isa = PBXGroup; - children = ( - 46E3834526582D9600BA2502 /* FlurryDestination.swift */, - ); - name = destination_plugins; - path = ../../destination_plugins; - sourceTree = ""; - }; 46E3834726582D9E00BA2502 /* other_plugins */ = { isa = PBXGroup; children = ( @@ -206,7 +194,6 @@ buildActionMask = 2147483647; files = ( 46E3835326582DA400BA2502 /* CustomScreenTracking.swift in Sources */, - 46E3834626582D9600BA2502 /* FlurryDestination.swift in Sources */, 46E3834F26582D9E00BA2502 /* ConsoleLogger.swift in Sources */, 46022789261F860100A9E913 /* Tab1ViewController.swift in Sources */, 46022785261F860100A9E913 /* AppDelegate.swift in Sources */, diff --git a/Examples/apps/SegmentUIKitExample/SegmentUIKitExample/AppDelegate.swift b/Examples/apps/SegmentUIKitExample/SegmentUIKitExample/AppDelegate.swift index f63ce38a..92fe4a86 100644 --- a/Examples/apps/SegmentUIKitExample/SegmentUIKitExample/AppDelegate.swift +++ b/Examples/apps/SegmentUIKitExample/SegmentUIKitExample/AppDelegate.swift @@ -20,11 +20,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate { Analytics.support.add(plugin: ConsoleLogger(name: "support")) Analytics.support.add(plugin: ConsentTracking(name: "consent")) - - // setup flurry on the main instance - // NOTE: This is currently commented out due to lack of arm64 support in the flurry SDK via swift package manager. - //let flurry = FlurryDestination(name: "Flurry", analytics: Analytics.main) - //Analytics.main.add(plugin: flurry) Analytics.support.track(name: "test event")