You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warn("The `podspec` was updated, but there were no changes in either the `Cartfile` nor `Package.swift`. Did you forget updating `Cartfile` or `Package.swift`?")
48
-
end
49
-
50
-
# Warn if cartfile has been update but not podspec or Package.swift
warn("The `Cartfile` was updated, but there were no changes in either the `podspec` nor `Package.swift`. Did you forget updating `podspec` or `Package.swift`?")
53
-
end
54
-
55
-
# Warn if Package.swift has been update but not podspec or Cartfile
warn("The `Package.swift` was updated, but there were no changes in either the `podspec` nor `Cartfile`. Did you forget updating `podspec` or `Cartfile`?")
58
-
end
59
-
60
12
# Warn when library files has been updated but not tests.
0 commit comments