lib/yk_command/project/setup/ConfigureMacOSSwift.rb in yk_command-0.6.2 vs lib/yk_command/project/setup/ConfigureMacOSSwift.rb in yk_command-0.6.4
- old
+ new
@@ -35,10 +35,10 @@
`mv ./templates/macos-swift/* ./`
# There has to be a single file in the Classes dir
# or a framework won't be created
- `touch Pod/Classes/ReplaceMe.swift`
+ # `touch Pod/Classes/ReplaceMe.swift`
`mv ./NAME-osx.podspec ./NAME.podspec`
end
end