Skip to content

Commit 8001591

Browse files
author
Christian
committed
remove Sourcery dependency from sample project
1 parent f2382da commit 8001591

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Example/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ use_frameworks!
33
target 'NotesExample-iOS' do
44
platform :ios, :deployment_target => '11.0'
55
pod 'ObjectBox'
6-
pod 'Sourcery'
76
end
87

98
target 'NotesExample-macOS' do
109
platform :osx, :deployment_target => '10.10'
1110
pod 'ObjectBox'
12-
pod 'Sourcery'
1311
end

0 commit comments

Comments
 (0)