Skip to content

Commit 9539f1d

Browse files
authored
Added MixpanelService to Loop (LoopKit#63)
* Added MixpanelService to Loop * Update module url * bump mixpanel
1 parent f0fc918 commit 9539f1d

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
[submodule "MinimedKit"]
5353
path = MinimedKit
5454
url = https://github.com/LoopKit/MinimedKit.git
55+
[submodule "MixpanelService"]
56+
path = MixpanelService
57+
url = https://github.com/LoopKit/MixpanelService
5558
[submodule "LibreTransmitter"]
5659
path = LibreTransmitter
5760
url = https://github.com/LoopKit/LibreTransmitter.git

LoopWorkspace.xcworkspace/contents.xcworkspacedata

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LoopWorkspace.xcworkspace/xcshareddata/swiftpm/Package.resolved

+9
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@
3636
"version" : "1.7.1"
3737
}
3838
},
39+
{
40+
"identity" : "mixpanel-swift",
41+
"kind" : "remoteSourceControl",
42+
"location" : "https://github.com/mixpanel/mixpanel-swift.git",
43+
"state" : {
44+
"branch" : "master",
45+
"revision" : "c676a9737c76e127e3ae5776247b226bc6d7652d"
46+
}
47+
},
3948
{
4049
"identity" : "mkringprogressview",
4150
"kind" : "remoteSourceControl",

LoopWorkspace.xcworkspace/xcshareddata/xcschemes/LoopWorkspace.xcscheme

+14
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,20 @@
104104
ReferencedContainer = "container:AmplitudeService/AmplitudeService.xcodeproj">
105105
</BuildableReference>
106106
</BuildActionEntry>
107+
<BuildActionEntry
108+
buildForTesting = "YES"
109+
buildForRunning = "YES"
110+
buildForProfiling = "YES"
111+
buildForArchiving = "YES"
112+
buildForAnalyzing = "YES">
113+
<BuildableReference
114+
BuildableIdentifier = "primary"
115+
BlueprintIdentifier = "849523B52A25DCD3003AC2FD"
116+
BuildableName = "MixpanelServiceKitPlugin.loopplugin"
117+
BlueprintName = "MixpanelServiceKitPlugin"
118+
ReferencedContainer = "container:MixpanelService/MixpanelService.xcodeproj">
119+
</BuildableReference>
120+
</BuildActionEntry>
107121
<BuildActionEntry
108122
buildForTesting = "YES"
109123
buildForRunning = "YES"

MixpanelService

Submodule MixpanelService added at 68a5bf8

0 commit comments

Comments
 (0)