Notice
Recent Posts
Recent Comments
반응형
목록2017/10/16 (2)
오늘도 공부
pod update/install 시 라이버러리를 전부 강제 3.2로 세팅하기
post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['SWIFT_VERSION'] = '3.2' end endend
링크모음/Swift
2017. 10. 16. 14:17
