Skip to content

Commit

Permalink
Added MixpanelService to Loop (LoopKit#63)
Browse files Browse the repository at this point in the history
* Added MixpanelService to Loop

* Update module url

* bump mixpanel
  • Loading branch information
Camji55 authored Jul 12, 2023
1 parent f0fc918 commit 9539f1d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
[submodule "MinimedKit"]
path = MinimedKit
url = https://github.com/LoopKit/MinimedKit.git
[submodule "MixpanelService"]
path = MixpanelService
url = https://github.com/LoopKit/MixpanelService
[submodule "LibreTransmitter"]
path = LibreTransmitter
url = https://github.com/LoopKit/LibreTransmitter.git
3 changes: 3 additions & 0 deletions LoopWorkspace.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
"version" : "1.7.1"
}
},
{
"identity" : "mixpanel-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mixpanel/mixpanel-swift.git",
"state" : {
"branch" : "master",
"revision" : "c676a9737c76e127e3ae5776247b226bc6d7652d"
}
},
{
"identity" : "mkringprogressview",
"kind" : "remoteSourceControl",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,20 @@
ReferencedContainer = "container:AmplitudeService/AmplitudeService.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "849523B52A25DCD3003AC2FD"
BuildableName = "MixpanelServiceKitPlugin.loopplugin"
BlueprintName = "MixpanelServiceKitPlugin"
ReferencedContainer = "container:MixpanelService/MixpanelService.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
Expand Down
1 change: 1 addition & 0 deletions MixpanelService
Submodule MixpanelService added at 68a5bf

0 comments on commit 9539f1d

Please sign in to comment.