Skip to content

Commit 9e53746

Browse files
committed
build(example): fix sdk ref
1 parent b1796b7 commit 9e53746

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Example/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
target 'Leanplum-SDK_Example' do
22
platform :ios, '6.0'
33

4-
pod 'Leanplum-SDK', :path => '../'
4+
pod 'Leanplum-iOS-SDK-source', :path => '../'
55
end
66

77
target 'Leanplum-tvOS-SDK_Example' do
88
platform :tvos, '6.0'
99

10-
pod 'Leanplum-SDK', :path => '../'
10+
pod 'Leanplum-iOS-SDK-source', :path => '../'
1111
end

Example/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- Leanplum-SDK (2.0.0-SNAPSHOT)
2+
- Leanplum-iOS-SDK-source (2.0.0-SNAPSHOT)
33

44
DEPENDENCIES:
5-
- Leanplum-SDK (from `../`)
5+
- Leanplum-iOS-SDK-source (from `../`)
66

77
EXTERNAL SOURCES:
8-
Leanplum-SDK:
8+
Leanplum-iOS-SDK-source:
99
:path: ../
1010

1111
SPEC CHECKSUMS:
12-
Leanplum-SDK: a66cf039623fe61e30aa7dac1247145f837dcd02
12+
Leanplum-iOS-SDK-source: 0d2582cebafe4250e294d6c4002c694efb3d60e1
1313

14-
PODFILE CHECKSUM: aa5c2fc90212bc8158367c704357a2877f93faff
14+
PODFILE CHECKSUM: 1cea41e3ec43f3e90e798b4220cdfc437c86ce22
1515

1616
COCOAPODS: 1.2.1

0 commit comments

Comments
 (0)