Closed mpkeefe closed 1 year ago
Swift files that begin like this
// AuthProvider.swift // xxxxxxxxxx // // Created by xxxxx, xxxxxx on 6/14/21. // Copyright © 2021 xxxxxxxxxxx. All rights reserved. // import Foundation
are not getting the header stripped. This feels like an easy case to match, so I'm wondering if for some reason these cannot be stripped safely?
Just re-read the readme, never mind!
Swift files that begin like this
are not getting the header stripped. This feels like an easy case to match, so I'm wondering if for some reason these cannot be stripped safely?