Skip to content

Commit

Permalink
Support Capacitors v3 and v4
Browse files Browse the repository at this point in the history
fixes #57
  • Loading branch information
jamesdiacono committed Feb 17, 2023
1 parent 43a5cb3 commit da2198d
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion CapacitorBlobWriter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
s.author = 'James Diacono'
s.source = { :git => 'https://github.com/diachedelic/capacitor-blob-writer', :tag => s.version.to_s }
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.ios.deployment_target = '12.0'
s.dependency 'Capacitor'
s.dependency 'GCDWebServer', '~> 3.0'
end
2 changes: 1 addition & 1 deletion demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '13.0'
platform :ios, '12.0'

def capacitor_pods
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
Expand Down
84 changes: 42 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da2198d

Please sign in to comment.