Skip to content

Commit 98bb0a3

Browse files
committed
Remove integrations code for braze and airship
1 parent 0b88c54 commit 98bb0a3

12 files changed

+8
-619
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ profile
2727
.swiftpm/
2828
.build/
2929

30+
# Carthage
31+
32+
Carthage/Build/
33+
3034
MixpanelDemo/build/

Mixpanel.xcodeproj/project.pbxproj

-12
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@
159159
E1F15FE21E64B60D00391AE3 /* Flush.swift in Sources */ = {isa = PBXBuildFile; fileRef = E115949E1D01BE14007F8B4F /* Flush.swift */; };
160160
E1F15FE31E64B60D00391AE3 /* Track.swift in Sources */ = {isa = PBXBuildFile; fileRef = E11594A01D01C597007F8B4F /* Track.swift */; };
161161
E1F15FE41E64B60D00391AE3 /* People.swift in Sources */ = {isa = PBXBuildFile; fileRef = E15FF7C71D0435670076CDE3 /* People.swift */; };
162-
F05767541F8D909600499D9B /* ConnectIntegrations.swift in Sources */ = {isa = PBXBuildFile; fileRef = F05767531F8D909600499D9B /* ConnectIntegrations.swift */; };
163162
/* End PBXBuildFile section */
164163

165164
/* Begin PBXFileReference section */
@@ -260,7 +259,6 @@
260259
E1D335CD1D30578E00E68E12 /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
261260
E1D335CF1D3059A800E68E12 /* AutomaticProperties.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AutomaticProperties.swift; sourceTree = "<group>"; };
262261
E1F15FC91E64A10700391AE3 /* Mixpanel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Mixpanel.framework; sourceTree = BUILT_PRODUCTS_DIR; };
263-
F05767531F8D909600499D9B /* ConnectIntegrations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectIntegrations.swift; sourceTree = "<group>"; };
264262
/* End PBXFileReference section */
265263

266264
/* Begin PBXFrameworksBuildPhase section */
@@ -498,7 +496,6 @@
498496
E189D8F91D5A6908007F3F29 /* Decide */ = {
499497
isa = PBXGroup;
500498
children = (
501-
F05767521F8D905D00499D9B /* Connect Integrations */,
502499
E189D8F51D54ECBF007F3F29 /* Decide.swift */,
503500
E15422161D6FBA97009421A0 /* Swizzle.swift */,
504501
E154221A1D70BEF0009421A0 /* Web Socket */,
@@ -593,14 +590,6 @@
593590
name = "A/B Testing";
594591
sourceTree = "<group>";
595592
};
596-
F05767521F8D905D00499D9B /* Connect Integrations */ = {
597-
isa = PBXGroup;
598-
children = (
599-
F05767531F8D909600499D9B /* ConnectIntegrations.swift */,
600-
);
601-
name = "Connect Integrations";
602-
sourceTree = "<group>";
603-
};
604593
/* End PBXGroup section */
605594

606595
/* Begin PBXHeadersBuildPhase section */
@@ -904,7 +893,6 @@
904893
E1D335CC1D303A0D00E68E12 /* FlushRequest.swift in Sources */,
905894
E115234F1D7F58B000657E80 /* CGSizeToNSDictionary.swift in Sources */,
906895
E154221F1D70DB09009421A0 /* WebSocket.swift in Sources */,
907-
F05767541F8D909600499D9B /* ConnectIntegrations.swift in Sources */,
908896
E15422151D6F9F44009421A0 /* Codeless.swift in Sources */,
909897
E115948B1CFF1538007F8B4F /* Mixpanel.swift in Sources */,
910898
E1497EF21D6B8DC900B2B65C /* CodelessBinding.swift in Sources */,

MixpanelDemo/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
Podfile.lock
22
Pods
3+
**/*.xccheckout
4+
**/*.moved-aside
5+
**/*.xcuserstate
6+
**/*.xcscheme

MixpanelDemo/MixpanelDemo.xcodeproj/xcshareddata/xcschemes/MixpanelDemo.xcscheme

-117
This file was deleted.

MixpanelDemo/MixpanelDemo.xcodeproj/xcshareddata/xcschemes/MixpanelDemoMac.xcscheme

-89
This file was deleted.

MixpanelDemo/MixpanelDemo.xcodeproj/xcshareddata/xcschemes/MixpanelDemoTV.xcscheme

-107
This file was deleted.

0 commit comments

Comments
 (0)