Skip to content

Commit

Permalink
updated example project
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarten committed Mar 16, 2016
1 parent d50bb5f commit 2679f43
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
10 changes: 0 additions & 10 deletions Example/...xcworkspace.xcworkspace/contents.xcworkspacedata

This file was deleted.

2 changes: 0 additions & 2 deletions Example/LeanplumSegment/LPViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ - (void)viewDidLoad
@"plan" : @"Enterprise"
}];
[[SEGAnalytics sharedAnalytics] screen:@"Start"];

[Leanplum onVariablesChanged:<#^(void)block#>]
}

- (void)didReceiveMemoryWarning
Expand Down
2 changes: 0 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ workspace './../LeanplumSegment'

target 'LeanplumSegment_Example', :exclusive => true do
pod 'LeanplumSegment', :path => '../'
pod 'Analytics', '~> 3'
pod 'Leanplum-iOS-SDK', '~> 1'
end

target 'LeanplumSegment_Tests', :exclusive => true do
Expand Down
8 changes: 3 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ PODS:
- Analytics (3.0.7)
- Leanplum-iOS-SDK (1.3.9)
- LeanplumSegment (1.0.1):
- Analytics (~> 3.0.0)
- Leanplum-iOS-SDK (~> 1.3.9)
- Analytics (~> 3)
- Leanplum-iOS-SDK (~> 1)
- OCMock (3.2.2)

DEPENDENCIES:
- Analytics (~> 3)
- Leanplum-iOS-SDK (~> 1)
- LeanplumSegment (from `../`)
- OCMock (~> 3.2.2)

Expand All @@ -19,7 +17,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Analytics: b342fb4f43fa4f97ca6f4358b44d3295217ba294
Leanplum-iOS-SDK: a5b637fef3e132e4c5df80c28ef6809526283488
LeanplumSegment: b57baf78a24e13d72e614cc029db356a4ed4ec85
LeanplumSegment: 9d316c0f9faaa27a7d7660466c3de63221d701ab
OCMock: 18c9b7e67d4c2770e95bb77a9cc1ae0c91fe3835

COCOAPODS: 0.39.0

0 comments on commit 2679f43

Please sign in to comment.