Remove podfile

This commit is contained in:
Christoph Hagen 2020-08-09 23:17:03 +02:00
parent 5441261c6c
commit bb78132f68
4 changed files with 15 additions and 8 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/build/* /build/*
/Pods/* /Pods/*
Podfile.lock Podfile.lock
.DS_Store

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>CapCollector.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>

View File

@ -1,8 +0,0 @@
platform :ios, '11.0'
use_frameworks!
target 'CapCollector' do
# Pods for CapFinder
pod 'SwiftyDropbox'
end