-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bruno Barbieri
authored
Sep 12, 2019
1 parent
f53aa69
commit 561eb01
Showing
5 changed files
with
49 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
[submodule "ios/mixpanel-iphone"] | ||
path = ios/mixpanel-iphone | ||
url = [email protected]:mixpanel/mixpanel-iphone.git | ||
[submodule "ios/branch-ios-sdk"] | ||
path = ios/branch-ios-sdk | ||
[submodule "ios/ios-branch-deep-linking-attribution"] | ||
path = ios/ios-branch-deep-linking-attribution | ||
url = [email protected]:BranchMetrics/ios-branch-deep-linking-attribution.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule branch-ios-sdk
deleted from
2c7221
Submodule ios-branch-deep-linking-attribution
added at
b9f6a9
Submodule mixpanel-iphone
updated
16 files
+9 −3 | HelloMixpanel/HelloMixpanelTests/ABTestingTests.m | |
+68 −5 | HelloMixpanel/HelloMixpanelTests/HelloMixpanelTests.m | |
+4 −3 | HelloMixpanel/HelloMixpanelTests/MixpanelOptOutTests.m | |
+1 −1 | Mixpanel.podspec | |
+4 −0 | Mixpanel/MPWebSocket.m | |
+3 −1 | Mixpanel/Mixpanel.h | |
+39 −33 | Mixpanel/Mixpanel.m | |
+1 −1 | Mixpanel/MixpanelGroupPrivate.h | |
+4 −2 | docs/Classes/Mixpanel.html | |
+1 −1 | docs/Classes/MixpanelGroup.html | |
+1 −1 | docs/Classes/MixpanelPeople.html | |
+1 −1 | docs/Protocols/MixpanelDelegate.html | |
+1 −1 | docs/hierarchy.html | |
+1 −1 | docs/index.html | |
+0 −2 | generate_docs.sh | |
+54 −0 | release.py |