Skip to content

Commit 1a5e60e

Browse files
committed
Podfile: remove local path
1 parent ad0ed97 commit 1a5e60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ use_frameworks!
22

33
target 'NotesExample-iOS' do
44
platform :ios, :deployment_target => '11.0'
5-
pod 'ObjectBox', :path => '../'
5+
pod 'ObjectBox'
66
pod 'Sourcery'
77
end
88

99
target 'NotesExample-macOS' do
1010
platform :osx, :deployment_target => '10.10'
11-
pod 'ObjectBox', :path => '../'
11+
pod 'ObjectBox'
1212
pod 'Sourcery'
1313
end

0 commit comments

Comments
 (0)