Rightpoint / ios-template

A `cookiecutter` template for iOS projects
MIT License
94 stars 26 forks source link

Update to correct for missing storyboard template (#111) #112

Closed colejd closed 5 years ago

colejd commented 5 years ago

This corrects for the issue outlined in #111. Instead of generating Storyboards.swift, we now generate StoryboardSegues.swift for segues and StoryboardScenes.swift for scenes in the given storyboard file.

raizlabs-oss-bot commented 5 years ago

Danger has errored

[!] Invalid Dangerfile file: Error creating your coverage report - see the log above. Updating the Danger gem might fix the issue. Your Danger version: 5.5.13, latest Danger version: 5.8.2

 #  from PRODUCTNAME/Dangerfile:21
 #  -------------------------------------------
 #  
 >  xcov.report(
 #    workspace: "#{src_root}/PRODUCTNAME.xcworkspace",
 #  -------------------------------------------

Generated by :no_entry_sign: Danger

chrisballinger commented 5 years ago

This should be resolved by #119