There was an error while loading. Please reload this page.
1 parent ad0ed97 commit 1a5e60eCopy full SHA for 1a5e60e
Example/Podfile
@@ -2,12 +2,12 @@ use_frameworks!
2
3
target 'NotesExample-iOS' do
4
platform :ios, :deployment_target => '11.0'
5
- pod 'ObjectBox', :path => '../'
+ pod 'ObjectBox'
6
pod 'Sourcery'
7
end
8
9
target 'NotesExample-macOS' do
10
platform :osx, :deployment_target => '10.10'
11
12
13
0 commit comments