Skip to content

Instantly share code, notes, and snippets.

@agorskih
agorskih / README.md
Created August 21, 2018 01:48 — forked from xaviervia/README.md
Sketch 43 files JSON types
@agorskih
agorskih / Makefile
Created October 18, 2017 17:20 — forked from oleander/Makefile
How to use the Swift Package Manager and CocoaPods within the same XCode application
APP="MyApp"
CONSTRUCT=xcodebuild -workspace $(APP).xcworkspace -scheme $(APP) clean
install_deps:
pod install
create_config:
swift package fetch
swift package generate-xcodeproj
wipe:
rm -rf .build $(APP).xcodeproj $(APP).xcworkspace Package.pins Pods Podfile.lock